summaryrefslogtreecommitdiff
path: root/test/Transforms
Commit message (Expand)AuthorAge
* Merging r199570:Tom Stellard2014-04-09
* Merging r198425:Tom Stellard2014-04-09
* Merging r203725:Tom Stellard2014-04-08
* Merging r203719:Tom Stellard2014-04-08
* Merging r202273:Tom Stellard2014-04-08
* Merging r197449:Bill Wendling2013-12-17
* Merging r197216:Bill Wendling2013-12-15
* Merging r197215:Bill Wendling2013-12-15
* Merging r197178:Bill Wendling2013-12-14
* Merging r195535:Manman Ren2013-12-09
* Merging r195504:Manman Ren2013-12-09
* Merging r196638:Bill Wendling2013-12-08
* --- Reverse-merging r196668 into '.':Bill Wendling2013-12-08
* Merging r196638:Bill Wendling2013-12-07
* Merging r196294:Bill Wendling2013-12-07
* Merging r196611:Bill Wendling2013-12-06
* Merging r196508:Bill Wendling2013-12-06
* Merging r196129:Bill Wendling2013-12-02
* Merging r195787:Bill Wendling2013-12-01
* Merging r195791:Bill Wendling2013-11-27
* Merging r195773:Bill Wendling2013-11-27
* Merging r195769:Bill Wendling2013-11-27
* Merging r195493:Bill Wendling2013-11-25
* Merging r195492:Bill Wendling2013-11-25
* Merging r195162:Bill Wendling2013-11-20
* Merging r195118:Bill Wendling2013-11-20
* The 'optnone' attribute means don't inline anything into this functionPaul Robinson2013-11-18
* LoopVectorizer: Extend the induction variable to a larger typeArnold Schwaighofer2013-11-18
* Add the cold attribute to error-reporting call sitesHal Finkel2013-11-17
* Add a loop rerolling passHal Finkel2013-11-16
* Apply the InstCombine fptrunc sqrt optimization to llvm.sqrtHal Finkel2013-11-16
* InstCombine: fold (A >> C) == (B >> C) --> (A^B) < (1 << C) for constant Cs.Benjamin Kramer2013-11-16
* LoopVectorizer: Use abi alignment for accesses with no alignmentArnold Schwaighofer2013-11-15
* ArgumentPromotion: correctly transfer TBAA tags and alignments.Manman Ren2013-11-15
* Add instcombine visitor for addrspacecastMatt Arsenault2013-11-15
* Add addrspacecast instruction.Matt Arsenault2013-11-15
* Fixing a heisenbug where the memory dependence analysis behaves differentlyYunzhong Gao2013-11-14
* SampleProfileLoader pass. Initial setup.Diego Novillo2013-11-13
* Fold (iszero(A&K1) | iszero(A&K2)) -> (A&(K1|K2)) != (K1|K2) if we know that...Nadav Rotem2013-11-12
* FoldBranchToCommonDest merges branches into a single branch with or/and of th...Nadav Rotem2013-11-12
* Corruptly merge constants with explicit and implicit alignments.Rafael Espindola2013-11-12
* SimplifyCFG: Use existing constant folding logic when forming switch tables.Benjamin Kramer2013-11-12
* Fix PR17952.Shuxin Yang2013-11-11
* Add a testcase for pr17852.Rafael Espindola2013-11-11
* Revert "Resurrect r191017 " GVN proceeds in the presence of dead code" plus a...Bill Wendling2013-11-10
* SimplifyCFG has a heuristics for out-of-order processors that decides when it...Nadav Rotem2013-11-10
* Resolve TODO in test now that filecheck has multiple check prefixes.Matt Arsenault2013-11-10
* Teach MergeFunctions about address spacesMatt Arsenault2013-11-10
* Use variable for register name in testMatt Arsenault2013-11-10
* IR: Do not canonicalize constant GEPs into an out-of-bounds array accessDavid Majnemer2013-11-07