Age | Commit message (Expand) | Author | Files | Lines |
2009-09-09 | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 1178 | -1654/+1654 |
2009-09-08 | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 968 | -1256/+1281 |
2009-09-08 | update various tests for signedness changes in .s file. | Chris Lattner | 8 | -10/+13 |
2009-09-08 | adjust for signedness change. I'd appreciate it if an ARM flavored person | Chris Lattner | 1 | -2/+2 |
2009-09-08 | Merge Archive/extract* tests into one; this avoids a race when tests are run in | Daniel Dunbar | 5 | -23/+16 |
2009-09-08 | merge thumb2-bic2.ll into thumb2-bic.ll and update for signedness changes. | Chris Lattner | 2 | -25/+34 |
2009-09-08 | Add Triple::getArchTypeForDarwinArchName, which converts a "Darwin" architecture | Daniel Dunbar | 2 | -2/+45 |
2009-09-08 | tweak this to pass on linux. | Chris Lattner | 1 | -3/+3 |
2009-09-08 | Improve JIT error message for users crazy enough to use -march with JIT, and | Daniel Dunbar | 2 | -3/+6 |
2009-09-08 | parenthesize symbol names that start with $, fixing X86/dollar-name.ll with | Chris Lattner | 1 | -2/+13 |
2009-09-08 | convert to filecheck syntax | Chris Lattner | 1 | -3/+4 |
2009-09-08 | change selectiondag to add the sign extended versions of immediate operands | Chris Lattner | 15 | -38/+36 |
2009-09-08 | Use "opt < %s" instead of "opt %s" so that opt doesn't print the test | Dan Gohman | 5 | -8/+8 |
2009-09-08 | Unbreak getOnesVector() / getZeroVector() to use valid ARM extended imm's. | Anton Korobeynikov | 3 | -19/+43 |
2009-09-08 | Convert a few more opt | llvm-dis to opt -S. | Dan Gohman | 10 | -12/+11 |
2009-09-08 | filecheckize some tests | Chris Lattner | 2 | -30/+30 |
2009-09-08 | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman | 865 | -973/+973 |
2009-09-08 | Use MemoryBuffer::getBufferIdentifier() in the AsmPrinter instead | Dan Gohman | 3 | -13/+9 |
2009-09-08 | This should unbreak the build on 64-bit Linux. | Mikhail Glushenkov | 1 | -3/+6 |
2009-09-08 | Fix PR4909, patch by Jakub Staszak. | Owen Anderson | 2 | -1/+17 |
2009-09-08 | Const-correctness. | Mikhail Glushenkov | 3 | -3/+3 |
2009-09-08 | Since Program is basically a PID, it should be copyable. | Mikhail Glushenkov | 1 | -4/+0 |
2009-09-08 | Get rid of the Pid_ member in the Program class. | Mikhail Glushenkov | 3 | -24/+31 |
2009-09-08 | Add a Kill() function to the Program class. | Mikhail Glushenkov | 3 | -12/+44 |
2009-09-08 | another typo | Chris Lattner | 1 | -1/+1 |
2009-09-08 | Do not specify -mmacosx-version-min if building for arm-apple-darwin. | Evan Cheng | 1 | -2/+7 |
2009-09-08 | remove an extremely dubious instcombine transformation of | Chris Lattner | 2 | -65/+14 |
2009-09-08 | Remove dead code. | Devang Patel | 1 | -2/+0 |
2009-09-08 | Trim unnecessary declarations. | Dan Gohman | 1 | -550/+0 |
2009-09-08 | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 1404 | -1514/+1514 |
2009-09-08 | Fix may-be-used-uninitialized warning. | Daniel Dunbar | 1 | -2/+2 |
2009-09-08 | llvm-as is no longer needed here, now that opt can read assembly | Dan Gohman | 1 | -5/+4 |
2009-09-08 | Re-apply r80926, with fixes: keep the domtree informed of new blocks | Dan Gohman | 12 | -197/+959 |
2009-09-08 | Add NEON 'laned' operations. This fixes another bunch of gcc testsuite fails and | Anton Korobeynikov | 12 | -22/+773 |
2009-09-08 | fix a couple typos pointed out by edwin and duncan | Chris Lattner | 1 | -2/+2 |
2009-09-08 | Unbreak these tests. Chris, please verify that these changes are intended. | Dan Gohman | 3 | -8/+8 |
2009-09-08 | Add source debug information to the Sparc code generator. | Richard Pennington | 3 | -6/+11 |
2009-09-08 | When emitting a label for a PostCall safe point, the machine | Nicolas Geoffray | 1 | -6/+11 |
2009-09-08 | Also emit a label for TargetInstrInfo::GC_LABEL. | Nicolas Geoffray | 1 | -0/+1 |
2009-09-08 | Unbreak | Anton Korobeynikov | 1 | -1/+1 |
2009-09-08 | When remat'ing and destination virtual register has a sub-register index. Mak... | Evan Cheng | 2 | -0/+64 |
2009-09-08 | Print "X-42" instead of "X+-42". | Chris Lattner | 1 | -1/+11 |
2009-09-08 | make formatting of expressions more closely match the existing asmprinter. | Chris Lattner | 1 | -6/+19 |
2009-09-08 | tidy whitespace. | Chris Lattner | 1 | -7/+4 |
2009-09-08 | disable some irrelevant eh emission | Chris Lattner | 1 | -2/+2 |
2009-09-08 | add support for some missing modifiers on jumptable/constant pool entries. | Chris Lattner | 1 | -0/+20 |
2009-09-08 | add a bunch more evil lowering code to work around various :subreg32 modifiers | Chris Lattner | 1 | -3/+39 |
2009-09-08 | lit needs bash for tcl-as-sh execution, we use set -o pipefail. | Daniel Dunbar | 1 | -1/+1 |
2009-09-08 | ADd support for "lowering" the X86::MOVZX16rr8/X86::MOVZX16rm8 | Chris Lattner | 1 | -1/+8 |
2009-09-08 | add a hack to lower MOV16r0 to MOV32r0 in MCInstLower, eliminating | Chris Lattner | 1 | -0/+12 |