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] Combine A->B->A BitCast
Guozhi Wei
2016-03-17
1
-0
/
+1
*
Remove PreserveNames template parameter from IRBuilder
Mehdi Amini
2016-03-13
1
-3
/
+3
*
Temporarily revert:
Eric Christopher
2016-03-12
1
-3
/
+3
*
Remove PreserveNames template parameter from IRBuilder
Mehdi Amini
2016-03-11
1
-3
/
+3
*
InstCombine: Restrict computeKnownBits() on all Values to OptLevel > 2
Matthias Braun
2016-03-09
1
-2
/
+5
*
Revert "[InstCombine] Combine A->B->A BitCast"
Junmo Park
2016-03-08
1
-1
/
+0
*
[InstCombine] Combine A->B->A BitCast
Guozhi Wei
2016-03-03
1
-0
/
+1
*
[InstCombine] add helper function to foldCastedBitwiseLogic() ; NFCI
Sanjay Patel
2016-02-23
1
-0
/
+1
*
function names start with a lowercase letter; NFC
Sanjay Patel
2016-02-01
1
-2
/
+2
*
use range-based for loop; NFC
Sanjay Patel
2016-01-31
1
-3
/
+3
*
fix typo; NFC
Sanjay Patel
2016-01-06
1
-1
/
+1
*
[InstCombine] Make MatchBSwap also match bit reversals
James Molloy
2015-12-11
1
-1
/
+1
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
1
-1
/
+1
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
1
-1
/
+1
*
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