aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Added sub-formats to the NeonI/NeonXI instructions to further refine the NEONFrmJohnny Chen2010-03-1714-22/+22
* Testcase for r98728.Stuart Hastings2010-03-171-0/+43
* Fix liveintervals handling of dbg_value instructions.Evan Cheng2010-03-161-0/+13
* Revert r98666 too; it's checkin-without-testing day!Daniel Dunbar2010-03-161-1/+1
* temporarily xfailChris Lattner2010-03-161-1/+1
* Add an rdar number to this test.Dan Gohman2010-03-161-0/+1
* Chris pointed out that producing undef here is wrong inDuncan Sands2010-03-161-11/+0
* --- Reverse-merging r98637 into '.':Bob Wilson2010-03-1614-22/+22
* Initial ARM/Thumb disassembler check-in. It consists of a tablgen backendJohnny Chen2010-03-1614-22/+22
* Stop using the old pre-UAL syntax for LDM/STM instruction suffixes.Bob Wilson2010-03-167-8/+8
* Check that P is not zero initialized.Duncan Sands2010-03-161-0/+11
* Add a testcase for the change in r98586.Bob Wilson2010-03-161-0/+63
* Forgot testcase for r98599.Bill Wendling2010-03-161-0/+60
* Fix the third (and last known) case of code update problems due Chris Lattner2010-03-161-0/+19
* MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr.Daniel Dunbar2010-03-151-1/+1
* Recognize code for doing vector gather/scatter index calculations withDan Gohman2010-03-151-0/+39
* MC/Mach-O/x86_64: Temporary labels in cstring sections require symbols (and e...Daniel Dunbar2010-03-152-0/+2039
* Implement support for the case when a reference to a addr-of-bb Chris Lattner2010-03-152-23/+39
* Fix the case when a reference to an address taken BB is emitted in oneChris Lattner2010-03-151-0/+25
* filecheckize a test and mark these wiht a cpu so it passesChris Lattner2010-03-143-6/+13
* Turn calls to copysignl into an FCOPYSIGN node. Handle FCOPYSIGN nodesDuncan Sands2010-03-141-0/+7
* fix ShrinkDemandedOps to not leave dead nodes around,Chris Lattner2010-03-141-0/+19
* don't have i386-specific tests in CodeGen/Generic, PR6601.Chris Lattner2010-03-1422-30/+0
* fix PR6605, X86ISD::CMP always returns i32 (EFLAGS), notChris Lattner2010-03-141-1/+25
* Fix typoAnton Korobeynikov2010-03-141-1/+1
* Feature test for half precision FP.Anton Korobeynikov2010-03-141-0/+32
* fix AsmPrinter::GetBlockAddressSymbol to always return a uniqueChris Lattner2010-03-143-8/+8
* get MMI out of the label uniquing business, just go to MCContextChris Lattner2010-03-143-4/+4
* xfail properlyChris Lattner2010-03-141-1/+1
* xfail these tests temporarily to get teh buildbots back to happy land.Chris Lattner2010-03-144-0/+6
* Do not force indirect tailcall through fixed registers: eax, r11. Add support...Evan Cheng2010-03-142-5/+5
* X86: Fix ADD64i32 encoding.Daniel Dunbar2010-03-131-0/+3
* MC/X86_64: Symbol support.Daniel Dunbar2010-03-132-146/+299
* MC/Mach-O: Initial x86_64 support.Daniel Dunbar2010-03-132-7/+564
* macho-dump: Basic Mach 64 support.Daniel Dunbar2010-03-131-19/+45
* MC/X86_64: Fix matching of leaq.Daniel Dunbar2010-03-131-1/+2
* MC/X86_64: Fix matching of callq.Daniel Dunbar2010-03-131-0/+8
* MC/Mach-O: PCrel relocations weren't using the right base address, they areDaniel Dunbar2010-03-131-0/+14
* Fix a typo in ValueTracking that's causing instcombine to delete needed shift...Evan Cheng2010-03-131-0/+20
* MC/X86: Add temporary hack to match shrl $1,%eax correctly, to support testingDaniel Dunbar2010-03-131-0/+3
* MC/X86: Add an XFAIL test where we aren't matching the correct instructionDaniel Dunbar2010-03-131-0/+8
* MC/Mach-O: Implement initial support for relaxation.Daniel Dunbar2010-03-122-0/+68
* Fix llc crash on invalid input.Devang Patel2010-03-121-0/+20
* simplify code to use OutContext.GetOrCreateTemporarySymbol withChris Lattner2010-03-121-8/+8
* When constant folding GEP of GEP, do not crash if an index ofDuncan Sands2010-03-121-0/+13
* fix PR6577, a bug in sdbuilder lowering select instructionsChris Lattner2010-03-121-0/+14
* revert r98270.Bill Wendling2010-03-111-1/+1
* Bad bad bug. x86 force indirect tail call address into eax when it's meant to...Evan Cheng2010-03-111-1/+1
* Add dag combine to simplify lmul(x, 0, a, b)Richard Osborne2010-03-111-0/+13
* The check for coalescing a virtual register to a physical register, e.g.Evan Cheng2010-03-111-0/+35