summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms
Commit message (Expand)AuthorAgeFilesLines
* [ConstantFolding] Don't bail on folding if ConstantFoldConstantExpression failsDavid Majnemer2016-07-281-2/+1
* [InstCombine] Handle failures from ConstantFoldConstantExpressionDavid Majnemer2016-07-281-0/+8
* Fix the assertion error in collectLoopUniforms caused by empty Worklist befor...Wei Mi2016-07-271-0/+19
* [LSV] Don't assume that bitcast ops are Instructions.Justin Lebar2016-07-271-0/+14
* GVN-hoist: improve code generation for recursive GEPsSebastian Pop2016-07-271-0/+103
* [ConstantFolding] Correctly handle failures in ConstantFoldConstantExpression...David Majnemer2016-07-271-0/+14
* Reverting r276771 due to MSan failures.Andrew Kaylor2016-07-272-6/+0
* [InstSimplify] Cast folding can be made more genericDavid Majnemer2016-07-261-2/+1
* Re-committing r275284: add support to inline __builtin_mempcpyAndrew Kaylor2016-07-262-0/+6
* Reapply: [InstSimplify] Add support for bitcasts"David Majnemer2016-07-263-4/+29
* GVN-hoist: use a DFS numbering of instructions (PR28670)Sebastian Pop2016-07-261-11/+12
* [safestack] Fix stack guard live range.Evgeniy Stepanov2016-07-261-0/+34
* Revert "[InstSimplify] Add support for bitcasts"David Majnemer2016-07-252-28/+3
* [InstSimplify] Add support for bitcastsDavid Majnemer2016-07-252-3/+28
* Scalarizer: Support scalarizing intrinsicsMatt Arsenault2016-07-251-0/+85
* Fix invalid iterator use in safestack coloring.Evgeniy Stepanov2016-07-251-0/+84
* [PGO] Fix profile mismatch in COMDAT function with pre-inlinerRong Xu2016-07-254-11/+70
* Fix : Partial Inliner requires AssumptionCacheTrackerSean Silva2016-07-251-0/+20
* [GVNHoist] Merge metadata on hoisted instructions less conservativelyDavid Majnemer2016-07-251-0/+25
* [GVNHoist] Properly merge alignments when hoistingDavid Majnemer2016-07-251-0/+21
* [Loop Vectorizer] Handling loops FP induction variables.Elena Demikhovsky2016-07-242-0/+304
* [InstCombine] allow icmp (bit-manipulation-intrinsic(), C) folds for vectorsSanjay Patel2016-07-231-8/+3
* [Profile] Use explicit flag to enable IR PGOXinliang David Li2016-07-231-1/+2
* auto-generate checksSanjay Patel2016-07-231-32/+62
* [LoopDataPrefetch] Include hotness of region in opt remarkAdam Nemet2016-07-221-0/+82
* add tests for icmp vector foldsSanjay Patel2016-07-222-1/+50
* [SLPVectorizer] Vectorize reverse-order loads in horizontal reductionsMichael Kuperstein2016-07-221-0/+49
* add tests for icmp vector foldsSanjay Patel2016-07-221-0/+24
* add tests for icmp vector foldsSanjay Patel2016-07-221-0/+24
* add tests for icmp vector foldsSanjay Patel2016-07-222-6/+69
* update to use FileCheck and auto-generate checksSanjay Patel2016-07-221-161/+338
* add tests for icmp vector foldsSanjay Patel2016-07-222-0/+26
* Recommit - [DSE]Enhance shorthening MemIntrinsic based on OverlapIntervalsJun Bum Lim2016-07-223-0/+67
* add tests for vector bit manipulation intrinsicsSanjay Patel2016-07-221-2/+40
* Invariant start/end intrinsics overloaded for address spaceAnna Thomas2016-07-223-10/+22
* Don't remove side effecting instructions due to ConstantFoldInstructionDavid Majnemer2016-07-223-41/+53
* [IRCE] Don't misuse CHECK-LABEL; NFCSanjoy Das2016-07-225-30/+31
* [IRCE] Add an option to skip profitability checksSanjoy Das2016-07-221-0/+31
* GVH-hoist: only clone GEPs (PR28606)Sebastian Pop2016-07-212-2/+52
* [PM] Port NaryReassociate to the new PMWei Mi2016-07-215-0/+5
* [InstSimplify] don't crash handling a pointer or aggregate typeSanjay Patel2016-07-211-0/+13
* [InstSimplify] recognize trunc + icmp sgt/slt variants of select simplificati...Sanjay Patel2016-07-211-41/+9
* [OptDiag,LDist] Convert remaining opt remarks to use the new APIAdam Nemet2016-07-211-0/+6
* [LV] Move vector int induction update to end of latchMatthew Simpson2016-07-213-14/+15
* add vector tests and a simpler version of the negative testsSanjay Patel2016-07-211-3/+48
* Revert "Invariant start/end intrinsics overloaded for address space"Anna Thomas2016-07-213-22/+10
* Invariant start/end intrinsics overloaded for address spaceAnna Thomas2016-07-213-10/+22
* [GVNHoist] Preserve optimization hints which agreeDavid Majnemer2016-07-211-0/+44
* [GVNHoist] Don't wrongly preserve TBAADavid Majnemer2016-07-211-0/+29
* [OptDiag,LV] Add hotness attribute to applied-optimization remarksAdam Nemet2016-07-211-4/+4
OpenPOWER on IntegriCloud