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
/
llvm
/
lib
/
CodeGen
/
MachineFunctionPass.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve error message reporting for MachineFunctionProperties
Derek Schuff
2016-04-21
1
-1
/
+1
*
Add a print method to MachineFunctionProperties for better error messages
Derek Schuff
2016-03-29
1
-2
/
+12
*
Introduce MachineFunctionProperties and the AllVRegsAllocated property
Derek Schuff
2016-03-28
1
-1
/
+12
*
[PM] Port memdep to the new pass manager.
Chandler Carruth
2016-03-10
1
-1
/
+1
*
Introduce DominanceFrontierAnalysis to the new PassManager to compute Dominan...
Hongbin Zheng
2016-02-25
1
-1
/
+1
*
Revert "Introduce DominanceFrontierAnalysis to the new PassManager to compute...
Hongbin Zheng
2016-02-25
1
-1
/
+1
*
Introduce DominanceFrontierAnalysis to the new PassManager to compute Dominan...
Hongbin Zheng
2016-02-25
1
-1
/
+1
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-1
/
+7
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-1
/
+1
*
Re-sort #include lines using my handy dandy ./utils/sort_includes.py
Chandler Carruth
2015-02-13
1
-1
/
+0
*
[LPM] Stop using the string based preservation API. It is an
Chandler Carruth
2015-01-28
1
-11
/
+17
*
[stackprotector] Use analysis from the StackProtector pass for stack layout i...
Josh Magee
2013-12-19
1
-0
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Ok, third time's the charm. No changes from last time except the CMake
David Greene
2010-04-02
1
-0
/
+6
*
Revert 100204. It broke a bunch of tests and apparently changed what passes a...
Evan Cheng
2010-04-02
1
-6
/
+0
*
Let's try this again. Re-apply 100143 including an apparent missing
David Greene
2010-04-02
1
-0
/
+6
*
Revert r100143.
Eric Christopher
2010-04-01
1
-6
/
+0
*
Add some switches helpful for debugging:
David Greene
2010-04-01
1
-0
/
+6
*
Add a form of addPreserved which takes a string argument, to allow passes
Dan Gohman
2009-10-08
1
-12
/
+12
*
stop MachineFunctionPass from claiming that it preserves LoopDependence info,
Chris Lattner
2009-10-05
1
-2
/
+0
*
Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage
Dan Gohman
2009-07-31
1
-0
/
+52
*
Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many
Daniel Dunbar
2009-07-31
1
-50
/
+0
*
Manage MachineFunctions with an analysis Pass instead of the Annotable
Dan Gohman
2009-07-31
1
-0
/
+50