summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in previous checkinChris Lattner2003-09-231-1/+1
* Make it detect failed builds betterChris Lattner2003-09-231-1/+2
* Squelch warningChris Lattner2003-09-221-0/+1
* Document new columnChris Lattner2003-09-171-0/+2
* Do not put DEBUG() guard around error condition; this must *always* be printed.Misha Brukman2003-09-171-1/+1
* Fix the flag on `rm' to properly do a recursive deletion.Misha Brukman2003-09-171-1/+1
* Really use a search path as described in the log message for the lastVikram S. Adve2003-09-151-11/+40
* Update makellvm to work with the brave new world of separate obj-root trees.Vikram S. Adve2003-09-141-2/+23
* Fix the nightly tester now that olden has been movedChris Lattner2003-09-141-1/+1
* Updated to find source files using VPATH. This makes writing build rulesJohn Criswell2003-09-091-7/+5
* Updated the log of changes (as required by the Burg copyright) to give anJohn Criswell2003-09-091-0/+8
* Modified the code so that we exit() with a non-zero value instead of callingJohn Criswell2003-09-091-1/+1
* syntax highlightifyChris Lattner2003-09-081-1/+1
* Syntax hilightChris Lattner2003-09-081-1/+1
* Fix syntax error when makellvm is run in an invalid directory.Vikram S. Adve2003-09-081-2/+15
* Fixed spelling of `intentionally'.Misha Brukman2003-09-071-3/+3
* Remove unneeded #includeChris Lattner2003-09-071-1/+0
* Checkin of autoconf-style object root.John Criswell2003-09-061-4/+6
* Added an option to TableGen that allows users to specify a directory in whichJohn Criswell2003-08-272-5/+42
* Add new labelChris Lattner2003-08-231-3/+4
* Only use :: rules for #included filesChris Lattner2003-08-211-1/+1
* Make build errors stand out by coloring them red.Misha Brukman2003-08-211-3/+2
* Fix warning on sparc buildChris Lattner2003-08-211-0/+1
* Start testing SPEC as well as singlesource/multisourceChris Lattner2003-08-213-4/+17
* Added #include <cassert>. In GCC 3.3, we don't get assert() through the otherJohn Criswell2003-08-201-0/+2
* Catch testing errorsChris Lattner2003-08-201-2/+2
* Fix bug where we printed the month number instead of the day number *blush*Chris Lattner2003-08-201-1/+1
* Fix bugs in testerChris Lattner2003-08-191-16/+23
* X86.td has been moved out of this directory; these are outdated targets.Misha Brukman2003-08-191-18/+0
* Since we broke up SingleSource and MultiSource testing, the logs are nowMisha Brukman2003-08-191-2/+4
* Do not force a runtimelimit! We were actually reducing it.Chris Lattner2003-08-191-4/+72
* Increase the size of the LOC chartChris Lattner2003-08-192-2/+2
* Remove fixmeChris Lattner2003-08-181-1/+0
* Add the magic incantations to get a running LOC graph updated each night...Chris Lattner2003-08-182-5/+43
* Add in the running LOC chartChris Lattner2003-08-181-0/+11
* Wrap line at 80 columnsChris Lattner2003-08-181-1/+2
* Spell `necessary' correctly.Misha Brukman2003-08-181-1/+1
* Fix minor bugs in the testerChris Lattner2003-08-181-2/+2
* * Split the programs table into MultiSource and SingleSource componentsChris Lattner2003-08-182-15/+49
* The CBE output is compiled at -O2Chris Lattner2003-08-181-1/+1
* Add docs for new column, native tests now run with -O2Chris Lattner2003-08-181-1/+3
* Make the check for a failed test run more robust!!Chris Lattner2003-08-171-1/+1
* * Match the column names in the reportMisha Brukman2003-08-151-20/+25
* Document new column, remove X86 specific stuffChris Lattner2003-08-151-1/+2
* Ignore dummy register classesChris Lattner2003-08-151-1/+9
* Add support for nodes with void arguments, like chain nodesChris Lattner2003-08-151-2/+3
* Using `std::remove' requires `cstdio.h'.Misha Brukman2003-08-141-0/+1
* * Enable SPEC testing in the `configure' script command lineMisha Brukman2003-08-141-3/+3
* Using std::string requires `#include <string>', says gcc-2.95.3.Misha Brukman2003-08-132-0/+2
* Fix emission of instructions that directly reference MBBsChris Lattner2003-08-121-4/+10