- 6f729d6 Byebye llvm-upgrade! by Tanya Lattner · 17 years ago
- 200d607 Fix error in testing for END. notation. Patch by Julien Lerouge. Thanks! by Tanya Lattner · 17 years ago
- aadbda8 Fix PR2120 by changing the replacement order to change compile_cxx by Chris Lattner · 17 years ago
- 684ed3d While hunting for two hanging tests, by Gabor Greif · 17 years ago
- 727842e Fix bug in regression tests that ignored stderr output in RUN lines. Updated tests and fixed broken run lines. by Tanya Lattner · 17 years ago
- a57506e Implement the XTARGET feature for PR1778 by Tanya Lattner · 17 years ago
- 8ef426b Adding ocaml language bindings for the vmcore and bitwriter libraries. These are by Gordon Henriksen · 17 years ago
- 6c7ada4 The Ada f-e produces various auxiliary output files by Duncan Sands · 17 years ago
- 7d841a4 Fix typo. by Duncan Sands · 17 years ago
- 4f6e9ab Dan is right, using "string first" would produce false positives. So, by Reid Spencer · 18 years ago
- 3dc662c Fix the comparison of language names to accept any characters by using by Reid Spencer · 18 years ago
- 12d81f3 Replace llvm_gcc_supports_ada and llvm_gcc_supports_objc with just a single by Reid Spencer · 18 years ago
- 7022d1f llvm-dg.exp is dead, remove it. by Reid Spencer · 18 years ago
- 40a4c61 Add the llvm_supports_target function. by Reid Spencer · 18 years ago
- 4e9471d Test if the compiler supports Ada, and enable Ada tests if so. While I was by Duncan Sands · 18 years ago
- 6cdf4a9 Always print the same "PR" information in the same location (just after by Reid Spencer · 18 years ago
- 1e55bf2 Put failure information on a separate line. Hopefully this unbreaks the by Reid Spencer · 18 years ago
- 9fe9907 Enable Objective-C tests. by Devang Patel · 18 years ago
- 3724df3 Spelling fix. by Duncan Sands · 18 years ago
- 25d50d6 Change ne into !=. by Duncan Sands · 18 years ago
- fb7653e Two changes: by Reid Spencer · 18 years ago
- 6b2e2be Some tests have really long RUN line sets. Read the first 4096 bytes instead by Reid Spencer · 18 years ago
- 601e845 Allow lines that have \ and end in \ to be recognized as ending in \ by Reid Spencer · 18 years ago
- 66959ce Two improvements: by Reid Spencer · 18 years ago
- b0feffa No, don't cancel all remaining tests, just the one that failed! by Reid Spencer · 18 years ago
- 0947df4 Abandone the entire test case on the first error. by Reid Spencer · 18 years ago
- 12ca929c Allow replacement of %% with % by Reid Spencer · 18 years ago
- 78fb2ac Changes to fix problems with "make check". Apparently you can redefine by Reid Spencer · 18 years ago
- 90016c7 For PR1319: by Reid Spencer · 18 years ago
- 9a03bda 1. Don't generate redundant copy of stderr by Reid Spencer · 18 years ago
- bcb8674 Print full errorInfo when a failure occurs. by Reid Spencer · 18 years ago
- 520b487 Add the line number where the script failed to the error output. by Reid Spencer · 18 years ago
- 316abe4 Initial version of a re-write of llvm-runtest that doesn't write the by Reid Spencer · 18 years ago
- 4e3e115 Make the shlibext and llvmlibsdir variables accessible. by Reid Spencer · 18 years ago
- 3d89bc5 Make new variables available: compile_c, compile_cxx, link to handle tests by Reid Spencer · 18 years ago
- 0f5aed5 Make the llvm-runtest function much more amenable by eliminating all the by Reid Spencer · 18 years ago
- 0aac889 Update the way llvm2cpp tests are done: by Reid Spencer · 18 years ago
- ea60e20 No, libLLVMbzip2 does not have a .a suffix. by Reid Spencer · 18 years ago
- 42505f5 Fix gcc command line options after LLVMCore and LLVMbzip2 became archive by Reid Spencer · 18 years ago
- 226368f 1. No need to thwart this test with an environment variable. Turning it off by Reid Spencer · 18 years ago
- 0490c0f Fix a bug with diffing the wrong files. Make output more readable. by Reid Spencer · 18 years ago
- 492196c Fix a problem where dejagnu won't accept the value of global tcl variable by Reid Spencer · 18 years ago
- 15d4059 Provide an infrastructure for testing the llvm2cpp program (yet to be by Reid Spencer · 18 years ago
- 8b437e0 Improve error output. Use the third parameter of the "catch" command to by Reid Spencer · 18 years ago
- 9727555 Added the ability to xfail based on llvmgcc version by Tanya Lattner · 19 years ago
- 3726ff0 Automatically pass -emit-llvm to llvmgcc when using %llvmgcc by Chris Lattner · 19 years ago
- b761433 Adding timeout for a test. by Tanya Lattner · 20 years ago
- 9397204 Forgot to join srcdir and subdir for complete path for input files. by Tanya Lattner · 20 years ago
- f9e7943 Adding srcdir arg. Added ability to specify the path to an input file. This is needed for when srcdir != objdir. by Tanya Lattner · 20 years ago
- d85f0af setting path to prcontext.tcl script. Right now it searches for tclsh in your path, but this should be obtained from configure. by Tanya Lattner · 20 years ago
- c7185ac Run prcontext.tcl with tclsh and let it be found in the path. This should be found by configure. by Tanya Lattner · 20 years ago
- de942dc Changed to use tcl script. by Tanya Lattner · 20 years ago
- 00a7469 Now using path to python found by configure. by Tanya Lattner · 20 years ago
- 808fafa More srcdir != objdir changes. by Tanya Lattner · 20 years ago
- e243e2f Made changes to support objdir!=srcdir. by Tanya Lattner · 20 years ago
- 70053a5 With the changes to these files, the Regression test suite should be tested by dejagnu without anyproblem. by Tanya Lattner · 20 years ago
- 3bdb2f5 First crack at support to run tests using dejagnu. This file contains a procedure to run a test like TestRunner.sh does. by Tanya Lattner · 20 years ago