aboutsummaryrefslogtreecommitdiffstats
path: root/test/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as.Torok Edwin2008-10-211-1/+6
* add support for running the test suite with valgrind. to run it just type 'ma...Nuno Lopes2008-10-071-2/+25
* Actually run Obj-C++ tests if llvm-gcc supports.Duncan Sands2008-10-061-1/+1
* Use correct compiler component names for objcDuncan Sands2008-08-071-2/+2
* Regression test for PR2443.Duncan Sands2008-06-271-1/+1
* Turn off llvm-gcc warnings when running "make check".Duncan Sands2008-06-211-2/+2
* Change llvm.exp so it no longer ignores some errors when executing dejagnuMatthijs Kooijman2008-06-101-0/+4
* Fix tests due to llvm2cpp move to llc targetAnton Korobeynikov2008-04-231-2/+2
* Byebye llvm-upgrade!Tanya Lattner2008-03-251-16/+3
* Fix error in testing for END. notation.Tanya Lattner2008-03-131-1/+1
* Fix PR2120 by changing the replacement order to change compile_cxx Chris Lattner2008-03-101-2/+2
* While hunting for two hanging tests,Gabor Greif2008-02-261-0/+1
* Fix bug in regression tests that ignored stderr output in RUN lines. Updated ...Tanya Lattner2007-11-281-2/+2
* Implement the XTARGET feature for PR1778Tanya Lattner2007-11-061-4/+31
* Adding ocaml language bindings for the vmcore and bitwriter libraries. These areGordon Henriksen2007-09-181-1/+3
* The Ada f-e produces various auxiliary output filesDuncan Sands2007-07-231-2/+2
* Fix typo.Duncan Sands2007-05-181-1/+1
* Dan is right, using "string first" would produce false positives. So,Reid Spencer2007-04-231-7/+9
* Fix the comparison of language names to accept any characters by usingReid Spencer2007-04-221-1/+1
* Replace llvm_gcc_supports_ada and llvm_gcc_supports_objc with just a singleReid Spencer2007-04-211-28/+31
* llvm-dg.exp is dead, remove it.Reid Spencer2007-04-211-136/+0
* Add the llvm_supports_target function.Reid Spencer2007-04-211-0/+9
* Test if the compiler supports Ada, and enable Ada tests if so. While I wasDuncan Sands2007-04-211-0/+17
* Always print the same "PR" information in the same location (just afterReid Spencer2007-04-211-5/+5
* Put failure information on a separate line. Hopefully this unbreaks theReid Spencer2007-04-211-4/+4
* Enable Objective-C tests.Devang Patel2007-04-201-0/+14
* Spelling fix.Duncan Sands2007-04-161-1/+1
* Change ne into !=.Duncan Sands2007-04-161-1/+1
* Two changes:Reid Spencer2007-04-151-2/+2
* Some tests have really long RUN line sets. Read the first 4096 bytes insteadReid Spencer2007-04-151-1/+1
* Allow lines that have \ and end in \ to be recognized as ending in \Reid Spencer2007-04-151-1/+1
* Two improvements:Reid Spencer2007-04-151-2/+2
* No, don't cancel all remaining tests, just the one that failed!Reid Spencer2007-04-151-1/+1
* Abandone the entire test case on the first error.Reid Spencer2007-04-151-4/+7
* Allow replacement of %% with %Reid Spencer2007-04-151-0/+2
* Changes to fix problems with "make check". Apparently you can redefineReid Spencer2007-04-141-3/+5
* For PR1319:Reid Spencer2007-04-141-6/+27
* 1. Don't generate redundant copy of stderrReid Spencer2007-04-141-2/+2
* Print full errorInfo when a failure occurs.Reid Spencer2007-04-141-1/+1
* Add the line number where the script failed to the error output.Reid Spencer2007-04-141-4/+6
* Initial version of a re-write of llvm-runtest that doesn't write theReid Spencer2007-04-141-0/+159
* Make the shlibext and llvmlibsdir variables accessible.Reid Spencer2007-04-121-1/+5
* Make new variables available: compile_c, compile_cxx, link to handle testsReid Spencer2007-04-111-20/+16
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-111-4/+9
* Update the way llvm2cpp tests are done:Reid Spencer2007-04-111-7/+39
* No, libLLVMbzip2 does not have a .a suffix.Reid Spencer2006-06-011-1/+1
* Fix gcc command line options after LLVMCore and LLVMbzip2 became archiveReid Spencer2006-06-011-1/+1
* 1. No need to thwart this test with an environment variable. Turning it offReid Spencer2006-05-301-57/+60
* Fix a bug with diffing the wrong files. Make output more readable.Reid Spencer2006-05-291-7/+7
* Fix a problem where dejagnu won't accept the value of global tcl variableReid Spencer2006-05-281-6/+5