| Age | Commit message (Expand) | Author |
| 2009-09-10 | Add a test case for r81431. | Evan Cheng |
| 2009-09-10 | Remove prcontext. | Daniel Dunbar |
| 2009-09-10 | Revert r81171 which was causing pr4927. | Bob Wilson |
| 2009-09-09 | Testcase for (llvm-gcc) 81399. Adjust an older | Dale Johannesen |
| 2009-09-09 | Fix pr4939: Change FPCCToARMCC to translate SETOLE to ARMCC::LS. | Bob Wilson |
| 2009-09-09 | Fix SplitCriticalEdge to properly update LCSSA form when splitting a | Dan Gohman |
| 2009-09-09 | When widening a vector load, use the correct chain. This fixes PR4891. | Dan Gohman |
| 2009-09-09 | Add testcase for r81322 (PR4933). | Torok Edwin |
| 2009-09-09 | add a testacse for the objc problem that required required r81305 | Chris Lattner |
| 2009-09-09 | disable the new asmprinter by default. Both the Mangler and MCSymbol | Chris Lattner |
| 2009-09-09 | Cast MO.getImm() to unsigned before comparing with an unsigned limit. | Evan Cheng |
| 2009-09-09 | Update test. | Daniel Dunbar |
| 2009-09-09 | turn the mcinst asmprinter on by default for x86, tweaking two tests to | Chris Lattner |
| 2009-09-09 | Remove failing test... | Bill Wendling |
| 2009-09-09 | Use "opt < %s" instead of "opt %s" to keep the testname away from the grep. | Dan Gohman |
| 2009-09-09 | this got merged into lea.ll | Chris Lattner |
| 2009-09-09 | filecheckize | Chris Lattner |
| 2009-09-09 | Fix PR4865. This syncs up the JIT's DWARF emitter with what's in the | Bill Wendling |
| 2009-09-09 | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman |
| 2009-09-08 | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman |
| 2009-09-08 | update various tests for signedness changes in .s file. | Chris Lattner |
| 2009-09-08 | adjust for signedness change. I'd appreciate it if an ARM flavored person | Chris Lattner |
| 2009-09-08 | Merge Archive/extract* tests into one; this avoids a race when tests are run in | Daniel Dunbar |
| 2009-09-08 | merge thumb2-bic2.ll into thumb2-bic.ll and update for signedness changes. | Chris Lattner |
| 2009-09-08 | tweak this to pass on linux. | Chris Lattner |
| 2009-09-08 | convert to filecheck syntax | Chris Lattner |
| 2009-09-08 | change selectiondag to add the sign extended versions of immediate operands | Chris Lattner |
| 2009-09-08 | Use "opt < %s" instead of "opt %s" so that opt doesn't print the test | Dan Gohman |
| 2009-09-08 | Unbreak getOnesVector() / getZeroVector() to use valid ARM extended imm's. | Anton Korobeynikov |
| 2009-09-08 | Convert a few more opt | llvm-dis to opt -S. | Dan Gohman |
| 2009-09-08 | filecheckize some tests | Chris Lattner |
| 2009-09-08 | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman |
| 2009-09-08 | Fix PR4909, patch by Jakub Staszak. | Owen Anderson |
| 2009-09-08 | remove an extremely dubious instcombine transformation of | Chris Lattner |
| 2009-09-08 | Trim unnecessary declarations. | Dan Gohman |
| 2009-09-08 | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman |
| 2009-09-08 | Re-apply r80926, with fixes: keep the domtree informed of new blocks | Dan Gohman |
| 2009-09-08 | Add NEON 'laned' operations. This fixes another bunch of gcc testsuite fails and | Anton Korobeynikov |
| 2009-09-08 | Unbreak these tests. Chris, please verify that these changes are intended. | Dan Gohman |
| 2009-09-08 | Unbreak | Anton Korobeynikov |
| 2009-09-08 | When remat'ing and destination virtual register has a sub-register index. Mak... | Evan Cheng |
| 2009-09-08 | disable some irrelevant eh emission | Chris Lattner |
| 2009-09-08 | Add 'lit' support for llvm tests. | Daniel Dunbar |
| 2009-09-08 | fix PR4767, a crash because fp stackifier visited blocks in | Chris Lattner |
| 2009-09-08 | instcombine transforms vector loads that are only used by | Chris Lattner |
| 2009-09-08 | Fix an abort on a store of an empty struct member. getValue returns | Dan Gohman |
| 2009-09-08 | Fix PR4882, by making MemCpyOpt not dereference removed stores to get the | Chris Lattner |
| 2009-09-08 | fix ComputeMaskedBits handling of zext/sext/trunc to work with vectors. | Chris Lattner |
| 2009-09-07 | Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed. | Dan Gohman |
| 2009-09-07 | Fix a thinko: When lowering fneg with xor, bitcast the operands | Dan Gohman |