aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2011-05-11Fixes a bug in the DAGCombiner. LoadSDNodes have two values (data, chain).Nadav Rotem
2011-05-11Add custom lowering of X86 vector SRA/SRL/SHL when the shift amount is a spla...Nadav Rotem
2011-05-11Revert 131172 as it is causing clang to miscompile itself. I will tryRafael Espindola
2011-05-11Add a late optimization to BranchFolding that hoist common instruction sequencesEvan Cheng
2011-05-10Produce a __debug_frame section on darwin ARM when appropriate.Rafael Espindola
2011-05-10PTX: add test cases for cvt, fneg, and selpJustin Holewinski
2011-05-08X86: Add a bunch of peeps for add and sub of SETB.Benjamin Kramer
2011-05-06Emit a proper error message when register allocators run out of registers.Jakob Stoklund Olesen
2011-05-06PTX: add PTX 2.3 language targetJustin Holewinski
2011-05-06Re-revert r130877; it's apparently causing a regression on 197.parser,Eli Friedman
2011-05-05Don't produce a __debug_frame.Rafael Espindola
2011-05-05Avoid extra vreg copies for arguments passed in registers. Specifically, thi...Eli Friedman
2011-05-04Prepare remaining tests for -join-physreg going away.Jakob Stoklund Olesen
2011-05-04Fix a batch of x86 tests to be coalescer independent.Jakob Stoklund Olesen
2011-05-04Give this test an explicit register allocator, so that it can work even ifDan Gohman
2011-05-04SjLj EH could produce a machine basic block that legitimately has more than oneBill Wendling
2011-05-04Re-commit r130862 with a minor change to avoid an iterator running off the ed...Eli Friedman
2011-05-04This test fails on ARM. The test shouldn't explicitly specify alignment (and ...Galina Kistanova
2011-05-04Back out r130862; it appears to be breaking bootstrap.Eli Friedman
2011-05-04Teach MachineCSE how to do simple cross-block CSE involving physregs. This a...Eli Friedman
2011-05-04Fix more register and coalescing dependencies.Jakob Stoklund Olesen
2011-05-04Explicitly request physreg coalesing for a bunch of Thumb2 unit tests.Jakob Stoklund Olesen
2011-05-04FileCheckize and break dependence on coalescing order.Jakob Stoklund Olesen
2011-05-04Explicitly request -join-physregs for some tests that depend on it.Jakob Stoklund Olesen
2011-05-04Do not emit location expression size twice.Devang Patel
2011-05-04Remove LLVM IR metadata in test case committed in r130847.Akira Hatanaka
2011-05-04Prevent instructions using $gp from being placed between a jalr and the instr...Akira Hatanaka
2011-05-04Don't depend on the physreg coalescing order.Jakob Stoklund Olesen
2011-05-04Don't run this test through -regalloc=basic.Jakob Stoklund Olesen
2011-05-04Fix register-dependent XCore testsJakob Stoklund Olesen
2011-05-04Fix register-dependent test in MSP430.Jakob Stoklund Olesen
2011-05-03Fix a bunch of ARM tests to be register allocation independent.Jakob Stoklund Olesen
2011-05-03Replace the "movnt" intrinsics with a native store + nontemporal metadata bit.Bill Wendling
2011-05-03Make the test less likely to fail with minor changes.Evan Cheng
2011-05-03Remove test for iOS divmod function, since that is disabled for now.Bob Wilson
2011-05-03Add a few ARM coprocessor intrinsics. Testcases includedBruno Cardoso Lopes
2011-05-03Add an unfolded offset field to LSR's Formula record. This is used toDan Gohman
2011-05-02Add 130690 back.Rafael Espindola
2011-05-02Revert while I debug the tests that use march but not mtriple.Rafael Espindola
2011-05-02Move ppc OS X to cfi too. I am building it on an old ppc mini, but it will ta...Rafael Espindola
2011-05-01Add r130623 back now that ELF has been fixed to work with -fno-dwarf2-cfi-asm.Rafael Espindola
2011-05-01GCC uses a different encoding of pointers in the FDE when usingRafael Espindola
2011-04-30Revert the previous patch while I figure out how to make llvm-gccRafael Espindola
2011-04-30Enable CFI on OS X.Rafael Espindola
2011-04-30Allow folded spills in test.Jakob Stoklund Olesen
2011-04-30Weekly fix of register allocation dependent unit tests.Jakob Stoklund Olesen
2011-04-29Make FastEmit_ri_ try a bit harder to succeed for supported operations; FastE...Eli Friedman
2011-04-29Switch to ImmLeaf (which can be used by FastISel) for a few more common ARM/T...Eli Friedman
2011-04-29Fix run-line, again. :(Eli Friedman
2011-04-29Re-committing r130454, which does not in fact break anything.Eli Friedman