[function-attrs] Refactor code to handle shorter code with early exits.
[oota-llvm.git] / lib / Transforms / Scalar /
2015-10-26 Igor Laevsky[RS4GC] Strip noalias attribute after statepoint rewrite
2015-10-25 Benjamin KramerConvert assert(false) into llvm_unreachable where it...
2015-10-24 NAKAMURA TakumiScalarReplAggregates.cpp: Try to appease clash of anony...
2015-10-23 Igor Laevsky[RS4GC] Rename stripDereferenceabilityInfo into stripNo...
2015-10-23 Tim NorthoverGVN: don't try to replace instruction with itself.
2015-10-22 Justin BognerLoopPass: Simplify the API for adding a new loop. NFC
2015-10-22 David Majnemer[Sink] Don't check BB.empty()
2015-10-20 Sanjoy Das[RS4GC] Remove a redundant linear search, NFCI
2015-10-20 Sanjoy Das[RS4GC] Clean up `find_index`; NFC
2015-10-20 Sanjoy Das[RS4GC] Re-purpose `normalizeForInvokeSafepoint`; NFC.
2015-10-20 Sanjoy Das[RS4GC] Minor cleanup to `normalizeForInvokeSafepoint...
2015-10-18 Jakub StaszakPreserve CFG in MergedLoadStoreMotion. This fixes PR24426.
2015-10-16 Sanjoy Das[RS4GC] Dont' propagate call attrs related to patchable...
2015-10-16 Sanjoy Das[RS4GC] Bring legalizeCallAttributes up to LLVM coding...
2015-10-16 Sanjoy Das[RS4GC] Use "deopt" operand bundles
2015-10-16 Sanjoy Das[IndVars] Rename getExtend; NFC
2015-10-16 Sanjoy Das[IndVars] Have `cloneArithmeticIVUser` guess better
2015-10-16 Sanjoy Das[IndVars] Extract out a few local variables; NFC
2015-10-16 Sanjoy Das[IndVars] Split `WidenIV::cloneIVUser`; NFC
2015-10-15 Benjamin Kramer[ScalarOpts] Remove dead code.
2015-10-15 Manman RenRecommit r250345, it was reverted in r250366 to investi...
2015-10-15 Manman RenTemporarily revert r250345 to sort out bot failure.
2015-10-14 Cong HouUpdate the branch weight metadata in JumpThreading...
2015-10-14 Chen Li[LoopUnswitch] Correct misleading comments.
2015-10-14 Manman RenRevert r250204 and r250240 due to bot failure. We faile...
2015-10-13 Chad RosierTypo.
2015-10-13 Duncan P. N. Exon... Scalar: Remove remaining ilist iterator implicit conver...
2015-10-13 Cong HouUpdate the branch weight metadata in JumpThreading...
2015-10-13 Duncan P. N. Exon... Scalar: Remove some implicit ilist iterator conversions...
2015-10-13 Sanjoy Das[IndVars] NFC Cleanup.
2015-10-13 Manman RenRevert 250089 due to bot failure. It failed when buildi...
2015-10-12 Cong HouUpdate the branch weight metadata in JumpThreading...
2015-10-10 Sanjoy Das[IndVars] Use `auto`; NFC
2015-10-09 Owen AndersonGeneralize convergent check to handle invokes as well...
2015-10-09 Owen AndersonTeach LoopUnswitch not to perform non-trivial unswitchi...
2015-10-09 Owen AndersonRefine the definition of convergent to only disallow...
2015-10-09 Andrea Di Biagio[MemCpyOpt] Fix wrong merging adjacent nontemporal...
2015-10-09 Arnaud A. de Grand... [EarlyCSE] Address post commit review for r249523.
2015-10-08 Sanjoy Das[RS4GC] Refactoring to make a later change easier,...
2015-10-08 Sanjoy Das[PlaceSafeopints] Extract out `callsGCLeafFunction...
2015-10-08 Sanjoy Das[RS4GC] Don't copy ADT's unneccessarily, NFCI
2015-10-07 Sanjoy Das[RS4GC] Use AssertingVH for RematerializedValueMapTy...
2015-10-07 Arnaud A. de Grand... [EarlyCSE] Fix handling of target memory intrinsics...
2015-10-07 Sanjoy Das[RS4GC] Remove an unnecessary assert & related variables
2015-10-07 Sanjoy Das[RS4GC] Cosmetic cleanup, NFC
2015-10-06 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in source...
2015-10-06 Sanjoy Das[IndVars] Don't break dominance in `eliminateIdentitySCEV`
2015-10-06 Arnaud A. de Grand... [EarlyCSE] Constify ParseMemoryInst methods (NFC).
2015-10-02 Piotr Padlewskiinariant.group handling in GVN
2015-10-01 Jingyue Wu[NaryReassociate] SeenExprs records WeakVH
2015-09-30 Fiona GlaserDeadCodeElimination: rewrite to be faster
2015-09-29 Chen Li[LoopUnswitch] Add block frequency analysis to recogniz...
2015-09-28 Weiming Zhao[LoopReroll] Ignore debug intrinsics
2015-09-25 Justin BognerADCE: Fix typo in file comment. NFC
2015-09-23 Lawrence Hu Swap loop invariant GEP with loop variant GEP to...
2015-09-23 Igor Laevsky[DeadStoreElimination] Remove dead zero store to calloc...
2015-09-23 Sanjoy Das[SCEV] Introduce ScalarEvolution::getOne and getZero.
2015-09-22 Michael Zolotukhin[Unroll] Do not crash trying to propagate a value to...
2015-09-22 Michael Zolotukhin[Unroll] Follow-up for r247769: fix a bug in UnrolledIn...
2015-09-22 NAKAMURA TakumiPrune trailing whitespaces.
2015-09-22 NAKAMURA TakumiUntabify.
2015-09-22 NAKAMURA TakumiReformat blank lines.
2015-09-22 NAKAMURA TakumiReformat comment lines.
2015-09-22 NAKAMURA TakumiReformat.
2015-09-22 Michael Zolotukhin[LoopUnswitch] Require DominatorTree info.
2015-09-21 Philip Reames[LICM] Hoist calls to readonly argmemonly functions...
2015-09-21 Mehdi AminiFix UB: can't bind a reference to nullptr (NFC)
2015-09-20 Sanjoy Das[IndVars] Use C++11 style field initialization; NFCI.
2015-09-20 Sanjoy Das[IndVars] Don't add a level of indentation for namespac...
2015-09-20 Sanjoy Das[IndVars] Don't repeat function names in comment; NFC.
2015-09-20 Sanjoy Das[IndVars] Fix a bug in r248045.
2015-09-18 Sanjoy Das[IndVars] Widen more comparisons for non-negative induc...
2015-09-18 Larisse VoufoClean up: Refactoring the hardcoded value of 6 for...
2015-09-17 Piotr Padlewskigvn small fix
2015-09-16 David L KreitzerTest commit: Fixed a few typos in the comments.
2015-09-16 Michael Zolotukhin[Unroll] Fix a bug in UnrolledInstAnalyzer::visitLoad.
2015-09-15 Sanjoy Das[IndVars] Fix PR24783.
2015-09-15 Sanjoy Das[IndVars] Rename variable; NFC.
2015-09-15 Larisse VoufoRevert "Clean up: Refactoring the hardcoded value of...
2015-09-15 Igor Laevsky[CorrelatedValuePropagation] Infer nonnull attributes
2015-09-15 Marcello Maggioni[NaryReassociate] Add support for Mul instructions
2015-09-15 Sanjoy Das[PlaceSafepoints] Make the width of a counted loop...
2015-09-12 Chandler Carruth[PM] Port SROA to the new pass manager.
2015-09-12 Larisse VoufoClean up: Refactoring the hardcoded value of 6 for...
2015-09-10 James MolloyAdd GlobalsAA as preserved to a bunch of transforms
2015-09-10 Philip Reames[RewriteStatepointsForGC] Minor refactor to use shared...
2015-09-10 Philip Reames[RewriteStatepointsForGC] Strengthen a confusingly...
2015-09-10 Philip Reames[RewriteStatepointsForGC] One last bit of naming [NFCI]
2015-09-10 Philip Reames[RewriteStatepointsForGC] Further style/naming fixup...
2015-09-10 Philip Reames[RewriteStatepointsForGC] More naming cleanup [NFCI]
2015-09-09 Philip Reames[RewriteStatepointsForGC] Code cleanup [NFC]
2015-09-09 Philip Reames[RewriteStatepointsForGC] Extend base pointer inference...
2015-09-09 Philip Reames[RewriteStatepointsForGC] Make base pointer inference...
2015-09-09 Chandler Carruth[PM/AA] Rebuild LLVM's alias analysis infrastructure...
2015-09-09 Chandler CarruthFix a typo I spotted when hacking on SROA. Somewhat...
2015-09-09 Sanjoy Das[IRCE] Add INITIALIZE_PASS_DEPENDENCY invocations.
2015-09-03 Philip Reames[RewriteStatepointsForGC] Extract common code, comment...
2015-09-03 Philip Reames[RewriteStatepointsForGC] Strengthen invariants around...
2015-09-03 Philip Reames[RewriteStatepointsForGC] Workaround a lack of determin...
2015-09-02 Philip Reames[RewriteStatepointsForGC] Delete stale comment [NFC]
next