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
/
Pass.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LegacyPassManager] Delete BasicBlockPass/Manager.
Alina Sbirlea
2019-10-30
1
-45
/
+0
*
[IR] Refactor attribute methods in Function class (NFC)
Evandro Menezes
2019-04-04
1
-2
/
+2
*
[IR] Create new method in `Function` class (NFC)
Evandro Menezes
2019-04-03
1
-2
/
+2
*
Fix IR/Analysis layering issue with OptBisect
Richard Trieu
2019-02-28
1
-3
/
+19
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-4
/
+4
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
[NFC] OptPassGate extracted from OptBisect
Fedor Sergeev
2018-03-27
1
-3
/
+3
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-1
/
+1
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-1
/
+1
*
[Pass] Fix some Clang-tidy modernize and Include What You Use warnings; other...
Eugene Zelenko
2017-09-06
1
-30
/
+37
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-0
/
+2
*
Reverted: Track validity of pass results
Serge Pavlov
2017-01-15
1
-5
/
+2
*
Track validity of pass results
Serge Pavlov
2017-01-13
1
-2
/
+5
*
Use StringRef in Pass Info/Support API (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-5
/
+18
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-18
/
+5
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-5
/
+18
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
1
-1
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Refactoring cl::parser construction and initialization.
Chris Bieneman
2015-01-22
1
-2
/
+2
*
Remove pimpl class from PassRegistry.
Zachary Turner
2014-06-12
1
-8
/
+0
*
Do not register and de-register PassRegistrationListeners during
Zachary Turner
2014-06-12
1
-12
/
+10
*
Revert "[PM] Add pass run listeners to the pass manager."
Juergen Ributzka
2014-05-15
1
-13
/
+0
*
[PM] Add pass run listeners to the pass manager.
Juergen Ributzka
2014-04-28
1
-0
/
+13
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
1
-0
/
+2
*
[C++11] More 'nullptr' conversion or in some cases just using a boolean check...
Craig Topper
2014-04-09
1
-5
/
+5
*
[C++11] Add 'override' keyword to IR library.
Craig Topper
2014-03-05
1
-1
/
+1
*
[Modules] Move the PassNameParser to the IR library as it deals in the
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Constify the Optnone checks in IR passes.
Paul Robinson
2014-02-26
1
-3
/
+3
*
Disable most IR-level transform passes on functions marked 'optnone'.
Paul Robinson
2014-02-06
1
-0
/
+22
*
[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
*
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Enable *BasicBlockPass::createPrinterPass()
Sergei Larin
2013-02-08
1
-2
/
+1
*
Rename VMCore directory to IR.
Chandler Carruth
2013-01-02
1
-0
/
+277