summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
...
* convert test to filecheck format.Chris Lattner2009-08-15
* rename testChris Lattner2009-08-15
* this is a test for sse3, simplify it.Chris Lattner2009-08-15
* Don't setCalleeSavedInfoValid() until spills are interted.Jakob Stoklund Olesen2009-08-15
* Add XFAIL testcase for setcc undef.Jakob Stoklund Olesen2009-08-15
* Add XFAIL test case for a scavenger assert.Jakob Stoklund Olesen2009-08-15
* Update LocalRewriter::DistanceMap when inserting stack loads.Jakob Stoklund Olesen2009-08-15
* Fix tests.Evan Cheng2009-08-15
* Turn on if-conversion for thumb2.Evan Cheng2009-08-15
* use XCore-specific section with xcore specific cp/dp flags to restore Chris Lattner2009-08-15
* On x86-64, for a varargs function, don't store the xmm registers toDan Gohman2009-08-15
* Leaf functions which do not save CSRs can be frameless even with -disable-fp-...Evan Cheng2009-08-14
* Also shrink immediate branches; also more assembler workarounds.Evan Cheng2009-08-14
* Properly handle indirect win64 args when they're passed in memoryAnton Korobeynikov2009-08-14
* Shrink ADR and LDR from constantpool late during constantpool island pass.Evan Cheng2009-08-14
* Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' Bruno Cardoso Lopes2009-08-13
* Revert 78892 and 78895, these break generating working executables onDaniel Dunbar2009-08-13
* reintroduce support for Mips "small" section handling. This is Chris Lattner2009-08-13
* tPOP_RET now has predicate operands.Evan Cheng2009-08-13
* fix typo, add 10.6 version of test for my previous patch.Chris Lattner2009-08-13
* It's ok to spill a tGPR register as long as it's still allocated a low register.Evan Cheng2009-08-13
* Change MCSectionELF to represent a section semantically instead ofBruno Cardoso Lopes2009-08-13
* Various AsmWriter output cleanups. Use WriteAsOperand instead ofDan Gohman2009-08-13
* Use WriteAsOperand to print BasicBlock names.Dan Gohman2009-08-12
* Generate Neon VTBL and VTBX instructions from the corresponding intrinsics.Bob Wilson2009-08-12
* Test for 78821, sort of. While that bug is nondeterministic,Dale Johannesen2009-08-12
* one last (?) bad x86 triple test.Chris Lattner2009-08-12
* fix some pastos in triple lines.Chris Lattner2009-08-12
* another bogus tripleChris Lattner2009-08-12
* fix another broken target triple.Chris Lattner2009-08-12
* fix an incorrect target triple.Chris Lattner2009-08-12
* add nounwindChris Lattner2009-08-12
* Remove an Darwin assembler workaround.Evan Cheng2009-08-12
* Shrink ADDS, ADC, RSB, and SUBS.Evan Cheng2009-08-12
* Shrinkify Thumb2 r = add sp, imm.Evan Cheng2009-08-11
* Shrinkify Thumb2 load / store multiple instructions.Evan Cheng2009-08-11
* now that these are in file-check format, we can merge them togetherChris Lattner2009-08-11
* Fix the previous accidental commit. Now shrinking common Thumb2 load / store ...Evan Cheng2009-08-11
* Rebuild RegScavenger::DistanceMap each time it is needed.Jakob Stoklund Olesen2009-08-11
* Convert more Neon tests to use FileCheck.Bob Wilson2009-08-11
* Use vAny type to get rid of Neon intrinsics that differed only in whetherBob Wilson2009-08-11
* Use new EVT::vAny type to combine Neon intrinsics for VPADD.Bob Wilson2009-08-11
* Enable Thumb2 instruction shrinking (32-bit to 16-bit) pass. Convert a bunch ...Evan Cheng2009-08-10
* Fix a bug in the DAGCombiner's handling of multiple linkedDan Gohman2009-08-10
* Use FileCheck.David Goodwin2009-08-10
* Use FileCheck... its good for you...David Goodwin2009-08-10
* Fix test.David Goodwin2009-08-10
* Fix test.David Goodwin2009-08-10
* Use NEON for single-precision int<->FP conversions.David Goodwin2009-08-10
* Handle the constantfp created during post-legalization dag combiner phase.Evan Cheng2009-08-10