summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Transforms/StripDebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.River Riddle2019-09-131-1/+1
* Change from llvm::make_unique to std::make_uniqueJacques Pienaar2019-08-171-1/+1
* Express ownership transfer in PassManager API through std::unique_ptr (NFC)Mehdi Amini2019-08-121-2/+2
* NFC: Rename Function to FuncOp.River Riddle2019-07-101-1/+1
* NFC: Refactor Function to be value typed.River Riddle2019-07-011-1/+1
* NFC: Uniformize the return of the LocationAttr 'get' methods to 'Location'.River Riddle2019-06-251-1/+1
* Replace usages of Instruction with Operation in the Transforms/ directory.River Riddle2019-03-291-3/+3
* Simplify API uses of `getContext()` (NFC)Mehdi Amini2019-03-291-1/+1
* Rename the Instruction class to Operation. This just renames the class, usage...River Riddle2019-03-291-1/+1
* Make FunctionPass::getFunction() return a reference to the function, instead ofChris Lattner2019-03-291-4/+4
* Change Pass:getFunction() to return pointer instead of ref - NFCUday Bondhugula2019-03-291-4/+4
* Remove PassResult and have the runOnFunction/runOnModule functions return voi...River Riddle2019-03-291-3/+2
* Port all of the existing passes over to the new pass manager infrastructure. ...River Riddle2019-03-291-11/+10
* Define a PassID class to use when defining a pass. This allows for the type u...River Riddle2019-03-291-3/+1
* NFC: Refactor the files related to passes.River Riddle2019-03-291-1/+1
* Replace the walkOps/visitOperationInst variants from the InstWalkers with the...River Riddle2019-03-291-1/+1
* Fold the functionality of OperationInst into Instruction. OperationInst still...River Riddle2019-03-291-0/+1
* Standardize the spelling of debug info to "debuginfo" in opt flags.River Riddle2019-03-291-2/+1
* Add a function pass to strip debug info from functions and instructions.River Riddle2019-03-291-0/+50
OpenPOWER on IntegriCloud