| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial checkin of Instruction emitter, which just produces enum values so far | Chris Lattner | 2003-08-03 | 2 | -0/+91 |
* | Remove dead private: | Chris Lattner | 2003-08-03 | 1 | -1/+0 |
* | Make the register numbers line up more frequently | Chris Lattner | 2003-08-03 | 1 | -1/+1 |
* | Allow an external 'set' command to set multiple values in the same command. | Chris Lattner | 2003-08-03 | 1 | -15/+35 |
* | Finish the register info emitter | Chris Lattner | 2003-08-03 | 1 | -9/+96 |
* | Add new method | Chris Lattner | 2003-08-02 | 2 | -0/+23 |
* | Move debug functionality to Debug.cpp/Debug.h | Chris Lattner | 2003-08-01 | 2 | -12/+54 |
* | Describe the value name | Chris Lattner | 2003-08-01 | 1 | -1/+1 |
* | DEBUG got moved to Debug.h | Chris Lattner | 2003-08-01 | 1 | -1/+1 |
* | Check in the implementation of the FileUtilities! | Chris Lattner | 2003-08-01 | 1 | -0/+56 |
* | Tablegen should only replace the output if it changes | Chris Lattner | 2003-08-01 | 1 | -4/+18 |
* | Use the C++, more portable, deleter | Chris Lattner | 2003-08-01 | 1 | -1/+1 |
* | Make sure to delete the output file if there is an error | Chris Lattner | 2003-08-01 | 1 | -1/+4 |
* | Move #include from a header to here | Chris Lattner | 2003-08-01 | 1 | -0/+1 |
* | add support for emitting register classes | Chris Lattner | 2003-08-01 | 3 | -1/+63 |
* | Add new getValueAsListInit and getValueAsInt methods | Chris Lattner | 2003-08-01 | 2 | -0/+41 |
* | Add the ability to emit register file enums | Chris Lattner | 2003-08-01 | 3 | -4/+59 |
* | Fix the way field bit references are resolved, also allow resolution of field... | Chris Lattner | 2003-08-01 | 2 | -9/+19 |
* | Dead code elimination | Chris Lattner | 2003-08-01 | 1 | -10/+3 |
* | Add new getValueAsBitsInit 'high-level' method | Chris Lattner | 2003-08-01 | 3 | -9/+25 |
* | Add file comment | Chris Lattner | 2003-08-01 | 1 | -40/+52 |
* | Initial checkin of register info emitter | Chris Lattner | 2003-08-01 | 2 | -0/+68 |
* | Simplify code to match new interfaces | Chris Lattner | 2003-08-01 | 2 | -10/+6 |
* | Switch over to an exception handling model for "high-level" requests. | Chris Lattner | 2003-08-01 | 2 | -10/+39 |
* | Minor cleanups | Chris Lattner | 2003-08-01 | 1 | -6/+2 |
* | Factor code out into a new getAllDerivedDefinitions method, which is generall... | Chris Lattner | 2003-08-01 | 3 | -6/+31 |
* | Fix the JIT in the Nightly tester. This was not a fun bug to track down. | Chris Lattner | 2003-07-31 | 1 | -2/+14 |
* | Trivial cleanups: no need to include header twice. Global variable is local ... | Chris Lattner | 2003-07-31 | 1 | -3/+1 |
* | More minor cleanups of the interface | Chris Lattner | 2003-07-31 | 2 | -3/+11 |
* | Rename createEmitter to run because eventually all tablegen backends will | Chris Lattner | 2003-07-31 | 3 | -5/+6 |
* | Add file comment | Chris Lattner | 2003-07-31 | 1 | -0/+2 |
* | Tighten up interface | Chris Lattner | 2003-07-31 | 1 | -3/+3 |
* | Add support for code fragments | Chris Lattner | 2003-07-30 | 3 | -7/+29 |
* | Initial support for the 'code' type. | Chris Lattner | 2003-07-30 | 3 | -1/+13 |
* | Move err() to the lexer, implement file inclusion capabilities directly in tb... | Chris Lattner | 2003-07-30 | 2 | -9/+88 |
* | Minor reorganization, move ParseFile to the lexer | Chris Lattner | 2003-07-30 | 2 | -24/+22 |
* | Make tablegen take an input filename to parse if one is specified, otherwise | Chris Lattner | 2003-07-30 | 2 | -6/+21 |
* | Directly support C style comments in tblgen, but allow them to actually nest | Chris Lattner | 2003-07-30 | 1 | -0/+13 |
* | Add support for "named positional arguments" | Chris Lattner | 2003-07-30 | 1 | -15/+34 |
* | Fix coredump for when an ID is used illegally outside a record | Chris Lattner | 2003-07-30 | 1 | -0/+4 |
* | Don't pollute the namespace with template arguments after they have been reso... | Chris Lattner | 2003-07-30 | 2 | -3/+24 |
* | Implement TODO: disallow 'def's with template arguments. | Chris Lattner | 2003-07-30 | 1 | -1/+6 |
* | Allow specification of anonymous definitions | Chris Lattner | 2003-07-30 | 1 | -4/+9 |
* | Allow passing lists through variables | Chris Lattner | 2003-07-30 | 2 | -5/+19 |
* | Implement resolution of variables to the value of the variable once it gets a... | Chris Lattner | 2003-07-30 | 2 | -1/+22 |
* | Don't crash if there is no Inst class in the tablegen file! | Chris Lattner | 2003-07-29 | 3 | -5/+12 |
* | The RTLD_GLOBAL flag allows symbols to be globally accessible, which makes | Misha Brukman | 2003-07-28 | 1 | -1/+1 |
* | Add support for Set statements without {}'s. Now we can just say | Chris Lattner | 2003-07-28 | 1 | -7/+14 |
* | Allow initializing variable initializers with variables | Chris Lattner | 2003-07-28 | 2 | -1/+11 |
* | Include llvm/Support/Mangler.h first. Don't include <iostream>, <set>, | Brian Gaeke | 2003-07-25 | 1 | -5/+1 |