summaryrefslogtreecommitdiff
path: root/mlir/lib/Transforms/StripDebugInfo.cpp
AgeCommit message (Expand)Author
2025-06-29[mlir] Remove unused includes (NFC) (#146278)Kazu Hirata
2022-08-31[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
2022-08-30Revert "[MLIR] Update pass declarations to new autogenerated files"Michele Scuttari
2022-08-30[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
2021-12-08Adjust "end namespace" comment in MLIR to match new agree'd coding styleMehdi Amini
2021-05-26[mlir] Make StripDebugInfo strip out block arguments locsthomasraoux
2020-11-19[mlir][BuiltinDialect] Resolve comments from D91571River Riddle
2020-11-17[mlir][NFC] Remove references to Module.h and Function.hRiver Riddle
2020-04-07[mlir][Pass] Update the PassGen to generate base classes instead of utilitiesRiver Riddle
2020-04-07[mlir][Pass] Remove the use of CRTP from the Pass classesRiver Riddle
2020-04-01[mlir][Pass] Add support for generating pass utilities via tablegenRiver Riddle
2020-04-01[mlir][Pass] Add a tablegen backend for defining Pass informationRiver Riddle
2020-02-05[mlir] Add support for basic location translation to LLVM.River Riddle
2020-01-26Mass update the MLIR license header to mention "Part of the LLVM project"Mehdi Amini
2019-12-23Adjust License.txt file to use the LLVM licenseMehdi Amini
2019-09-13NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.River Riddle
2019-08-17Change from llvm::make_unique to std::make_uniqueJacques Pienaar
2019-08-12Express ownership transfer in PassManager API through std::unique_ptr (NFC)Mehdi Amini
2019-07-10NFC: Rename Function to FuncOp.River Riddle
2019-07-01NFC: Refactor Function to be value typed.River Riddle
2019-06-25NFC: Uniformize the return of the LocationAttr 'get' methods to 'Location'.River Riddle
2019-03-29Replace usages of Instruction with Operation in the Transforms/ directory.River Riddle
2019-03-29Simplify API uses of `getContext()` (NFC)Mehdi Amini
2019-03-29Rename the Instruction class to Operation. This just renames the class, usage...River Riddle
2019-03-29Make FunctionPass::getFunction() return a reference to the function, instead ofChris Lattner
2019-03-29Change Pass:getFunction() to return pointer instead of ref - NFCUday Bondhugula
2019-03-29Remove PassResult and have the runOnFunction/runOnModule functions return voi...River Riddle
2019-03-29Port all of the existing passes over to the new pass manager infrastructure. ...River Riddle
2019-03-29Define a PassID class to use when defining a pass. This allows for the type u...River Riddle
2019-03-29NFC: Refactor the files related to passes.River Riddle
2019-03-29Replace the walkOps/visitOperationInst variants from the InstWalkers with the...River Riddle
2019-03-29Fold the functionality of OperationInst into Instruction. OperationInst still...River Riddle
2019-03-29Standardize the spelling of debug info to "debuginfo" in opt flags.River Riddle
2019-03-29Add a function pass to strip debug info from functions and instructions.River Riddle