Remove 'const' from some ArrayRefs. ArrayRefs are already immutable. NFC
[oota-llvm.git] / lib / Transforms /
2015-09-27 Sanjay Patel[InstCombine] fold zexts and constants into a phi ...
2015-09-27 Joseph Tremoulet[EH] Create removeUnwindEdge utility
2015-09-25 Sanjay Patel[InstCombine] match De Morgan's Law hidden by zext...
2015-09-25 Justin BognerADCE: Fix typo in file comment. NFC
2015-09-24 Charlie Turner[InstCombine] Recognize another bswap idiom.
2015-09-24 Michael ZolotukhinAdd CFG Simplification pass after Loop Unswitching.
2015-09-24 Evgeniy Stepanov[safestack] Fix compiler crash in the presence of stack...
2015-09-23 Michael Zolotukhin[Unroll] When completely unrolling the loop, replace...
2015-09-23 Wei MiPut profile variables of COMDAT functions to it's own...
2015-09-23 Lawrence Hu Swap loop invariant GEP with loop variant GEP to...
2015-09-23 Akira Hatanaka[InstCombine] Preserve metadata when merging loads...
2015-09-23 Evgeniy StepanovAndroid support for SafeStack.
2015-09-23 Vedant Kumar[Inline] Use AssumptionCache from the right Function
2015-09-23 David Majnemer[DeadArgElim] Split the invoke successor edge
2015-09-23 Igor Laevsky[DeadStoreElimination] Remove dead zero store to calloc...
2015-09-23 Simon Pilgrim[X86][SSE] Replace 128-bit SSE41 PMOVSX intrinsics...
2015-09-23 Sanjoy Das[SCEV] Introduce ScalarEvolution::getOne and getZero.
2015-09-23 Evgeniy StepanovRevert "Android support for SafeStack."
2015-09-23 Evgeniy StepanovAndroid support for SafeStack.
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 Evgeniy StepanovRemove unused TargetTransformInfo dependency from SafeS...
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-21 James Molloy[LoopUtils,LV] Propagate fast-math flags on generated...
2015-09-21 Chandler Carruth[FunctionAttrs] Extract a helper function for the core...
2015-09-21 Sanjay Pateladd ShouldChangeType() variant that takes bitwidths
2015-09-21 Sanjay Pateldon't repeat function names in comments; 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-19 Simon Pilgrim[InstCombine] Use SimplifyDemandedVectorEltsLow helper...
2015-09-19 David Majnemer[InstCombine] FoldICmpCstShrCst failed for ashr when...
2015-09-19 David Majnemer[InstCombine] FoldICmpCstShrCst didn't handle icmps...
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-17 Simon Pilgrim[InstCombine] Added vector demanded bits support for...
2015-09-16 Sanjoy Das[InstCombine] Optimize icmp slt signum(x), 1 --> icmp...
2015-09-16 Sanjay Pateldon't repeat function names in comments; NFC
2015-09-16 Adhemerval Zanella[sanitizer] Add MSan support for AArch64
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 Alexey Samsonov[ASan] Don't instrument globals in .preinit_array/...
2015-09-15 Larisse VoufoRevert "Clean up: Refactoring the hardcoded value of...
2015-09-15 Arch D. RobisonBroaden optimization of fcmp ([us]itofp x, constant...
2015-09-15 Igor Laevsky[CorrelatedValuePropagation] Infer nonnull attributes
2015-09-15 Marcello Maggioni[NaryReassociate] Add support for Mul instructions
2015-09-15 Sanjay Patelmore space; NFC
2015-09-15 James Molloy[GlobalsAA] Disable globals-aa by default
2015-09-15 Sanjoy Das[PlaceSafepoints] Make the width of a counted loop...
2015-09-14 David Blaikie[opaque pointer types] Switch a few cases of getElement...
2015-09-14 Chen Li[InstCombineCalls] Use isKnownNonNullAt() to check...
2015-09-14 David BlaikieRevert "[opaque pointer type] Pass GlobalAlias the...
2015-09-14 JF Bastien[MergeFuncs] Fix bug in merging GetElementPointers
2015-09-13 Chandler Carruth[FunctionAttrs] Move the malloc-like test to a static...
2015-09-13 Chandler Carruth[FunctionAttrs] Factor the logic to test for a known...
2015-09-13 Chandler Carruth[FunctionAttrs] Make the per-function attribute inferen...
2015-09-13 Chandler Carruth[FunctionAttrs] Collect utility functions as static...
2015-09-13 Chandler CarruthClean up doxygen comments in FunctionAttrs, promoting...
2015-09-13 Chandler CarruthDo some spring cleaning on FunctionAttrs.cpp with clang...
2015-09-12 Simon PilgrimFixed unused variable warning.
2015-09-12 Simon Pilgrim[InstCombine] CVTPH2PS Vector Demanded Elements + Const...
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-12 Bruce MitchenerFix typos.
2015-09-11 Sanjay Pateltypo; NFC
2015-09-11 Mehdi AminiRevert "[InstCombineCalls] Use isKnownNonNullAt() to...
2015-09-10 Chen Li[InstCombineCalls] Use isKnownNonNullAt() to check...
2015-09-10 Chen Li[InstCombineCalls] Use isKnownNonNullAt() to check...
2015-09-10 Filipe CabecinhasRemove gcc warning when comparing an unsigned var for...
2015-09-10 Matthew Simpson[LV] Relax Small Size Reduction Type Requirement
2015-09-10 JF Bastien[MergeFuncs] Fix callsite attributes in thunk generation
2015-09-10 Philip Reames[SimplifyCFG] Use known bits to eliminate dead switch...
2015-09-10 Hans WennborgRe-commit r247216: "Fix Clang-tidy misc-use-override...
2015-09-10 Sanjay Patel80-cols; NFC
2015-09-10 Sanjay Pateluse range-based for loop; NFCI
2015-09-10 Sanjay Pateluse range-based for loop; NFCI
2015-09-10 Sanjay Patelfix typo; NFC
2015-09-10 Jakub KuderskiThere is a trunc(lshr (zext A), Cst) optimization in...
2015-09-10 James MolloyEnable GlobalsAA by default
2015-09-10 James MolloyAdd GlobalsAA as preserved to a bunch of transforms
2015-09-10 Hans WennborgRevert r247216: "Fix Clang-tidy misc-use-override warni...
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 Hans WennborgFix Clang-tidy misc-use-override warnings, other minor...
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...
next