aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Fix breakage due to John's recent changesChris Lattner2003-06-181-2/+2
* Fix misspelling of ExtraSources, hopefully to unbreak the nightly testerChris Lattner2003-06-171-2/+1
* Added assert.h so that it compiles under newer versions of GCC.John Criswell2003-06-111-0/+2
* Updated to the new Makefile.common.John Criswell2003-06-111-2/+2
* Old versions of GCC doesn't have <ostream> :(Chris Lattner2003-06-062-2/+1
* All debug print statements are now output with the DEBUG() guard to makeMisha Brukman2003-06-061-3/+3
* * Stop ignoring cc registers, since we actually use them in branches.Misha Brukman2003-06-051-1/+2
* Spiff up options a bitChris Lattner2003-06-031-2/+3
* Add -o support for TableGenChris Lattner2003-06-031-4/+25
* Make tablegen use more structured command line optionsChris Lattner2003-06-031-16/+33
* Removing personal name from source code.Misha Brukman2003-06-031-1/+1
* Added the `to' keyword as in `cast <type> <data> to <type>'.Misha Brukman2003-06-031-7/+4
* * Added the `to' keyword, as in `cast <type> <data> to <type>'.Misha Brukman2003-06-031-8/+8
* Stop ignoring the `cc' field, we actually use it now (e.g. conditional move)Misha Brukman2003-06-031-2/+1
* getValueOp() now takes a MachineInstr as well as a MachineOperand.Misha Brukman2003-05-301-1/+1
* Output the opcode name of the instruction being emitted to cerr.Misha Brukman2003-05-281-3/+4
* Cannot output `static' in generated cpp code: results in error. It's alreadyMisha Brukman2003-05-271-1/+1
* * Now outputting a static function getBinaryCodeForInstr() (JIT-accessible)Misha Brukman2003-05-271-16/+33
* Do not show errors when moving file. The error is shown the first time anyoneMisha Brukman2003-05-251-1/+1
* Add ability to utilize the code emitter generator (CodeEmitterGen).Misha Brukman2003-05-241-1/+21
* First cut at the Code Generator using the TableGen methodology.Misha Brukman2003-05-242-0/+128
* I fixed that ``thang'', yo.Misha Brukman2003-05-201-1/+1
* Fix a halfway done change to the nightly tester :(Chris Lattner2003-05-111-0/+4
* Get the nightly tester to detect other kind of testing problemsChris Lattner2003-05-101-2/+2
* Force overwriting the file if it already exists.Chris Lattner2003-05-101-1/+1
* Update column infoChris Lattner2003-05-101-6/+5
* Add support for new va_arg instructionChris Lattner2003-05-082-2/+2
* Update to add new keywordsChris Lattner2003-04-222-5/+6
* Add missing keyword, add new linkage keywordsChris Lattner2003-04-161-1/+1
* Add new linkage keywords. Spell uninitialized correctlyChris Lattner2003-04-161-1/+2
* Update to work with newer versions of bisonChris Lattner2003-03-311-22/+22
* * Don't run tests if compilation failedChris Lattner2003-02-281-41/+58
* Fix broken linksChris Lattner2003-02-281-2/+2
* Allow tests to run for 5 minutes before timing out.Chris Lattner2003-02-281-1/+1
* Indent for uniformityChris Lattner2003-02-021-1/+2
* Fix warning on sparcChris Lattner2003-01-291-1/+1
* Make sure the files get sorted correctlyChris Lattner2003-01-241-1/+1
* Compress large logsChris Lattner2003-01-231-2/+9
* Implement "new/removed/broken/fixed" testsChris Lattner2003-01-222-23/+74
* Implement program tests, and test for compile time problemsChris Lattner2003-01-221-4/+57
* Add support for program testsChris Lattner2003-01-221-2/+44
* Fix indentation code, simplify a bitChris Lattner2003-01-201-10/+11
* Add information about new warnings and warning changesChris Lattner2003-01-202-33/+76
* Fix warningsChris Lattner2003-01-204-8/+13
* Initial checkin of the nightly build scriptsChris Lattner2003-01-202-0/+360
* Include tablegenChris Lattner2002-12-121-1/+1
* 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