2003-08-14 |
Misha Brukman | Using `std::remove' requires `cstdio.h'. |
tree | commitdiff |
2003-08-13 |
Misha Brukman | Using std::string requires `#include <string>', says... |
tree | commitdiff |
2003-08-12 |
Chris Lattner | Fix emission of instructions that directly reference... |
tree | commitdiff |
2003-08-12 |
Chris Lattner | Add support for the Any type. Minor fixes and enhancem... |
tree | commitdiff |
2003-08-12 |
Chris Lattner | Rename DNVT_bool to DNVT_i1 to be consistent with type... |
tree | commitdiff |
2003-08-12 |
Chris Lattner | Add support for a bool argty |
tree | commitdiff |
2003-08-11 |
Chris Lattner | It is not an error if a rule does not match, it's just... |
tree | commitdiff |
2003-08-11 |
Chris Lattner | Add support for frameidx and literal immediates for... |
tree | commitdiff |
2003-08-11 |
Chris Lattner | Add support for naming the destination of a "set" in... |
tree | commitdiff |
2003-08-11 |
Chris Lattner | Add support for the Arg1 argument type |
tree | commitdiff |
2003-08-11 |
Chris Lattner | Don't forget to initializer result field to 0! |
tree | commitdiff |
2003-08-11 |
Misha Brukman | Put printouts of acquired patterns under the DEBUG... |
tree | commitdiff |
2003-08-10 |
Chris Lattner | Add full support for code generating expanders! |
tree | commitdiff |
2003-08-10 |
Chris Lattner | Implement autopromotion of leaf trees from arguments... |
tree | commitdiff |
2003-08-10 |
Chris Lattner | Implement correct parsing, representation, and printing... |
tree | commitdiff |
2003-08-10 |
Chris Lattner | Recognize $foo as a variable |
tree | commitdiff |
2003-08-10 |
Chris Lattner | Implement real code emission, at least for Instruction... |
tree | commitdiff |
2003-08-10 |
Chris Lattner | First cut at emitting the reducer. This reducer just... |
tree | commitdiff |
2003-08-10 |
Chris Lattner | Finish the matcher! |
tree | commitdiff |
2003-08-10 |
Chris Lattner | Add new function |
tree | commitdiff |
2003-08-08 |
Chris Lattner | This implements a large amount of the matcher, in fact... |
tree | commitdiff |
2003-08-08 |
Chris Lattner | Emit the first half of the instruction selector. |
tree | commitdiff |
2003-08-07 |
Chris Lattner | Finish implementation of nonterminal instantiation. |
tree | commitdiff |
2003-08-07 |
Chris Lattner | Add new method to get a value type as a string |
tree | commitdiff |
2003-08-07 |
Chris Lattner | Implement type-inference/checking for non-terminal... |
tree | commitdiff |
2003-08-07 |
Chris Lattner | Rename all of the "Process" methods to be "read" method... |
tree | commitdiff |
2003-08-07 |
Chris Lattner | Add support for "cast" nodes, which are required when... |
tree | commitdiff |
2003-08-07 |
Chris Lattner | Use the new version of isSubClassOf |
tree | commitdiff |
2003-08-07 |
Chris Lattner | Add and use a new method |
tree | commitdiff |
2003-08-07 |
Chris Lattner | Cleanup and reorganize code, no functional changes |
tree | commitdiff |
2003-08-07 |
Chris Lattner | Read in expanders too |
tree | commitdiff |
2003-08-07 |
Chris Lattner | Continued evolution of the selector emitter: Represent... |
tree | commitdiff |
2003-08-07 |
Chris Lattner | Finish implementation of the type inference engine. |
tree | commitdiff |
2003-08-07 |
Chris Lattner | Allow clients to get at the pointer type |
tree | commitdiff |
2003-08-07 |
Chris Lattner | Add new method getVAlueAsDag |
tree | commitdiff |
2003-08-07 |
Chris Lattner | Initial checkin of tree pattern parser and type inferen... |
tree | commitdiff |
2003-08-07 |
Chris Lattner | Eliminate now-dead method |
tree | commitdiff |
2003-08-07 |
Chris Lattner | Start using the CodeGeneratorWrappers |
tree | commitdiff |
2003-08-07 |
Chris Lattner | Initial checkin of useful wrappers around the Target... |
tree | commitdiff |
2003-08-06 |
Chris Lattner | Ick, add the RIGHT accessor |
tree | commitdiff |
2003-08-06 |
Chris Lattner | Add accessor |
tree | commitdiff |
2003-08-06 |
Chris Lattner | There is something wrong with code that looks like: |
tree | commitdiff |
2003-08-06 |
Chris Lattner | Export the register classes so that the instruction... |
tree | commitdiff |
2003-08-06 |
Misha Brukman | Added asserts to prevent negative shift amounts from... |
tree | commitdiff |
2003-08-06 |
Chris Lattner | Add error checking code to the node type parser. Start... |
tree | commitdiff |
2003-08-06 |
Chris Lattner | Initial support for an instruction selector emitter |
tree | commitdiff |
2003-08-06 |
Chris Lattner | All good classes with virtual functions should have... |
tree | commitdiff |
2003-08-06 |
Chris Lattner | Add an instruction selector emitter skeleton |
tree | commitdiff |
2003-08-06 |
Chris Lattner | convert over to using TableGen backends |
tree | commitdiff |
2003-08-06 |
Chris Lattner | Switch code over to being a TableGenBackend |
tree | commitdiff |
2003-08-06 |
Chris Lattner | Add more helper methods |
tree | commitdiff |
2003-08-06 |
Chris Lattner | New common interface for backends to use |
tree | commitdiff |
2003-08-05 |
Misha Brukman | Stop special-casing annul and predict bits (which are... |
tree | commitdiff |
2003-08-05 |
Chris Lattner | No functional changes, comment the fix I just put in |
tree | commitdiff |
2003-08-05 |
Chris Lattner | The CodeEmitterGenerator used to consider ANY uninitial... |
tree | commitdiff |
2003-08-04 |
Chris Lattner | Parse DAG patterns |
tree | commitdiff |
2003-08-04 |
Chris Lattner | add support for DagInit initializers, which represent... |
tree | commitdiff |
2003-08-04 |
Chris Lattner | Update file header comment |
tree | commitdiff |
2003-08-04 |
Chris Lattner | Transition complete, remove the obsolete 'set' keyword |
tree | commitdiff |
2003-08-04 |
Chris Lattner | Start transitioning towards using 'let X = y in' statem... |
tree | commitdiff |
2003-08-04 |
Chris Lattner | It appears that somehow we forgot to add support for... |
tree | commitdiff |
2003-08-04 |
Chris Lattner | Add initial support for a new 'dag' type |
tree | commitdiff |
2003-08-03 |
Chris Lattner | Allow registers to specify a custom name |
tree | commitdiff |
2003-08-03 |
Chris Lattner | add new --gen-instr-desc option |
tree | commitdiff |
2003-08-03 |
Chris Lattner | Add new Record::getValueAsBit method |
tree | commitdiff |
2003-08-03 |
Chris Lattner | Finish the instruction info emitter |
tree | commitdiff |
2003-08-03 |
Chris Lattner | Fix bug: TableGen/IntBitInit.td |
tree | commitdiff |
2003-08-03 |
Chris Lattner | Fix bug: TableGen/BitsInitOverflow.td |
tree | commitdiff |
2003-08-03 |
Chris Lattner | * Changes to allow lists of any type |
tree | commitdiff |
2003-08-03 |
Chris Lattner | Changes to allow lists of any type |
tree | commitdiff |
2003-08-03 |
Chris Lattner | expand contraction |
tree | commitdiff |
2003-08-03 |
Chris Lattner | Add support for instruction enum emission |
tree | commitdiff |
2003-08-03 |
Chris Lattner | Initial checkin of Instruction emitter, which just... |
tree | commitdiff |
2003-08-03 |
Chris Lattner | Remove dead private: |
tree | commitdiff |
2003-08-03 |
Chris Lattner | Make the register numbers line up more frequently |
tree | commitdiff |
2003-08-03 |
Chris Lattner | Allow an external 'set' command to set multiple values... |
tree | commitdiff |
2003-08-03 |
Chris Lattner | Finish the register info emitter |
tree | commitdiff |
2003-08-02 |
Chris Lattner | Add new method |
tree | commitdiff |
2003-08-01 |
Chris Lattner | DEBUG got moved to Debug.h |
tree | commitdiff |
2003-08-01 |
Chris Lattner | Tablegen should only replace the output if it changes |
tree | commitdiff |
2003-08-01 |
Chris Lattner | Make sure to delete the output file if there is an... |
tree | commitdiff |
2003-08-01 |
Chris Lattner | add support for emitting register classes |
tree | commitdiff |
2003-08-01 |
Chris Lattner | Add new getValueAsListInit and getValueAsInt methods |
tree | commitdiff |
2003-08-01 |
Chris Lattner | Add the ability to emit register file enums |
tree | commitdiff |
2003-08-01 |
Chris Lattner | Fix the way field bit references are resolved, also... |
tree | commitdiff |
2003-08-01 |
Chris Lattner | Dead code elimination |
tree | commitdiff |
2003-08-01 |
Chris Lattner | Add new getValueAsBitsInit 'high-level' method |
tree | commitdiff |
2003-08-01 |
Chris Lattner | Add file comment |
tree | commitdiff |
2003-08-01 |
Chris Lattner | Initial checkin of register info emitter |
tree | commitdiff |
2003-08-01 |
Chris Lattner | Simplify code to match new interfaces |
tree | commitdiff |
2003-08-01 |
Chris Lattner | Switch over to an exception handling model for "high... |
tree | commitdiff |
2003-08-01 |
Chris Lattner | Minor cleanups |
tree | commitdiff |
2003-08-01 |
Chris Lattner | Factor code out into a new getAllDerivedDefinitions... |
tree | commitdiff |
2003-07-31 |
Chris Lattner | More minor cleanups of the interface |
tree | commitdiff |
2003-07-31 |
Chris Lattner | Rename createEmitter to run because eventually all... |
tree | commitdiff |
2003-07-31 |
Chris Lattner | Add file comment |
tree | commitdiff |
2003-07-31 |
Chris Lattner | Tighten up interface |
tree | commitdiff |
2003-07-30 |
Chris Lattner | Add support for code fragments |
tree | commitdiff |
2003-07-30 |
Chris Lattner | Initial support for the 'code' type. |
tree | commitdiff |
2003-07-30 |
Chris Lattner | Move err() to the lexer, implement file inclusion capab... |
tree | commitdiff |
next |