aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Merging r195493:Bill Wendling2013-11-251-0/+31
* Merging r195492:Bill Wendling2013-11-251-0/+47
* Merging r195162:Bill Wendling2013-11-201-0/+33
* Merging r195118:Bill Wendling2013-11-201-1/+0
* The 'optnone' attribute means don't inline anything into this functionPaul Robinson2013-11-181-0/+52
* LoopVectorizer: Extend the induction variable to a larger typeArnold Schwaighofer2013-11-181-0/+42
* Add the cold attribute to error-reporting call sitesHal Finkel2013-11-171-0/+77
* Add a loop rerolling passHal Finkel2013-11-162-0/+423
* Apply the InstCombine fptrunc sqrt optimization to llvm.sqrtHal Finkel2013-11-161-0/+13
* InstCombine: fold (A >> C) == (B >> C) --> (A^B) < (1 << C) for constant Cs.Benjamin Kramer2013-11-162-8/+28
* LoopVectorizer: Use abi alignment for accesses with no alignmentArnold Schwaighofer2013-11-151-0/+33
* ArgumentPromotion: correctly transfer TBAA tags and alignments.Manman Ren2013-11-151-0/+52
* Add instcombine visitor for addrspacecastMatt Arsenault2013-11-151-0/+31
* Add addrspacecast instruction.Matt Arsenault2013-11-156-8/+8
* Fixing a heisenbug where the memory dependence analysis behaves differentlyYunzhong Gao2013-11-141-0/+260
* SampleProfileLoader pass. Initial setup.Diego Novillo2013-11-132-0/+153
* Fold (iszero(A&K1) | iszero(A&K2)) -> (A&(K1|K2)) != (K1|K2) if we know that...Nadav Rotem2013-11-121-0/+35
* FoldBranchToCommonDest merges branches into a single branch with or/and of th...Nadav Rotem2013-11-121-0/+29
* Corruptly merge constants with explicit and implicit alignments.Rafael Espindola2013-11-121-0/+28
* SimplifyCFG: Use existing constant folding logic when forming switch tables.Benjamin Kramer2013-11-121-3/+6
* Fix PR17952.Shuxin Yang2013-11-118-22/+221
* Add a testcase for pr17852.Rafael Espindola2013-11-111-0/+66
* Revert "Resurrect r191017 " GVN proceeds in the presence of dead code" plus a...Bill Wendling2013-11-108-221/+22
* SimplifyCFG has a heuristics for out-of-order processors that decides when it...Nadav Rotem2013-11-101-0/+28
* Resolve TODO in test now that filecheck has multiple check prefixes.Matt Arsenault2013-11-101-5/+3
* Teach MergeFunctions about address spacesMatt Arsenault2013-11-103-0/+93
* Use variable for register name in testMatt Arsenault2013-11-101-2/+2
* IR: Do not canonicalize constant GEPs into an out-of-bounds array accessDavid Majnemer2013-11-071-0/+30
* Add test case for PR12377, it was fixed by r194116.Benjamin Kramer2013-11-061-4/+30
* Rewrite SCEV's backedge taken count computation.Andrew Trick2013-11-062-7/+7
* [objc-arc] Convert the one directional retain/release relation assert to a co...Michael Gottesman2013-11-051-0/+276
* Fix another constant folding address space place I missed.Matt Arsenault2013-11-041-1/+19
* Scalarize select vector arguments when extracted.Matt Arsenault2013-11-042-29/+131
* Rename testing case to use - instead of _.Manman Ren2013-11-041-0/+0
* Revert "Inliner: Handle readonly attribute per argument when adding memcpy"David Majnemer2013-11-031-23/+21
* Convert calls to __sinpi and __cospi into __sincospi_stretBob Wilson2013-11-031-0/+91
* LoopVectorizer: Perform redundancy elimination on induction variablesArnold Schwaighofer2013-11-013-5/+42
* Add comments.Manman Ren2013-11-011-0/+2
* LoopVectorize: Look for consecutive acces in GEPs with trailing zero indicesBenjamin Kramer2013-11-011-0/+42
* LoopVectorizer: If dependency checks fail try runtime checksArnold Schwaighofer2013-11-011-0/+28
* Do not convert "call asm" to "invoke asm" in Inliner.Manman Ren2013-10-311-0/+30
* Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".Rafael Espindola2013-10-312-53/+0
* Teach scalarrepl about address spacesMatt Arsenault2013-10-301-5/+38
* Fix GVN creating bitcast between address spacesMatt Arsenault2013-10-301-3/+17
* Add llvm/test/Transforms/SLPVectorizer/ARM/lit.local.cfg. Tests there require...NAKAMURA Takumi2013-10-291-0/+3
* Fix "existant" typosAlp Toker2013-10-291-1/+1
* ARM cost model: Unaligned vectorized double stores are expensiveArnold Schwaighofer2013-10-292-9/+29
* ARM cost model: Account for zero cost scalar SROA instructionsArnold Schwaighofer2013-10-291-0/+52
* Quote potential shell expansions found in testsAlp Toker2013-10-281-1/+1
* Revert r193251 : Use address-taken to disambiguate global variable and indire...Shuxin Yang2013-10-276-9/+9