| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Some tests have really long RUN line sets. Read the first 4096 bytes instead | Reid Spencer | 2007-04-15 | 1 | -1/+1 |
* | Allow lines that have \ and end in \ to be recognized as ending in \ | Reid Spencer | 2007-04-15 | 1 | -1/+1 |
* | Two improvements: | Reid Spencer | 2007-04-15 | 1 | -2/+2 |
* | No, don't cancel all remaining tests, just the one that failed! | Reid Spencer | 2007-04-15 | 1 | -1/+1 |
* | Abandone the entire test case on the first error. | Reid Spencer | 2007-04-15 | 1 | -4/+7 |
* | Allow replacement of %% with % | Reid Spencer | 2007-04-15 | 1 | -0/+2 |
* | Changes to fix problems with "make check". Apparently you can redefine | Reid Spencer | 2007-04-14 | 1 | -3/+5 |
* | For PR1319: | Reid Spencer | 2007-04-14 | 1 | -6/+27 |
* | 1. Don't generate redundant copy of stderr | Reid Spencer | 2007-04-14 | 1 | -2/+2 |
* | Print full errorInfo when a failure occurs. | Reid Spencer | 2007-04-14 | 1 | -1/+1 |
* | Add the line number where the script failed to the error output. | Reid Spencer | 2007-04-14 | 1 | -4/+6 |
* | Initial version of a re-write of llvm-runtest that doesn't write the | Reid Spencer | 2007-04-14 | 1 | -0/+159 |
* | Make the shlibext and llvmlibsdir variables accessible. | Reid Spencer | 2007-04-12 | 1 | -1/+5 |
* | Make new variables available: compile_c, compile_cxx, link to handle tests | Reid Spencer | 2007-04-11 | 1 | -20/+16 |
* | Make the llvm-runtest function much more amenable by eliminating all the | Reid Spencer | 2007-04-11 | 1 | -4/+9 |
* | Update the way llvm2cpp tests are done: | Reid Spencer | 2007-04-11 | 1 | -7/+39 |
* | No, libLLVMbzip2 does not have a .a suffix. | Reid Spencer | 2006-06-01 | 1 | -1/+1 |
* | Fix gcc command line options after LLVMCore and LLVMbzip2 became archive | Reid Spencer | 2006-06-01 | 1 | -1/+1 |
* | 1. No need to thwart this test with an environment variable. Turning it off | Reid Spencer | 2006-05-30 | 1 | -57/+60 |
* | Fix a bug with diffing the wrong files. Make output more readable. | Reid Spencer | 2006-05-29 | 1 | -7/+7 |
* | Fix a problem where dejagnu won't accept the value of global tcl variable | Reid Spencer | 2006-05-28 | 1 | -6/+5 |
* | Provide an infrastructure for testing the llvm2cpp program (yet to be | Reid Spencer | 2006-05-28 | 1 | -0/+79 |
* | Improve error output. Use the third parameter of the "catch" command to | Reid Spencer | 2006-05-18 | 1 | -3/+3 |
* | Added the ability to xfail based on llvmgcc version | Tanya Lattner | 2006-04-12 | 1 | -2/+6 |
* | Automatically pass -emit-llvm to llvmgcc when using %llvmgcc | Chris Lattner | 2006-03-08 | 1 | -2/+2 |
* | Adding timeout for a test. | Tanya Lattner | 2004-11-30 | 1 | -0/+2 |
* | Forgot to join srcdir and subdir for complete path for input files. | Tanya Lattner | 2004-11-19 | 1 | -1/+1 |
* | Adding srcdir arg. Added ability to specify the path to an input file. This i... | Tanya Lattner | 2004-11-19 | 1 | -5/+10 |
* | setting path to prcontext.tcl script. Right now it searches for tclsh in your... | Tanya Lattner | 2004-11-13 | 1 | -1/+1 |