summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
Commit message (Expand)AuthorAgeFilesLines
* [DeadStoreElimination] Remove dead zero store to calloc initialized memoryIgor Laevsky2015-09-231-33/+58
* [X86][SSE] Replace 128-bit SSE41 PMOVSX intrinsics with native IRSimon Pilgrim2015-09-231-6/+0
* [SCEV] Introduce ScalarEvolution::getOne and getZero.Sanjoy Das2015-09-237-12/+9
* Revert "Android support for SafeStack."Evgeniy Stepanov2015-09-231-70/+39
* Android support for SafeStack.Evgeniy Stepanov2015-09-231-39/+70
* [Unroll] Do not crash trying to propagate a value to vector load.Michael Zolotukhin2015-09-221-0/+6
* [Unroll] Follow-up for r247769: fix a bug in UnrolledInstAnalyzer::visitLoad.Michael Zolotukhin2015-09-221-1/+1
* Prune trailing whitespaces.NAKAMURA Takumi2015-09-221-3/+3
* Untabify.NAKAMURA Takumi2015-09-221-3/+3
* Reformat blank lines.NAKAMURA Takumi2015-09-221-2/+2
* Reformat comment lines.NAKAMURA Takumi2015-09-221-3/+3
* Reformat.NAKAMURA Takumi2015-09-221-4/+1
* Remove unused TargetTransformInfo dependency from SafeStack pass.Evgeniy Stepanov2015-09-221-2/+0
* [LoopUnswitch] Require DominatorTree info.Michael Zolotukhin2015-09-221-11/+7
* [LICM] Hoist calls to readonly argmemonly functions even with stores in the loopPhilip Reames2015-09-211-0/+11
* Fix UB: can't bind a reference to nullptr (NFC)Mehdi Amini2015-09-211-1/+1
* [LoopUtils,LV] Propagate fast-math flags on generated FCmp instructionsJames Molloy2015-09-212-2/+11
* [FunctionAttrs] Extract a helper function for the core logic used toChandler Carruth2015-09-211-90/+117
* add ShouldChangeType() variant that takes bitwidthsSanjay Patel2015-09-212-6/+16
* don't repeat function names in comments; NFCSanjay Patel2015-09-211-62/+57
* [IndVars] Use C++11 style field initialization; NFCI.Sanjoy Das2015-09-201-14/+7
* [IndVars] Don't add a level of indentation for namespace {. NFC.Sanjoy Das2015-09-201-77/+77
* [IndVars] Don't repeat function names in comment; NFC.Sanjoy Das2015-09-201-65/+62
* [IndVars] Fix a bug in r248045.Sanjoy Das2015-09-201-14/+19
* [InstCombine] Use SimplifyDemandedVectorEltsLow helper function. NFCI.Simon Pilgrim2015-09-191-17/+8
* [InstCombine] FoldICmpCstShrCst failed for ashr when comparing against -1David Majnemer2015-09-191-1/+1
* [InstCombine] FoldICmpCstShrCst didn't handle icmps of -1 in the ashr case co...David Majnemer2015-09-191-6/+10
* [IndVars] Widen more comparisons for non-negative induction varsSanjoy Das2015-09-181-3/+26
* Clean up: Refactoring the hardcoded value of 6 for FindAvailableLoadedValue()...Larisse Voufo2015-09-182-6/+8
* gvn small fixPiotr Padlewski2015-09-171-3/+1
* [InstCombine] Added vector demanded bits support for SSE4A EXTRQ/INSERTQ inst...Simon Pilgrim2015-09-172-1/+83
* [InstCombine] Optimize icmp slt signum(x), 1 --> icmp slt x, 1Sanjoy Das2015-09-161-0/+17
* don't repeat function names in comments; NFCSanjay Patel2015-09-161-29/+24
* [sanitizer] Add MSan support for AArch64Adhemerval Zanella2015-09-161-0/+34
* Test commit: Fixed a few typos in the comments.David L Kreitzer2015-09-161-6/+6
* [Unroll] Fix a bug in UnrolledInstAnalyzer::visitLoad.Michael Zolotukhin2015-09-161-1/+1
* [IndVars] Fix PR24783.Sanjoy Das2015-09-151-1/+2
* [IndVars] Rename variable; NFC.Sanjoy Das2015-09-151-2/+2
* [ASan] Don't instrument globals in .preinit_array/.init_array/.fini_arrayAlexey Samsonov2015-09-151-0/+8
* Revert "Clean up: Refactoring the hardcoded value of 6 for FindAvailableLoade...Larisse Voufo2015-09-152-8/+6
* Broaden optimization of fcmp ([us]itofp x, constant) by instcombine.Arch D. Robison2015-09-151-14/+23
* [CorrelatedValuePropagation] Infer nonnull attributesIgor Laevsky2015-09-151-0/+31
* [NaryReassociate] Add support for Mul instructionsMarcello Maggioni2015-09-151-24/+77
* more space; NFCSanjay Patel2015-09-151-0/+1
* [GlobalsAA] Disable globals-aa by defaultJames Molloy2015-09-151-1/+1
* [PlaceSafepoints] Make the width of a counted loop settable.Sanjoy Das2015-09-151-18/+11
* [opaque pointer types] Switch a few cases of getElementType over, since I had...David Blaikie2015-09-143-19/+16
* [InstCombineCalls] Use isKnownNonNullAt() to check nullness of passing argume...Chen Li2015-09-141-2/+2
* Revert "[opaque pointer type] Pass GlobalAlias the actual pointer type rather...David Blaikie2015-09-143-12/+16
* [MergeFuncs] Fix bug in merging GetElementPointersJF Bastien2015-09-141-2/+2
OpenPOWER on IntegriCloud