summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* specify a target triple so global variable manglings are consistent etc.Chris Lattner2009-08-15
* convert to filecheck.Chris Lattner2009-08-15
* rename this test to sse2.llChris Lattner2009-08-15
* merge a bunch more sse3 tests into sse3.llChris Lattner2009-08-15
* 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
* llvm-mc: Fix bugs where bytes were unintentionally being printed as signed.Daniel Dunbar2009-08-14
* llvm-mc: When handling a .set, make sure to print subsequent references to theDaniel Dunbar2009-08-14
* llvm-mc: zerofill shouldn't print quotes around the section,segment.Daniel Dunbar2009-08-14
* Also shrink immediate branches; also more assembler workarounds.Evan Cheng2009-08-14
* llvm-mc: Support escaped characters in string literals (for .ascii and .asciz)Daniel Dunbar2009-08-14
* Properly handle indirect win64 args when they're passed in memoryAnton Korobeynikov2009-08-14
* Take another shot at disabling this when no ppc support is available.Daniel Dunbar2009-08-14
* Update llvm-mc / MCAsmStreamer to print the instruction using the actual targetDaniel Dunbar2009-08-14
* Shrink ADR and LDR from constantpool late during constantpool island pass.Evan Cheng2009-08-14
* Mark this test as requiring the powerpc target.Daniel Dunbar2009-08-13
* 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
* When InstCombine simplifies a load -> extract element to gep -> load, placeMon P Wang2009-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
* Now that numbered types have their number printed, it's no longerDan Gohman2009-08-12
* Extend the AsmWriter to print unnamed numbered types as "%0 = type ..."Dan Gohman2009-08-12
* 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
* Fix whitespace expectations to match the new AsmWriter behavior.Dan Gohman2009-08-12
* Make LLVM Assembly dramatically easier to read by aligning the comments,Dan Gohman2009-08-12
* Transform -X/C to X/-C, implementing a README.txt entry.Dan Gohman2009-08-12
* Optimize (x/C)*C to x if the division is exact.Dan Gohman2009-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