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
/
Transforms
/
InstCombine
/
InstCombineWorklist.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PM] Port instcombine to the new pass manager!
Chandler Carruth
2015-01-24
1
-107
/
+0
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-1
/
+1
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-0
/
+4
*
[Modules] Sink all the DEBUG_TYPE defines for InstCombine out of the
Chandler Carruth
2014-04-21
1
-1
/
+0
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-3
/
+2
*
Consistently use dbgs() in debug printing
Matt Arsenault
2013-09-05
1
-2
/
+2
*
Use pop_back_val() instead of both back() and pop_back().
Jakub Staszak
2013-08-19
1
-2
/
+1
*
Fix missing -*- C++ -*-s
Matt Arsenault
2013-08-06
1
-1
/
+1
*
Remove trailing spaces.
Jakub Staszak
2013-01-14
1
-15
/
+15
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
1
-3
/
+3
*
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Craig Topper
2012-09-15
1
-2
/
+2
*
Use an iterator instead of calling .size() on the worklist every time, which ...
Bill Wendling
2012-03-15
1
-2
/
+2
*
InstCombine: We know the number of items initially added to the worklist map,...
Benjamin Kramer
2011-03-05
1
-0
/
+1
*
I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename it
Duncan Sands
2010-05-11
1
-1
/
+1
*
remove a ton of unneeded LLVMContext stuff.
Chris Lattner
2010-01-04
1
-1
/
+1
*
move InstCombineWorklist out to its own header.
Chris Lattner
2010-01-04
1
-0
/
+105