aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Add more space!Chris Lattner2003-10-211-4/+4
* Syntax highlight the new operatorsChris Lattner2003-10-212-2/+2
* Added LLVM copyright notice.John Criswell2003-10-212-0/+14
* Added LLVM copyright to Makefiles.John Criswell2003-10-204-0/+32
* Added LLVM copyright header.John Criswell2003-10-2017-0/+119
* DeHTMLify the email so that it only gets sent out if something changes.Chris Lattner2003-10-191-7/+10
* Print stuff to stdout if something changes.Chris Lattner2003-10-181-0/+10
* Add debug variable.Brian Gaeke2003-10-161-0/+6
* Removed the .PRECIOUS of Lex and Yacc output files.John Criswell2003-10-161-2/+0
* Fix bug in scriptChris Lattner2003-10-141-1/+1
* Adding additional license information to these files.John Criswell2003-10-131-0/+19
* LLVM CVS repository has moved.Misha Brukman2003-10-131-1/+1
* Regularize header file commentsChris Lattner2003-10-131-1/+1
* Greatly expand documentation comment at head of file... I had toBrian Gaeke2003-10-111-9/+33
* This seems to work around some unobvious bug in gcc on sparc which wasBrian Gaeke2003-10-102-2/+2
* Add support for the weak linkage specifierChris Lattner2003-10-102-2/+2
* Include the new docs directory, whenever it gets added. www is goneChris Lattner2003-10-091-1/+1
* Change MRegisterDesc::AliasSet, TargetInstrDescriptor::ImplicitDefsAlkis Evlogimenos2003-10-082-4/+10
* Properly close anchor tags in column descriptionsAlkis Evlogimenos2003-10-081-4/+4
* I wanted to make the top of the page less verbose. Hope this helps.Brian Gaeke2003-10-061-4/+2
* The support directory no longer existsChris Lattner2003-10-051-1/+1
* Move support/tools/* back into utilsChris Lattner2003-10-053-2/+8
* Make sure to include the "support" directoryChris Lattner2003-10-011-1/+1
* Moved llvm/utils/Burg and llvm/utils/TableGen to llvm/support/tools.John Criswell2003-09-291-4/+0
* Updated Makefiles to reflect new location in llvm/support/tools.John Criswell2003-09-292-2/+2
* 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