summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Fix a CodeGenDAGPatterns bug. Check if top level predicates match when it's l...Evan Cheng2009-06-26
* Clarify how to configure llvm-gcc-4.2 for use withShantonu Sen2009-06-26
* Let's ignore MDStrings also!Devang Patel2009-06-26
* Fix spelling of 'count'Daniel Dunbar2009-06-26
* Fix LCSSA to avoid emitting a PHI node for the unwind destination ofDan Gohman2009-06-26
* Select ADC, SBC, and RSC instead of the ADCS, SBCS, and RSCS when the carry b...Evan Cheng2009-06-25
* Use MVN for ~t2_so_imm immediates.David Goodwin2009-06-25
* MC: Parse .org directives.Daniel Dunbar2009-06-25
* Don't grep the -debug output. This isn't the way to test changes.Bill Wendling2009-06-25
* MC: Parse .set and assignments.Daniel Dunbar2009-06-25
* down with unwind info :)Chris Lattner2009-06-25
* ISD::ADDE / ISD::SUBE updates the carry bit so they should isle to ADCS and S...Evan Cheng2009-06-25
* 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