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
/
PassRegistry.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Pass] Fix some Clang-tidy modernize and Include What You Use warnings; other...
Eugene Zelenko
2017-09-06
1
-2
/
+6
*
[LegacyPassManager] Remove TargetMachine constructors
Francis Visoiu Mistrih
2017-05-18
1
-2
/
+0
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-1
/
+2
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-4
/
+0
*
Revert r231276 (including r231277): Add a lock() function in PassRegistry to ...
Erik Eckstein
2015-03-05
1
-18
/
+2
*
Add a lock() function in PassRegistry to speed up multi-thread synchronization.
Erik Eckstein
2015-03-04
1
-2
/
+18
*
[PM] Remove an unused and rather expensive mapping from an analysis
Chandler Carruth
2014-10-06
1
-4
/
+0
*
[PM] Remove the (deeply misguided) 'unregister' functionality from the
Chandler Carruth
2014-10-06
1
-10
/
+0
*
[cleanup] Switch to using range-based for loops in two very obvious
Chandler Carruth
2014-10-06
1
-6
/
+4
*
[cleanup] Fix up trailing whitespace and formatting in the pass regitsry
Chandler Carruth
2014-10-05
1
-21
/
+21
*
Remove pimpl class from PassRegistry.
Zachary Turner
2014-06-12
1
-91
/
+26
*
Don't acquire the mutex during the destructor of PassRegistry.
Zachary Turner
2014-06-11
1
-1
/
+4
*
Use unique_ptr to manage PassInfo instances in the PassRegistry
David Blaikie
2014-04-15
1
-8
/
+4
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-1
/
+1
*
[C++11] More 'nullptr' conversion or in some cases just using a boolean check...
Craig Topper
2014-04-09
1
-4
/
+4
*
[opt][PassInfo] Allow opt to run passes that need target machine.
Quentin Colombet
2014-01-16
1
-0
/
+2
*
Use an RWMutex instead of a Mutex in PassRegistry.
Chad Rosier
2013-07-03
1
-10
/
+11
*
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
/
+209