summaryrefslogtreecommitdiff
path: root/test/lib
Commit message (Expand)AuthorAge
* Eliminate llvmgcc_version testing variable.Daniel Dunbar2010-02-23
* Kill unused llvmgccmajvers testing variable.Daniel Dunbar2010-02-23
* Add llvm_supports_darwin_and_target to DejaGNU as well, I'd almost forgotten itDaniel Dunbar2010-02-03
* tests: Add llvm_supports_binding predicate.Daniel Dunbar2009-09-13
* tests: Add a %abs_tmp substitution which is guaranteed to be a full path.Daniel Dunbar2009-09-13
* Remove prcontext.Daniel Dunbar2009-09-10
* Avoid Tcl substitution, introduced %llvmgcc_only for this one little testDaniel Dunbar2009-09-07
* Replace ocamlc tests with ocamlopt tests since they're less noisy.Erick Tryzelaar2009-09-03
* Fix a few typos from the removal of -f.Dan Gohman2009-08-25
* Remove obsolete -f flags.Dan Gohman2009-08-25
* The attached patches attempt to fix cross builds. For example, if youAnton Korobeynikov2009-08-18
* In an XFAIL line, treat "XFAIL: foo*bar" as a regular expression to be matchedNick Lewycky2009-06-12
* Re-commit r67334 and r67349 with fix.Evan Cheng2009-03-21
* Revert r67334 and r37349 which break "make check" on Linux.Nick Lewycky2009-03-20
* Fix typo's.Evan Cheng2009-03-20
* More makefile changes to allow dejagnu tests to pass when system tools defaul...Evan Cheng2009-03-19
* Trailing whitespace.Mikhail Glushenkov2009-03-06
* Run dsymutil on darwin, when it is expected, before running gdb test.Devang Patel2009-02-02
* Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as.Torok Edwin2008-10-21
* add support for running the test suite with valgrind. to run it just type 'ma...Nuno Lopes2008-10-07
* Actually run Obj-C++ tests if llvm-gcc supports.Duncan Sands2008-10-06
* 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