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