aboutsummaryrefslogtreecommitdiffstats
path: root/support
Commit message (Expand)AuthorAgeFilesLines
* I fixed that ``thang'', yo.Misha Brukman2003-05-201-1/+1
* Add a new info-output-file option (hidden from --help) which is to be used byChris Lattner2003-05-092-45/+111
* Update to work with newer versions of bisonChris Lattner2003-03-311-22/+22
* Make more compatible with GCC 2.96Chris Lattner2003-02-131-4/+5
* Remove gunk that was supposed to make space evaluation more precise, but neve...Chris Lattner2003-02-131-64/+1
* Don't output times in "scientific" notationChris Lattner2003-02-121-2/+3
* Remove the -debug option from release executablesChris Lattner2003-02-091-0/+3
* Squelch warningChris Lattner2003-02-051-1/+1
* * Add new -track-memory option to tools which enables the mem usage column in...Chris Lattner2003-01-301-2/+14
* Fix build problem on sparcChris Lattner2003-01-291-1/+2
* Fix warning on sparcChris Lattner2003-01-291-1/+1
* Fix warningsChris Lattner2003-01-204-8/+13
* Move annotation to support libraryChris Lattner2003-01-141-1/+1
* Fix static initializer ordering dependencyChris Lattner2003-01-131-2/+17
* Fix compilation on GCC 3.2Chris Lattner2002-12-241-0/+1
* New files for miscompilation detectionChris Lattner2002-12-231-0/+189
* Fix bugChris Lattner2002-12-061-2/+2
* Allow printing partially constructed bitsetsChris Lattner2002-12-061-1/+4
* Don't delete values that may still be referenced!Chris Lattner2002-12-061-2/+0
* Tighten up assertion checkingChris Lattner2002-12-063-9/+19
* Add code that can be used for debuggingChris Lattner2002-12-031-2/+11
* Continue implementing field initializersChris Lattner2002-12-032-30/+52
* Don't delete temporary filesChris Lattner2002-12-031-0/+2
* Ignore generated files gram.tab.c and gram.tab.hMisha Brukman2002-12-021-0/+1
* Ignore generated files FileLexer.* and FileParser.*Misha Brukman2002-12-021-0/+2
* Continued support for field intitializersChris Lattner2002-12-022-17/+36
* Continued support for field initializerChris Lattner2002-12-021-11/+46
* Continued support for Field InitializerChris Lattner2002-12-021-14/+42
* Adjustments due to new FieldInit stuffChris Lattner2002-12-021-6/+12
* Add comments, factor out common codeChris Lattner2002-12-021-10/+22
* Add support for field exprsChris Lattner2002-12-021-0/+7
* * Move BitsInit::resolveReferences up with the rest of BitsInit codeChris Lattner2002-12-021-19/+25
* Initial support for Field ExpressionsChris Lattner2002-12-021-0/+34
* Add correct dependencyChris Lattner2002-12-021-4/+3
* Split up targetsChris Lattner2002-12-021-2/+7
* Add commentsChris Lattner2002-12-021-0/+44
* Initial checkin of TableGen utilityChris Lattner2002-12-026-0/+1704
* Add peak memory usage measurement capabilityChris Lattner2002-11-181-8/+121
* Simplify codeChris Lattner2002-11-041-3/+1
* Sun can now use mallinfo()Chris Lattner2002-11-041-5/+0
* Allow memory sizes to be negative, remove obsolete TmpRSS fieldChris Lattner2002-11-041-14/+11
* mallinfo is not available on sun apparently :(Chris Lattner2002-11-041-2/+7
* Minor fix to space accountingChris Lattner2002-11-041-1/+1
* Implement MaxRSS in terms of mallinfo instead of the system RSS. This givesChris Lattner2002-11-041-18/+8
* Fix burg build problem.Chris Lattner2002-11-011-0/+2
* Add #includeChris Lattner2002-10-272-0/+2
* Work better with other versions of bisonChris Lattner2002-10-271-3/+1
* Added #include<unistd.h> to compile with solaris gcc3.2Anand Shukla2002-10-041-0/+1
* added cast to unsigned to compile with gcc3.2 (sparc)Anand Shukla2002-10-041-2/+4
* - Rework Statistics:Chris Lattner2002-10-012-48/+59