aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Add nounwind.Evan Cheng2009-11-114-4/+4
* Fix test to work on every platform.Bill Wendling2009-11-111-3/+1
* Fix test to work on every platform.Bill Wendling2009-11-111-1/+1
* Make sure that the exception handling data has the same visibility as theBill Wendling2009-11-111-0/+30
* Test this on Darwin only.Bill Wendling2009-11-101-0/+2
* Emit correct code when making a ConstantPool entry for a vectorDale Johannesen2009-11-101-0/+36
* Modify how the prologue encoded the "move" information for the FDE. GCCBill Wendling2009-11-101-0/+28
* Add testcase for recent checkin.Mike Stump2009-11-091-0/+55
* Update testJim Grosbach2009-11-091-1/+1
* Use Unified Assembly Syntax for the ARM backend.Jim Grosbach2009-11-0936-117/+120
* Add and-not (bic) patterns. Based heavily on patch by Brian Lucas!Anton Korobeynikov2009-11-086-2/+54
* Fix invalid operand updates & implement post-inc memory operandsAnton Korobeynikov2009-11-081-1/+90
* It is invalid to infer the value type from the result #0 of the nodeAnton Korobeynikov2009-11-081-0/+64
* x86 vector shuffle cleanup/fixes:Nate Begeman2009-11-071-1/+1
* Add some dummy support for post-incremented loadsAnton Korobeynikov2009-11-071-0/+25
* Add 8 bit libcalls and make use of them for msp430Anton Korobeynikov2009-11-071-0/+22
* Initial support for addrmode handling. Tests by Brian Lucas!Anton Korobeynikov2009-11-076-2/+292
* It turns out that the testcase in question uncovered subreg-handling bug.Anton Korobeynikov2009-11-071-0/+1
* Fix a couple of shuffle patterns to use movhlps insteadEric Christopher2009-11-072-3/+4
* Fix PR5421 by APInt'izing switch lowering.Chris Lattner2009-11-071-2/+16
* merge cmp1 into cmp0 and filecheckize.Chris Lattner2009-11-072-9/+19
* Refactor code. Fix a potential missing check. Teach isIdentical() about tLDRp...Evan Cheng2009-11-072-0/+42
* - Add TargetInstrInfo::isIdentical(). It's similar to MachineInstr::isIdenticalEvan Cheng2009-11-071-4/+6
* - Add pseudo instructions tLDRpci_pic and t2LDRpci_pic which does a pc-relativeEvan Cheng2009-11-062-4/+5
* Honour subreg machine operands during asmprintingAnton Korobeynikov2009-11-061-0/+64
* Print VMOV (immediate) operands as hexadecimal values. Apple's assemblerBob Wilson2009-11-061-0/+20
* Fix a broken test.Bob Wilson2009-11-061-1/+1
* Remove ARMPCLabelIndex from ARMISelLowering. Use ARMFunctionInfo::createConst...Evan Cheng2009-11-061-4/+4
* Fix PR5315, original patch by Nicolas Capens!Eric Christopher2009-11-064-18/+18
* Update these tests for the new label names.Dan Gohman2009-11-052-7/+7
* Add -mtriple to llc commands, attempting to fix buildbot failures.Bob Wilson2009-11-051-2/+2
* Attempt again to fix buildbot failures: make expected output less specificBob Wilson2009-11-051-12/+9
* Add PowerPC codegen for indirect branches.Bob Wilson2009-11-041-0/+55
* Fix broken test.Bob Wilson2009-11-041-2/+2
* Add test for ARM indirectbr codegen.Bob Wilson2009-11-041-0/+63
* RangeIsDefinedByCopyFromReg() should check for subreg_to_reg, insert_subreg,Evan Cheng2009-11-041-0/+15
* Fix test.Evan Cheng2009-11-041-1/+1
* fconsts / fconstd immediate should be proceeded with #.Evan Cheng2009-11-031-4/+4
* Re-apply 85799. It turns out my code isn't buggy.Evan Cheng2009-11-032-4/+6
* Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks2009-11-031-0/+1
* Fix PR5367. QPR_8 is the super regclass of DPR_8 and SPR_8.Evan Cheng2009-11-034-3/+64
* Declare sin & cos as readonly so they match the code in SelectionDAGBuildNate Begeman2009-11-031-4/+4
* Temporary xfail until PR5367 will be resolvedAnton Korobeynikov2009-11-032-0/+2
* Revert r85049, it is causing PR5367Anton Korobeynikov2009-11-031-1/+1
* Revert 85799 for now. It might be breaking llvm-gcc driver.Evan Cheng2009-11-022-6/+4
* Initilize the machine LICM CSE map upon the first time an instruction is hois...Evan Cheng2009-11-022-4/+6
* Remove an irrelevant and poorly reduced test case.Evan Cheng2009-11-021-414/+0
* Unbreak ARMBaseRegisterInfo::copyRegToReg.Evan Cheng2009-11-021-0/+29
* Handle splats of undefs properly. This includes the testcase for PR5364 as well.Anton Korobeynikov2009-11-021-0/+20
* 64-bit FP loads & stores operate on both NEON and VFP pipelines.Anton Korobeynikov2009-11-021-0/+37