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
/
InstCombineInternal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
InstCombine: Remove ilist iterator implicit conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-1
/
+1
*
InstCombine: Fold comparisons between unguessable allocas and other pointers
Hans Wennborg
2015-10-07
1
-0
/
+1
*
[InstCombine] fold zexts and constants into a phi (PR24766)
Sanjay Patel
2015-09-27
1
-0
/
+1
*
add ShouldChangeType() variant that takes bitwidths
Sanjay Patel
2015-09-21
1
-0
/
+1
*
[InstCombine] Fix PR24605.
Sanjoy Das
2015-08-28
1
-0
/
+5
*
[InstCombine] Employ AliasAnalysis in FindAvailableLoadedValue
Bjorn Steinbrink
2015-07-10
1
-2
/
+6
*
Rip min/max pattern matching out of InstCombine and into
James Molloy
2015-05-11
1
-11
/
+0
*
[InstCombine] Refactor out OptimizeOverflowCheck. NFCI.
Sanjoy Das
2015-04-08
1
-7
/
+49
*
Constrain the type of a parameter now that callers without this constraint ha...
David Blaikie
2015-03-27
1
-1
/
+1
*
Fix an infinite loop in InstCombine when an instruction with no users and sid...
Owen Anderson
2015-03-10
1
-0
/
+4
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-10
/
+10
*
New instcombine rule: max(~a,~b) -> ~min(a, b)
Sanjoy Das
2015-02-24
1
-0
/
+30
*
InstCombine: fold more cases of (fp_to_u/sint (u/sint_to_fp val))
Mehdi Amini
2015-02-16
1
-0
/
+1
*
[PM] Port instcombine to the new pass manager!
Chandler Carruth
2015-01-24
1
-1
/
+1
*
[PM] Rename InstCombine.h to InstCombineInternal.h in preparation for
Chandler Carruth
2015-01-22
1
-0
/
+498