summaryrefslogtreecommitdiff
path: root/test/lib
Commit message (Expand)AuthorAge
* Use correct compiler component names for objcDuncan Sands2008-08-07
* Regression test for PR2443.Duncan Sands2008-06-27
* Turn off llvm-gcc warnings when running "make check".Duncan Sands2008-06-21
* Change llvm.exp so it no longer ignores some errors when executing dejagnuMatthijs Kooijman2008-06-10
* Fix tests due to llvm2cpp move to llc targetAnton Korobeynikov2008-04-23
* Byebye llvm-upgrade!Tanya Lattner2008-03-25
* Fix error in testing for END. notation.Tanya Lattner2008-03-13
* Fix PR2120 by changing the replacement order to change compile_cxx Chris Lattner2008-03-10
* While hunting for two hanging tests,Gabor Greif2008-02-26
* Fix bug in regression tests that ignored stderr output in RUN lines. Updated ...Tanya Lattner2007-11-28
* Implement the XTARGET feature for PR1778Tanya Lattner2007-11-06
* Adding ocaml language bindings for the vmcore and bitwriter libraries. These areGordon Henriksen2007-09-18
* The Ada f-e produces various auxiliary output filesDuncan Sands2007-07-23
* Fix typo.Duncan Sands2007-05-18
* Dan is right, using "string first" would produce false positives. So,Reid Spencer2007-04-23
* Fix the comparison of language names to accept any characters by usingReid Spencer2007-04-22
* Replace llvm_gcc_supports_ada and llvm_gcc_supports_objc with just a singleReid Spencer2007-04-21
* llvm-dg.exp is dead, remove it.Reid Spencer2007-04-21
* Add the llvm_supports_target function.Reid Spencer2007-04-21
* Test if the compiler supports Ada, and enable Ada tests if so. While I wasDuncan Sands2007-04-21
* Always print the same "PR" information in the same location (just afterReid Spencer2007-04-21
* Put failure information on a separate line. Hopefully this unbreaks theReid Spencer2007-04-21
* Enable Objective-C tests.Devang Patel2007-04-20
* Spelling fix.Duncan Sands2007-04-16
* Change ne into !=.Duncan Sands2007-04-16
* Two changes:Reid Spencer2007-04-15
* Some tests have really long RUN line sets. Read the first 4096 bytes insteadReid Spencer2007-04-15
* Allow lines that have \ and end in \ to be recognized as ending in \Reid Spencer2007-04-15
* Two improvements:Reid Spencer2007-04-15
* No, don't cancel all remaining tests, just the one that failed!Reid Spencer2007-04-15
* Abandone the entire test case on the first error.Reid Spencer2007-04-15
* Allow replacement of %% with %Reid Spencer2007-04-15
* Changes to fix problems with "make check". Apparently you can redefineReid Spencer2007-04-14
* For PR1319:Reid Spencer2007-04-14
* 1. Don't generate redundant copy of stderrReid Spencer2007-04-14
* Print full errorInfo when a failure occurs.Reid Spencer2007-04-14
* Add the line number where the script failed to the error output.Reid Spencer2007-04-14
* Initial version of a re-write of llvm-runtest that doesn't write theReid Spencer2007-04-14
* Make the shlibext and llvmlibsdir variables accessible.Reid Spencer2007-04-12
* Make new variables available: compile_c, compile_cxx, link to handle testsReid Spencer2007-04-11
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-11
* Update the way llvm2cpp tests are done:Reid Spencer2007-04-11
* No, libLLVMbzip2 does not have a .a suffix.Reid Spencer2006-06-01
* Fix gcc command line options after LLVMCore and LLVMbzip2 became archiveReid Spencer2006-06-01
* 1. No need to thwart this test with an environment variable. Turning it offReid Spencer2006-05-30
* Fix a bug with diffing the wrong files. Make output more readable.Reid Spencer2006-05-29
* Fix a problem where dejagnu won't accept the value of global tcl variableReid Spencer2006-05-28
* Provide an infrastructure for testing the llvm2cpp program (yet to beReid Spencer2006-05-28
* Improve error output. Use the third parameter of the "catch" command toReid Spencer2006-05-18
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-12