Use range loops for accessing file names. NFC.
[oota-llvm.git] / lib / Transforms / Scalar /
2015-05-28 David Majnemer[Reassociate] Canonicalizing 'x [+-] (-Constant * y...
2015-05-28 Jingyue Wu[NaryReassociate] Run EarlyCSE after NaryReassociate
2015-05-26 Philip Reames[PlaceSafepoints] Entry safepoint location doesn't...
2015-05-26 Philip Reames[PlaceSafepoints] Cleanup InsertSafepointPoll function
2015-05-25 Craig TopperUse range-based for loops. NFC.
2015-05-25 NAKAMURA TakumiReformat.
2015-05-25 NAKAMURA TakumiPrune CRLFs.
2015-05-25 Chandler Carruth[Unroll] Switch from an eagerly populated SCEV cache...
2015-05-23 Craig TopperGive more meaningful names than I and J to some for...
2015-05-23 Craig TopperFix an unused variable warning in release builds.
2015-05-23 Craig TopperUse range-based for loops. NFC.
2015-05-22 Philip ReamesExtend EarlyCSE to handle basic cases from JumpThreadin...
2015-05-22 Chandler Carruth[Unroll] Separate the logic for testing each iteration...
2015-05-22 Chandler Carruth[Unroll] Replace a hand-wavy FIXME with a FIXME that...
2015-05-22 Chandler Carruth[Unroll] Extract the logic for caching SCEV-modeled...
2015-05-22 Chandler Carruth[Unroll] Refactor the accumulation of optimized instruc...
2015-05-22 Philip Reames[LICM] Sinking doesn't involve the preheader
2015-05-22 Daniel BerlinMergedLoadStoreMotion preserves MemoryDependenceAnalysi...
2015-05-21 Jingyue Wu[NaryReassoc] reassociate GEP for CSE
2015-05-21 Benjamin Kramer[LoopDistribute] Remove a layer of pointer indirection.
2015-05-21 Igor Laevsky[RewriteStatepointsForGC] Fix debug assertion during...
2015-05-21 Ahmed Bougacha[MemCpyOpt] Do move the memset, but look at its dest...
2015-05-21 Ahmed Bougacha[MemCpyOpt] Pass Instruction to IRBuilder, no need...
2015-05-20 Ahmed Bougacha[MemCpyOpt] Don't move the memset when optimizing memse...
2015-05-20 Aaron BallmanSilencing a -Wsign-compare warning; NFC.
2015-05-20 Swaroop SridharAdd a GCStrategy for CoreCLR
2015-05-19 Philip Reames[PlaceSafepoints] Stop special casing some intrinsics
2015-05-19 Jingyue Wu[Speculation] NFC: more header comments
2015-05-19 Igor Laevsky[RewriteStatepointsForGC] Fix up naming in "relocationV...
2015-05-19 Igor Laevsky[RewriteStatepointsForGC] For some values (like gep...
2015-05-18 David BlaikieSimplify IRBuilder::CreateCall* by using ArrayRef+initi...
2015-05-18 Chen Li[PlaceSafepoints] Assertion on that gc_result can not...
2015-05-18 Sanjoy DasExploit dereferenceable_or_null attribute in LICM pass
2015-05-18 Jingyue Wu[ScalarEvolution] refactor: extract interface getGEPExpr
2015-05-18 Andrew Trickindvars cruft: don't replace phi nodes for no reason.
2015-05-18 Andrew TrickSimplifyIV comments and dead argument cleanup.
2015-05-16 Benjamin KramerMove Pass into anonymous namespace. NFC.
2015-05-16 Ahmed Bougacha[MemCpyOpt] Turn memcpy from just-memset'd source into...
2015-05-16 Ahmed Bougacha[MemCpyOpt] Remove dead argument. NFC.
2015-05-15 Jingyue WuAdd a speculative execution pass
2015-05-15 Jingyue Wu[SLSR] handle (B | i) * S
2015-05-15 Sanjoy Das[PlaceSafepoints] Fix a bug that came in with rL236672.
2015-05-15 Sanjoy Das[PlaceSafepoints] Fix a bug that came in with rL236672.
2015-05-14 Jingyue Wu[ValueTracking] refactor: extract method haveNoCommonBi...
2015-05-14 Davide ItalianoDon't rely on implicit pointerness of 'auto'.
2015-05-14 Adam NemetAttempt to fix MSVC bots
2015-05-14 Adam NemetNew Loop Distribution pass
2015-05-13 Pete CooperConstruct ArrayRef<const T*> from vector<T>
2015-05-13 Sanjoy Das[PlaceSafepoints] New attributes for patchable statepoints.
2015-05-13 Davide Italiano[LoopIdiomRecognize] Use auto + range-based loop. NFC...
2015-05-13 Jingyue Wu[NaryReassociate] avoid running forever
2015-05-13 Diego NovilloAdd function entry counts from sample profiles.
2015-05-13 Pete CooperConstify arguments to methods in LICM. NFC
2015-05-13 Pete CooperChange LoadAndStorePromoter to take ArrayRef instead...
2015-05-13 Philip Reames[PlaceSafepoints] Reduce dominator tree recalculation
2015-05-13 Jingyue Wu[SLSR] handles non-canonicalized Mul candidates
2015-05-12 Sanjoy Das[Statepoints] Support for "patchable" statepoints.
2015-05-12 Philip Reames[PlaceSafepoints] Followup to commit L237172
2015-05-12 Chandler Carruth[Unrolling] Refactor the start and step offsets to...
2015-05-12 Bjorn SteinbrinkCVP: Improve handling of Selects used as incoming PHI...
2015-05-12 Philip Reames[RewriteStatepointsForGC] Extend base pointer to handle...
2015-05-12 Justin Bogner[PlaceSafepoints] Add missing "override" to PlaceBacked...
2015-05-12 Philip Reames[PlaceSafepoints] Switch to being a FunctionPass
2015-05-12 Philip Reames[PlaceSafepoints] Make internal helper pass a FunctionPass
2015-05-12 Philip Reames[PlaceSafepoints] Use analysis infrastructure to get...
2015-05-12 Philip Reames[PlaceSafepoints] Remove dependence on LoopSimplify
2015-05-12 Pete CooperConvert PHI getIncomingValue() to foreach over incoming...
2015-05-12 Pete CooperConstify method. NFC
2015-05-12 Michael ZolotukhinReimplement heuristic for estimating complete-unroll...
2015-05-11 Sanjoy DasRename variables in gc_relocate related functions to...
2015-05-11 Ahmed Bougacha[MemCpyOpt] Look at any dependency -not just source...
2015-05-11 Davide Italiano[LoopIdiomRecognize] Transform backedge-taken count...
2015-05-11 Sanjoy Das[RewriteStatepointsForGC] Fix a bug on creating gc_relo...
2015-05-08 Igor LaevskyThis change is refactoring only. It moves basic block...
2015-05-07 NAKAMURA TakumiScalar/PlaceSafepoints.cpp: Fix a warning introduced...
2015-05-07 Philip Reames[JumpThreading] Simplify comparisons when simplifying...
2015-05-06 Sanjoy Das[Statepoints] Clean up PlaceSafepoints.cpp: de-duplicat...
2015-05-06 Sanjoy Das[Statepoints] Clean up PlaceSafepoints.cpp: variable...
2015-05-06 Sanjoy Das[IRBuilder] Add a CreateGCStatepointInvoke.
2015-05-06 Adam Nemet[DomTree] verifyDomTree to unconditionally perform...
2015-05-06 Sanjoy Das[Statepoint] Clean up Statepoint.h: accessor names.
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-26 Philip Reames[RewriteStatepointsForGC] Exclude constant values from...
2015-04-26 Philip ReamesDon't Place Entry Safepoints Before the llvm.frameescap...
2015-04-24 Andrew KaylorFix LoopInterchange/reductions.ll test for debug builds
2015-04-24 Jingyue WuResurrect r235688
2015-04-23 Michael ZolotukhinFix comment for NoCommonBits.
2015-04-23 Philip ReamesMove Value.isDereferenceablePointer to ValueTracking...
2015-04-23 Karthik BhatAdd support to interchange loops with reductions.
2015-04-22 Sanjay Pateldon't repeat function names in comments; NFC
2015-04-21 Ahmed Bougacha[MemCpyOpt] Use the raw i8* dest when optimizing memset...
2015-04-21 Daniel BerlinRevamp PredIteratorCache interface to be cleaner.
2015-04-21 Sanjoy Das[LSR][NFC] Remove a stale comment.
2015-04-21 Jingyue Wu[SLSR] garbage-collect unused instructions
2015-04-21 Jingyue Wu[SeparateConstOffsetFromGEP] garbage-collect intermedia...
2015-04-21 Duncan P. N. Exon... DebugInfo: Drop rest of DIDescriptor subclasses
2015-04-18 Ahmed Bougacha[MemCpyOpt] Don't force i64 when promoting memset/memcp...
2015-04-18 Ahmed Bougacha[MemCpyOpt] Promote both memset/memcpy sizes if differe...
2015-04-17 Ahmed Bougacha[MemCpyOpt] Optimize double-storing by memset+memcpy.
2015-04-17 Jingyue Wu[NaryReassociate] run NaryReassociate iteratively
next