| Commit message (Expand) | Author | Age | Files | Lines |
* | When possible, use "mvn ra, rb" instead of "eor ra, rb, -1" because mvn has a... | David Goodwin | 2009-06-26 | 1 | -0/+11 |
* | Add some testcases for some of the recent ScalarEvolution bug fixes. | Dan Gohman | 2009-06-26 | 2 | -0/+419 |
* | Thumb-2 tests | David Goodwin | 2009-06-26 | 27 | -15/+318 |
* | remove unwind info, add test for asmprinting of jump table labels with (%rip) | Chris Lattner | 2009-06-26 | 1 | -1/+4 |
* | Add x86 support for 'n' inline asm modifier. This will be handled target inde... | Evan Cheng | 2009-06-26 | 1 | -0/+8 |
* | Thumb-2 has CLZ. | David Goodwin | 2009-06-26 | 1 | -0/+8 |
* | Use "adcs/sbcs" only when the carry-out is live, otherwise use "adc/sbc". | David Goodwin | 2009-06-26 | 3 | -4/+4 |
* | More spelling Count as count. | Daniel Dunbar | 2009-06-26 | 12 | -12/+12 |
* | Spell Count as count. | Daniel Dunbar | 2009-06-26 | 2 | -2/+2 |
* | Add Thumb-2 tests. | David Goodwin | 2009-06-26 | 12 | -2/+195 |
* | ADC used to implement adde should use "adcs" opcode instead of "adc". | David Goodwin | 2009-06-26 | 3 | -2/+40 |
* | ORN and BIC tests. | David Goodwin | 2009-06-26 | 3 | -3/+16 |
* | Currently there is a pattern for the thumb-2 MOV 16-bit immediate instruction... | David Goodwin | 2009-06-26 | 2 | -0/+41 |
* | Fix tests: Count -> count. | Evan Cheng | 2009-06-26 | 2 | -2/+2 |
* | Fix a CodeGenDAGPatterns bug. Check if top level predicates match when it's l... | Evan Cheng | 2009-06-26 | 2 | -0/+26 |
* | Clarify how to configure llvm-gcc-4.2 for use with | Shantonu Sen | 2009-06-26 | 1 | -0/+4 |
* | Let's ignore MDStrings also! | Devang Patel | 2009-06-26 | 1 | -1/+3 |
* | Fix spelling of 'count' | Daniel Dunbar | 2009-06-26 | 1 | -1/+1 |
* | Fix LCSSA to avoid emitting a PHI node for the unwind destination of | Dan Gohman | 2009-06-26 | 1 | -0/+143 |
* | Select ADC, SBC, and RSC instead of the ADCS, SBCS, and RSCS when the carry b... | Evan Cheng | 2009-06-25 | 2 | -4/+4 |
* | Use MVN for ~t2_so_imm immediates. | David Goodwin | 2009-06-25 | 1 | -0/+27 |
* | MC: Parse .org directives. | Daniel Dunbar | 2009-06-25 | 1 | -0/+11 |
* | Don't grep the -debug output. This isn't the way to test changes. | Bill Wendling | 2009-06-25 | 1 | -1/+0 |
* | MC: Parse .set and assignments. | Daniel Dunbar | 2009-06-25 | 2 | -0/+14 |
* | down with unwind info :) | Chris Lattner | 2009-06-25 | 1 | -1/+1 |
* | ISD::ADDE / ISD::SUBE updates the carry bit so they should isle to ADCS and S... | Evan Cheng | 2009-06-25 | 2 | -0/+32 |
* | No need to code gen MDNodes | Devang Patel | 2009-06-25 | 1 | -0/+2 |
* | Add Thumb2 pc relative add. | Evan Cheng | 2009-06-24 | 2 | -0/+64 |
* | Basic .s parsing for .asci[iz], .fill, .space, {.byte, .short, ... } | Daniel Dunbar | 2009-06-24 | 5 | -0/+71 |
* | We should run these tests as well. | Evan Cheng | 2009-06-24 | 2 | -0/+10 |
* | unwind info not needed. | Chris Lattner | 2009-06-24 | 1 | -1/+1 |
* | Simplify [su]max(MAX, n) to MAX. This comes up in loop tripcount | Dan Gohman | 2009-06-24 | 2 | -3/+66 |
* | When inserting code into a loop preheader, insert it before the | Dan Gohman | 2009-06-24 | 1 | -0/+61 |
* | Move thumb and thumb2 tests into separate directories. | Evan Cheng | 2009-06-24 | 44 | -54/+437 |
* | Fix support for inline asm input / output operand tying when operand spans ac... | Evan Cheng | 2009-06-24 | 1 | -0/+19 |
* | Add a testcase demoing some of ScalarEvolution's new trip count logic. | Dan Gohman | 2009-06-24 | 1 | -0/+37 |
* | Extend ScalarEvolution's multiple-exit support to compute exact | Dan Gohman | 2009-06-24 | 1 | -1/+1 |
* | upgrade | Devang Patel | 2009-06-23 | 1 | -28/+28 |
* | Proper patterns for thumb2 shift and rotate instructions. | Evan Cheng | 2009-06-23 | 1 | -1/+1 |
* | The correct values here (as defined by gcc-4.2) are | Dale Johannesen | 2009-06-23 | 2 | -0/+15 |
* | This test only works on ppc32 if some optimization is done before | Dale Johannesen | 2009-06-23 | 1 | -1/+1 |
* | See test. Judging from PR 1278, at the time the test was committed, the | Dale Johannesen | 2009-06-23 | 1 | -1/+1 |
* | Fix a bug in the trip-count computation with And/Or. If either of the | Dan Gohman | 2009-06-22 | 1 | -0/+150 |
* | Add support for ARM's Advanced SIMD (NEON) instruction set. | Bob Wilson | 2009-06-22 | 88 | -0/+6904 |
* | Fix llvm::ComputeNumSignBits to handle pointer types | Dan Gohman | 2009-06-22 | 1 | -0/+220 |
* | It's coalescer, not coaleser. | Evan Cheng | 2009-06-22 | 1 | -0/+0 |
* | For Darwin on ARMv6 and newer, make register r9 available for use as a | Bob Wilson | 2009-06-22 | 1 | -1/+4 |
* | Fix another register coalescer crash: forgot to check if the instruction bein... | Evan Cheng | 2009-06-22 | 1 | -0/+43 |
* | hasFP should return true if frame address is taken. | Evan Cheng | 2009-06-22 | 1 | -0/+12 |
* | Testcase for (llvm-gcc) 73873. Usually | Dale Johannesen | 2009-06-22 | 1 | -0/+32 |