summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* No need to code gen MDNodesDevang Patel2009-06-25
* Add Thumb2 pc relative add.Evan Cheng2009-06-24
* Basic .s parsing for .asci[iz], .fill, .space, {.byte, .short, ... }Daniel Dunbar2009-06-24
* We should run these tests as well.Evan Cheng2009-06-24
* unwind info not needed.Chris Lattner2009-06-24
* Simplify [su]max(MAX, n) to MAX. This comes up in loop tripcountDan Gohman2009-06-24
* When inserting code into a loop preheader, insert it before theDan Gohman2009-06-24
* Move thumb and thumb2 tests into separate directories.Evan Cheng2009-06-24
* Fix support for inline asm input / output operand tying when operand spans ac...Evan Cheng2009-06-24
* Add a testcase demoing some of ScalarEvolution's new trip count logic.Dan Gohman2009-06-24
* Extend ScalarEvolution's multiple-exit support to compute exactDan Gohman2009-06-24
* upgradeDevang Patel2009-06-23
* Proper patterns for thumb2 shift and rotate instructions.Evan Cheng2009-06-23
* The correct values here (as defined by gcc-4.2) areDale Johannesen2009-06-23
* This test only works on ppc32 if some optimization is done beforeDale Johannesen2009-06-23
* See test. Judging from PR 1278, at the time the test was committed, theDale Johannesen2009-06-23
* Fix a bug in the trip-count computation with And/Or. If either of theDan Gohman2009-06-22
* Add support for ARM's Advanced SIMD (NEON) instruction set.Bob Wilson2009-06-22
* Fix llvm::ComputeNumSignBits to handle pointer typesDan Gohman2009-06-22
* It's coalescer, not coaleser.Evan Cheng2009-06-22
* For Darwin on ARMv6 and newer, make register r9 available for use as aBob Wilson2009-06-22
* Fix another register coalescer crash: forgot to check if the instruction bein...Evan Cheng2009-06-22
* hasFP should return true if frame address is taken.Evan Cheng2009-06-22
* Testcase for (llvm-gcc) 73873. Usually Dale Johannesen2009-06-22
* Teach ScalarEvolution how to analyze loops with multiple exitDan Gohman2009-06-22
* Fix ScalarEvolution's backedge-taken count computations to check forDan Gohman2009-06-21
* Fix PR4185.Rafael Espindola2009-06-21
* Expand this test to handle more cases (remainder and shifts) of zero.Nick Lewycky2009-06-21
* implement PR4424: 0/x is always 0 for integer division.Chris Lattner2009-06-21
* change TLS_ADDR lowering to lower to a real mem operand, instead of matching asChris Lattner2009-06-20
* no need for unwind infoChris Lattner2009-06-20
* no need for unwind info here.Chris Lattner2009-06-20
* Fix PR4419: handle defs of partial uses.Evan Cheng2009-06-20
* Tweak this test to be a little less unusual.Dan Gohman2009-06-20
* Generalize isLoopGuardedByCond's checking to consider twoDan Gohman2009-06-20
* Re-apply r73718, now that the fix in r73787 is in, and add aDan Gohman2009-06-19
* Enable arm pre-allocation load / store multiple optimization pass.Evan Cheng2009-06-19
* Revert 73718. It's breaking 254.gap.Evan Cheng2009-06-19
* Don't (unconditionally) use getSCEVAtScope to simplify the stepDan Gohman2009-06-19
* make jump threading handle lexically identical compare instructionsChris Lattner2009-06-19
* Fix for PR2484: add an SSE1 pattern for a shuffle we normally prefer to Eli Friedman2009-06-19
* Teach jump threading to look at comparisons between phi nodes and non-constants.Nick Lewycky2009-06-19
* Improve tail call elim to move loads above readonly callsChris Lattner2009-06-19
* part of PR4405: disable a contentious optimization forChris Lattner2009-06-19
* Mark a few Thumb instructions commutable; just happened to spot this Eli Friedman2009-06-19
* new testcase for rdar://6983634Chris Lattner2009-06-18
* On Darwin, ams printer should output a second label before a jump table so th...Evan Cheng2009-06-18
* Generalize LSR's OptimizeSMax to handle unsigned max tests as wellDan Gohman2009-06-18
* Remove the code from IVUsers that attempted to handleDan Gohman2009-06-18
* Generalize the zext(trunc(t) & C) instcombine to work even withDan Gohman2009-06-18