| Commit message (Expand) | Author | Age | Files | Lines |
* | XFAIL this test since the fix was reverted. | Duncan Sands | 2009-08-17 | 1 | -0/+1 |
* | Add a test that shows that SSI is working correctly. | Nick Lewycky | 2009-08-17 | 1 | -0/+22 |
* | Don't crash trying to promote VLAs. | Nick Lewycky | 2009-08-17 | 1 | -0/+23 |
* | Expose creating constant ints and floats from strings to ocaml. | Erick Tryzelaar | 2009-08-16 | 1 | -0/+12 |
* | Fix for PR3016: detect the tricky case, where there are | Eli Friedman | 2009-08-16 | 1 | -1/+0 |
* | Fix test on Linux. | Eli Friedman | 2009-08-15 | 1 | -1/+1 |
* | Reapply r79127. It was fixed by d0k. | Bill Wendling | 2009-08-15 | 1 | -12/+27 |
* | Revert r79127. It was causing compilation errors. | Bill Wendling | 2009-08-15 | 1 | -27/+12 |
* | SSI construction should just go ahead and ignore instructions in unreachable | Nick Lewycky | 2009-08-15 | 1 | -0/+19 |
* | Change allowsUnalignedMemoryAccesses to take type argument since some targets | Evan Cheng | 2009-08-15 | 1 | -12/+27 |
* | implement support for CHECK-NEXT: in filecheck. | Chris Lattner | 2009-08-15 | 1 | -10/+10 |
* | Refine EarlyClobber assert in register scavenger. | Jakob Stoklund Olesen | 2009-08-15 | 1 | -0/+42 |
* | specify a target triple so global variable manglings are consistent etc. | Chris Lattner | 2009-08-15 | 1 | -1/+2 |
* | convert to filecheck. | Chris Lattner | 2009-08-15 | 1 | -3/+18 |
* | rename this test to sse2.ll | Chris Lattner | 2009-08-15 | 1 | -0/+0 |
* | merge a bunch more sse3 tests into sse3.ll | Chris Lattner | 2009-08-15 | 11 | -174/+252 |
* | convert test to filecheck format. | Chris Lattner | 2009-08-15 | 1 | -7/+17 |
* | rename test | Chris Lattner | 2009-08-15 | 1 | -0/+0 |
* | this is a test for sse3, simplify it. | Chris Lattner | 2009-08-15 | 1 | -1/+1 |
* | Don't setCalleeSavedInfoValid() until spills are interted. | Jakob Stoklund Olesen | 2009-08-15 | 1 | -0/+10 |
* | Add XFAIL testcase for setcc undef. | Jakob Stoklund Olesen | 2009-08-15 | 1 | -0/+17 |
* | Add XFAIL test case for a scavenger assert. | Jakob Stoklund Olesen | 2009-08-15 | 1 | -0/+20 |
* | Update LocalRewriter::DistanceMap when inserting stack loads. | Jakob Stoklund Olesen | 2009-08-15 | 1 | -0/+25 |
* | Fix tests. | Evan Cheng | 2009-08-15 | 2 | -2/+2 |
* | Turn on if-conversion for thumb2. | Evan Cheng | 2009-08-15 | 3 | -0/+189 |
* | use XCore-specific section with xcore specific cp/dp flags to restore | Chris Lattner | 2009-08-15 | 2 | -2/+0 |
* | On x86-64, for a varargs function, don't store the xmm registers to | Dan Gohman | 2009-08-15 | 1 | -0/+20 |
* | Leaf functions which do not save CSRs can be frameless even with -disable-fp-... | Evan Cheng | 2009-08-14 | 1 | -0/+6 |
* | llvm-mc: Fix bugs where bytes were unintentionally being printed as signed. | Daniel Dunbar | 2009-08-14 | 1 | -1/+2 |
* | llvm-mc: When handling a .set, make sure to print subsequent references to the | Daniel Dunbar | 2009-08-14 | 1 | -2/+8 |
* | llvm-mc: zerofill shouldn't print quotes around the section,segment. | Daniel Dunbar | 2009-08-14 | 1 | -3/+3 |
* | Also shrink immediate branches; also more assembler workarounds. | Evan Cheng | 2009-08-14 | 2 | -6/+77 |
* | llvm-mc: Support escaped characters in string literals (for .ascii and .asciz) | Daniel Dunbar | 2009-08-14 | 1 | -2/+26 |
* | Properly handle indirect win64 args when they're passed in memory | Anton Korobeynikov | 2009-08-14 | 1 | -0/+57 |
* | Take another shot at disabling this when no ppc support is available. | Daniel Dunbar | 2009-08-14 | 1 | -2/+1 |
* | Update llvm-mc / MCAsmStreamer to print the instruction using the actual target | Daniel Dunbar | 2009-08-14 | 3 | -41/+63 |
* | Shrink ADR and LDR from constantpool late during constantpool island pass. | Evan Cheng | 2009-08-14 | 1 | -1/+1 |
* | Mark this test as requiring the powerpc target. | Daniel Dunbar | 2009-08-13 | 1 | -0/+3 |
* | Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' | Bruno Cardoso Lopes | 2009-08-13 | 1 | -0/+8 |
* | Revert 78892 and 78895, these break generating working executables on | Daniel Dunbar | 2009-08-13 | 1 | -1/+0 |
* | reintroduce support for Mips "small" section handling. This is | Chris Lattner | 2009-08-13 | 1 | -0/+32 |
* | tPOP_RET now has predicate operands. | Evan Cheng | 2009-08-13 | 1 | -0/+737 |
* | fix typo, add 10.6 version of test for my previous patch. | Chris Lattner | 2009-08-13 | 1 | -0/+1 |
* | It's ok to spill a tGPR register as long as it's still allocated a low register. | Evan Cheng | 2009-08-13 | 1 | -0/+40 |
* | When InstCombine simplifies a load -> extract element to gep -> load, place | Mon P Wang | 2009-08-13 | 1 | -0/+23 |
* | Change MCSectionELF to represent a section semantically instead of | Bruno Cardoso Lopes | 2009-08-13 | 1 | -0/+18 |
* | Various AsmWriter output cleanups. Use WriteAsOperand instead of | Dan Gohman | 2009-08-13 | 3 | -7/+16 |
* | Now that numbered types have their number printed, it's no longer | Dan Gohman | 2009-08-12 | 7 | -0/+7 |
* | Extend the AsmWriter to print unnamed numbered types as "%0 = type ..." | Dan Gohman | 2009-08-12 | 1 | -0/+42 |
* | Use WriteAsOperand to print BasicBlock names. | Dan Gohman | 2009-08-12 | 1 | -1/+1 |