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
*
constify InstCombine::foldAllocaCmp. NFC.
Pete Cooper
2016-08-12
1
-1
/
+2
*
InstCombine: Replace some never-null pointers with references. NFC
Justin Bogner
2016-08-05
1
-17
/
+16
*
IR: Provide an IRBuilder Inserter that calls a callback after insertion
Justin Bogner
2016-08-04
1
-23
/
+1
*
[InstCombine] replace dyn_casts with matches; NFCI
Sanjay Patel
2016-08-02
1
-2
/
+1
*
[InstCombine] allow icmp (bit-manipulation-intrinsic(), C) folds for vectors
Sanjay Patel
2016-07-23
1
-2
/
+1
*
[InstCombine] break up foldICmpEqualityWithConstant(); NFCI
Sanjay Patel
2016-07-21
1
-0
/
+2
*
make InstCombine compare helper functions private; NFC
Sanjay Patel
2016-07-21
1
-23
/
+24
*
[InstCombine] break up visitICmpInstWithInstAndIntCst(); NFCI
Sanjay Patel
2016-07-21
1
-0
/
+2
*
[InstCombine] Minor cleanup of cast simplification code [NFC]
Tobias Grosser
2016-07-19
1
-9
/
+38
*
Revert "[InstCombine] Avoid combining the bitcast of a var that is used as bo...
Eric Christopher
2016-06-29
1
-1
/
+0
*
Apply most suggestions of clang-tidy's performance-unnecessary-value-param
Benjamin Kramer
2016-06-08
1
-2
/
+2
*
Clarify that we match BSwap in InstCombine and BitReverse in CGP. NFC.
Chad Rosier
2016-05-25
1
-1
/
+1
*
[InstCombine] Remove trivially empty va_start/va_end and va_copy/va_end ranges.
Arnaud A. de Grandmaison
2016-05-10
1
-0
/
+2
*
[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