- Jun 05, 2008
-
-
Nick Lewycky authored
llvm-svn: 51998
-
- Mar 10, 2008
-
-
Tanya Lattner authored
Patch by Joachim Durchholz. Thanks! llvm-svn: 48139
-
- Jan 14, 2008
-
-
Evan Cheng authored
llvm-svn: 45964
-
- Jan 12, 2008
-
-
Evan Cheng authored
llvm-svn: 45900
-
- Nov 10, 2007
-
-
Evan Cheng authored
llvm-svn: 43971
-
- Oct 02, 2007
-
-
Tanya Lattner authored
If the user did not check out LLVM and request it to be built, it should be a build error. This relies on the user having a successful build of LLVM, but the tests will fail if they dont. llvm-svn: 42514
-
- Jul 02, 2007
-
-
Reid Spencer authored
Implement -usecvs just in case we need to go back to cvs for some reason. llvm-svn: 37837
-
Reid Spencer authored
the -verbose option! Doh! llvm-svn: 37836
-
- Jun 29, 2007
-
-
John Criswell authored
llvm-svn: 37812
-
Reid Spencer authored
llvm-svn: 37797
-
- Jun 26, 2007
-
-
Reid Spencer authored
1. Fix comments for -usesvn and -svnurl options. 2. Fix default URL for SVN access. 3. Fix paths to accommodate "trunk" when checking out from SVN. llvm-svn: 37736
-
- May 14, 2007
-
-
Evan Cheng authored
llvm-svn: 37040
-
- May 03, 2007
-
-
Lauro Ramos Venancio authored
llvm-svn: 36665
-
- Apr 13, 2007
-
-
Tanya Lattner authored
llvm-svn: 35958
-
- Apr 10, 2007
-
-
Jeff Cohen authored
llvm-svn: 35866
-
- Apr 07, 2007
-
-
Reid Spencer authored
llvm-svn: 35725
-
Reid Spencer authored
SVN Repository is only used if requested with -usesvn option otherwise it uses CVS. llvm-svn: 35721
-
- Apr 04, 2007
-
-
Reid Spencer authored
testers. llvm-svn: 35657
-
- Apr 03, 2007
-
-
Reid Spencer authored
script to to check out llvm and llvm-test from Subversion instead of CVS. Without this option the script will continue to check out from CVS. To specify the Subversion URL, set the SVNURL environment variable or pass -svnurl followed by the URL. For now, -svnurl will default to Reid's temporary (read-only, daily snapshot) SVN server. Try it out if you like! llvm-svn: 35621
-
- Nov 24, 2006
-
-
Reid Spencer authored
llvm-svn: 31899
-
- Oct 19, 2006
-
-
Reid Spencer authored
llvm-svn: 31050
-
- Sep 29, 2006
-
-
Jim Laskey authored
llvm-svn: 30669
-
- Sep 28, 2006
-
-
Jim Laskey authored
llvm-svn: 30647
-
Jim Laskey authored
llvm-svn: 30646
-
- Sep 20, 2006
-
-
Jim Laskey authored
llvm-svn: 30519
-
- Sep 15, 2006
-
-
Jim Laskey authored
llvm-svn: 30394
-
- Aug 29, 2006
-
-
Evan Cheng authored
update stage. llvm-svn: 29955
-
- Aug 22, 2006
-
-
Patrick Jenkins authored
version to be left blank if the build failed. Also corrected a problem where if the build failed the nightly tester would still try to read the results of the Dejagnutests log even though it didnt exist. llvm-svn: 29829
-
- Aug 21, 2006
-
-
Patrick Jenkins authored
testresults directory is not present unless the script is run as verbose. llvm-svn: 29797
-
- Aug 18, 2006
-
-
Patrick Jenkins authored
and bring the handing of dejagnu tests into compliance with this new scheme. llvm-svn: 29772
-
Patrick Jenkins authored
Changing the format dejagnu tests are submitted. We used to only submit multisource information for pass fail. Now we submit all pass/fail test information. This should fix the issue where some results were not being reported. llvm-svn: 29757
-
- Aug 17, 2006
-
-
Patrick Jenkins authored
My last commit added some experimental features I have been working on. This commit rolls those back. llvm-svn: 29738
-
Patrick Jenkins authored
llvm-svn: 29736
-
- Aug 14, 2006
-
-
Reid Spencer authored
source dir for LLVM to be specified explicitly. This removes the dependency on the llvm-config script. If the option is not given, then the scripts use llvm-config which should be both built and in the PATH. This arrangement provides a useful default for most developers but also allows the nightly tester to execute countloc.sh before llvm-config is built and without altering the PATH. llvm-svn: 29663
-
Patrick Jenkins authored
llvm-svn: 29658
-
- Aug 13, 2006
-
-
Reid Spencer authored
1. Remove tabs 2. Wrap to 80 columns 3. Put spaces between "if" or "elsif" and expression 4. Put { on same line as if statement. 5. Make indentation be 2 spaces. Functionality change: Run utils/countloc.sh after the build is done. This is necessary because that script now uses llvm-config to find the top src directory. llvm-svn: 29651
-
- Aug 12, 2006
-
-
Patrick Jenkins authored
Added two flags (-submit-server and -submit-script) which allow the user to specify where the test results are submitted too. If these are not specified they default to the LLVM.org server. llvm-svn: 29633
-
- Aug 09, 2006
-
-
Evan Cheng authored
llvm-svn: 29579
-
- Aug 08, 2006
-
-
Patrick Jenkins authored
llvm-svn: 29565
-
- Aug 07, 2006
-
-
Patrick Jenkins authored
Reinstated the sending of a list of all dejagnutests run. Also fixed a rather embarresing error introduced during version 1.41 where i commented out the actual sending of the data to the results server. llvm-svn: 29538
-