aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* force a triple so this passes on darwinChris Lattner2009-08-181-1/+1
* Generalize ScalarEvolution to be able to analyze GEPs whenDan Gohman2009-08-181-0/+75
* Make tail merging handle blocks with repeated predecessors correctly, andDan Gohman2009-08-183-3/+89
* Fix a bug that caused globalopt to miscompile tramp3d: don't missDan Gohman2009-08-181-0/+41
* Fix revsh pattern.Evan Cheng2009-08-181-0/+13
* The attached patches attempt to fix cross builds. For example, if youAnton Korobeynikov2009-08-182-3/+3
* PowerPC inline asm was emitting two output operandsDale Johannesen2009-08-181-0/+22
* Add prefix only if it is needed.Devang Patel2009-08-171-0/+30
* Test the pass the test is actually for, instead of one that doesn't exist.Nick Lewycky2009-08-171-1/+1
* Don't crash on critical edge. Patch by Andre Tavares.Nick Lewycky2009-08-171-0/+15
* Update getSectionForConstant() to to allow mergable sections to be nulled outRichard Osborne2009-08-171-0/+11
* XFAIL this test since the fix was reverted.Duncan Sands2009-08-171-0/+1
* Add a test that shows that SSI is working correctly.Nick Lewycky2009-08-171-0/+22
* Don't crash trying to promote VLAs.Nick Lewycky2009-08-171-0/+23
* Expose creating constant ints and floats from strings to ocaml.Erick Tryzelaar2009-08-161-0/+12
* Fix for PR3016: detect the tricky case, where there are Eli Friedman2009-08-161-1/+0
* 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
* SSI construction should just go ahead and ignore instructions in unreachableNick Lewycky2009-08-151-0/+19
* 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
* llvm-mc: Fix bugs where bytes were unintentionally being printed as signed.Daniel Dunbar2009-08-141-1/+2
* llvm-mc: When handling a .set, make sure to print subsequent references to theDaniel Dunbar2009-08-141-2/+8
* llvm-mc: zerofill shouldn't print quotes around the section,segment.Daniel Dunbar2009-08-141-3/+3
* Also shrink immediate branches; also more assembler workarounds.Evan Cheng2009-08-142-6/+77
* llvm-mc: Support escaped characters in string literals (for .ascii and .asciz)Daniel Dunbar2009-08-141-2/+26
* Properly handle indirect win64 args when they're passed in memoryAnton Korobeynikov2009-08-141-0/+57
* Take another shot at disabling this when no ppc support is available.Daniel Dunbar2009-08-141-2/+1
* Update llvm-mc / MCAsmStreamer to print the instruction using the actual targetDaniel Dunbar2009-08-143-41/+63
* Shrink ADR and LDR from constantpool late during constantpool island pass.Evan Cheng2009-08-141-1/+1
* Mark this test as requiring the powerpc target.Daniel Dunbar2009-08-131-0/+3
* Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' Bruno Cardoso Lopes2009-08-131-0/+8