summaryrefslogtreecommitdiff
path: root/support
Commit message (Expand)AuthorAge
* 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
* * Changes to allow lists of any typeChris Lattner2003-08-03
* Changes to allow lists of any typeChris Lattner2003-08-03
* expand contractionChris Lattner2003-08-03
* Add support for instruction enum emissionChris Lattner2003-08-03
* Initial checkin of Instruction emitter, which just produces enum values so farChris Lattner2003-08-03
* Remove dead private:Chris Lattner2003-08-03
* Make the register numbers line up more frequentlyChris Lattner2003-08-03
* Allow an external 'set' command to set multiple values in the same command.Chris Lattner2003-08-03
* Finish the register info emitterChris Lattner2003-08-03
* Add new methodChris Lattner2003-08-02
* Move debug functionality to Debug.cpp/Debug.hChris Lattner2003-08-01
* Describe the value nameChris Lattner2003-08-01
* DEBUG got moved to Debug.hChris Lattner2003-08-01
* Check in the implementation of the FileUtilities!Chris Lattner2003-08-01
* Tablegen should only replace the output if it changesChris Lattner2003-08-01
* Use the C++, more portable, deleterChris Lattner2003-08-01
* Make sure to delete the output file if there is an errorChris Lattner2003-08-01
* Move #include from a header to hereChris Lattner2003-08-01
* add support for emitting register classesChris Lattner2003-08-01
* Add new getValueAsListInit and getValueAsInt methodsChris Lattner2003-08-01
* Add the ability to emit register file enumsChris Lattner2003-08-01
* Fix the way field bit references are resolved, also allow resolution of field...Chris Lattner2003-08-01
* Dead code eliminationChris Lattner2003-08-01
* Add new getValueAsBitsInit 'high-level' methodChris Lattner2003-08-01
* Add file commentChris Lattner2003-08-01
* Initial checkin of register info emitterChris Lattner2003-08-01
* Simplify code to match new interfacesChris Lattner2003-08-01
* Switch over to an exception handling model for "high-level" requests.Chris Lattner2003-08-01
* Minor cleanupsChris Lattner2003-08-01
* Factor code out into a new getAllDerivedDefinitions method, which is generall...Chris Lattner2003-08-01
* Fix the JIT in the Nightly tester. This was not a fun bug to track down.Chris Lattner2003-07-31
* Trivial cleanups: no need to include header twice. Global variable is local ...Chris Lattner2003-07-31
* More minor cleanups of the interfaceChris Lattner2003-07-31
* Rename createEmitter to run because eventually all tablegen backends willChris Lattner2003-07-31