1. c9670ef More minor cleanups of the interface by Chris Lattner · 21 years ago
  2. f745a20 Rename createEmitter to run because eventually all tablegen backends will by Chris Lattner · 21 years ago
  3. 14d7c59 Add file comment by Chris Lattner · 21 years ago
  4. aaa3939 Tighten up interface by Chris Lattner · 21 years ago
  5. e3a1d05 Add support for code fragments by Chris Lattner · 21 years ago
  6. f05760d Initial support for the 'code' type. by Chris Lattner · 21 years ago
  7. 7dff053 Move err() to the lexer, implement file inclusion capabilities directly in tblgen by Chris Lattner · 21 years ago
  8. e623fe3 Minor reorganization, move ParseFile to the lexer by Chris Lattner · 21 years ago
  9. 9052390 Make tablegen take an input filename to parse if one is specified, otherwise by Chris Lattner · 21 years ago
  10. d33b8db Directly support C style comments in tblgen, but allow them to actually nest by Chris Lattner · 21 years ago
  11. 18226e0 Fix coredump for when an ID is used illegally outside a record by Chris Lattner · 21 years ago
  12. bfce056 Don't pollute the namespace with template arguments after they have been resolved by Chris Lattner · 21 years ago
  13. 554af5c Implement TODO: disallow 'def's with template arguments. by Chris Lattner · 21 years ago
  14. fc06bf0 Allow specification of anonymous definitions by Chris Lattner · 21 years ago
  15. f1b36f9 Allow passing lists through variables by Chris Lattner · 21 years ago
  16. 9b929aa Implement resolution of variables to the value of the variable once it gets a value by Chris Lattner · 21 years ago
  17. 3070954 Don't crash if there is no Inst class in the tablegen file! by Chris Lattner · 21 years ago
  18. 2e72454 Add support for Set statements without {}'s. Now we can just say by Chris Lattner · 21 years ago
  19. ce3d640 Allow initializing variable initializers with variables by Chris Lattner · 21 years ago
  20. b5b3c6f Use C++ headers, not C headers by Chris Lattner · 21 years ago
  21. df3ac86 (1) Pass 'VAR=string' arguments to gmake by Vikram S. Adve · 21 years ago
  22. c86516f Added a DEBUG() guard to a debug information printout. by Misha Brukman · 21 years ago
  23. f6e5217 Fixed a bug: outputting name of variable instead of its value. by Misha Brukman · 21 years ago
  24. 7eac476 This optimization greatly enhances efficiency of creating new instructions by by Misha Brukman · 21 years ago
  25. 48aa824 Stop using the `Offset' variable, as we are cycling through the bits of a field by Misha Brukman · 21 years ago
  26. 1b36689 * Made $Template refer to a path relative to the checked-out tree by Misha Brukman · 21 years ago
  27. 3fb290e Add -d option to trust the disassembler. by Brian Gaeke · 21 years ago
  28. 6bc3b7c here little scriptie, nice scriptie... by Brian Gaeke · 21 years ago
  29. 42815c8 Update to configure the tree before building it. by Chris Lattner · 21 years ago
  30. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 21 years ago
  31. 3a56364 Added code to the clean rule that deletes files placed in the source directory. by John Criswell · 21 years ago
  32. c0f33b5 Modify script to support checkins on branches by Chris Lattner · 21 years ago
  33. da5a643 update documentation about columns by Chris Lattner · 21 years ago
  34. 433c3fe Fix breakage due to John's recent changes by Chris Lattner · 21 years ago
  35. 5449955 Fix misspelling of ExtraSources, hopefully to unbreak the nightly tester by Chris Lattner · 21 years ago
  36. 028936a Added assert.h so that it compiles under newer versions of GCC. by John Criswell · 21 years ago
  37. aff713c Updated to the new Makefile.common. by John Criswell · 21 years ago
  38. 1cb65f2 Old versions of GCC doesn't have <ostream> :( by Chris Lattner · 21 years ago
  39. f4ef4c8 All debug print statements are now output with the DEBUG() guard to make by Misha Brukman · 21 years ago
  40. 3d194ac * Stop ignoring cc registers, since we actually use them in branches. by Misha Brukman · 21 years ago
  41. 85df225 Spiff up options a bit by Chris Lattner · 21 years ago
  42. 9a88638 Add -o support for TableGen by Chris Lattner · 21 years ago
  43. bc52013 Make tablegen use more structured command line options by Chris Lattner · 21 years ago
  44. 4817a5e Removing personal name from source code. by Misha Brukman · 21 years ago
  45. f77ed7a Added the `to' keyword as in `cast <type> <data> to <type>'. by Misha Brukman · 21 years ago
  46. 5981d78 * Added the `to' keyword, as in `cast <type> <data> to <type>'. by Misha Brukman · 21 years ago
  47. 9ced167 Stop ignoring the `cc' field, we actually use it now (e.g. conditional move) by Misha Brukman · 21 years ago
  48. e7800b5 getValueOp() now takes a MachineInstr as well as a MachineOperand. by Misha Brukman · 21 years ago
  49. ecc7fd3 Output the opcode name of the instruction being emitted to cerr. by Misha Brukman · 21 years ago
  50. b9dd815 Cannot output `static' in generated cpp code: results in error. It's already by Misha Brukman · 21 years ago
  51. cbfde0a * Now outputting a static function getBinaryCodeForInstr() (JIT-accessible) by Misha Brukman · 21 years ago
  52. 3578d7e Do not show errors when moving file. The error is shown the first time anyone by Misha Brukman · 21 years ago
  53. f00ce8b Add ability to utilize the code emitter generator (CodeEmitterGen). by Misha Brukman · 21 years ago
  54. 9fff7e1 First cut at the Code Generator using the TableGen methodology. by Misha Brukman · 21 years ago
  55. e3d333e I fixed that ``thang'', yo. by Misha Brukman · 21 years ago
  56. 6e51bfa Fix a halfway done change to the nightly tester :( by Chris Lattner · 21 years ago
  57. 2e8be14 Get the nightly tester to detect other kind of testing problems by Chris Lattner · 21 years ago
  58. 30ac0c0 Force overwriting the file if it already exists. by Chris Lattner · 21 years ago
  59. 8240c66 Update column info by Chris Lattner · 21 years ago
  60. c567567 Add support for new va_arg instruction by Chris Lattner · 21 years ago
  61. 8ad51f5 Update to add new keywords by Chris Lattner · 21 years ago
  62. 2c72b18 Add missing keyword, add new linkage keywords by Chris Lattner · 21 years ago
  63. 828b278 Add new linkage keywords. Spell uninitialized correctly by Chris Lattner · 21 years ago
  64. 88a9a3e Update to work with newer versions of bison by Chris Lattner · 21 years ago
  65. ec0e374 * Don't run tests if compilation failed by Chris Lattner · 22 years ago
  66. 915e030 Fix broken links by Chris Lattner · 22 years ago
  67. 9b50cbf Allow tests to run for 5 minutes before timing out. by Chris Lattner · 22 years ago
  68. 09bfdf5 Indent for uniformity by Chris Lattner · 22 years ago
  69. b16b399 Fix warning on sparc by Chris Lattner · 22 years ago
  70. e7113ad Make sure the files get sorted correctly by Chris Lattner · 22 years ago
  71. 5d6c438 Compress large logs by Chris Lattner · 22 years ago
  72. d9bdbaa Implement "new/removed/broken/fixed" tests by Chris Lattner · 22 years ago
  73. b344030 Implement program tests, and test for compile time problems by Chris Lattner · 22 years ago
  74. 8a4baf4 Add support for program tests by Chris Lattner · 22 years ago
  75. 1cbc0a6 Fix indentation code, simplify a bit by Chris Lattner · 22 years ago
  76. 2f8cb57 Add information about new warnings and warning changes by Chris Lattner · 22 years ago
  77. 4170123 Fix warnings by Chris Lattner · 22 years ago
  78. 4c7e303 Initial checkin of the nightly build scripts by Chris Lattner · 22 years ago
  79. 1f30a07 Include tablegen by Chris Lattner · 22 years ago
  80. 28c2d40 Fix bug by Chris Lattner · 22 years ago
  81. 23ffa4a Allow printing partially constructed bitsets by Chris Lattner · 22 years ago
  82. cdbfa42 Don't delete values that may still be referenced! by Chris Lattner · 22 years ago
  83. ade0de9 Tighten up assertion checking by Chris Lattner · 22 years ago
  84. 7b1d49b Add code that can be used for debugging by Chris Lattner · 22 years ago
  85. b1ed0fc Continue implementing field initializers by Chris Lattner · 22 years ago
  86. 4767a0c Don't delete temporary files by Chris Lattner · 22 years ago
  87. b45b3b3 Continued support for field intitializers by Chris Lattner · 22 years ago
  88. db1b766 Continued support for field initializer by Chris Lattner · 22 years ago
  89. 7331ab9 Continued support for Field Initializer by Chris Lattner · 22 years ago
  90. 9833493 Adjustments due to new FieldInit stuff by Chris Lattner · 22 years ago
  91. f1e37d9 Add comments, factor out common code by Chris Lattner · 22 years ago
  92. 34a7769 Add support for field exprs by Chris Lattner · 22 years ago
  93. 28520c4 * Move BitsInit::resolveReferences up with the rest of BitsInit code by Chris Lattner · 22 years ago
  94. a165190 Initial support for Field Expressions by Chris Lattner · 22 years ago
  95. d00e8f1 Add correct dependency by Chris Lattner · 22 years ago
  96. 24e7909 Split up targets by Chris Lattner · 22 years ago
  97. 07278e4 Add comments by Chris Lattner · 22 years ago
  98. e62c118 Initial checkin of TableGen utility by Chris Lattner · 22 years ago
  99. 24567a9 Add makefile to build subdirs by Chris Lattner · 22 years ago
  100. e6f960a Fix burg build problem. by Chris Lattner · 22 years ago