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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change isSafeToLoadUnconditionally arguments order. Separated from http://rev...
Artur Pilipenko
2016-01-15
1
-2
/
+2
*
[InstCombine] Rewrite bswap/bitreverse handling completely.
James Molloy
2016-01-15
1
-179
/
+8
*
function names start with a lower case letter ; NFC
Sanjay Patel
2016-01-12
2
-6
/
+6
*
Revert r257164 - it has caused spec2k6 failures in LTO mode
Silviu Baranga
2016-01-11
1
-322
/
+3
*
InstCombineCompares.cpp: Fix a warning. [-Wbraced-scalar-init]
NAKAMURA Takumi
2016-01-08
1
-1
/
+1
*
Re-commit r257064, this time with a fixed assert
Silviu Baranga
2016-01-08
1
-3
/
+322
*
[InstCombine] insert a new shuffle in a safe place (PR25999)
Sanjay Patel
2016-01-08
1
-10
/
+7
*
Revert r257064. It caused failures in some sanitizer tests.
Silviu Baranga
2016-01-07
1
-322
/
+3
*
Fix build after r257064: we should be returning false, not nullptr
Silviu Baranga
2016-01-07
1
-2
/
+2
*
[InstCombine] Look through PHIs, GEPs, IntToPtrs and PtrToInts to expose more...
Silviu Baranga
2016-01-07
1
-3
/
+322
*
fix typo; NFC
Sanjay Patel
2016-01-06
1
-1
/
+1
*
[InstCombine] insert a new shuffle before its uses (PR26015)
Sanjay Patel
2016-01-05
1
-8
/
+21
*
[Statepoints] Refactor GCRelocateOperands into an intrinsic wrapper. NFC.
Manuel Jacob
2016-01-05
1
-2
/
+1
*
[InstructionCombining] prepareICWorklistFromFunction halts in infinite loop w...
Chen Li
2016-01-04
1
-3
/
+2
*
fix formatting; NFC
Sanjay Patel
2015-12-30
1
-8
/
+8
*
[InstCombine] transform more extract/insert pairs into shuffles (PR2109)
Sanjay Patel
2015-12-24
1
-3
/
+50
*
[OperandBundles] Have InstCombine play nice with operand bundles
David Majnemer
2015-12-23
1
-4
/
+6
*
[InstCombine] Fix indentation. NFC.
Craig Topper
2015-12-21
1
-2
/
+2
*
[InstCombine] Extend peephole DSE to handle unordered atomics
Philip Reames
2015-12-17
1
-6
/
+11
*
[InstCombine] Adding "\n" to debug output. NFC.
Weiming Zhao
2015-12-17
1
-2
/
+2
*
InstCombineLoadStoreAlloca.cpp: Avoid instantiating Twine.
NAKAMURA Takumi
2015-12-15
1
-4
/
+9
*
Instcombine: destructor loads of structs that do not contains padding
Mehdi Amini
2015-12-15
2
-5
/
+59
*
getParent() ^ 3 == getModule() ; NFCI
Sanjay Patel
2015-12-14
5
-20
/
+14
*
[InstCombine] fold trunc ([lshr] (bitcast vector) ) --> extractelement (PR25543)
Sanjay Patel
2015-12-14
1
-55
/
+47
*
[InstCombine] canonicalize (bitcast (extractelement X)) --> (extractelement(b...
Sanjay Patel
2015-12-12
1
-28
/
+17
*
[InstCombine] Make MatchBSwap also match bit reversals
James Molloy
2015-12-11
2
-103
/
+136
*
[InstCombine] fold bitcasts around an extractelement (3rd try)
Sanjay Patel
2015-12-10
1
-0
/
+39
*
Revert r255137.
Akira Hatanaka
2015-12-10
1
-39
/
+0
*
[InstCombine] fold bitcasts around an extractelement (2nd try)
Sanjay Patel
2015-12-09
1
-0
/
+39
*
Revert "[InstCombine] fold bitcasts around an extractelement"
Mehdi Amini
2015-12-09
1
-37
/
+0
*
[InstCombine] fold bitcasts around an extractelement
Sanjay Patel
2015-12-09
1
-0
/
+37
*
[InstCombine] Call getCmpPredicateForMinMax only with a valid SPF
Sanjoy Das
2015-12-05
1
-1
/
+5
*
Move EH-specific helper functions to a more appropriate place
David Majnemer
2015-12-02
1
-1
/
+1
*
Do (A == C1 || A == C2) -> (A & ~(C1 ^ C2)) == C1 rather than (A == C1 || A =...
David Majnemer
2015-12-02
1
-4
/
+4
*
[AttributeSet] Overload AttributeSet::addAttribute to reduce compile
Akira Hatanaka
2015-12-02
1
-7
/
+14
*
fix typos in comments; NFC
Sanjay Patel
2015-11-29
1
-6
/
+8
*
[OperandBundles] Extract duplicated code into a helper function, NFC
Sanjoy Das
2015-11-25
1
-5
/
+1
*
[InstCombine] Don't drop operand bundles
Sanjoy Das
2015-11-25
1
-3
/
+10
*
[InstCombine] fix propagation of fast-math-flags
Sanjay Patel
2015-11-24
1
-10
/
+5
*
use ternary ops; NFC
Sanjay Patel
2015-11-21
1
-8
/
+2
*
remove unnecessary temp variables; NFC
Sanjay Patel
2015-11-21
1
-4
/
+2
*
fix typo; NFC
Sanjay Patel
2015-11-21
1
-1
/
+1
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
2
-17
/
+14
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
2
-14
/
+17
*
[InstCombine] refactor optimizeIntToFloatBitCast() ; NFCI
Sanjay Patel
2015-11-18
1
-38
/
+29
*
[EH] Keep filter clauses for types that have been caught.
Andrew Kaylor
2015-11-17
1
-4
/
+18
*
fix typos; NFC
Sanjay Patel
2015-11-17
1
-2
/
+2
*
use local variables; NFCI
Sanjay Patel
2015-11-17
1
-7
/
+7
*
function names start with a lower case letter; NFC
Sanjay Patel
2015-11-17
1
-20
/
+20
*
use range-based for loop; NFCI
Sanjay Patel
2015-11-16
1
-2
/
+2
[next]