aboutsummaryrefslogtreecommitdiffstats
path: root/support/tools
Commit message (Expand)AuthorAgeFilesLines
* Added a DEBUG() guard to a debug information printout.Misha Brukman2003-07-181-1/+2
* Fixed a bug: outputting name of variable instead of its value.Misha Brukman2003-07-151-11/+17
* This optimization greatly enhances efficiency of creating new instructions byMisha Brukman2003-07-151-6/+106
* Stop using the `Offset' variable, as we are cycling through the bits of a fieldMisha Brukman2003-07-071-8/+7
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-302-1/+8
* Added code to the clean rule that deletes files placed in the source directory.John Criswell2003-06-271-0/+1
* 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
* 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
* 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
* Update to work with newer versions of bisonChris Lattner2003-03-311-22/+22
* Fix warning on sparcChris Lattner2003-01-291-1/+1
* Fix warningsChris Lattner2003-01-204-8/+13
* 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
* Fix burg build problem.Chris Lattner2002-11-011-0/+2
* Work better with other versions of bisonChris Lattner2002-10-271-3/+1
* Clean up dead rulesChris Lattner2002-09-221-5/+1