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
/
LegacyPassManager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Recommit r256952 "Filtering IR printing for print-after-all/print-before-all"
Weiming Zhao
2016-01-06
1
-0
/
+13
*
Revert r256952 due to lit test fails.
Weiming Zhao
2016-01-06
1
-13
/
+0
*
Filtering IR printing for print-after-all/print-before-all
Weiming Zhao
2016-01-06
1
-0
/
+13
*
Remove debug output that snuck into 254957
Philip Reames
2015-12-07
1
-6
/
+0
*
Reapply 254950 w/fix
Philip Reames
2015-12-07
1
-0
/
+6
*
[PassManager] Ensure destructors of cached AnalysisUsage objects are run
Philip Reames
2015-12-04
1
-1
/
+1
*
[LegacyPassManager] Reduce memory usage for AnalysisUsage
Philip Reames
2015-12-04
1
-8
/
+24
*
Simplify code. No functionality change.
Jakub Staszak
2015-10-05
1
-9
/
+2
*
[LPM] Simplify this code and fix a compile error for compilers that
Chandler Carruth
2015-09-10
1
-3
/
+1
*
[LPM] Use a map from analysis ID to immutable passes in the legacy pass
Chandler Carruth
2015-09-10
1
-18
/
+24
*
[LPM] Teach the legacy pass manager to support *using* an analysis
Chandler Carruth
2015-08-19
1
-16
/
+32
*
[LPM] Cleanup some loops to be range based for loops before hacking on
Chandler Carruth
2015-08-18
1
-19
/
+9
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-5
/
+5
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-5
/
+5
*
Rangify more for loops in LegacyPassManager.cpp.
Yaron Keren
2015-06-05
1
-39
/
+21
*
Rangify for loops in LegacyPassManager.cpp.
Yaron Keren
2015-06-05
1
-19
/
+10
*
[NFC] Converting to range-based for.
Chris Bieneman
2015-04-29
1
-2
/
+1
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
Typo.
Chad Rosier
2015-03-20
1
-1
/
+1
*
[LPM] A targeted but somewhat horrible fix to the legacy pass manager's
Chandler Carruth
2015-01-28
1
-14
/
+22
*
Document that PassManager::add() may delete the pass right away.
Matthias Braun
2014-12-12
1
-17
/
+2
*
Remove redundant calls to isMaterializable.
Rafael Espindola
2014-11-01
1
-4
/
+2
*
Modernize the error handling of the Materialize function.
Rafael Espindola
2014-10-24
1
-3
/
+2
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-24
1
-3
/
+2
*
Fix typos:
Sylvestre Ledru
2014-08-11
1
-1
/
+1
*
Add C API for thread yielding callback.
Juergen Ributzka
2014-05-16
1
-2
/
+7
*
Revert "[PM] Add pass run listeners to the pass manager."
Juergen Ributzka
2014-05-15
1
-7
/
+0
*
[PM] Add pass run listeners to the pass manager.
Juergen Ributzka
2014-04-28
1
-0
/
+7
*
Teach the pass manager's execution dump to print the current time before
Chandler Carruth
2014-04-27
1
-1
/
+3
*
[C++11] More 'nullptr' conversion or in some cases just using a boolean check...
Craig Topper
2014-04-09
1
-16
/
+16
*
Fix a (legacy) PassManager crash that occurs when a ModulePass
Andrew Trick
2014-04-08
1
-6
/
+18
*
[C++11] Add 'override' keyword to IR library.
Craig Topper
2014-03-05
1
-30
/
+33
*
[Modules] Move the PassNameParser to the IR library as it deals in the
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Remove unnecessary llvm:: qualification.
Eric Christopher
2014-02-26
1
-3
/
+3
*
[PM] Simplify the interface exposed for IR printing passes.
Chandler Carruth
2014-01-12
1
-3
/
+3
*
[PM] Rename the IR printing pass header to a more generic and correct
Chandler Carruth
2014-01-12
1
-1
/
+1
*
Put the functionality for printing a value to a raw_ostream as an
Chandler Carruth
2014-01-09
1
-2
/
+1
*
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
2014-01-07
1
-2
/
+2
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Correct word hyphenations
Alp Toker
2013-12-05
1
-2
/
+2
*
Move the old pass manager infrastructure into a legacy namespace and
Chandler Carruth
2013-11-09
1
-0
/
+1920
[prev]