summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms
Commit message (Expand)AuthorAgeFilesLines
* rename instcombine test file. NFCAnna Thomas2017-03-281-0/+0
* [LV] Transform truncations of non-primary induction variablesMatthew Simpson2017-03-271-0/+45
* [InstCombine] Avoid incorrect folding of select into phi nodes when incoming ...Anna Thomas2017-03-271-0/+38
* [LoopUnroll] Remap references in peeled iterationSerge Pavlov2017-03-261-0/+61
* Split the SimplifyCFG pass into two variants.Joerg Sonnenberger2017-03-266-12/+13
* [IR] Make SwitchInst::CaseIt almost a normal iterator.Chandler Carruth2017-03-261-2/+2
* Change the default attributes for llvm.prefetch to inaccessiblemem_or_argmemonlyEric Christopher2017-03-251-0/+34
* Revert r298620: [LV] Vectorize GEPsIvan Krasin2017-03-243-104/+107
* AMDGPU: Fold rcp/rsq of undef to undefMatt Arsenault2017-03-241-0/+18
* [ThinLTO] Correct counting of functions in inliner statsTeresa Johnson2017-03-241-0/+3
* NewGVN: Fix PR32403 - Handling of undef in phis was not quite correctDaniel Berlin2017-03-241-0/+65
* Set the prof weight correctly for call instructions in DeadArgumentElimination.Dehao Chen2017-03-231-0/+22
* [MetaRenamer] Don't rename library functions.Bryant Wong2017-03-231-0/+15
* Use isFunctionHotInCallGraph to set the function section prefix.Dehao Chen2017-03-231-0/+22
* [LV] Add regression test for r297610Gil Rapaport2017-03-231-0/+36
* [ThinLTO] Add support for emitting minimized bitcode for thin linkTeresa Johnson2017-03-233-11/+61
* [LV] Vectorize GEPsMatthew Simpson2017-03-233-107/+104
* [LV] Delete unneeded scalar GEP creation codeMatthew Simpson2017-03-232-3/+2
* Do not set branch weight if the branch weight annotation is present.Dehao Chen2017-03-231-1/+4
* Preserve nonnull metadata on Loads through SROA & mem2reg.Luqman Aden2017-03-222-0/+115
* [InstCombine] canonicalize insertelement of scalar constant ahead of insertel...Sanjay Patel2017-03-224-22/+16
* [ValueTracking] Make sure we keep range metadata information when calculating...Craig Topper2017-03-221-0/+17
* [InstCombine] Teach SimplifyDemandedUseBits to shrink Constants on the left s...Craig Topper2017-03-221-0/+43
* AMDGPU: Mark all unspecified CC functions in tests as amdgpu_kernelMatt Arsenault2017-03-2135-214/+214
* [InstCombine] regenerate checks; NFCSanjay Patel2017-03-211-55/+54
* Let llvm.objectsize be conservative with null pointersGeorge Burgess IV2017-03-216-41/+141
* [InstCombine] auto-generate better checks; NFCSanjay Patel2017-03-212-80/+122
* InstCombine: Check source value precision when reducing cast intrinsicMatt Arsenault2017-03-201-36/+405
* Add missing updated test from VN coercion changes. Instructions were renamed....Daniel Berlin2017-03-201-3/+3
* Updates branch_weights annotation for call instructions during inlining.Dehao Chen2017-03-201-0/+39
* [InstCombine] Use update_test_checks.py to regenerate a test. NFCCraig Topper2017-03-191-78/+78
* Remove unused arguments. NFCIXin Tong2017-03-191-1/+1
* [JumpThreading] Perform phi-translation in SimplifyPartiallyRedundantLoad.Xin Tong2017-03-191-0/+35
* [Analysis] bitreverse(undef) returns undefBrian Gesiak2017-03-191-0/+14
* NewGVN: Fix PHI evaluation bug exposed by new verifier. We were checking whet...Daniel Berlin2017-03-181-0/+60
* [PGO] Add omitted test cases.Rong Xu2017-03-171-0/+35
* [PGO] Value profile for size of memory intrinsic callsRong Xu2017-03-172-0/+86
* Only unswitch loops with uniform conditionsStanislav Mekhanoshin2017-03-172-0/+87
* [RSForGC] Handle vector GEPsSanjoy Das2017-03-171-0/+15
* Resubmit r297897: [PGO] Value profile for size of memory intrinsic callsRong Xu2017-03-161-2/+2
* Salvage debug info from instructions about to be deletedAdrian Prantl2017-03-161-0/+106
* [LoopUnroll] Don't peel loops where the latch isn't the exiting blockMichael Kuperstein2017-03-161-0/+36
* [InstCombine] avoid breaking up bitcasted vector min/max patterns (PR32306)Sanjay Patel2017-03-161-3/+4
* [InstCombine] add tests for PR32306 and missed min/max canonicalization; NFCSanjay Patel2017-03-161-6/+78
* Revert commit r297971 because of issues reported by msan.Adrian Prantl2017-03-161-106/+0
* Salvage debug info from instructions about to be deletedAdrian Prantl2017-03-161-0/+106
* Revert "[PGO] Value profile for size of memory intrinsic calls"Eric Liu2017-03-161-2/+2
* [PM/Inliner] Fix a bug in r297374 where we would leave stale calls inChandler Carruth2017-03-161-0/+31
* [PM/Inliner] Add a test case that encapsulates the core issue addressedChandler Carruth2017-03-161-0/+460
* [PGO] Value profile for size of memory intrinsic callsRong Xu2017-03-151-2/+2
OpenPOWER on IntegriCloud