aboutsummaryrefslogtreecommitdiffstats
path: root/test/lib
Commit message (Expand)AuthorAgeFilesLines
* Use LLVMCC_EMITIR_FLAG rather than hard-coding "-emit-llvm".Duncan Sands2010-11-251-3/+3
* Eliminate llvmgcc_version testing variable.Daniel Dunbar2010-02-231-13/+2
* Kill unused llvmgccmajvers testing variable.Daniel Dunbar2010-02-231-1/+1
* Add llvm_supports_darwin_and_target to DejaGNU as well, I'd almost forgotten itDaniel Dunbar2010-02-031-0/+10
* tests: Add llvm_supports_binding predicate.Daniel Dunbar2009-09-131-0/+12
* tests: Add a %abs_tmp substitution which is guaranteed to be a full path.Daniel Dunbar2009-09-131-0/+2
* Remove prcontext.Daniel Dunbar2009-09-101-3/+1
* Avoid Tcl substitution, introduced %llvmgcc_only for this one little testDaniel Dunbar2009-09-071-0/+2
* Replace ocamlc tests with ocamlopt tests since they're less noisy.Erick Tryzelaar2009-09-031-3/+3
* Fix a few typos from the removal of -f.Dan Gohman2009-08-251-2/+2
* Remove obsolete -f flags.Dan Gohman2009-08-251-2/+2
* The attached patches attempt to fix cross builds. For example, if youAnton Korobeynikov2009-08-181-1/+1
* In an XFAIL line, treat "XFAIL: foo*bar" as a regular expression to be matchedNick Lewycky2009-06-121-1/+1
* Re-commit r67334 and r67349 with fix.Evan Cheng2009-03-211-2/+4
* Revert r67334 and r37349 which break "make check" on Linux.Nick Lewycky2009-03-201-4/+2
* Fix typo's.Evan Cheng2009-03-201-2/+2
* More makefile changes to allow dejagnu tests to pass when system tools defaul...Evan Cheng2009-03-191-2/+4
* Trailing whitespace.Mikhail Glushenkov2009-03-061-18/+18
* Run dsymutil on darwin, when it is expected, before running gdb test.Devang Patel2009-02-021-1/+3
* 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