Age | Commit message (Expand) | Author |
2008-10-21 | Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as. | Torok Edwin |
2008-10-07 | add support for running the test suite with valgrind. to run it just type 'ma... | Nuno Lopes |
2008-10-06 | Actually run Obj-C++ tests if llvm-gcc supports. | Duncan Sands |
2008-08-07 | Use correct compiler component names for objc | Duncan Sands |
2008-06-27 | Regression test for PR2443. | Duncan Sands |
2008-06-21 | Turn off llvm-gcc warnings when running "make check". | Duncan Sands |
2008-06-10 | Change llvm.exp so it no longer ignores some errors when executing dejagnu | Matthijs Kooijman |
2008-04-23 | Fix tests due to llvm2cpp move to llc target | Anton Korobeynikov |
2008-03-25 | Byebye llvm-upgrade! | Tanya Lattner |
2008-03-13 | Fix error in testing for END. notation. | Tanya Lattner |
2008-03-10 | Fix PR2120 by changing the replacement order to change compile_cxx | Chris Lattner |
2008-02-26 | While hunting for two hanging tests, | Gabor Greif |
2007-11-28 | Fix bug in regression tests that ignored stderr output in RUN lines. Updated ... | Tanya Lattner |
2007-11-06 | Implement the XTARGET feature for PR1778 | Tanya Lattner |
2007-09-18 | Adding ocaml language bindings for the vmcore and bitwriter libraries. These are | Gordon Henriksen |
2007-07-23 | The Ada f-e produces various auxiliary output files | Duncan Sands |
2007-05-18 | Fix typo. | Duncan Sands |
2007-04-23 | Dan is right, using "string first" would produce false positives. So, | Reid Spencer |
2007-04-22 | Fix the comparison of language names to accept any characters by using | Reid Spencer |
2007-04-21 | Replace llvm_gcc_supports_ada and llvm_gcc_supports_objc with just a single | Reid Spencer |
2007-04-21 | llvm-dg.exp is dead, remove it. | Reid Spencer |
2007-04-21 | Add the llvm_supports_target function. | Reid Spencer |
2007-04-21 | Test if the compiler supports Ada, and enable Ada tests if so. While I was | Duncan Sands |
2007-04-21 | Always print the same "PR" information in the same location (just after | Reid Spencer |
2007-04-21 | Put failure information on a separate line. Hopefully this unbreaks the | Reid Spencer |
2007-04-20 | Enable Objective-C tests. | Devang Patel |
2007-04-16 | Spelling fix. | Duncan Sands |
2007-04-16 | Change ne into !=. | Duncan Sands |
2007-04-15 | Two changes: | Reid Spencer |
2007-04-15 | Some tests have really long RUN line sets. Read the first 4096 bytes instead | Reid Spencer |
2007-04-15 | Allow lines that have \ and end in \ to be recognized as ending in \ | Reid Spencer |
2007-04-15 | Two improvements: | Reid Spencer |
2007-04-15 | No, don't cancel all remaining tests, just the one that failed! | Reid Spencer |
2007-04-15 | Abandone the entire test case on the first error. | Reid Spencer |
2007-04-15 | Allow replacement of %% with % | Reid Spencer |
2007-04-14 | Changes to fix problems with "make check". Apparently you can redefine | Reid Spencer |
2007-04-14 | For PR1319: | Reid Spencer |
2007-04-14 | 1. Don't generate redundant copy of stderr | Reid Spencer |
2007-04-14 | Print full errorInfo when a failure occurs. | Reid Spencer |
2007-04-14 | Add the line number where the script failed to the error output. | Reid Spencer |
2007-04-14 | Initial version of a re-write of llvm-runtest that doesn't write the | Reid Spencer |
2007-04-12 | Make the shlibext and llvmlibsdir variables accessible. | Reid Spencer |
2007-04-11 | Make new variables available: compile_c, compile_cxx, link to handle tests | Reid Spencer |
2007-04-11 | Make the llvm-runtest function much more amenable by eliminating all the | Reid Spencer |
2007-04-11 | Update the way llvm2cpp tests are done: | Reid Spencer |
2006-06-01 | No, libLLVMbzip2 does not have a .a suffix. | Reid Spencer |
2006-06-01 | Fix gcc command line options after LLVMCore and LLVMbzip2 became archive | Reid Spencer |
2006-05-30 | 1. No need to thwart this test with an environment variable. Turning it off | Reid Spencer |
2006-05-29 | Fix a bug with diffing the wrong files. Make output more readable. | Reid Spencer |
2006-05-28 | Fix a problem where dejagnu won't accept the value of global tcl variable | Reid Spencer |