Change isUIntN/isIntN calls with constant N to use the template version. NFC
[oota-llvm.git] / lib / Transforms /
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 Dehao ChenMake HeaderLineno a local variable.
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-08 Evgeniy StepanovNew MSan mapping layout (llvm part).
2015-10-08 Evgeniy StepanovAdd Triple::isAndroid().
2015-10-08 Sanjay Patel[InstCombine] transform masking off of an FP sign bit...
2015-10-07 Sanjoy Das[RS4GC] Use AssertingVH for RematerializedValueMapTy...
2015-10-07 Sanjoy Das[IndVars] Preserve LCSSA in `eliminateIdentitySCEV`
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-07 Hans WennborgInstCombine: Fold comparisons between unguessable alloc...
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 Sanjoy Das[IndVars] Extract out eliminateIdentitySCEV, NFC
2015-10-06 Joseph Tremoulet[WinEH] Recognize CoreCLR personality function
2015-10-06 Arnaud A. de Grand... [EarlyCSE] Constify ParseMemoryInst methods (NFC).
2015-10-06 Andrea Di Biagio[InstCombine] Teach SimplifyDemandedVectorElts how...
2015-10-05 Evgeniy Stepanov[msan] Correct a typo in poison stack pattern command...
2015-10-05 Arnold SchwaighoferMergeFunctions: Clear GlobalNumbers ValueMap
2015-10-02 Piotr Padlewskiinariant.group handling in GVN
2015-10-01 Bruno Cardoso Lopes[SimplifyLibCalls] Fix instruction misplacement in...
2015-10-01 Arnaud A. de Grand... [InstCombine] Remove trivially empty lifetime start...
2015-10-01 Jingyue Wu[NaryReassociate] SeenExprs records WeakVH
2015-10-01 Dehao ChenUpdate sample profile propagation algorithm.
2015-09-30 Michael Zolotukhin[SLP] Don't vectorize loads of non-packed types (like...
2015-09-30 Evgeniy StepanovFix debug info with SafeStack.
2015-09-30 Fiona GlaserDeadCodeElimination: rewrite to be faster
2015-09-30 Erik EcksteinSLPVectorizer: limit the scheduling region size per...
2015-09-30 Andrea Di Biagio[InstCombine] Teach how to convert SSSE3/AVX2 byte...
2015-09-30 Dehao Chenhttp://reviews.llvm.org/D13145
2015-09-30 Evgeniy Stepanov[safestack] Fix a stupid mix-up in the direct-tls code...
2015-09-29 Dehao Chenhttp://reviews.llvm.org/D13231
2015-09-29 Dehao ChenRevert r248810 which breaks tests.
2015-09-29 Dehao Chenhttp://reviews.llvm.org/D13231
2015-09-29 Simon Pilgrim[InstCombine] Improve Vector Demanded Bits Through...
2015-09-29 Chen Li[LoopUnswitch] Add block frequency analysis to recogniz...
2015-09-29 Evgeniy StepanovMove dbg.declare intrinsics when merging and replacing...
2015-09-28 Sean Silva[GlobalOpt] Sort members of llvm.used deterministically
2015-09-28 Fiona GlaserImprove performance of SimplifyInstructionsInBlock
2015-09-28 Weiming Zhao[LoopReroll] Ignore debug intrinsics
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.
next