..
ADCE.cpp
[ADCE] Use MapVector for BlockInfo to make iteration order deterministic
2017-11-03 14:15:08 +00:00
AlignmentFromAssumptions.cpp
BDCE.cpp
Remove redundant includes from lib/Transforms.
2017-12-13 21:31:01 +00:00
CallSiteSplitting.cpp
[CallSiteSplitting] Refactor creating callsites.
2017-12-13 03:05:20 +00:00
CMakeLists.txt
Add a new pass to speculate around PHI nodes with constant (integer) operands when profitable.
2017-11-28 11:32:31 +00:00
ConstantHoisting.cpp
Fix out-of-order stepping behavior in programs with hoisted constants.
2017-11-09 20:01:31 +00:00
ConstantProp.cpp
CorrelatedValuePropagation.cpp
Reverting [JumpThreading] Preservation of DT and LVI across the pass
2017-12-13 22:01:17 +00:00
DCE.cpp
DeadStoreElimination.cpp
Modify ModRefInfo values using static inline method abstractions [NFC].
2017-12-05 20:12:23 +00:00
DivRemPairs.cpp
[DivRempairs] add a pass to optimize div/rem pairs (PR31028)
2017-09-09 13:38:18 +00:00
EarlyCSE.cpp
[EarlyCSE] recognize swapped variants of abs/nabs as equivalent
2017-12-13 22:57:35 +00:00
FlattenCFGPass.cpp
Float2Int.cpp
GuardWidening.cpp
GVN.cpp
Hardware-assisted AddressSanitizer (llvm part).
2017-12-09 00:21:41 +00:00
GVNHoist.cpp
[GVNHoist] Fix: PR35222 gvn-hoist incorrectly erases load
2017-12-13 19:40:07 +00:00
GVNSink.cpp
[GVNSink] Fix failing GVNSink tests in the reverse iteration bot
2017-10-23 19:56:52 +00:00
InductiveRangeCheckElimination.cpp
[IRCE][NFC] Add no wrap flags to no-wrapping SCEV calculation
2017-11-23 06:14:39 +00:00
IndVarSimplify.cpp
Remove redundant includes from lib/Transforms.
2017-12-13 21:31:01 +00:00
InferAddressSpaces.cpp
InferAddressSpaces: Fix bug about replacing addrspacecast
2017-10-30 21:19:41 +00:00
IVUsersPrinter.cpp
JumpThreading.cpp
Reverting [JumpThreading] Preservation of DT and LVI across the pass
2017-12-13 22:01:17 +00:00
LICM.cpp
Re-commit : [LICM] Allow sinking when foldable in loop
2017-12-15 20:33:24 +00:00
LLVMBuild.txt
LoopAccessAnalysisPrinter.cpp
LoopDataPrefetch.cpp
Remove redundant includes from lib/Transforms.
2017-12-13 21:31:01 +00:00
LoopDeletion.cpp
[LoopDeletion] Move deleteDeadLoop to to LoopUtils. NFC
2017-10-04 20:42:46 +00:00
LoopDistribute.cpp
Add MemorySSA as loop dependency, disabled by default [NFC].
2017-11-21 15:45:46 +00:00
LoopIdiomRecognize.cpp
[ModRefInfo] Make enum ModRefInfo an enum class [NFC].
2017-12-07 22:41:34 +00:00
LoopInstSimplify.cpp
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
2017-10-16 21:34:24 +00:00
LoopInterchange.cpp
[LoopInterchange] Fix phi node ordering miscompile.
2017-10-21 13:58:37 +00:00
LoopLoadElimination.cpp
Add MemorySSA as loop dependency, disabled by default [NFC].
2017-11-21 15:45:46 +00:00
LoopPassManager.cpp
LoopPredication.cpp
[Loop Predication] Teach LP about reverse loops
2017-12-04 15:11:48 +00:00
LoopRerollPass.cpp
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
2017-10-18 21:46:47 +00:00
LoopRotation.cpp
[LoopRotate] processLoop should return true even if it just simplified the loop latch without making any other changes
2017-11-15 00:22:42 +00:00
LoopSimplifyCFG.cpp
LoopSink.cpp
LoopStrengthReduce.cpp
LSR: Check more intrinsic pointer operands
2017-12-11 21:38:43 +00:00
LoopUnrollPass.cpp
Fix MSVC signed/unsigned comparison warning
2017-10-19 15:00:31 +00:00
LoopUnswitch.cpp
Use a BumpPtrAllocator for Loop objects
2017-09-28 02:45:42 +00:00
LoopVersioningLICM.cpp
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
2017-10-26 00:55:39 +00:00
LowerAtomic.cpp
Remove redundant includes from lib/Transforms.
2017-12-13 21:31:01 +00:00
LowerExpectIntrinsic.cpp
LowerGuardIntrinsic.cpp
MemCpyOptimizer.cpp
Revert r319482 and r319483 "[memcpyopt] Teach memcpyopt to optimize across basic blocks"
2017-12-06 01:47:55 +00:00
MergedLoadStoreMotion.cpp
Remove redundant includes from lib/Transforms.
2017-12-13 21:31:01 +00:00
MergeICmps.cpp
Remove redundant includes from lib/Transforms.
2017-12-13 21:31:01 +00:00
NaryReassociate.cpp
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
2017-10-17 21:27:42 +00:00
NewGVN.cpp
[NewGVN] Stop assuming PHI args ordering when looking at phi-of-ops.
2017-10-30 20:20:16 +00:00
PartiallyInlineLibCalls.cpp
[PartiallyInlineLibCalls][x86] add TTI hook to allow sqrt inlining to depend on arg rather than result
2017-11-27 21:15:43 +00:00
PlaceSafepoints.cpp
Reassociate.cpp
Reassociate: add global reassociation algorithm
2017-12-12 19:18:02 +00:00
Reg2Mem.cpp
RewriteStatepointsForGC.cpp
[PM] port Rewrite Statepoints For GC to the new pass manager.
2017-12-15 09:32:11 +00:00
Scalar.cpp
[PM] port Rewrite Statepoints For GC to the new pass manager.
2017-12-15 09:32:11 +00:00
Scalarizer.cpp
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
2017-10-20 21:47:29 +00:00
SCCP.cpp
[SCCP] Pick the right lattice value for constants.
2017-11-22 03:04:55 +00:00
SeparateConstOffsetFromGEP.cpp
Fix a bunch more layering of CodeGen headers that are in Target
2017-11-17 01:07:10 +00:00
SimpleLoopUnswitch.cpp
Make helpers static. NFC.
2017-11-24 14:55:41 +00:00
SimplifyCFGPass.cpp
[SimplifyCFG] don't sink common insts too soon (PR34603)
2017-12-14 22:05:20 +00:00
Sink.cpp
Modify ModRefInfo values using static inline method abstractions [NFC].
2017-12-05 20:12:23 +00:00
SpeculateAroundPHIs.cpp
Add a new pass to speculate around PHI nodes with constant (integer) operands when profitable.
2017-11-28 11:32:31 +00:00
SpeculativeExecution.cpp
SROA.cpp
[SROA] Disable non-whole-alloca splits by default
2017-12-18 06:47:37 +00:00
StraightLineStrengthReduce.cpp
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
2017-10-27 01:09:08 +00:00
StructurizeCFG.cpp
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
2017-10-20 21:47:29 +00:00
TailRecursionElimination.cpp
Remove redundant includes from lib/Transforms.
2017-12-13 21:31:01 +00:00