..
ADCE
Move the personality function from LandingPadInst to Function
2015-06-17 20:52:32 +00:00
AddDiscriminators
DI: Disallow uniquable DICompileUnits
2015-08-03 17:26:41 +00:00
AlignmentFromAssumptions
[opaque pointer type] Add textual IR support for explicit type parameter to load instruction
2015-02-27 21:17:42 +00:00
ArgumentPromotion
DI: Disallow uniquable DICompileUnits
2015-08-03 17:26:41 +00:00
AtomicExpand
Fix an alignment error in `llvm::expandAtomicRMWToCmpXchg` without breaking the build where X86 isn't enabled.
2015-08-06 16:55:03 +00:00
BBVectorize
Changed renaming of local symbols by inserting a dot vefore the numeric suffix.
2015-05-12 16:47:30 +00:00
BDCE
Move the personality function from LandingPadInst to Function
2015-06-17 20:52:32 +00:00
BranchFolding
Address post-commit review from r243378.
2015-08-11 00:20:24 +00:00
CodeExtractor
Move the personality function from LandingPadInst to Function
2015-06-17 20:52:32 +00:00
CodeGenPrepare
AMDGPU: Fix some places missed in rename
2015-06-19 17:39:03 +00:00
ConstProp
Enable constant propagation for more math functions
2015-08-27 19:56:57 +00:00
ConstantHoisting
[opaque pointer type] Add textual IR support for explicit type parameter to the call instruction
2015-04-16 23:24:18 +00:00
ConstantMerge
[opaque pointer type] Add textual IR support for explicit type parameter to gep operator
2015-03-13 18:20:45 +00:00
CorrelatedValuePropagation
[CVP] Don't assume Constants of type i1 can be known to be true or false
2015-06-06 04:56:51 +00:00
DeadArgElim
DI: Disallow uniquable DICompileUnits
2015-08-03 17:26:41 +00:00
DeadStoreElimination
Revert "[DSE] Enable removal of lifetime intrinsics in terminating blocks"
2015-08-20 08:58:47 +00:00
EarlyCSE
Allow value forwarding past release fences in EarlyCSE
2015-08-27 01:32:33 +00:00
EliminateAvailableExternally
Don't change the visibility when converting a definition to a declaration.
2015-07-13 14:18:22 +00:00
Float2Int
Reapply r233175 and r233183: float2int.
2015-03-27 10:36:57 +00:00
FunctionAttrs
Move the personality function from LandingPadInst to Function
2015-06-17 20:52:32 +00:00
GCOVProfiling
DI: Disallow uniquable DICompileUnits
2015-08-03 17:26:41 +00:00
GVN
Revert r246244 and r246243
2015-08-28 06:52:00 +00:00
GlobalDCE
[opaque pointer type] Add textual IR support for explicit type parameter to the call instruction
2015-04-16 23:24:18 +00:00
GlobalOpt
assume.ll test fixup
2015-08-25 01:48:49 +00:00
IPConstantProp
Move the personality function from LandingPadInst to Function
2015-06-17 20:52:32 +00:00
IRCE
[IRCE] Fix a regression introduced in r232444.
2015-03-24 19:29:18 +00:00
IndVarSimplify
Make ScalarEvolution::isKnownPredicate a little smarter
2015-08-19 01:51:51 +00:00
Inline
Emit argmemonly attribute for intrinsics.
2015-08-13 17:40:04 +00:00
InstCombine
isKnownNonNull needs to consider globals in non-zero address spaces.
2015-08-27 03:16:29 +00:00
InstMerge
[opaque pointer type] Add textual IR support for explicit type parameter to gep operator
2015-03-13 18:20:45 +00:00
InstSimplify
[InstSimplify] add nuw %x, C2 must be at least C2
2015-08-20 23:01:41 +00:00
Internalize
Internalize: internalize comdat members as a group, and drop comdat on such members.
2015-07-16 17:42:21 +00:00
JumpThreading
Move the personality function from LandingPadInst to Function
2015-06-17 20:52:32 +00:00
LCSSA
Move the personality function from LandingPadInst to Function
2015-06-17 20:52:32 +00:00
LICM
DI: Disallow uniquable DICompileUnits
2015-08-03 17:26:41 +00:00
LoadCombine
[opaque pointer type] Add textual IR support for explicit type parameter to load instruction
2015-02-27 21:17:42 +00:00
LoopDeletion
[opaque pointer type] Add textual IR support for explicit type parameter to load instruction
2015-02-27 21:17:42 +00:00
LoopDistribute
[LAA] Hold bounds via ValueHandles during SCEV expansion
2015-08-21 23:19:57 +00:00
LoopIdiom
DI: Disallow uniquable DICompileUnits
2015-08-03 17:26:41 +00:00
LoopInterchange
Add support to interchange loops with reductions.
2015-04-23 04:51:44 +00:00
LoopReroll
Handle loop with negtive induction variable increment
2015-07-24 22:01:49 +00:00
LoopRotate
DI: Disallow uniquable DICompileUnits
2015-08-03 17:26:41 +00:00
LoopSimplify
[LoopSimplify] Set proper debug location in loop backedge blocks.
2015-06-29 21:30:14 +00:00
LoopStrengthReduce
[NVPTX] truncating 64-bit to 32-bit is free
2015-08-20 20:59:02 +00:00
LoopUnroll
Add new llvm.loop.unroll.enable metadata.
2015-08-10 17:28:08 +00:00
LoopUnswitch
[LoopUnswitch] Preserve make.implicit metadata for unswitched conditions
2015-08-05 21:13:26 +00:00
LoopVectorize
Fix test introduced in r246187 that failed on some systems.
2015-08-27 20:43:29 +00:00
LowerAtomic
[opaque pointer type] Add textual IR support for explicit type parameter to load instruction
2015-02-27 21:17:42 +00:00
LowerBitSets
LowerBitSets: Ignore bitset entries that do not directly refer to a global.
2015-06-27 00:17:51 +00:00
LowerExpectIntrinsic
[opaque pointer type] Add textual IR support for explicit type parameter to the call instruction
2015-04-16 23:24:18 +00:00
LowerInvoke
Move the personality function from LandingPadInst to Function
2015-06-17 20:52:32 +00:00
LowerSwitch
[LowerSwitch] Fix a bug when LowerSwitch deletes the default block
2015-08-11 18:12:26 +00:00
Mem2Reg
DI: Disallow uniquable DICompileUnits
2015-08-03 17:26:41 +00:00
MemCpyOpt
Emit argmemonly attribute for intrinsics.
2015-08-13 17:40:04 +00:00
MergeFunc
Comparing operands should not require the same ValueID
2015-08-26 03:02:58 +00:00
MetaRenamer
[opaque pointer type] Add textual IR support for explicit type parameter to load instruction
2015-02-27 21:17:42 +00:00
NaryReassociate
[NaryReassociate] enhances nsw by leveraging @llvm.assume
2015-07-01 03:38:49 +00:00
ObjCARC
Emit argmemonly attribute for intrinsics.
2015-08-13 17:40:04 +00:00
PartiallyInlineLibCalls
…
PhaseOrdering
Move the personality function from LandingPadInst to Function
2015-06-17 20:52:32 +00:00
PlaceSafepoints
[Statepoints] Let patchable statepoints have a symbolic call target.
2015-07-28 23:50:30 +00:00
PruneEH
[PruneEH] A naked, noinline function can return via InlineAsm
2015-06-27 07:52:53 +00:00
Reassociate
Fix a bunch of trivial cases of 'CHECK[^:]*$' in the tests. NFCI
2015-08-10 19:01:27 +00:00
Reg2Mem
Move the personality function from LandingPadInst to Function
2015-06-17 20:52:32 +00:00
RewriteStatepointsForGC
[RewriteStatepointsForGC] Reduce the number of new instructions for base pointers
2015-08-27 01:02:28 +00:00
SCCP
[ConstantFolding] Support folding loads from a GlobalAlias
2015-07-22 22:29:30 +00:00
SLPVectorizer
[SLP] Add one more test case for propagating 'nontemporal' attributes.
2015-08-21 00:08:39 +00:00
SROA
[SROA] Fix PR24463, a crash I introduced in SROA by allowing it to
2015-08-28 09:03:52 +00:00
SafeStack
SafeStack: Create the unsafe stack pointer on demand.
2015-06-22 20:26:54 +00:00
SampleProfile
DI: Disallow uniquable DICompileUnits
2015-08-03 17:26:41 +00:00
ScalarRepl
DI: Disallow uniquable DICompileUnits
2015-08-03 17:26:41 +00:00
Scalarizer
Prevent the scalarizer from caching incorrect entries
2015-08-10 14:48:47 +00:00
SeparateConstOffsetFromGEP
[SeparateConstOffsetFromGEP] sext(a)+sext(b) => sext(a+b) when a+b can't sign-overflow.
2015-08-14 02:02:05 +00:00
SimplifyCFG
[ValueTracking] readnone CallInsts are fair game for speculation
2015-08-27 23:03:01 +00:00
Sink
Teach the IR Sink pass to (conservatively) respect convergent annotations.
2015-06-01 17:20:31 +00:00
SpeculativeExecution
Add a speculative execution pass
2015-05-15 17:54:48 +00:00
StraightLineStrengthReduce
[SeparateConstOffsetFromGEP] strengthen the inbounds attribute
2015-08-13 18:48:49 +00:00
StripSymbols
Update test case so it passes the verifier
2015-08-22 22:38:44 +00:00
StructurizeCFG
[opaque pointer type] Add textual IR support for explicit type parameter to load instruction
2015-02-27 21:17:42 +00:00
TailCallElim
Fix a bunch of trivial cases of 'CHECK[^:]*$' in the tests. NFCI
2015-08-10 19:01:27 +00:00
TailDup
[opaque pointer type] Add textual IR support for explicit type parameter to the call instruction
2015-04-16 23:24:18 +00:00
Util
Changed renaming of local symbols by inserting a dot vefore the numeric suffix.
2015-05-12 16:47:30 +00:00