aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix PR4909, patch by Jakub Staszak.Owen Anderson2009-09-081-0/+15
* remove an extremely dubious instcombine transformation ofChris Lattner2009-09-081-23/+0
* Trim unnecessary declarations.Dan Gohman2009-09-081-550/+0
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081404-1514/+1514
* Re-apply r80926, with fixes: keep the domtree informed of new blocksDan Gohman2009-09-082-52/+645
* Add NEON 'laned' operations. This fixes another bunch of gcc testsuite fails andAnton Korobeynikov2009-09-089-0/+367
* Unbreak these tests. Chris, please verify that these changes are intended.Dan Gohman2009-09-083-8/+8
* UnbreakAnton Korobeynikov2009-09-081-1/+1
* When remat'ing and destination virtual register has a sub-register index. Mak...Evan Cheng2009-09-081-0/+48
* disable some irrelevant eh emissionChris Lattner2009-09-081-2/+2
* Add 'lit' support for llvm tests.Daniel Dunbar2009-09-082-0/+175
* fix PR4767, a crash because fp stackifier visited blocks inChris Lattner2009-09-081-0/+30
* instcombine transforms vector loads that are only used byChris Lattner2009-09-081-0/+13
* Fix an abort on a store of an empty struct member. getValue returnsDan Gohman2009-09-081-0/+14
* Fix PR4882, by making MemCpyOpt not dereference removed stores to get theChris Lattner2009-09-081-0/+45
* fix ComputeMaskedBits handling of zext/sext/trunc to work with vectors.Chris Lattner2009-09-081-2/+21
* Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed.Dan Gohman2009-09-075-82/+68
* Fix a thinko: When lowering fneg with xor, bitcast the operandsDan Gohman2009-09-071-3/+3
* Add a testcase for the GlobalOpt inbounds fix.Dan Gohman2009-09-071-0/+23
* Add inbounds to these getelementptrs, now that GlobalOpt requires this,Dan Gohman2009-09-072-4/+4
* tighten test.Chris Lattner2009-09-071-1/+1
* tweak test, add PR#Chris Lattner2009-09-071-1/+2
* Use -output-prefix in bugpoint tests so that outputs go in temp directory (andDaniel Dunbar2009-09-072-2/+2
* Don't depend on Tcl behavior of redirecting stderr for all commands in aDaniel Dunbar2009-09-072-2/+2
* Avoid Tcl substitution, introduced %llvmgcc_only for this one little testDaniel Dunbar2009-09-072-1/+3
* Revert r80926. It causes loop unswitch assertion and slow down some JIT tests...Evan Cheng2009-09-061-0/+52
* Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", thisDaniel Dunbar2009-09-065-68/+82
* Fix spacing.Daniel Dunbar2009-09-061-1/+1
* Quote another '%S' in a test.Daniel Dunbar2009-09-051-2/+2
* Rename %S metavar to %M (clang uses %S for the basename of the test file).Daniel Dunbar2009-09-057-23/+23
* Temporary test files should use %t.Daniel Dunbar2009-09-052-6/+6
* Don't depend on arch specific global prefix.Daniel Dunbar2009-09-051-1/+1
* Eliminate uses of %prcontext.Daniel Dunbar2009-09-0516-27/+67
* Eliminate some Tclisms.Daniel Dunbar2009-09-052-2/+2
* Stabilize the order of live intervals in the priority_queue used by theBob Wilson2009-09-052-4/+4
* While replacing an MDNode elment, properly update MDNode's operand list. Devang Patel2009-09-041-0/+264
* Test for llvm-gcc commit 81037.Dale Johannesen2009-09-041-0/+7
* Updated tests to use ProfileVerifer to test ProfileLoader and ProfileEstimator.Andreas Neustifter2009-09-042-3/+13
* Include optional subclass flags, such as inbounds, nsw, etc., in theDan Gohman2009-09-045-82/+68
* Run branch folding if if-converter make some transformations.Evan Cheng2009-09-042-1/+33
* Remove stale greps.Daniel Dunbar2009-09-041-3/+0
* Convert tests to FileCheck.Bob Wilson2009-09-042-6/+55
* Convert a test to FileCheck.Bob Wilson2009-09-041-5/+17
* Revert "--- Reverse-merging r80908 into '.':", I already "fixed" this.Daniel Dunbar2009-09-033-0/+345
* Replace ocamlc tests with ocamlopt tests since they're less noisy.Erick Tryzelaar2009-09-039-17/+17
* --- Reverse-merging r80908 into '.':Bill Wendling2009-09-033-345/+0
* LLVM currently represents floating-point negation as -0.0 - x. FixDan Gohman2009-09-031-0/+15
* Disable some parts of the profiling-tool-chain test, which is currently failingDaniel Dunbar2009-09-031-5/+9
* Remove dead greps.Daniel Dunbar2009-09-031-3/+0
* There is not any need to copy metadata while merging modules.Devang Patel2009-09-032-0/+55