..
ADCE
AddDiscriminators
ArgumentPromotion
ArgPromo+DebugInfo: Handle updating debug info over multiple applications of argument promotion.
2014-07-23 22:09:29 +00:00
AtomicExpandLoadLinked /ARM
CodeGen: it turns out that NAND is not the same thing as BIC. At all.
2014-07-07 09:06:35 +00:00
BBVectorize
BranchFolding
CodeExtractor
CodeGenPrepare
CodeGenPrep: fall back to MVT::Other if instruction's type isn't an EVT.
2014-07-29 10:20:22 +00:00
ConstantHoisting
ConstantMerge
ConstProp
Look through addrspacecast in IsConstantOffsetFromGlobal
2014-07-14 22:39:26 +00:00
CorrelatedValuePropagation
DeadArgElim
DeadStoreElimination
Remove dead zero store to calloc initialized memory
2014-08-05 17:48:20 +00:00
DebugIR
EarlyCSE
FunctionAttrs
GCOVProfiling
GlobalDCE
Use "weak alias" instead of "alias weak"
2014-07-30 22:51:54 +00:00
GlobalOpt
Use "weak alias" instead of "alias weak"
2014-07-30 22:51:54 +00:00
GVN
Use "weak alias" instead of "alias weak"
2014-07-30 22:51:54 +00:00
IndVarSimplify
Add a description to the test from r211433 explaining why it's written that way.
2014-06-22 12:22:04 +00:00
Inline
Convert noalias parameter attributes into noalias metadata during inlining
2014-07-25 15:50:08 +00:00
InstCombine
This patch implements transform for pattern "(A & ~B) ^ (~A) -> ~(A & B)".
2014-08-01 05:07:20 +00:00
InstMerge
MergedLoadStoreMotion pass
2014-07-18 19:13:09 +00:00
InstSimplify
InstSimplify: Simplify (X - (0 - Y)) if the second sub is NUW
2014-07-31 04:49:18 +00:00
Internalize
Use "weak alias" instead of "alias weak"
2014-07-30 22:51:54 +00:00
IPConstantProp
JumpThreading
Fixed jump threading going to infinite loop.
2014-06-17 14:34:19 +00:00
LCSSA
LICM
Make Value::isDereferenceablePointer handle offsets to pointer types with dereferenceable attributes
2014-07-19 03:25:16 +00:00
LoadCombine
LoopDeletion
LoopIdiom
R600: Implement TTI:getPopcntSupport
2014-07-18 06:07:13 +00:00
LoopReroll
LoopRotate
LoopSimplify
LoopStrengthReduce
LoopUnroll
After unrolling a loop with llvm.loop.unroll.count metadata (unroll factor
2014-07-24 22:36:40 +00:00
LoopUnswitch
LoopVectorize
Add diagnostics to the vectorizer cost model.
2014-08-02 00:14:03 +00:00
LowerAtomic
LowerExpectIntrinsic
LowerInvoke
LowerSwitch
Added test for commit r212802 that was missing
2014-07-11 10:36:00 +00:00
Mem2Reg
MemCpyOpt
Don't eliminate memcpy's when the address of the pointer may itself be relevant. Fixes PR18304. Patch by David Wiberg!
2014-07-14 18:52:02 +00:00
MergeFunc
MergeFunc patch from Björn Steinbrink.
2014-07-15 10:46:51 +00:00
MetaRenamer
Use "weak alias" instead of "alias weak"
2014-07-30 22:51:54 +00:00
ObjCARC
PartiallyInlineLibCalls
PartiallyInlineLibCalls: Check sqrt result type before transforming it.
2014-08-01 23:21:21 +00:00
PhaseOrdering
PruneEH
Reassociate
Reg2Mem
SampleProfile
Scalarizer
ScalarRepl
SCCP
SeparateConstOffsetFromGEP /NVPTX
Partially revert r210444 due to performance regression
2014-07-16 23:25:00 +00:00
SimplifyCFG
[SimplifyCFG] fix accessing deleted PHINodes in switch-to-table conversion.
2014-08-02 23:41:54 +00:00
Sink
SLPVectorizer
Teach the SLP Vectorizer that keeping some values live over a callsite can have a cost.
2014-08-05 12:30:34 +00:00
SROA
SROA: Only split loads on byte boundaries
2014-06-17 00:19:35 +00:00
StripSymbols
StructurizeCFG
TailCallElim
We may visit a call that uses an alloca multiple times in callUsesLocalStack, sometimes with IsNocapture true and sometimes with IsNocapture false. We accidentally skipped work we needed to do in the IsNocapture=false case if we were called with IsNocapture=true the first time. Fixes PR20405!
2014-07-23 06:24:49 +00:00
TailDup