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
/
IR
/
PassManager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[PM] Split the analysis manager into a function-specific interface and
Chandler Carruth
2013-11-20
1
-85
/
+44
*
[PM] Fix an iterator problem spotted by the MSVC debug iterators and
Chandler Carruth
2013-11-15
1
-8
/
+10
*
[PM] Run clang-format on a few lines that I missed in my first pass,
Chandler Carruth
2013-11-15
1
-2
/
+2
*
Introduce an AnalysisManager which is like a pass manager but with a lot
Chandler Carruth
2013-11-13
1
-0
/
+155
*
Move the old pass manager infrastructure into a legacy namespace and
Chandler Carruth
2013-11-09
1
-1912
/
+0
*
Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."
Andrew Trick
2013-09-19
1
-97
/
+74
*
Encapsulate PassManager debug flags to avoid static init and cxa_exit.
Andrew Trick
2013-09-18
1
-74
/
+97
*
whitespace
Andrew Trick
2013-09-18
1
-3
/
+3
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-03
1
-6
/
+6
*
Add ArrayRef constructor from None, and do the cleanups that this constructor...
Dmitri Gribenko
2013-05-05
1
-2
/
+2
*
Measure time that IR parsing took as part of the -time-passes measurement.
Eli Bendersky
2013-04-03
1
-4
/
+2
*
Use a DenseMap instead of a std::map for AnalysisID -> Pass* maps. This reduc...
Michael Ilseman
2013-02-26
1
-6
/
+6
*
Remove extra blank line between closing curly brace and 'else'
Craig Topper
2013-02-06
1
-6
/
+3
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Rename VMCore directory to IR.
Chandler Carruth
2013-01-02
1
-0
/
+1917
[prev]