Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make tblgen not try to be smart. This is better handled in makefiles if | Chris Lattner | 2004-07-13 | 1 | -14/+3 |
| | | | | | | at all. Patch contributed by Vladimir Prus! llvm-svn: 14784 | ||||
* | Fix some thinkos in the script (error handling, proper argument handling). | Reid Spencer | 2004-07-07 | 1 | -2/+4 |
| | | | | llvm-svn: 14676 | ||||
* | Change the "rotate by 90" xtics specification to just "rotate" which is | Reid Spencer | 2004-07-06 | 1 | -7/+7 |
| | | | | | | | | equivalent. The "by <angle>" syntax is not acceptable for all output devices. Apparently the Sparc and x86 output devices (no color) don't accept this, but should accept the plain "rotate". llvm-svn: 14645 | ||||
* | Caused the labels on the small plots to be drawn vertically instead of | Reid Spencer | 2004-07-05 | 1 | -0/+28 |
| | | | | | | | | horizontally so they no longer overlap. This eye-strain-lessening patch contributed by Vladimir Merzliakov. Thanks! llvm-svn: 14632 | ||||
* | Fix relative links for nightly testers not hosted on llvm.cs. | Chris Lattner | 2004-06-25 | 1 | -2/+2 |
| | | | | | | Patch contributed by Vladimir Merzliakov! llvm-svn: 14419 | ||||
* | Don't try to run qmtests if we fail to build the tree. The qmtests (at | Brian Gaeke | 2004-06-25 | 1 | -0/+2 |
| | | | | | | least, on macosx) will spiral out of control instead of failing gracefully. llvm-svn: 14396 | ||||
* | Move the tests for readability of the template and gnuplot files so they | Reid Spencer | 2004-06-23 | 1 | -11/+11 |
| | | | | | | | | occur AFTER the source is checked out. This ensures that if either of the -gnuplotscript or -templatefile options are not given, that they get picked up from the checkout directory and don't abort the test unnecessarily. llvm-svn: 14346 | ||||
* | Added a -noexternals options to avoid performing the externals tests on | Reid Spencer | 2004-06-23 | 1 | -5/+17 |
| | | | | | | test environments that don't have Povray or SPEC. llvm-svn: 14345 | ||||
* | Make sure GetRegEx returns something gnuplot can deal with (a number, not | Reid Spencer | 2004-06-23 | 1 | -1/+1 |
| | | | | | | a ?) so that graphs don't bail if something fails in a test. llvm-svn: 14344 | ||||
* | - Added the -nice option for nicing the build processes. | Reid Spencer | 2004-06-22 | 1 | -152/+201 |
| | | | | | | | | | | | | - Added the -gnuplotscript option to specify the GnuPlot script to use. - Added the -templatefile option to specify the HTML template to use. - Moved subroutines to top of file. - Used variables for file names in case we want to change to directories. - Made program track its directory changes in $VERBOSE mode (for debugging) - Added variables to support tracking start time, finish time, and platform details about each nightly test. llvm-svn: 14321 | ||||
* | Added start time, finish time, and platform (uname -a output) information | Reid Spencer | 2004-06-22 | 1 | -1/+6 |
| | | | | | | to the top of the template for identification purposes. llvm-svn: 14318 | ||||
* | Removed extra href close tag | Tanya Lattner | 2004-06-22 | 1 | -1/+1 |
| | | | | llvm-svn: 14315 | ||||
* | Handle shifts >= 32 bits. | Misha Brukman | 2004-06-21 | 1 | -2/+2 |
| | | | | llvm-svn: 14291 | ||||
* | Move the IntrinsicLowering header into the CodeGen directory, as per PR346 | Chris Lattner | 2004-06-20 | 1 | -1/+1 |
| | | | | llvm-svn: 14266 | ||||
* | Make fpcmp handle running off of the beginning or end of the file correctly. | Chris Lattner | 2004-06-20 | 1 | -3/+35 |
| | | | | llvm-svn: 14259 | ||||
* | A utility to search the LLVM source tree for a grep pattern. This is a | Reid Spencer | 2004-06-19 | 1 | -0/+22 |
| | | | | | | | | | | | replacement for getsrcs.sh which now generates too much text to put on a Linux command line. The approach taken with llvmgrep is to execute a find command and execute a grep on each file that matches the name pattern. The arguments to this script are the same as those of egrep. Note that the -H and -n options to egrep will always be passed so that you always get the file and line number of matches. llvm-svn: 14255 | ||||
* | Make header comment fit within 80 cols. | Misha Brukman | 2004-06-17 | 1 | -1/+1 |
| | | | | llvm-svn: 14198 | ||||
* | The correct prototype is `int atoi(CONST char*)'. Unbroke AIX build. | Misha Brukman | 2004-06-14 | 1 | -1/+1 |
| | | | | llvm-svn: 14173 | ||||
* | Get rid of "might be uninitialized" warnings when compiling with GCC 3.3.2 | Reid Spencer | 2004-06-13 | 1 | -1/+1 |
| | | | | llvm-svn: 14169 | ||||
* | Don't trim @PrevDays (causing an error) if it isn't long enough. | Brian Gaeke | 2004-06-11 | 1 | -1/+3 |
| | | | | llvm-svn: 14156 | ||||
* | Add two options to the program: | Reid Spencer | 2004-06-11 | 1 | -1/+8 |
| | | | | | | | | | | | -release causes ENABLE_OPTIMIZED=1 to be added to the make line so that the test runs against optimized code. -pedantic causes the CompileOptimizeOpts variable to be overridden to add several additional warnings not picked up by -Wall. This should help catch additional programming faux pas. See the diff for the specific details. llvm-svn: 14153 | ||||
* | Allow dates with slashes in them in $DateRE. | Brian Gaeke | 2004-06-10 | 1 | -1/+2 |
| | | | | | | Don't match on $Filename (which will be unset) if we hit 'UNMATCHABLE:'. llvm-svn: 14112 | ||||
* | Columnized the compilation statistics for easier reading. | Reid Spencer | 2004-06-09 | 1 | -14/+11 |
| | | | | llvm-svn: 14099 | ||||
* | Fix the really bizarre stuff that happened last night in the tester | Chris Lattner | 2004-06-09 | 1 | -2/+14 |
| | | | | | | due to non-numeric diff failures that caused fpcmp to go into infinite loops llvm-svn: 14098 | ||||
* | Regularize title of Regression Test section. Clean up some blank space. | Reid Spencer | 2004-06-09 | 1 | -4/+2 |
| | | | | llvm-svn: 14080 | ||||
* | * Fix indentation of Regression Test Results by making sure the | Reid Spencer | 2004-06-08 | 1 | -4/+10 |
| | | | | | | | GetQMTestResults function closes all its open tags. * Cause XFAIL results to not be reported at all except in the stats. llvm-svn: 14067 | ||||
* | Emit a more sensible error message if no subclasses of Target are defined. | Misha Brukman | 2004-06-04 | 1 | -0/+2 |
| | | | | | | Patch contributed by Vladimir Prus. llvm-svn: 14010 | ||||
* | Honor DISABLE_CBE, etc., even when doing the "running tests" (i.e., Olden) | Brian Gaeke | 2004-06-04 | 1 | -1/+1 |
| | | | | llvm-svn: 14004 | ||||
* | Allow script to set configure args. | Brian Gaeke | 2004-06-03 | 1 | -3/+10 |
| | | | | | | Allow environment to set llvmgccdir. llvm-svn: 13994 | ||||
* | Add -disable-codegen option to disable LLC and JIT targets | Chris Lattner | 2004-06-03 | 1 | -5/+7 |
| | | | | llvm-svn: 13978 | ||||
* | Align the lower portion of the page with the left margin so that the page | Reid Spencer | 2004-05-31 | 1 | -2/+2 |
| | | | | | | | width is not made excessive by the large table of results. Improves readability of the page. llvm-svn: 13913 | ||||
* | Clean up the Feature and Regression test output to (a) use section headers, | Reid Spencer | 2004-05-31 | 1 | -10/+35 |
| | | | | | | | | (b) avoid <pre> tag so page width doesn't become excessive, (c) omit the execution time stats, (d) format each reported test in a list with bold headings for readability, (e) omit long lines of dashes. llvm-svn: 13912 | ||||
* | Make the Regression/Feature test support excise all ": PASS" lines that | Reid Spencer | 2004-05-30 | 1 | -2/+7 |
| | | | | | | | indicate successful tests. We're really only interested in the bad news in this output :) llvm-svn: 13901 | ||||
* | Changes to make the nightly tester run the regression tests at night, yaay! | Chris Lattner | 2004-05-28 | 2 | -13/+156 |
| | | | | | | Change contributed by Reid Spencer. llvm-svn: 13882 | ||||
* | Right: the #includes are not needed either | Chris Lattner | 2004-05-28 | 1 | -2/+0 |
| | | | | llvm-svn: 13867 | ||||
* | Use fileutilities instead of mmap directly | Chris Lattner | 2004-05-28 | 1 | -16/+2 |
| | | | | llvm-svn: 13865 | ||||
* | doxygen no longer builds into the docs tree, and we no longer have boost | Chris Lattner | 2004-05-27 | 1 | -1/+1 |
| | | | | | | in the tree llvm-svn: 13838 | ||||
* | Add support for dos style files. | Chris Lattner | 2004-05-27 | 1 | -1/+1 |
| | | | | llvm-svn: 13836 | ||||
* | Header file moved | Chris Lattner | 2004-05-27 | 2 | -2/+2 |
| | | | | llvm-svn: 13813 | ||||
* | Add hint about syntax-highlighting non-standardly-named LLVM Makefiles. | Misha Brukman | 2004-05-19 | 1 | -0/+9 |
| | | | | llvm-svn: 13606 | ||||
* | Added `zeroinitializer' keyword. | Misha Brukman | 2004-04-28 | 2 | -2/+2 |
| | | | | llvm-svn: 13253 | ||||
* | mmap of a zero length file returns null on some platforms, so hack around it. | Brian Gaeke | 2004-04-23 | 1 | -0/+6 |
| | | | | llvm-svn: 13121 | ||||
* | Fix typo. | Brian Gaeke | 2004-04-19 | 1 | -1/+1 |
| | | | | llvm-svn: 13072 | ||||
* | Spiff is no longer in our tree | Chris Lattner | 2004-04-18 | 1 | -1/+1 |
| | | | | llvm-svn: 13041 | ||||
* | The "best" of both worlds: readable C++ comments and valid HTML For doxygen. | Misha Brukman | 2004-04-15 | 1 | -4/+7 |
| | | | | llvm-svn: 12964 | ||||
* | Fix bug, add support for +/- | Chris Lattner | 2004-04-13 | 1 | -2/+2 |
| | | | | llvm-svn: 12934 | ||||
* | Out with spiff, in with fpcmp | Chris Lattner | 2004-04-13 | 1 | -3/+3 |
| | | | | llvm-svn: 12928 | ||||
* | Remove spiff. Though it looked good, it was not really as spiffy as it seemed | Chris Lattner | 2004-04-13 | 38 | -7027/+0 |
| | | | | llvm-svn: 12927 | ||||
* | Okay, spiff is completely incapable of handling files of nontrivial size. | Chris Lattner | 2004-04-13 | 2 | -0/+171 |
| | | | | | | | | Here is a simple minimal program that does what we want. Instead of taking minutes to compare mesa's output, and crashing on binary files (like spiff does), this take < .02s in the common case and doesn't crash. llvm-svn: 12926 | ||||
* | Increase buffer size again. *sigh* | Chris Lattner | 2004-04-13 | 1 | -1/+1 |
| | | | | llvm-svn: 12912 |