| Commit message (Expand) | Author | Age | Files | Lines |
* | Add testcase for r81322 (PR4933). | Edwin Török | 2009-09-09 | 1 | -0/+21 |
* | add a testacse for the objc problem that required required r81305 | Chris Lattner | 2009-09-09 | 1 | -0/+15 |
* | disable the new asmprinter by default. Both the Mangler and MCSymbol | Chris Lattner | 2009-09-09 | 2 | -494/+494 |
* | Cast MO.getImm() to unsigned before comparing with an unsigned limit. | Evan Cheng | 2009-09-09 | 1 | -2/+2 |
* | Update test. | Daniel Dunbar | 2009-09-09 | 1 | -2/+2 |
* | turn the mcinst asmprinter on by default for x86, tweaking two tests to | Chris Lattner | 2009-09-09 | 2 | -494/+494 |
* | Remove failing test... | Bill Wendling | 2009-09-09 | 1 | -141/+0 |
* | 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 |
* | Fix PR4865. This syncs up the JIT's DWARF emitter with what's in the | Bill Wendling | 2009-09-09 | 1 | -0/+141 |
* | 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 |
* | tweak this to pass on linux. | Chris Lattner | 2009-09-08 | 1 | -3/+3 |
* | 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 | 13 | -36/+34 |
* | 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 | 1 | -0/+10 |
* | 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 |
* | Fix PR4909, patch by Jakub Staszak. | Owen Anderson | 2009-09-08 | 1 | -0/+15 |
* | remove an extremely dubious instcombine transformation of | Chris Lattner | 2009-09-08 | 1 | -23/+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 |
* | Re-apply r80926, with fixes: keep the domtree informed of new blocks | Dan Gohman | 2009-09-08 | 2 | -52/+645 |
* | Add NEON 'laned' operations. This fixes another bunch of gcc testsuite fails and | Anton Korobeynikov | 2009-09-08 | 9 | -0/+367 |
* | Unbreak these tests. Chris, please verify that these changes are intended. | Dan Gohman | 2009-09-08 | 3 | -8/+8 |
* | Unbreak | Anton Korobeynikov | 2009-09-08 | 1 | -1/+1 |
* | When remat'ing and destination virtual register has a sub-register index. Mak... | Evan Cheng | 2009-09-08 | 1 | -0/+48 |
* | disable some irrelevant eh emission | Chris Lattner | 2009-09-08 | 1 | -2/+2 |
* | Add 'lit' support for llvm tests. | Daniel Dunbar | 2009-09-08 | 2 | -0/+175 |
* | fix PR4767, a crash because fp stackifier visited blocks in | Chris Lattner | 2009-09-08 | 1 | -0/+30 |
* | instcombine transforms vector loads that are only used by | Chris Lattner | 2009-09-08 | 1 | -0/+13 |
* | Fix an abort on a store of an empty struct member. getValue returns | Dan Gohman | 2009-09-08 | 1 | -0/+14 |
* | Fix PR4882, by making MemCpyOpt not dereference removed stores to get the | Chris Lattner | 2009-09-08 | 1 | -0/+45 |
* | fix ComputeMaskedBits handling of zext/sext/trunc to work with vectors. | Chris Lattner | 2009-09-08 | 1 | -2/+21 |
* | Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed. | Dan Gohman | 2009-09-07 | 5 | -82/+68 |
* | Fix a thinko: When lowering fneg with xor, bitcast the operands | Dan Gohman | 2009-09-07 | 1 | -3/+3 |
* | Add a testcase for the GlobalOpt inbounds fix. | Dan Gohman | 2009-09-07 | 1 | -0/+23 |
* | Add inbounds to these getelementptrs, now that GlobalOpt requires this, | Dan Gohman | 2009-09-07 | 2 | -4/+4 |
* | tighten test. | Chris Lattner | 2009-09-07 | 1 | -1/+1 |
* | tweak test, add PR# | Chris Lattner | 2009-09-07 | 1 | -1/+2 |
* | Use -output-prefix in bugpoint tests so that outputs go in temp directory (and | Daniel Dunbar | 2009-09-07 | 2 | -2/+2 |
* | Don't depend on Tcl behavior of redirecting stderr for all commands in a | Daniel Dunbar | 2009-09-07 | 2 | -2/+2 |
* | Avoid Tcl substitution, introduced %llvmgcc_only for this one little test | Daniel Dunbar | 2009-09-07 | 2 | -1/+3 |