aboutsummaryrefslogtreecommitdiffstats
path: root/support
Commit message (Expand)AuthorAgeFilesLines
...
* Initial checkin of useful wrappers around the Target classes, for now, only V...Chris Lattner2003-08-072-0/+118
* Ick, add the RIGHT accessorChris Lattner2003-08-061-1/+1
* Add accessorChris Lattner2003-08-061-0/+1
* There is something wrong with code that looks like:Chris Lattner2003-08-061-13/+13
* Export the register classes so that the instruction selector can get at them ...Chris Lattner2003-08-062-7/+30
* Added asserts to prevent negative shift amounts from being generated.Misha Brukman2003-08-061-0/+2
* Add error checking code to the node type parser. Start the instruction patternChris Lattner2003-08-062-7/+34
* Initial support for an instruction selector emitterChris Lattner2003-08-062-0/+115
* All good classes with virtual functions should have virtual dtors...Chris Lattner2003-08-061-0/+1
* Add an instruction selector emitter skeletonChris Lattner2003-08-061-2/+7
* convert over to using TableGen backendsChris Lattner2003-08-064-31/+9
* Switch code over to being a TableGenBackendChris Lattner2003-08-062-29/+9
* Add more helper methodsChris Lattner2003-08-062-1/+30
* New common interface for backends to useChris Lattner2003-08-062-0/+43
* Stop special-casing annul and predict bits (which are Sparc-specific anyway)Misha Brukman2003-08-051-8/+1
* No functional changes, comment the fix I just put inChris Lattner2003-08-051-4/+5
* The CodeEmitterGenerator used to consider ANY uninitialized field as being anChris Lattner2003-08-051-48/+48
* Parse DAG patternsChris Lattner2003-08-041-0/+24
* add support for DagInit initializers, which represent DAG patternsChris Lattner2003-08-042-1/+34
* Update file header commentChris Lattner2003-08-041-1/+3
* Transition complete, remove the obsolete 'set' keywordChris Lattner2003-08-041-1/+0
* Start transitioning towards using 'let X = y in' statements, instead of 'set ...Chris Lattner2003-08-042-20/+21
* It appears that somehow we forgot to add support for code variables.Chris Lattner2003-08-042-0/+7
* Add initial support for a new 'dag' typeChris Lattner2003-08-044-1/+28
* Allow registers to specify a custom nameChris Lattner2003-08-031-1/+6
* add new --gen-instr-desc optionChris Lattner2003-08-031-1/+6
* Add new Record::getValueAsBit methodChris Lattner2003-08-032-0/+22
* Finish the instruction info emitterChris Lattner2003-08-032-9/+130
* Fix bug: TableGen/IntBitInit.tdChris Lattner2003-08-032-1/+6
* Fix bug: TableGen/BitsInitOverflow.tdChris Lattner2003-08-031-0/+9
* * Changes to allow lists of any typeChris Lattner2003-08-031-26/+31
* Changes to allow lists of any typeChris Lattner2003-08-033-55/+115
* expand contractionChris Lattner2003-08-031-1/+1
* Add support for instruction enum emissionChris Lattner2003-08-031-0/+10
* Initial checkin of Instruction emitter, which just produces enum values so farChris Lattner2003-08-032-0/+91
* Remove dead private:Chris Lattner2003-08-031-1/+0
* Make the register numbers line up more frequentlyChris Lattner2003-08-031-1/+1
* Allow an external 'set' command to set multiple values in the same command.Chris Lattner2003-08-031-15/+35
* Finish the register info emitterChris Lattner2003-08-031-9/+96
* Add new methodChris Lattner2003-08-022-0/+23
* Move debug functionality to Debug.cpp/Debug.hChris Lattner2003-08-012-12/+54
* Describe the value nameChris Lattner2003-08-011-1/+1
* DEBUG got moved to Debug.hChris Lattner2003-08-011-1/+1
* Check in the implementation of the FileUtilities!Chris Lattner2003-08-011-0/+56
* Tablegen should only replace the output if it changesChris Lattner2003-08-011-4/+18
* Use the C++, more portable, deleterChris Lattner2003-08-011-1/+1
* Make sure to delete the output file if there is an errorChris Lattner2003-08-011-1/+4
* Move #include from a header to hereChris Lattner2003-08-011-0/+1
* add support for emitting register classesChris Lattner2003-08-013-1/+63
* Add new getValueAsListInit and getValueAsInt methodsChris Lattner2003-08-012-0/+41