| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Revert r80926. It causes loop unswitch assertion and slow down some JIT tests... | Evan Cheng | 2009-09-06 | 1 | -0/+52 |
* | Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", this | Daniel Dunbar | 2009-09-06 | 5 | -68/+82 |
* | Fix spacing. | Daniel Dunbar | 2009-09-06 | 1 | -1/+1 |
* | Quote another '%S' in a test. | Daniel Dunbar | 2009-09-05 | 1 | -2/+2 |
* | Rename %S metavar to %M (clang uses %S for the basename of the test file). | Daniel Dunbar | 2009-09-05 | 7 | -23/+23 |
* | Temporary test files should use %t. | Daniel Dunbar | 2009-09-05 | 2 | -6/+6 |
* | Don't depend on arch specific global prefix. | Daniel Dunbar | 2009-09-05 | 1 | -1/+1 |
* | Eliminate uses of %prcontext. | Daniel Dunbar | 2009-09-05 | 16 | -27/+67 |
* | Eliminate some Tclisms. | Daniel Dunbar | 2009-09-05 | 2 | -2/+2 |
* | Stabilize the order of live intervals in the priority_queue used by the | Bob Wilson | 2009-09-05 | 2 | -4/+4 |
* | While replacing an MDNode elment, properly update MDNode's operand list. | Devang Patel | 2009-09-04 | 1 | -0/+264 |
* | Test for llvm-gcc commit 81037. | Dale Johannesen | 2009-09-04 | 1 | -0/+7 |
* | Updated tests to use ProfileVerifer to test ProfileLoader and ProfileEstimator. | Andreas Neustifter | 2009-09-04 | 2 | -3/+13 |
* | Include optional subclass flags, such as inbounds, nsw, etc., in the | Dan Gohman | 2009-09-04 | 5 | -82/+68 |
* | Run branch folding if if-converter make some transformations. | Evan Cheng | 2009-09-04 | 2 | -1/+33 |
* | Remove stale greps. | Daniel Dunbar | 2009-09-04 | 1 | -3/+0 |
* | Convert tests to FileCheck. | Bob Wilson | 2009-09-04 | 2 | -6/+55 |
* | Convert a test to FileCheck. | Bob Wilson | 2009-09-04 | 1 | -5/+17 |
* | Revert "--- Reverse-merging r80908 into '.':", I already "fixed" this. | Daniel Dunbar | 2009-09-03 | 3 | -0/+345 |
* | Replace ocamlc tests with ocamlopt tests since they're less noisy. | Erick Tryzelaar | 2009-09-03 | 9 | -17/+17 |
* | --- Reverse-merging r80908 into '.': | Bill Wendling | 2009-09-03 | 3 | -345/+0 |
* | LLVM currently represents floating-point negation as -0.0 - x. Fix | Dan Gohman | 2009-09-03 | 1 | -0/+15 |
* | Disable some parts of the profiling-tool-chain test, which is currently failing | Daniel Dunbar | 2009-09-03 | 1 | -5/+9 |
* | Remove dead greps. | Daniel Dunbar | 2009-09-03 | 1 | -3/+0 |
* | There is not any need to copy metadata while merging modules. | Devang Patel | 2009-09-03 | 2 | -0/+55 |
* | Recognize more opportunities to use SSE min and max instructions, | Dan Gohman | 2009-09-03 | 1 | -0/+73 |
* | Test cases for vector shifts changes r80935 | Mon P Wang | 2009-09-03 | 5 | -12/+126 |
* | Change PHINode::hasConstantValue to have a DominatorTree argument | Dan Gohman | 2009-09-03 | 1 | -1/+1 |
* | Reapply profiling tests. | Daniel Dunbar | 2009-09-03 | 3 | -0/+341 |
* | Reference to hidden symbols do not have to go through non-lazy pointer in non... | Evan Cheng | 2009-09-03 | 6 | -26/+46 |
* | merge all the basic linux/32 pic tests together into one test. | Chris Lattner | 2009-09-03 | 6 | -97/+114 |
* | rename test | Chris Lattner | 2009-09-03 | 1 | -0/+0 |
* | use a darwin triple | Chris Lattner | 2009-09-03 | 1 | -1/+1 |
* | adjust expected lines. | Chris Lattner | 2009-09-03 | 1 | -5/+5 |