index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mlir
/
lib
/
Transforms
/
StripDebugInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace usages of Instruction with Operation in the Transforms/ directory.
River Riddle
2019-03-29
1
-3
/
+3
*
Simplify API uses of `getContext()` (NFC)
Mehdi Amini
2019-03-29
1
-1
/
+1
*
Rename the Instruction class to Operation. This just renames the class, usage...
River Riddle
2019-03-29
1
-1
/
+1
*
Make FunctionPass::getFunction() return a reference to the function, instead of
Chris Lattner
2019-03-29
1
-4
/
+4
*
Change Pass:getFunction() to return pointer instead of ref - NFC
Uday Bondhugula
2019-03-29
1
-4
/
+4
*
Remove PassResult and have the runOnFunction/runOnModule functions return voi...
River Riddle
2019-03-29
1
-3
/
+2
*
Port all of the existing passes over to the new pass manager infrastructure. ...
River Riddle
2019-03-29
1
-11
/
+10
*
Define a PassID class to use when defining a pass. This allows for the type u...
River Riddle
2019-03-29
1
-3
/
+1
*
NFC: Refactor the files related to passes.
River Riddle
2019-03-29
1
-1
/
+1
*
Replace the walkOps/visitOperationInst variants from the InstWalkers with the...
River Riddle
2019-03-29
1
-1
/
+1
*
Fold the functionality of OperationInst into Instruction. OperationInst still...
River Riddle
2019-03-29
1
-0
/
+1
*
Standardize the spelling of debug info to "debuginfo" in opt flags.
River Riddle
2019-03-29
1
-2
/
+1
*
Add a function pass to strip debug info from functions and instructions.
River Riddle
2019-03-29
1
-0
/
+50