projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[sanitizer] [msan] VarArgHelper for AArch64
[oota-llvm.git]
/
lib
/
Transforms
/
Scalar
/
2015-12-12
David Majnemer
[IR] Reformulate LLVM's EH funclet IR
tree
|
commitdiff
2015-12-11
Chad Rosier
Revert r255247, r255265, and r255286 due to serious...
tree
|
commitdiff
2015-12-11
Hal Finkel
AlignmentFromAssumptions and SLPVectorizer preserves...
tree
|
commitdiff
2015-12-10
Chad Rosier
[DSE] Disable non-local DSE to see if the bots go green.
tree
|
commitdiff
2015-12-10
Chad Rosier
[DeadStoreElimination] Use range-based loops. NFC.
tree
|
commitdiff
2015-12-10
Chad Rosier
[DeadStoreElimination] Add support for non-local DSE.
tree
|
commitdiff
2015-12-10
Silviu Baranga
[LLE] Use the PredicatedScalarEvolution interface to...
tree
|
commitdiff
2015-12-09
Reid Kleckner
[Float2Int] Don't operate on vector instructions
tree
|
commitdiff
2015-12-09
Silviu Baranga
Re-commit r255115, with the PredicatedScalarEvolution...
tree
|
commitdiff
2015-12-09
Silviu Baranga
Revert r255115 until we figure out how to fix the bot...
tree
|
commitdiff
2015-12-09
Silviu Baranga
[LV][LAA] Add a layer over SCEV to apply run-time check...
tree
|
commitdiff
2015-12-09
JF Bastien
EarlyCSE: fix typo from rL255054.
tree
|
commitdiff
2015-12-09
Vikram TV
Test commit access - Fix few missing '.' in comments...
tree
|
commitdiff
2015-12-08
Sanjoy Das
[IndVars] Use any_of and foreach instead of explicit...
tree
|
commitdiff
2015-12-08
Philip Reames
[EarlyCSE] Value forwarding for unordered atomics
tree
|
commitdiff
2015-12-08
Sanjoy Das
[IndVars] Have getInsertPointForUses preserve LCSSA
tree
|
commitdiff
2015-12-07
Philip Reames
Reapply 254950 w/fix
tree
|
commitdiff
2015-12-07
Philip Reames
Revert 254950
tree
|
commitdiff
2015-12-07
Philip Reames
[EarlyCSE] Simplify and invert ParseMemoryInst [NFCI]
tree
|
commitdiff
2015-12-05
Philip Reames
[EarlyCSE] IsSimple vs IsVolatile naming clarification...
tree
|
commitdiff
2015-12-02
Akira Hatanaka
[AttributeSet] Overload AttributeSet::addAttribute...
tree
|
commitdiff
2015-12-01
Chad Rosier
[LIR] Push check into helper function. NFC.
tree
|
commitdiff
2015-11-29
Craig Topper
Remove an intermediate lambda. NFC
tree
|
commitdiff
2015-11-28
Craig Topper
Use range-based for loops. NFC
tree
|
commitdiff
2015-11-25
Davide Italiano
[SCCP] More informative message if we don't know how...
tree
|
commitdiff
2015-11-24
Sanjay Patel
use convenience function for copying IR flags; NFCI
tree
|
commitdiff
2015-11-23
Chad Rosier
[LIR] Put includes in correct order. NFC.
tree
|
commitdiff
2015-11-23
Andrew Kaylor
[WinEH] Fix a case where GVN could incorrectly PRE...
tree
|
commitdiff
2015-11-23
Davide Italiano
[LoopStrengthReduce] Mark dump() definitions as LLVM_DU...
tree
|
commitdiff
2015-11-21
Craig Topper
Use modulo operator instead of multiplying result of...
tree
|
commitdiff
2015-11-20
Owen Anderson
Fix a pair of issues that caused an infinite loop in...
tree
|
commitdiff
2015-11-20
Craig Topper
Use range-based for loops. NFC
tree
|
commitdiff
2015-11-19
Chad Rosier
[LIR] Update some comments. NFC.
tree
|
commitdiff
2015-11-19
Chad Rosier
[LIR] Fix 80-column from previous commit.
tree
|
commitdiff
2015-11-19
Chad Rosier
[LIR] Sink checks into function to enable future refact...
tree
|
commitdiff
2015-11-19
Chad Rosier
[LIR] Use the more appropriate method. NFC.
tree
|
commitdiff
2015-11-19
Pete Cooper
Revert "Change memcpy/memset/memmove to have dest and...
tree
|
commitdiff
2015-11-19
Weiming Zhao
Fix bug 25440: GVN assertion after coercing loads
tree
|
commitdiff
2015-11-18
Mehdi Amini
Fix returned value for GVN: could return "false" even...
tree
|
commitdiff
2015-11-18
Pete Cooper
Change memcpy/memset/memmove to have dest and source...
tree
|
commitdiff
2015-11-18
Mike Aizatsky
Disable gvn non-local speculative loads under asan.
tree
|
commitdiff
2015-11-18
Igor Laevsky
Revert "Revert "Strip metadata when speculatively hoist...
tree
|
commitdiff
2015-11-18
Craig Topper
Replace dyn_cast with isa in places that weren't using...
tree
|
commitdiff
2015-11-17
Philip Reames
[PRE] Preserve !invariant.load metadata
tree
|
commitdiff
2015-11-16
Owen Anderson
Add intermediate subtract instructions to reassociation...
tree
|
commitdiff
2015-11-16
David Majnemer
[LoopStrengthReduce] Don't increment iterator past...
tree
|
commitdiff
2015-11-16
Keno Fischer
[Sink] Don't move landingpads
tree
|
commitdiff
2015-11-13
Chad Rosier
[LIR] Add support for creating memcpys from loops with...
tree
|
commitdiff
2015-11-13
Chad Rosier
Add a comment that should have made my last commit.
tree
|
commitdiff
2015-11-13
Chad Rosier
[LIR] Factor out the code to compute base ptr for negat...
tree
|
commitdiff
2015-11-12
Tobias Grosser
Revert "Fix bug 25440: GVN assertion after coercing...
tree
|
commitdiff
2015-11-12
Chad Rosier
[LIR] Minor refactoring. NFCI.
tree
|
commitdiff
2015-11-12
Weiming Zhao
Fix bug 25440: GVN assertion after coercing loads
tree
|
commitdiff
2015-11-11
Chad Rosier
[LIR] General refactor to improve compile-time and...
tree
|
commitdiff
2015-11-10
Renato Golin
Revert "Strip metadata when speculatively hoisting...
tree
|
commitdiff
2015-11-10
Igor Laevsky
Strip metadata when speculatively hoisting instructions
tree
|
commitdiff
2015-11-09
Chad Rosier
Simplify. NFC.
tree
|
commitdiff
2015-11-09
Silviu Baranga
Allow LLE/LD and the loop versioning infrastructure...
tree
|
commitdiff
2015-11-08
David Majnemer
[LoopStrengthReduce] Don't bother fixing up PHIs from...
tree
|
commitdiff
2015-11-07
Duncan P. N. Exon...
ADT: Remove last implicit ilist iterator conversions...
tree
|
commitdiff
2015-11-06
Akira Hatanaka
Add 'notail' marker for call instructions.
tree
|
commitdiff
2015-11-06
Sanjoy Das
[ValueTracking] Add parameters to isImpliedCondition...
tree
|
commitdiff
2015-11-06
Chad Rosier
[LIR] Simplify code by making DataLayout globally acces...
tree
|
commitdiff
2015-11-04
Eugene Zelenko
Fix some Clang-tidy modernize warnings, other minor...
tree
|
commitdiff
2015-11-04
Philip Reames
[CVP] Fold return values if possible
tree
|
commitdiff
2015-11-04
Adam Nemet
Fix unused variable warning from r252017
tree
|
commitdiff
2015-11-03
Adam Nemet
LLE 6/6: Add LoopLoadElimination pass
tree
|
commitdiff
2015-11-03
Adam Nemet
[LAA] LLE 3/6: Rename InterestingDependence to Dependen...
tree
|
commitdiff
2015-11-03
Tobias Grosser
Revert "[IndVarSimplify] Rewrite loop exit values with...
tree
|
commitdiff
2015-11-02
Chen Li
[IndVarSimplify] Rewrite loop exit values with their...
tree
|
commitdiff
2015-10-30
Justin Bogner
[PM] Port ADCE to the new pass manager
tree
|
commitdiff
2015-10-29
Philip Reames
[LVI/CVP] Teach LVI about range metadata
tree
|
commitdiff
2015-10-28
Sanjoy Das
[JumpThreading] Use dominating conditions to prove...
tree
|
commitdiff
2015-10-28
Chad Rosier
Typo.
tree
|
commitdiff
2015-10-28
Chad Rosier
Reapply: [LIR] Add support for creating memsets from...
tree
|
commitdiff
2015-10-28
Chad Rosier
Revert "[LIR] Add support for creating memsets from...
tree
|
commitdiff
2015-10-28
Chad Rosier
[LIR] Add support for creating memsets from loops with...
tree
|
commitdiff
2015-10-28
Chen Li
Revert r251492 "[IndVarSimplify] Rewrite loop exit...
tree
|
commitdiff
2015-10-28
Chen Li
[IndVarSimplify] Rewrite loop exit values with their...
tree
|
commitdiff
2015-10-26
Igor Laevsky
[RS4GC] Strip noalias attribute after statepoint rewrite
tree
|
commitdiff
2015-10-25
Benjamin Kramer
Convert assert(false) into llvm_unreachable where it...
tree
|
commitdiff
2015-10-24
NAKAMURA Takumi
ScalarReplAggregates.cpp: Try to appease clash of anony...
tree
|
commitdiff
2015-10-23
Igor Laevsky
[RS4GC] Rename stripDereferenceabilityInfo into stripNo...
tree
|
commitdiff
2015-10-23
Tim Northover
GVN: don't try to replace instruction with itself.
tree
|
commitdiff
2015-10-22
Justin Bogner
LoopPass: Simplify the API for adding a new loop. NFC
tree
|
commitdiff
2015-10-22
David Majnemer
[Sink] Don't check BB.empty()
tree
|
commitdiff
2015-10-20
Sanjoy Das
[RS4GC] Remove a redundant linear search, NFCI
tree
|
commitdiff
2015-10-20
Sanjoy Das
[RS4GC] Clean up `find_index`; NFC
tree
|
commitdiff
2015-10-20
Sanjoy Das
[RS4GC] Re-purpose `normalizeForInvokeSafepoint`; NFC.
tree
|
commitdiff
2015-10-20
Sanjoy Das
[RS4GC] Minor cleanup to `normalizeForInvokeSafepoint...
tree
|
commitdiff
2015-10-18
Jakub Staszak
Preserve CFG in MergedLoadStoreMotion. This fixes PR24426.
tree
|
commitdiff
2015-10-16
Sanjoy Das
[RS4GC] Dont' propagate call attrs related to patchable...
tree
|
commitdiff
2015-10-16
Sanjoy Das
[RS4GC] Bring legalizeCallAttributes up to LLVM coding...
tree
|
commitdiff
2015-10-16
Sanjoy Das
[RS4GC] Use "deopt" operand bundles
tree
|
commitdiff
2015-10-16
Sanjoy Das
[IndVars] Rename getExtend; NFC
tree
|
commitdiff
2015-10-16
Sanjoy Das
[IndVars] Have `cloneArithmeticIVUser` guess better
tree
|
commitdiff
2015-10-16
Sanjoy Das
[IndVars] Extract out a few local variables; NFC
tree
|
commitdiff
2015-10-16
Sanjoy Das
[IndVars] Split `WidenIV::cloneIVUser`; NFC
tree
|
commitdiff
2015-10-15
Benjamin Kramer
[ScalarOpts] Remove dead code.
tree
|
commitdiff
2015-10-15
Manman Ren
Recommit r250345, it was reverted in r250366 to investi...
tree
|
commitdiff
next