| Age | Commit message (Expand) | Author |
| 2003-07-30 | Initial support for the 'code' type. | Chris Lattner |
| 2003-07-30 | Move err() to the lexer, implement file inclusion capabilities directly in tb... | Chris Lattner |
| 2003-07-30 | Minor reorganization, move ParseFile to the lexer | Chris Lattner |
| 2003-07-30 | Make tablegen take an input filename to parse if one is specified, otherwise | Chris Lattner |
| 2003-07-30 | Directly support C style comments in tblgen, but allow them to actually nest | Chris Lattner |
| 2003-07-30 | Add support for "named positional arguments" | Chris Lattner |
| 2003-07-30 | Fix coredump for when an ID is used illegally outside a record | Chris Lattner |
| 2003-07-30 | Don't pollute the namespace with template arguments after they have been reso... | Chris Lattner |
| 2003-07-30 | Implement TODO: disallow 'def's with template arguments. | Chris Lattner |
| 2003-07-30 | Allow specification of anonymous definitions | Chris Lattner |
| 2003-07-30 | Allow passing lists through variables | Chris Lattner |
| 2003-07-30 | Implement resolution of variables to the value of the variable once it gets a... | Chris Lattner |
| 2003-07-29 | Don't crash if there is no Inst class in the tablegen file! | Chris Lattner |
| 2003-07-28 | The RTLD_GLOBAL flag allows symbols to be globally accessible, which makes | Misha Brukman |
| 2003-07-28 | Add support for Set statements without {}'s. Now we can just say | Chris Lattner |
| 2003-07-28 | Allow initializing variable initializers with variables | Chris Lattner |
| 2003-07-25 | Include llvm/Support/Mangler.h first. Don't include <iostream>, <set>, | Brian Gaeke |
| 2003-07-25 | Use C++ headers, not C headers | Chris Lattner |
| 2003-07-24 | Cleanups: | Brian Gaeke |
| 2003-07-24 | Factor out name-mangling from X86/Printer, which is derived from CWriter, | Brian Gaeke |
| 2003-07-23 | Simplify code by using ConstantInt::getRawValue instead of checking to see | Chris Lattner |
| 2003-07-18 | Added a DEBUG() guard to a debug information printout. | Misha Brukman |
| 2003-07-15 | Fixed a bug: outputting name of variable instead of its value. | Misha Brukman |
| 2003-07-15 | This optimization greatly enhances efficiency of creating new instructions by | Misha Brukman |
| 2003-07-14 | The word `separate' only has one `e'. | Misha Brukman |
| 2003-07-10 | Fixed grammatical error. | Misha Brukman |
| 2003-07-10 | Lowercase versions of `occurrence' need to be spelled correctly, too. | Misha Brukman |
| 2003-07-10 | `Occurrence' has no `a' and the `r' is doubled. | Misha Brukman |
| 2003-07-07 | Stop using the `Offset' variable, as we are cycling through the bits of a field | Misha Brukman |
| 2003-06-30 | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell |
| 2003-06-28 | Add support for 'unsigned' command line arguments | Chris Lattner |
| 2003-06-27 | Added code to the clean rule that deletes files placed in the source directory. | John Criswell |
| 2003-06-19 | Remove usage of sys/unistd.h | Chris Lattner |
| 2003-06-17 | Put ifdefs around use of malloc.h/mallinfo, which isn't available on FreeBSD. | Brian Gaeke |
| 2003-06-17 | Fix misspelling of ExtraSources, hopefully to unbreak the nightly tester | Chris Lattner |
| 2003-06-16 | Actually, change it to use explicit new/delete, which is more likely to be | Chris Lattner |
| 2003-06-16 | Remove usage of alloca | Chris Lattner |
| 2003-06-16 | Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h", | Brian Gaeke |
| 2003-06-11 | Added assert.h so that it compiles under newer versions of GCC. | John Criswell |
| 2003-06-11 | Updated to the new Makefile.common. | John Criswell |
| 2003-06-06 | Old versions of GCC doesn't have <ostream> :( | Chris Lattner |
| 2003-06-06 | Fix compilation problem with some versions of G++ | Chris Lattner |
| 2003-06-06 | Fix problem with perror | Chris Lattner |
| 2003-06-06 | All debug print statements are now output with the DEBUG() guard to make | Misha Brukman |
| 2003-06-05 | * Stop ignoring cc registers, since we actually use them in branches. | Misha Brukman |
| 2003-06-03 | Spiff up options a bit | Chris Lattner |
| 2003-06-03 | Add -o support for TableGen | Chris Lattner |
| 2003-06-03 | Make tablegen use more structured command line options | Chris Lattner |
| 2003-06-03 | Stop ignoring the `cc' field, we actually use it now (e.g. conditional move) | Misha Brukman |
| 2003-05-30 | getValueOp() now takes a MachineInstr as well as a MachineOperand. | Misha Brukman |