index
:
ampere-computing/llvm.git
release_60-f1b37feef3d-amp-20180630
release_70-e8af9b4c407-amp-20181130
LLVM including Ampere Computing toolchain specific patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
IR
/
LegacyPassManager.cpp
Age
Commit message (
Expand
)
Author
2014-08-11
Fix typos:
Sylvestre Ledru
2014-05-16
Add C API for thread yielding callback.
Juergen Ributzka
2014-05-15
Revert "[PM] Add pass run listeners to the pass manager."
Juergen Ributzka
2014-04-28
[PM] Add pass run listeners to the pass manager.
Juergen Ributzka
2014-04-27
Teach the pass manager's execution dump to print the current time before
Chandler Carruth
2014-04-09
[C++11] More 'nullptr' conversion or in some cases just using a boolean check...
Craig Topper
2014-04-08
Fix a (legacy) PassManager crash that occurs when a ModulePass
Andrew Trick
2014-03-05
[C++11] Add 'override' keyword to IR library.
Craig Topper
2014-03-04
[Modules] Move the PassNameParser to the IR library as it deals in the
Chandler Carruth
2014-02-26
Remove unnecessary llvm:: qualification.
Eric Christopher
2014-01-12
[PM] Simplify the interface exposed for IR printing passes.
Chandler Carruth
2014-01-12
[PM] Rename the IR printing pass header to a more generic and correct
Chandler Carruth
2014-01-09
Put the functionality for printing a value to a raw_ostream as an
Chandler Carruth
2014-01-07
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
2014-01-07
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2013-12-05
Correct word hyphenations
Alp Toker
2013-11-09
Move the old pass manager infrastructure into a legacy namespace and
Chandler Carruth
[prev]