[X86] Mark the AAD and AAM aliases as not valid in 64-bit mode.
[oota-llvm.git] / lib / Transforms / Scalar /
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]
2015-09-02 Philip Reames[RewriteStatepointsForGC] Pull a function out of anon...
2015-09-02 Philip Reames[RewriteStatepointsForGC] Bugfix for change 246133
2015-09-02 Philip ReamesFix release build warning for unused function
2015-09-02 Philip Reames[RewriteStatepointsForGC] Improve debug output [NFC]
2015-09-02 Piotr Padlewskiassuem(X) handling in GVN bugfix
2015-09-02 Piotr PadlewskiConstant propagation after hitting assume(cmp) bugfix
2015-09-02 Piotr PadlewskiConstant propagation after hiting llvm.assume
2015-08-31 Jingyue Wu[JumpThreading] make jump threading respect convergent...
2015-08-28 Chandler Carruth[SROA] Fix PR24463, a crash I introduced in SROA by...
2015-08-28 Steven WuRevert r246244 and r246243
2015-08-28 Piotr PadlewskiConstant propagation after hitting assume(cmp) bugfix
2015-08-28 Piotr PadlewskiConstant propagation after hiting llvm.assume
2015-08-27 James Molloy[LoopVectorize] Extract InductionInfo into a helper...
2015-08-27 Philip ReamesAllow value forwarding past release fences in EarlyCSE
2015-08-27 Philip Reames[RewriteStatepointsForGC] Reduce the number of new...
2015-08-26 Chandler Carruth[SROA] Rip out all support for SSAUpdater in SROA.
2015-08-25 NAKAMURA TakumiUpdate libdeps in LLVMipo and LLVMScalarOpts, correspon...
2015-08-25 Diego NovilloConvert SampleProfile pass into a Module pass.
2015-08-24 Sanjay Patelfix typo; NFC
2015-08-20 Adrian PrantlRename Instruction::dropUnknownMetadata() to dropUnknow...
2015-08-20 Jingyue Wu[ValueTracking] computeOverflowForSignedAdd and isKnown...
2015-08-20 Adrian PrantlFix a bug that caused SimplifyCFG to drop DebugLocs.
2015-08-20 Adrian PrantlFix a debug location handling bug in GVN.
2015-08-20 Adam Nemet[LVer] Fix FIXME: hide addPHINodes, NFC
2015-08-20 Benjamin KramerMake helper functions static. NFC.
2015-08-20 Bjorn SteinbrinkRevert "[DSE] Enable removal of lifetime intrinsics...
2015-08-20 Bjorn Steinbrink[DSE] Enable removal of lifetime intrinsics in terminat...
2015-08-19 David MajnemerReplace some calls to isa<LandingPadInst> with isEHPad()
2015-08-19 Nick LewyckyMore clean up, still NFC. Remove dead variables now...
2015-08-19 Nick LewyckyClean up this file a little. Remove dead casts, casting...
next