summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms
Commit message (Expand)AuthorAgeFilesLines
* DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith2014-10-0247-498/+496
* Remove unused function attribute params.Sanjay Patel2014-10-021-2/+2
* Optimize square root squared (PR21126).Sanjay Patel2014-10-021-0/+29
* [BUG][INDVAR] Fix for PR21014: wrong SCEV operands commuting for non-commutat...Zinovy Nis2014-10-021-2/+6
* Make the sqrt intrinsic return undef for a negative input.Sanjay Patel2014-10-011-0/+9
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-0126-119/+119
* Revert r218778 while investigating buldbot breakage.Adrian Prantl2014-10-0126-119/+119
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-0126-119/+119
* Revert r218721, r218735.Evgeniy Stepanov2014-10-012-128/+1
* [InstCombine] Optimize icmp-select-icmpGerolf Hoflehner2014-10-012-1/+128
* [SimplifyCFG] threshold for folding branches with common destinationJingyue Wu2014-09-301-0/+28
* [IndVarSimplify] Widen loop unsigned compares.Chad Rosier2014-09-301-0/+28
* [AArch64] Improve cost model to handle sdiv by a pow-of-two.Chad Rosier2014-09-291-0/+42
* Use a loop to simplify the runtime unrolling prologue.Kevin Qin2014-09-294-19/+22
* [IndVar] Don't widen loop compare unless IV user is sign extended.Chad Rosier2014-09-261-0/+26
* Ignore annotation function calls in cost computationDavid Peixotto2014-09-261-0/+133
* Fix assertion in LICM doFinalization()David Peixotto2014-09-241-0/+30
* GlobalOpt: Preserve comdats of unoptimized initializersReid Kleckner2014-09-231-0/+37
* [IndVarSimplify] Partially revert r217953 to see if this fixes the bots.Chad Rosier2014-09-171-28/+0
* [IndVarSimplify] Widen loop compare instructions.Chad Rosier2014-09-173-5/+172
* [InstCombine] Fix wrong folding of constant comparison involving ahsr and neg...Andrea Di Biagio2014-09-171-0/+15
* InstSimplify: Don't allow (x srem y) urem y -> x srem yDavid Majnemer2014-09-171-2/+21
* InstSimplify: ((X % Y) % Y) -> (X % Y)David Majnemer2014-09-171-0/+9
* [InstCombine] Remove redundant test case.Tilmann Scheller2014-09-161-16/+6
* InstSimplify: Simplify trivial and/or of icmpsDavid Majnemer2014-09-151-0/+120
* FileCheckize. NFC.Chad Rosier2014-09-121-21/+25
* [AlignmentFromAssumptions] Don't crash just because the target is 32-bitHal Finkel2014-09-111-0/+215
* [AlignmentFromAssumptions] Don't divide by zero for unknown starting alignmentHal Finkel2014-09-101-0/+154
* Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option n...Sanjay Patel2014-09-1083-92/+92
* Add a test for hoisting instructions with metadata out of then/else blocksBjorn Steinbrink2014-09-091-0/+20
* Check for all known bits on ret in InstCombineHal Finkel2014-09-071-0/+12
* Make use of @llvm.assume from LazyValueInfoHal Finkel2014-09-071-0/+68
* Add an AlignmentFromAssumptions PassHal Finkel2014-09-071-0/+215
* Add additional patterns for @llvm.assume in ValueTrackingHal Finkel2014-09-071-0/+174
* Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)Hal Finkel2014-09-072-0/+183
* Add functions for finding ephemeral valuesHal Finkel2014-09-072-0/+76
* InstCombine: Remove a special case patternDavid Majnemer2014-09-051-6/+21
* IndVarSimplify: Don't let LFTR compare against a poison valueDavid Majnemer2014-09-035-13/+240
* Use target-dependent emitLeading/TrailingFence instead of the target-independ...Robin Morisset2014-09-032-43/+44
* Preserve IR flags (nsw, nuw, exact, fast-math) in SLP vectorizer (PR20802).Sanjay Patel2014-09-0312-24/+374
* Generate extract for in-tree uses if the use is scalar operand in vectorized ...Yi Jiang2014-09-021-0/+70
* Fix crash when looking up the addrspace of GEPs with vector typesMatt Arsenault2014-09-021-0/+12
* Revert: [APFloat] Fixed a bug in method 'fusedMultiplyAdd'.Andrea Di Biagio2014-09-021-119/+0
* [APFloat] Fixed a bug in method 'fusedMultiplyAdd'.Andrea Di Biagio2014-09-021-0/+119
* LICM: Don't crash when an instruction is used by an unreachable BBDavid Majnemer2014-09-021-0/+22
* SROA: Don't insert instructions before a PHIDavid Majnemer2014-09-011-0/+34
* Revert "Revert two GEP-related InstCombine commits"David Majnemer2014-09-011-0/+73
* Add a convenience method to copy wrapping, exact, and fast-math flags (NFC).Sanjay Patel2014-09-011-0/+24
* Fix a really bad miscompile introduced in r216865 - the else-if logicChandler Carruth2014-09-011-9/+36
* Small refactor on VectorizerHint for deduplicationRenato Golin2014-09-011-0/+30
OpenPOWER on IntegriCloud