aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Canonicalize bitcasts between types like <1 x i64> and i64 to Eli Friedman2009-07-181-0/+22
* Back out 76300; apparently the preference is to canonicalize the other Eli Friedman2009-07-181-12/+0
* Add combine: X sdiv (1 << Y) -> X udiv (1 << Y) when X doesn't have the Eli Friedman2009-07-181-0/+9
* Canonicalize insert/extractelement from single-element vectors into Eli Friedman2009-07-181-0/+12
* Fix simplifylibcalls memset recognition to work on 64-bit platforms Eli Friedman2009-07-181-0/+12
* Catch more coalescing opportunities.Evan Cheng2009-07-182-3/+3
* Enable cross register class coalescing.Evan Cheng2009-07-185-5/+48
* Fix pr4552. Stack slot coloring with register must take care not to generate ...Evan Cheng2009-07-171-0/+55
* llvm-mc: Add -triple, and start fetching the target asm printer.Daniel Dunbar2009-07-1720-25/+25
* Fix x86 inline ams 'q' constraint support. In 32-bit mode, it's just like 'Q'...Evan Cheng2009-07-171-0/+10
* rename test.Chris Lattner2009-07-171-0/+0
* Testcase for PR4214.Duncan Sands2009-07-171-0/+4
* Make promotion in operation legalization for SETCC work correctly.Eli Friedman2009-07-171-0/+6
* Emit cross regclass register moves for thumb2.Anton Korobeynikov2009-07-161-0/+35
* Assume an inline asm might be a call, so we getDale Johannesen2009-07-161-1/+1
* Emit line numbers in asm comments when available.David Greene2009-07-161-0/+27
* Teach MachineInstr::isRegTiedToDefOperand() to correctly parse inline asm ope...Jakob Stoklund Olesen2009-07-161-0/+16
* Changed my mind. We now allow remat of instructions whose defs have subreg in...Evan Cheng2009-07-161-4/+1
* this should be xfailed on darwin. Darwin doesn't use the libstdc++ in the ll...Chris Lattner2009-07-161-0/+1
* With recent MC changes, RIP base register is explicitly modeled. Make sure we...Evan Cheng2009-07-161-0/+102
* Fill in some holes in ScalarEvolution's loop iteration conditionDan Gohman2009-07-161-0/+38
* Make xfail properAnton Korobeynikov2009-07-161-1/+1
* Temporary disable 16 bit bswapAnton Korobeynikov2009-07-161-0/+1
* Add bswap patternsAnton Korobeynikov2009-07-161-0/+48
* Fix logic inversion for RI-mode address selectionAnton Korobeynikov2009-07-161-0/+32
* Unbreak the testAnton Korobeynikov2009-07-161-1/+2
* Expand 32-bit bitconverts via memoryAnton Korobeynikov2009-07-161-0/+15
* Fix incomin arg stack frame offset in case we need to generate stack frameAnton Korobeynikov2009-07-161-0/+22
* Revert the commit, it just hides the real bugAnton Korobeynikov2009-07-167-182/+14
* Lower anyext to zext, 32-bit stuff does not have any implicit zero-extension ...Anton Korobeynikov2009-07-167-14/+182
* Provide consistent subreg idx scheme. This (hopefully) fixes remaining divide...Anton Korobeynikov2009-07-162-5/+5
* Implement 'large' PIC modelAnton Korobeynikov2009-07-162-0/+56
* Implement shifts properly (hopefilly - finally!)Anton Korobeynikov2009-07-161-0/+25
* Properly handle divides. As a bonus - implement memory versions of them.Anton Korobeynikov2009-07-162-4/+68
* 32 bit shifts have only 12 bit displacementsAnton Korobeynikov2009-07-161-0/+27
* Consolidate reg-imm / reg-reg-imm address mode selection logic in one place.Anton Korobeynikov2009-07-161-1/+16
* Add support for 12 bit displacementsAnton Korobeynikov2009-07-163-3/+132
* Emit proper lowering of load from arg stack slotAnton Korobeynikov2009-07-161-0/+19
* Implement dynamic allocasAnton Korobeynikov2009-07-161-0/+14
* Add jump tablesAnton Korobeynikov2009-07-161-0/+39
* Add rotatesAnton Korobeynikov2009-07-161-0/+13
* Add patterns for integer negateAnton Korobeynikov2009-07-162-0/+15
* Provide proper patterns for and with imm instructions. Tune the tests accordi...Anton Korobeynikov2009-07-167-14/+13
* Add 32 bit and reg-imm and disable invalid patterns for nowAnton Korobeynikov2009-07-167-10/+25
* Add z9 and z10 target processors. Mark z10-only instructions as such.Anton Korobeynikov2009-07-161-3/+3
* Proper lower 'small' resultsAnton Korobeynikov2009-07-161-0/+12
* Completel forgot about unconditional branchesAnton Korobeynikov2009-07-161-0/+18
* Lower addresses of globalsAnton Korobeynikov2009-07-161-0/+23
* Test (incomplete) for easy mulsAnton Korobeynikov2009-07-161-0/+29
* Provide "wide" muls and divs/remsAnton Korobeynikov2009-07-161-0/+55