| Commit message (Expand) | Author | Age | Files | Lines |
* | Make TypeBuilder's result depend on the LLVMContext it's passed. | Jeffrey Yasskin | 2009-09-09 | 2 | -97/+24 |
* | Update test. | Daniel Dunbar | 2009-09-09 | 1 | -2/+2 |
* | Count test correctly with -q. | Daniel Dunbar | 2009-09-09 | 1 | -0/+1 |
* | Fix another refactoro. | Daniel Dunbar | 2009-09-09 | 1 | -1/+1 |
* | Make sure to make stub region writable before emission, executable after emis... | Evan Cheng | 2009-09-09 | 1 | -0/+22 |
* | Fix arm jit encoding bug introduced by 75048. Some instructions', e.g. MOVi, ... | Evan Cheng | 2009-09-09 | 1 | -7/+21 |
* | Make sure the memory range is writable before memset'ing it. | Evan Cheng | 2009-09-09 | 1 | -0/+2 |
* | Correct __cxa_end_catch documentation to reflect that it doesn't take any arg... | Eric Christopher | 2009-09-09 | 1 | -4/+9 |
* | Remove comments which don't add much to .s readibility. | Evan Cheng | 2009-09-09 | 1 | -5/+5 |
* | turn the mcinst asmprinter on by default for x86, tweaking two tests to | Chris Lattner | 2009-09-09 | 3 | -495/+495 |
* | tidy up | Chris Lattner | 2009-09-09 | 1 | -22/+3 |
* | Remove failing test... | Bill Wendling | 2009-09-09 | 1 | -141/+0 |
* | Add an svn:ignore. | Dan Gohman | 2009-09-09 | 0 | -0/+0 |
* | make sure to send external symbols through the mangler, | Chris Lattner | 2009-09-09 | 1 | -5/+3 |
* | Use "opt < %s" instead of "opt %s" to keep the testname away from the grep. | Dan Gohman | 2009-09-09 | 2 | -2/+2 |
* | this got merged into lea.ll | Chris Lattner | 2009-09-09 | 1 | -25/+0 |
* | filecheckize | Chris Lattner | 2009-09-09 | 1 | -7/+10 |
* | allow @ in symbol names without quoting the identifier. This | Chris Lattner | 2009-09-09 | 1 | -1/+1 |
* | Fix PR4865. This syncs up the JIT's DWARF emitter with what's in the | Bill Wendling | 2009-09-09 | 2 | -20/+162 |
* | add support for @PLT and friends on external symbols, fixes | Chris Lattner | 2009-09-09 | 1 | -2/+27 |
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-09 | 1178 | -1654/+1654 |
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-08 | 968 | -1256/+1281 |
* | update various tests for signedness changes in .s file. | Chris Lattner | 2009-09-08 | 8 | -10/+13 |
* | adjust for signedness change. I'd appreciate it if an ARM flavored person | Chris Lattner | 2009-09-08 | 1 | -2/+2 |
* | Merge Archive/extract* tests into one; this avoids a race when tests are run in | Daniel Dunbar | 2009-09-08 | 5 | -23/+16 |
* | merge thumb2-bic2.ll into thumb2-bic.ll and update for signedness changes. | Chris Lattner | 2009-09-08 | 2 | -25/+34 |
* | Add Triple::getArchTypeForDarwinArchName, which converts a "Darwin" architecture | Daniel Dunbar | 2009-09-08 | 2 | -2/+45 |
* | tweak this to pass on linux. | Chris Lattner | 2009-09-08 | 1 | -3/+3 |
* | Improve JIT error message for users crazy enough to use -march with JIT, and | Daniel Dunbar | 2009-09-08 | 2 | -3/+6 |
* | parenthesize symbol names that start with $, fixing X86/dollar-name.ll with | Chris Lattner | 2009-09-08 | 1 | -2/+13 |
* | convert to filecheck syntax | Chris Lattner | 2009-09-08 | 1 | -3/+4 |
* | change selectiondag to add the sign extended versions of immediate operands | Chris Lattner | 2009-09-08 | 15 | -38/+36 |
* | Use "opt < %s" instead of "opt %s" so that opt doesn't print the test | Dan Gohman | 2009-09-08 | 5 | -8/+8 |
* | Unbreak getOnesVector() / getZeroVector() to use valid ARM extended imm's. | Anton Korobeynikov | 2009-09-08 | 3 | -19/+43 |
* | Convert a few more opt | llvm-dis to opt -S. | Dan Gohman | 2009-09-08 | 10 | -12/+11 |
* | filecheckize some tests | Chris Lattner | 2009-09-08 | 2 | -30/+30 |
* | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman | 2009-09-08 | 865 | -973/+973 |
* | Use MemoryBuffer::getBufferIdentifier() in the AsmPrinter instead | Dan Gohman | 2009-09-08 | 3 | -13/+9 |
* | This should unbreak the build on 64-bit Linux. | Mikhail Glushenkov | 2009-09-08 | 1 | -3/+6 |
* | Fix PR4909, patch by Jakub Staszak. | Owen Anderson | 2009-09-08 | 2 | -1/+17 |
* | Const-correctness. | Mikhail Glushenkov | 2009-09-08 | 3 | -3/+3 |
* | Since Program is basically a PID, it should be copyable. | Mikhail Glushenkov | 2009-09-08 | 1 | -4/+0 |
* | Get rid of the Pid_ member in the Program class. | Mikhail Glushenkov | 2009-09-08 | 3 | -24/+31 |
* | Add a Kill() function to the Program class. | Mikhail Glushenkov | 2009-09-08 | 3 | -12/+44 |
* | another typo | Chris Lattner | 2009-09-08 | 1 | -1/+1 |
* | Do not specify -mmacosx-version-min if building for arm-apple-darwin. | Evan Cheng | 2009-09-08 | 1 | -2/+7 |
* | remove an extremely dubious instcombine transformation of | Chris Lattner | 2009-09-08 | 2 | -65/+14 |
* | Remove dead code. | Devang Patel | 2009-09-08 | 1 | -2/+0 |
* | Trim unnecessary declarations. | Dan Gohman | 2009-09-08 | 1 | -550/+0 |
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 1404 | -1514/+1514 |