aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Allow dates with slashes in them in $DateRE.Brian Gaeke2004-06-101-1/+2
* Columnized the compilation statistics for easier reading.Reid Spencer2004-06-091-14/+11
* Fix the really bizarre stuff that happened last night in the testerChris Lattner2004-06-091-2/+14
* Regularize title of Regression Test section. Clean up some blank space.Reid Spencer2004-06-091-4/+2
* * Fix indentation of Regression Test Results by making sure theReid Spencer2004-06-081-4/+10
* Emit a more sensible error message if no subclasses of Target are defined.Misha Brukman2004-06-042-0/+4
* Honor DISABLE_CBE, etc., even when doing the "running tests" (i.e., Olden)Brian Gaeke2004-06-041-1/+1
* Allow script to set configure args.Brian Gaeke2004-06-031-3/+10
* Add -disable-codegen option to disable LLC and JIT targetsChris Lattner2004-06-031-5/+7
* Align the lower portion of the page with the left margin so that the pageReid Spencer2004-05-311-2/+2
* Clean up the Feature and Regression test output to (a) use section headers,Reid Spencer2004-05-311-10/+35
* Make the Regression/Feature test support excise all ": PASS" lines thatReid Spencer2004-05-301-2/+7
* Changes to make the nightly tester run the regression tests at night, yaay!Chris Lattner2004-05-282-13/+156
* Right: the #includes are not needed eitherChris Lattner2004-05-281-2/+0
* Use fileutilities instead of mmap directlyChris Lattner2004-05-281-16/+2
* doxygen no longer builds into the docs tree, and we no longer have boostChris Lattner2004-05-271-1/+1
* Add support for dos style files.Chris Lattner2004-05-271-1/+1
* Header file movedChris Lattner2004-05-272-2/+2
* Add hint about syntax-highlighting non-standardly-named LLVM Makefiles.Misha Brukman2004-05-191-0/+9
* Added `zeroinitializer' keyword.Misha Brukman2004-04-282-2/+2
* mmap of a zero length file returns null on some platforms, so hack around it.Brian Gaeke2004-04-231-0/+6
* Fix typo.Brian Gaeke2004-04-191-1/+1
* Spiff is no longer in our treeChris Lattner2004-04-181-1/+1
* The "best" of both worlds: readable C++ comments and valid HTML For doxygen.Misha Brukman2004-04-151-4/+7
* Fix bug, add support for +/-Chris Lattner2004-04-131-2/+2
* Out with spiff, in with fpcmpChris Lattner2004-04-131-3/+3
* Remove spiff. Though it looked good, it was not really as spiffy as it seemedChris Lattner2004-04-1338-7027/+0
* Okay, spiff is completely incapable of handling files of nontrivial size.Chris Lattner2004-04-132-0/+171
* Increase buffer size again. *sigh*Chris Lattner2004-04-131-1/+1
* Don't index spiff. It should not count as lines of LLVM codeChris Lattner2004-04-131-1/+1
* Fixed sized limits are bad... duh.Chris Lattner2004-04-131-1/+1
* Really spiff, don't chatter :)Chris Lattner2004-04-131-1/+1
* Don't underline diffsBrian Gaeke2004-04-131-1/+2
* Clean up the Spiff code so that it emits fewer warnings. ThisBrian Gaeke2004-04-1318-12/+52
* Build Spiff directoryBrian Gaeke2004-04-121-1/+1
* Add the Spiff fp-aware diff utility from BellcoreBrian Gaeke2004-04-1238-0/+6986
* Tablegen backend for really simple instruction selectorJakub Staszak2004-04-062-0/+514
* add tablgen backend for really simple instruction selectorJakub Staszak2004-04-061-1/+7
* Teach vim about the select instruction. Allow it to forget about the long-deadChris Lattner2004-03-121-2/+2
* Teach emacs about the select instructionChris Lattner2004-03-121-1/+1
* Default to using edge countsChris Lattner2004-03-081-9/+13
* Squash /usr/dcs path; use a 'require <version>' instead.Brian Gaeke2004-03-031-3/+4
* Add my regression finding by binary searching cvs script.Brian Gaeke2004-03-031-0/+185
* Added EH support.John Criswell2004-03-021-5/+5
* Don't look in the .libs directories that libtool makesBrian Gaeke2004-03-011-1/+1
* Do not remove an active template argument even if the superclass had one of theChris Lattner2004-02-281-1/+2
* Ignore X = X assignments that was causing Alkis's rewrite of X86.td to crashChris Lattner2004-02-281-3/+9
* Assert instead of going into an infinite loop!Chris Lattner2004-02-281-2/+5
* Added support for C++ compilation.John Criswell2004-02-261-2/+3
* C++ version of llvm-native-gcc.John Criswell2004-02-261-0/+249