..
ADCE
Remove the obsolete offset parameter from @llvm.dbg.value
2017-07-28 20:21:02 +00:00
AddDiscriminators
AlignmentFromAssumptions
ArgumentPromotion
Remove the obsolete offset parameter from @llvm.dbg.value
2017-07-28 20:21:02 +00:00
AtomicExpand
BDCE
[BDCE] add tests to show invalid/incomplete transforms
2017-08-03 15:07:37 +00:00
BranchFolding
CodeExtractor
Clean up a test case
2017-06-27 21:35:49 +00:00
CodeGenPrepare
[CGP] use narrower types in memcmp expansion when possible
2017-08-01 17:24:54 +00:00
ConstantHoisting
[ConstantHoisting] Remove dupliate logic in constant hoisting
2017-07-10 20:45:34 +00:00
ConstantMerge
ConstProp
Coroutines
Remove the obsolete offset parameter from @llvm.dbg.value
2017-07-28 20:21:02 +00:00
CorrelatedValuePropagation
[LVI] Constant-propagate a zero extension of the switch condition value through case edges
2017-08-03 21:11:30 +00:00
CountingFunctionInserter
CrossDSOCFI
[cfi] CFI-ICall for ThinLTO.
2017-06-16 00:18:29 +00:00
DCE
[InstSimplify] Don't constant fold or DCE calls that are marked nobuiltin
2017-06-09 23:18:11 +00:00
DeadArgElim
Remove the obsolete offset parameter from @llvm.dbg.value
2017-07-28 20:21:02 +00:00
DeadStoreElimination
[DSE] Merge stores when the later store only writes to memory locations the early store also wrote to.
2017-08-04 12:28:36 +00:00
EarlyCSE
[EarlyCSE] Handle calls with no MemorySSA info.
2017-07-14 20:13:21 +00:00
EliminateAvailableExternally
Float2Int
ForcedFunctionAttrs
FunctionAttrs
FunctionImport
ThinLTO: Don't import aliases of any kind (even linkonce_odr)
2017-07-27 15:09:06 +00:00
GCOVProfiling
GlobalDCE
GlobalMerge
Align definition of DW_OP_plus with DWARF spec [3/3]
2017-06-14 13:14:38 +00:00
GlobalOpt
Remove the obsolete offset parameter from @llvm.dbg.value
2017-07-28 20:21:02 +00:00
GlobalSplit
GuardWidening
GVN
[GVN] Recommit the patch "Add phi-translate support in scalarpre"
2017-07-28 15:47:25 +00:00
GVNHoist
GVNSink
Changed a comparison operator for std::stable_sort to implement strict weak ordering.
2017-06-08 17:27:40 +00:00
IndVarSimplify
[SCEV/IndVars] Always compute loop exiting values if the backedge count is 0
2017-08-01 22:37:58 +00:00
InferAddressSpaces
[InferAddressSpaces] Fix assertion about null pointer
2017-07-07 02:40:13 +00:00
InferFunctionAttrs
Add argmononly attribute to strlen and wcslen, i.e. they only read memory (string) passed to them.
2017-06-18 03:10:26 +00:00
Inline
[PM] Split LoopUnrollPass and make partial unroller a function pass
2017-08-02 20:35:29 +00:00
InstCombine
[InstCombine] Remove the (not (sext)) case from foldBoolSextMaskToSelect and inline the remaining code to match visitOr
2017-08-04 16:07:20 +00:00
InstMerge
InstNamer
InstSimplify
[ConstantFolder] Don't try to fold gep when the idx is a vector.
2017-07-27 22:20:44 +00:00
InterleavedAccess
Expanding the test case for vf8 for stride 4 interleaved.
2017-07-30 11:54:57 +00:00
Internalize
IPConstantProp
IRCE
[IRCE] Handle loops with step different from 1/-1
2017-08-04 07:01:04 +00:00
JumpThreading
[JumpThreading] Stop falsely preserving LazyValueInfo.
2017-07-28 03:10:43 +00:00
LCSSA
LICM
Remove the obsolete offset parameter from @llvm.dbg.value
2017-07-28 20:21:02 +00:00
LoadStoreVectorizer
LoopDataPrefetch
LoopDeletion
[Dominators] Teach LoopDeletion to use the new incremental API
2017-08-02 18:17:52 +00:00
LoopDistribute
LoopIdiom
Remove the obsolete offset parameter from @llvm.dbg.value
2017-07-28 20:21:02 +00:00
LoopInterchange
[LoopInterchange] Do not interchange loops with function calls.
2017-07-31 09:00:52 +00:00
LoopLoadElim
LoopPredication
LoopReroll
Remove the obsolete offset parameter from @llvm.dbg.value
2017-07-28 20:21:02 +00:00
LoopRotate
Remove the obsolete offset parameter from @llvm.dbg.value
2017-07-28 20:21:02 +00:00
LoopSimplify
Remove the obsolete offset parameter from @llvm.dbg.value
2017-07-28 20:21:02 +00:00
LoopSimplifyCFG
LoopStrengthReduce
Remove the obsolete offset parameter from @llvm.dbg.value
2017-07-28 20:21:02 +00:00
LoopUnroll
Use profile summary to disable peeling for huge working sets
2017-08-03 23:42:58 +00:00
LoopUnswitch
Add "REQUIRES: asserts" for test unswitch-equality-undef.ll.
2017-07-26 01:34:46 +00:00
LoopVectorize
LV: Don't insert runtime ptr checks on divergent targets
2017-08-02 21:43:08 +00:00
LoopVersioning
LoopVersioningLICM
LowerAtomic
LowerExpectIntrinsic
Fix builin_expect lowering bug
2017-06-07 18:32:24 +00:00
LowerGuardIntrinsic
LowerInvoke
LowerSwitch
LowerTypeTests
Update phi nodes in LowerTypeTests control flow simplification
2017-07-31 20:43:07 +00:00
Mem2Reg
Remove the obsolete offset parameter from @llvm.dbg.value
2017-07-28 20:21:02 +00:00
MemCpyOpt
MergeFunc
Remove the obsolete offset parameter from @llvm.dbg.value
2017-07-28 20:21:02 +00:00
MetaRenamer
[MetaRenamer] Leave @main
alone.
2017-08-01 05:14:45 +00:00
NameAnonGlobals
NaryReassociate
NewGVN
[NewGVN] Fix the case where we have a phi-of-ops which goes away.
2017-08-03 21:17:49 +00:00
ObjCARC
Remove the obsolete offset parameter from @llvm.dbg.value
2017-07-28 20:21:02 +00:00
PartiallyInlineLibCalls
PGOProfile
Migrate PGOMemOptSizeOpt to use new OptimizationRemarkEmitter Pass
2017-07-30 00:35:33 +00:00
PhaseOrdering
PlaceSafepoints
All libcalls should be considered to be GC-leaf functions.
2017-07-27 16:49:39 +00:00
PreISelIntrinsicLowering
PruneEH
Reassociate
[Reassociate] Make sure EraseInst sets MadeChange
2017-06-27 05:32:13 +00:00
Reg2Mem
RewriteStatepointsForGC
All libcalls should be considered to be GC-leaf functions.
2017-07-27 16:49:39 +00:00
SafeStack
Remove the obsolete offset parameter from @llvm.dbg.value
2017-07-28 20:21:02 +00:00
SampleProfile
Do not inline recursive direct calls in sample loader pass.
2017-06-21 17:57:43 +00:00
Scalarizer
Remove the obsolete offset parameter from @llvm.dbg.value
2017-07-28 20:21:02 +00:00
SCCP
[IPSCCP] Guard a user of getInitializer with hasDefinitiveInitializer
2017-07-31 17:47:07 +00:00
SeparateConstOffsetFromGEP
SimpleLoopUnswitch
SimplifyCFG
Fix test failure without X86 backend
2017-07-29 15:03:31 +00:00
Sink
Enhance synchscope representation
2017-07-11 22:23:00 +00:00
SLPVectorizer
[InstCombine] Support sext in foldLogicCastConstant
2017-08-02 20:25:56 +00:00
SpeculativeExecution
SROA
Remove the obsolete offset parameter from @llvm.dbg.value
2017-07-28 20:21:02 +00:00
StraightLineStrengthReduce
StripDeadPrototypes
StripSymbols
Remove the obsolete offset parameter from @llvm.dbg.value
2017-07-28 20:21:02 +00:00
StructurizeCFG
TailCallElim
[TRE] Add another test for OptRemark.
2017-07-19 21:39:51 +00:00
ThinLTOBitcodeWriter
ThinLTO Minimized Bitcode File Size Reduction
2017-07-21 17:25:20 +00:00
Util
Remove the obsolete offset parameter from @llvm.dbg.value
2017-07-28 20:21:02 +00:00
WholeProgramDevirt