summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* UnbreakAnton Korobeynikov2009-09-08
* When remat'ing and destination virtual register has a sub-register index. Mak...Evan Cheng2009-09-08
* disable some irrelevant eh emissionChris Lattner2009-09-08
* Add 'lit' support for llvm tests.Daniel Dunbar2009-09-08
* fix PR4767, a crash because fp stackifier visited blocks inChris Lattner2009-09-08
* instcombine transforms vector loads that are only used byChris Lattner2009-09-08
* Fix an abort on a store of an empty struct member. getValue returnsDan Gohman2009-09-08
* Fix PR4882, by making MemCpyOpt not dereference removed stores to get theChris Lattner2009-09-08
* fix ComputeMaskedBits handling of zext/sext/trunc to work with vectors.Chris Lattner2009-09-08
* Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed.Dan Gohman2009-09-07
* Fix a thinko: When lowering fneg with xor, bitcast the operandsDan Gohman2009-09-07
* Add a testcase for the GlobalOpt inbounds fix.Dan Gohman2009-09-07
* Add inbounds to these getelementptrs, now that GlobalOpt requires this,Dan Gohman2009-09-07
* tighten test.Chris Lattner2009-09-07
* tweak test, add PR#Chris Lattner2009-09-07
* Use -output-prefix in bugpoint tests so that outputs go in temp directory (andDaniel Dunbar2009-09-07
* Don't depend on Tcl behavior of redirecting stderr for all commands in aDaniel Dunbar2009-09-07
* Avoid Tcl substitution, introduced %llvmgcc_only for this one little testDaniel Dunbar2009-09-07
* Revert r80926. It causes loop unswitch assertion and slow down some JIT tests...Evan Cheng2009-09-06
* Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", thisDaniel Dunbar2009-09-06
* Fix spacing.Daniel Dunbar2009-09-06
* Quote another '%S' in a test.Daniel Dunbar2009-09-05
* Rename %S metavar to %M (clang uses %S for the basename of the test file).Daniel Dunbar2009-09-05
* Temporary test files should use %t.Daniel Dunbar2009-09-05
* Don't depend on arch specific global prefix.Daniel Dunbar2009-09-05
* Eliminate uses of %prcontext.Daniel Dunbar2009-09-05
* Eliminate some Tclisms.Daniel Dunbar2009-09-05
* Stabilize the order of live intervals in the priority_queue used by theBob Wilson2009-09-05
* While replacing an MDNode elment, properly update MDNode's operand list. Devang Patel2009-09-04
* Test for llvm-gcc commit 81037.Dale Johannesen2009-09-04
* Updated tests to use ProfileVerifer to test ProfileLoader and ProfileEstimator.Andreas Neustifter2009-09-04
* Include optional subclass flags, such as inbounds, nsw, etc., in theDan Gohman2009-09-04
* Run branch folding if if-converter make some transformations.Evan Cheng2009-09-04
* Remove stale greps.Daniel Dunbar2009-09-04
* Convert tests to FileCheck.Bob Wilson2009-09-04
* Convert a test to FileCheck.Bob Wilson2009-09-04
* Revert "--- Reverse-merging r80908 into '.':", I already "fixed" this.Daniel Dunbar2009-09-03
* Replace ocamlc tests with ocamlopt tests since they're less noisy.Erick Tryzelaar2009-09-03
* --- Reverse-merging r80908 into '.':Bill Wendling2009-09-03
* LLVM currently represents floating-point negation as -0.0 - x. FixDan Gohman2009-09-03
* Disable some parts of the profiling-tool-chain test, which is currently failingDaniel Dunbar2009-09-03
* Remove dead greps.Daniel Dunbar2009-09-03
* There is not any need to copy metadata while merging modules.Devang Patel2009-09-03
* Recognize more opportunities to use SSE min and max instructions,Dan Gohman2009-09-03
* Test cases for vector shifts changes r80935Mon P Wang2009-09-03
* Change PHINode::hasConstantValue to have a DominatorTree argumentDan Gohman2009-09-03
* Reapply profiling tests.Daniel Dunbar2009-09-03
* Reference to hidden symbols do not have to go through non-lazy pointer in non...Evan Cheng2009-09-03
* merge all the basic linux/32 pic tests together into one test.Chris Lattner2009-09-03
* rename testChris Lattner2009-09-03