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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InferAddressSpaces] Fix assertion about null pointer
Yaxun Liu
2017-07-07
1
-1
/
+2
*
Extend memcpy expansion in Transform/Utils to handle wider operand types.
Sean Fertile
2017-07-07
1
-9
/
+279
*
Revert r307342, r307343.
Evgeniy Stepanov
2017-07-07
1
-37
/
+0
*
Copy arguments passed by value into explicit allocas for ASan.
Evgeniy Stepanov
2017-07-07
1
-0
/
+37
*
[ConstHoisting] Turn on consthoist-with-block-frequency by default.
Wei Mi
2017-07-07
1
-1
/
+1
*
[InstCombine] No need to pass DataLayout to helper functions if we're passing...
Craig Topper
2017-07-06
1
-7
/
+5
*
[InstCombine] Remove unused arguments from some helper functions. NFC
Craig Topper
2017-07-06
1
-7
/
+5
*
[InstCombine] Change a couple helper functions to only take the IRBuilder as ...
Craig Topper
2017-07-06
1
-9
/
+10
*
[ConstHoisting] choose to hoist when frequency is the same.
Wei Mi
2017-07-06
1
-2
/
+11
*
[lib/LTO] Add a comment to explain where we set the linkage in the summary.
Davide Italiano
2017-07-06
1
-0
/
+5
*
[LTO] Fix the interaction between linker redefined symbols and ThinLTO
Davide Italiano
2017-07-06
1
-2
/
+10
*
[InstCombine] Remove include of DIBuilder.h and Dwarf.h as they don't appear ...
Craig Topper
2017-07-06
1
-2
/
+0
*
Modify constraints in `llvm::canReplaceOperandWithVariable`
Leo Li
2017-07-06
1
-2
/
+8
*
[Constants] Replace calls to ConstantInt::equalsInt(0)/equalsInt(1) with isZe...
Craig Topper
2017-07-06
1
-1
/
+1
*
[Constants] If we already have a ConstantInt*, prefer to use isZero/isOne/isM...
Craig Topper
2017-07-06
17
-25
/
+25
*
[LoopUnrollRuntime] Bailout when multiple exiting blocks to the unique latch ...
Anna Thomas
2017-07-06
1
-4
/
+5
*
[InstCombine] Remove Builder argument from InstCombiner::tryFactorization. NFC
Craig Topper
2017-07-06
2
-8
/
+6
*
[SimplifyCFG] Move a portion of an if statement that should already be impli...
Craig Topper
2017-07-06
1
-2
/
+2
*
[InstCombine] Change helper method to a file local static method. NFC
Craig Topper
2017-07-06
2
-5
/
+5
*
[InstCombine] Clarify comment to mention other transform that it does. NFC
Craig Topper
2017-07-06
1
-1
/
+2
*
[InstCombine] Add single use checks to SimplifyBSwap to ensure we are really ...
Craig Topper
2017-07-06
1
-4
/
+9
*
[InstCombine] Don't create extra ConstantInt objects in foldSelectICmpAnd. NFCI
Craig Topper
2017-07-06
1
-19
/
+17
*
[LSR] Narrow search space by filtering non-optimal formulae with the same Sca...
Wei Mi
2017-07-06
1
-0
/
+108
*
Revert "Revert "Revert "[IndVars] Canonicalize comparisons between non-negati...
Max Kazantsev
2017-07-06
1
-4
/
+0
*
Revert "Revert "[IndVars] Canonicalize comparisons between non-negative value...
Max Kazantsev
2017-07-06
1
-0
/
+4
*
Avoid constructing GlobalExtensions only to find out it is empty.
Frederich Munch
2017-07-06
1
-4
/
+14
*
[GlobalOpt] Remove unreachable blocks before optimizing a function.
Davide Italiano
2017-07-05
1
-0
/
+18
*
[InstCombine] Use CmpInst::Predicate with m_Cmp instead of ICmpInst::Predicat...
Craig Topper
2017-07-05
1
-1
/
+1
*
[SLPVectorizer] Add an extra parameter to cancelScheduling function, NFCI.
Dinar Temirbulatov
2017-07-05
1
-22
/
+23
*
[IndVarSimplify] Add AShr exact flags using induction variables ranges.
David Green
2017-07-05
1
-2
/
+34
*
Revert "[IndVars] Canonicalize comparisons between non-negative values and in...
Max Kazantsev
2017-07-05
1
-4
/
+0
*
[IndVars] Canonicalize comparisons between non-negative values and indvars
Max Kazantsev
2017-07-05
1
-0
/
+4
*
[LoopDeletion] NFC: Add loop being analyzed debug statement
Anna Thomas
2017-07-04
1
-0
/
+2
*
[LoopDeletion] NFC: Add debug statements to the optimization
Anna Thomas
2017-07-04
1
-13
/
+24
*
[InstCombine] Add TODOs for a couple things that should maybe be in InstSimpl...
Craig Topper
2017-07-04
1
-1
/
+3
*
[LoopInterchange] Add more debug messages to currentLimitations().
Florian Hahn
2017-07-03
1
-10
/
+34
*
Revert "[GVN] Recommit the patch "Add phi-translate support in scalarpre"."
Benjamin Kramer
2017-07-03
1
-158
/
+28
*
[InstCombine] Add a TODO for a probable missing single use check. NFC
Craig Topper
2017-07-03
1
-0
/
+2
*
[InstCombine] Support BITWISE_OP( BSWAP(x), CONSTANT ) -> BSWAP( BITWISE_OP(x...
Craig Topper
2017-07-03
1
-18
/
+12
*
[InstCombine] Remove support for BITWISE_OP(CONSTANT, BSWAP(x)) -> BSWAP(OP(B...
Craig Topper
2017-07-03
1
-7
/
+2
*
[InstCombine] Support BITWISE_OP(BSWAP(A),BSWAP(B))->BSWAP(BITWISE_OP(A, B)) ...
Craig Topper
2017-07-03
1
-7
/
+3
*
[InstCombine] Remove an if that should have been guaranteed by the caller. Re...
Craig Topper
2017-07-03
1
-4
/
+2
*
[InstCombine] Use m_BitReverse pattern match helper. NFCI.
Simon Pilgrim
2017-07-02
1
-2
/
+2
*
[InstCombine] fix crash when folding cmp+bswap vector
Sanjay Patel
2017-07-02
1
-5
/
+9
*
[InstCombine] look through bswap/bitreverse for equality comparisons
Sanjay Patel
2017-07-02
1
-0
/
+9
*
fix trivial typos; NFC
Hiroshi Inoue
2017-07-02
1
-1
/
+1
*
[InstCombine] Fold (a | b) ^ (~a | ~b) --> ~(a ^ b) and (a & b) ^ (~a & ~b) -...
Craig Topper
2017-07-02
1
-2
/
+18
*
[CodeExtractor] Remove unneded and commented out debugging stmts.
Davide Italiano
2017-07-02
1
-6
/
+0
*
fix trivial typos, NFC
Hiroshi Inoue
2017-07-01
1
-1
/
+1
*
[Cloner] Re-map simplfied cloned instructions.
Davide Italiano
2017-07-01
1
-5
/
+4
[next]