aboutsummaryrefslogtreecommitdiffstats
path: root/support/tools/TableGen
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for code fragmentsChris Lattner2003-07-303-7/+29
* Initial support for the 'code' type.Chris Lattner2003-07-303-1/+13
* Move err() to the lexer, implement file inclusion capabilities directly in tb...Chris Lattner2003-07-302-9/+88
* Minor reorganization, move ParseFile to the lexerChris Lattner2003-07-302-24/+22
* Make tablegen take an input filename to parse if one is specified, otherwiseChris Lattner2003-07-302-6/+21
* Directly support C style comments in tblgen, but allow them to actually nestChris Lattner2003-07-301-0/+13
* Fix coredump for when an ID is used illegally outside a recordChris Lattner2003-07-301-0/+4
* Don't pollute the namespace with template arguments after they have been reso...Chris Lattner2003-07-302-3/+24
* Implement TODO: disallow 'def's with template arguments.Chris Lattner2003-07-301-1/+6
* Allow specification of anonymous definitionsChris Lattner2003-07-301-4/+9
* Allow passing lists through variablesChris Lattner2003-07-302-5/+19
* Implement resolution of variables to the value of the variable once it gets a...Chris Lattner2003-07-302-1/+22
* Don't crash if there is no Inst class in the tablegen file!Chris Lattner2003-07-293-5/+12
* Add support for Set statements without {}'s. Now we can just sayChris Lattner2003-07-281-7/+14
* Allow initializing variable initializers with variablesChris Lattner2003-07-282-1/+11
* Use C++ headers, not C headersChris Lattner2003-07-251-1/+1
* 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-301-0/+7
* Added assert.h so that it compiles under newer versions of GCC.John Criswell2003-06-111-0/+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
* 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 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