summaryrefslogtreecommitdiff
path: root/support
Commit message (Expand)AuthorAge
* Finish implementation of nonterminal instantiation.Chris Lattner2003-08-07
* Add new method to get a value type as a stringChris Lattner2003-08-07
* close() requires "unistd.h" .Misha Brukman2003-08-07
* Doxygen-ify the comments by using '///' instead of '//'.Misha Brukman2003-08-07
* Remove references to `bugpoint' from the now-generic system utilities.Misha Brukman2003-08-07
* Moved removeFile() and getUniqueFilename() into FileUtilities.Misha Brukman2003-08-07
* Implement type-inference/checking for non-terminal referencesChris Lattner2003-08-07
* Rename all of the "Process" methods to be "read" methods, start the Instantia...Chris Lattner2003-08-07
* Add support for "cast" nodes, which are required when there is not enough inf...Chris Lattner2003-08-07
* Use the new version of isSubClassOfChris Lattner2003-08-07
* Add and use a new methodChris Lattner2003-08-07
* Cleanup and reorganize code, no functional changesChris Lattner2003-08-07
* Read in expanders tooChris Lattner2003-08-07
* Continued evolution of the selector emitter: Represent instruction patternsChris Lattner2003-08-07
* Finish implementation of the type inference engine.Chris Lattner2003-08-07
* Allow clients to get at the pointer typeChris Lattner2003-08-07
* Add new method getVAlueAsDagChris Lattner2003-08-07
* Initial checkin of tree pattern parser and type inference engine (which still...Chris Lattner2003-08-07
* Eliminate now-dead methodChris Lattner2003-08-07
* Start using the CodeGeneratorWrappersChris Lattner2003-08-07
* Initial checkin of useful wrappers around the Target classes, for now, only V...Chris Lattner2003-08-07
* Ick, add the RIGHT accessorChris Lattner2003-08-06
* Add accessorChris Lattner2003-08-06
* There is something wrong with code that looks like:Chris Lattner2003-08-06
* Export the register classes so that the instruction selector can get at them ...Chris Lattner2003-08-06
* Added asserts to prevent negative shift amounts from being generated.Misha Brukman2003-08-06
* Add error checking code to the node type parser. Start the instruction patternChris Lattner2003-08-06
* Initial support for an instruction selector emitterChris Lattner2003-08-06
* All good classes with virtual functions should have virtual dtors...Chris Lattner2003-08-06
* Add an instruction selector emitter skeletonChris Lattner2003-08-06
* convert over to using TableGen backendsChris Lattner2003-08-06
* Switch code over to being a TableGenBackendChris Lattner2003-08-06
* Add more helper methodsChris Lattner2003-08-06
* New common interface for backends to useChris Lattner2003-08-06
* Stop special-casing annul and predict bits (which are Sparc-specific anyway)Misha Brukman2003-08-05
* No functional changes, comment the fix I just put inChris Lattner2003-08-05
* The CodeEmitterGenerator used to consider ANY uninitialized field as being anChris Lattner2003-08-05
* Parse DAG patternsChris Lattner2003-08-04
* add support for DagInit initializers, which represent DAG patternsChris Lattner2003-08-04
* Update file header commentChris Lattner2003-08-04
* Transition complete, remove the obsolete 'set' keywordChris Lattner2003-08-04
* Start transitioning towards using 'let X = y in' statements, instead of 'set ...Chris Lattner2003-08-04
* It appears that somehow we forgot to add support for code variables.Chris Lattner2003-08-04
* Add initial support for a new 'dag' typeChris Lattner2003-08-04
* Allow registers to specify a custom nameChris Lattner2003-08-03
* add new --gen-instr-desc optionChris Lattner2003-08-03
* Add new Record::getValueAsBit methodChris Lattner2003-08-03
* Finish the instruction info emitterChris Lattner2003-08-03
* Fix bug: TableGen/IntBitInit.tdChris Lattner2003-08-03
* Fix bug: TableGen/BitsInitOverflow.tdChris Lattner2003-08-03