aboutsummaryrefslogtreecommitdiff
path: root/test/lib
AgeCommit message (Expand)Author
2011-10-27tests: Rip out a bunch of now unused test code relating to use of llvm-gcc in...Daniel Dunbar
2011-10-27tests: Remove llvm2cpp, I'm pretty sure no one uses this.Daniel Dunbar
2011-10-06s/tblgen/llvm-tblgen/g in a few missed places, including the testsPeter Collingbourne
2011-09-20Remove llvm-gcc and various compiler handling from llvm. It's not neededEric Christopher
2010-11-25Use LLVMCC_EMITIR_FLAG rather than hard-coding "-emit-llvm".Duncan Sands
2010-02-23Eliminate llvmgcc_version testing variable.Daniel Dunbar
2010-02-23Kill unused llvmgccmajvers testing variable.Daniel Dunbar
2010-02-03Add llvm_supports_darwin_and_target to DejaGNU as well, I'd almost forgotten itDaniel Dunbar
2009-09-13tests: Add llvm_supports_binding predicate.Daniel Dunbar
2009-09-13tests: Add a %abs_tmp substitution which is guaranteed to be a full path.Daniel Dunbar
2009-09-10Remove prcontext.Daniel Dunbar
2009-09-07Avoid Tcl substitution, introduced %llvmgcc_only for this one little testDaniel Dunbar
2009-09-03Replace ocamlc tests with ocamlopt tests since they're less noisy.Erick Tryzelaar
2009-08-25Fix a few typos from the removal of -f.Dan Gohman
2009-08-25Remove obsolete -f flags.Dan Gohman
2009-08-18The attached patches attempt to fix cross builds. For example, if youAnton Korobeynikov
2009-06-12In an XFAIL line, treat "XFAIL: foo*bar" as a regular expression to be matchedNick Lewycky
2009-03-21Re-commit r67334 and r67349 with fix.Evan Cheng
2009-03-20Revert r67334 and r37349 which break "make check" on Linux.Nick Lewycky
2009-03-20Fix typo's.Evan Cheng
2009-03-19More makefile changes to allow dejagnu tests to pass when system tools defaul...Evan Cheng
2009-03-06Trailing whitespace.Mikhail Glushenkov
2009-02-02Run dsymutil on darwin, when it is expected, before running gdb test.Devang Patel
2008-10-21Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as.Torok Edwin
2008-10-07add support for running the test suite with valgrind. to run it just type 'ma...Nuno Lopes
2008-10-06Actually run Obj-C++ tests if llvm-gcc supports.Duncan Sands
2008-08-07Use correct compiler component names for objcDuncan Sands
2008-06-27Regression test for PR2443.Duncan Sands
2008-06-21Turn off llvm-gcc warnings when running "make check".Duncan Sands
2008-06-10Change llvm.exp so it no longer ignores some errors when executing dejagnuMatthijs Kooijman
2008-04-23Fix tests due to llvm2cpp move to llc targetAnton Korobeynikov
2008-03-25Byebye llvm-upgrade!Tanya Lattner
2008-03-13Fix error in testing for END. notation.Tanya Lattner
2008-03-10Fix PR2120 by changing the replacement order to change compile_cxx Chris Lattner
2008-02-26While hunting for two hanging tests,Gabor Greif
2007-11-28Fix bug in regression tests that ignored stderr output in RUN lines. Updated ...Tanya Lattner
2007-11-06Implement the XTARGET feature for PR1778Tanya Lattner
2007-09-18Adding ocaml language bindings for the vmcore and bitwriter libraries. These areGordon Henriksen
2007-07-23The Ada f-e produces various auxiliary output filesDuncan Sands
2007-05-18Fix typo.Duncan Sands
2007-04-23Dan is right, using "string first" would produce false positives. So,Reid Spencer
2007-04-22Fix the comparison of language names to accept any characters by usingReid Spencer
2007-04-21Replace llvm_gcc_supports_ada and llvm_gcc_supports_objc with just a singleReid Spencer
2007-04-21llvm-dg.exp is dead, remove it.Reid Spencer
2007-04-21Add the llvm_supports_target function.Reid Spencer
2007-04-21Test if the compiler supports Ada, and enable Ada tests if so. While I wasDuncan Sands
2007-04-21Always print the same "PR" information in the same location (just afterReid Spencer
2007-04-21Put failure information on a separate line. Hopefully this unbreaks theReid Spencer
2007-04-20Enable Objective-C tests.Devang Patel
2007-04-16Spelling fix.Duncan Sands