aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Fix revsh pattern.Evan Cheng2009-08-181-0/+13
* PowerPC inline asm was emitting two output operandsDale Johannesen2009-08-181-0/+22
* Update getSectionForConstant() to to allow mergable sections to be nulled outRichard Osborne2009-08-171-0/+11
* Fix test on Linux.Eli Friedman2009-08-151-1/+1
* Reapply r79127. It was fixed by d0k.Bill Wendling2009-08-151-12/+27
* Revert r79127. It was causing compilation errors.Bill Wendling2009-08-151-27/+12
* Change allowsUnalignedMemoryAccesses to take type argument since some targetsEvan Cheng2009-08-151-12/+27
* implement support for CHECK-NEXT: in filecheck.Chris Lattner2009-08-151-10/+10
* Refine EarlyClobber assert in register scavenger.Jakob Stoklund Olesen2009-08-151-0/+42
* specify a target triple so global variable manglings are consistent etc.Chris Lattner2009-08-151-1/+2
* convert to filecheck.Chris Lattner2009-08-151-3/+18
* rename this test to sse2.llChris Lattner2009-08-151-0/+0
* merge a bunch more sse3 tests into sse3.llChris Lattner2009-08-1511-174/+252
* convert test to filecheck format.Chris Lattner2009-08-151-7/+17
* rename testChris Lattner2009-08-151-0/+0
* this is a test for sse3, simplify it.Chris Lattner2009-08-151-1/+1
* Don't setCalleeSavedInfoValid() until spills are interted.Jakob Stoklund Olesen2009-08-151-0/+10
* Add XFAIL testcase for setcc undef.Jakob Stoklund Olesen2009-08-151-0/+17
* Add XFAIL test case for a scavenger assert.Jakob Stoklund Olesen2009-08-151-0/+20
* Update LocalRewriter::DistanceMap when inserting stack loads.Jakob Stoklund Olesen2009-08-151-0/+25
* Fix tests.Evan Cheng2009-08-152-2/+2
* Turn on if-conversion for thumb2.Evan Cheng2009-08-153-0/+189
* use XCore-specific section with xcore specific cp/dp flags to restore Chris Lattner2009-08-152-2/+0
* On x86-64, for a varargs function, don't store the xmm registers toDan Gohman2009-08-151-0/+20
* Leaf functions which do not save CSRs can be frameless even with -disable-fp-...Evan Cheng2009-08-141-0/+6
* Also shrink immediate branches; also more assembler workarounds.Evan Cheng2009-08-142-6/+77
* Properly handle indirect win64 args when they're passed in memoryAnton Korobeynikov2009-08-141-0/+57
* Shrink ADR and LDR from constantpool late during constantpool island pass.Evan Cheng2009-08-141-1/+1
* Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' Bruno Cardoso Lopes2009-08-131-0/+8
* Revert 78892 and 78895, these break generating working executables onDaniel Dunbar2009-08-131-1/+0
* reintroduce support for Mips "small" section handling. This is Chris Lattner2009-08-131-0/+32
* tPOP_RET now has predicate operands.Evan Cheng2009-08-131-0/+737
* fix typo, add 10.6 version of test for my previous patch.Chris Lattner2009-08-131-0/+1
* It's ok to spill a tGPR register as long as it's still allocated a low register.Evan Cheng2009-08-131-0/+40
* Change MCSectionELF to represent a section semantically instead ofBruno Cardoso Lopes2009-08-131-0/+18
* Various AsmWriter output cleanups. Use WriteAsOperand instead ofDan Gohman2009-08-132-4/+4
* Use WriteAsOperand to print BasicBlock names.Dan Gohman2009-08-121-1/+1
* Generate Neon VTBL and VTBX instructions from the corresponding intrinsics.Bob Wilson2009-08-121-0/+109
* Test for 78821, sort of. While that bug is nondeterministic,Dale Johannesen2009-08-121-0/+176
* one last (?) bad x86 triple test.Chris Lattner2009-08-121-1/+1
* fix some pastos in triple lines.Chris Lattner2009-08-121-3/+3
* another bogus tripleChris Lattner2009-08-121-1/+1
* fix another broken target triple.Chris Lattner2009-08-121-1/+1
* fix an incorrect target triple.Chris Lattner2009-08-121-1/+1
* add nounwindChris Lattner2009-08-121-1/+1
* Remove an Darwin assembler workaround.Evan Cheng2009-08-121-1/+1
* Shrink ADDS, ADC, RSB, and SUBS.Evan Cheng2009-08-129-20/+61
* Shrinkify Thumb2 r = add sp, imm.Evan Cheng2009-08-111-2/+4
* Shrinkify Thumb2 load / store multiple instructions.Evan Cheng2009-08-111-7/+7
* now that these are in file-check format, we can merge them togetherChris Lattner2009-08-115-56/+49