1. 96b4bed Added an option to TableGen that allows users to specify a directory in which by John Criswell · 21 years ago
  2. f959c33 Add new label by Chris Lattner · 21 years ago
  3. 87486b4 Only use :: rules for #included files by Chris Lattner · 21 years ago
  4. 71b0a31 Make build errors stand out by coloring them red. by Misha Brukman · 21 years ago
  5. a83de0b Fix warning on sparc build by Chris Lattner · 21 years ago
  6. eac3cdc Start testing SPEC as well as singlesource/multisource by Chris Lattner · 21 years ago
  7. 43bf32e Added #include <cassert>. In GCC 3.3, we don't get assert() through the other by John Criswell · 21 years ago
  8. c729415 Catch testing errors by Chris Lattner · 21 years ago
  9. fdaac9e Fix bug where we printed the month number instead of the day number *blush* by Chris Lattner · 21 years ago
  10. 08e2476 Fix bugs in tester Add new -norunningtests option by Chris Lattner · 21 years ago
  11. 86f665b X86.td has been moved out of this directory; these are outdated targets. by Misha Brukman · 21 years ago
  12. efe8474 Since we broke up SingleSource and MultiSource testing, the logs are now by Misha Brukman · 21 years ago
  13. 196a14a Do not force a runtimelimit! We were actually reducing it. by Chris Lattner · 21 years ago
  14. 8ab0a01 Increase the size of the LOC chart by Chris Lattner · 21 years ago
  15. 5e39b52 Remove fixme by Chris Lattner · 21 years ago
  16. c75b14e Add the magic incantations to get a running LOC graph updated each night... by Chris Lattner · 21 years ago
  17. 24eefd3 Add in the running LOC chart by Chris Lattner · 21 years ago
  18. f5a6ab9 Wrap line at 80 columns Fix bogus failures by Chris Lattner · 21 years ago
  19. 5560c9d Spell `necessary' correctly. by Misha Brukman · 21 years ago
  20. 00d7af6 Fix minor bugs in the tester by Chris Lattner · 21 years ago
  21. bf6a4dc * Split the programs table into MultiSource and SingleSource components by Chris Lattner · 21 years ago
  22. e928d7d The CBE output is compiled at -O2 by Chris Lattner · 21 years ago
  23. b1adab7 Add docs for new column, native tests now run with -O2 by Chris Lattner · 21 years ago
  24. e2ce618 Make the check for a failed test run more robust!! by Chris Lattner · 21 years ago
  25. 0137afa * Match the column names in the report by Misha Brukman · 21 years ago
  26. 4050f7f Document new column, remove X86 specific stuff by Chris Lattner · 21 years ago
  27. c7df109 Ignore dummy register classes by Chris Lattner · 21 years ago
  28. 673537e Add support for nodes with void arguments, like chain nodes by Chris Lattner · 21 years ago
  29. c3fe45b Using `std::remove' requires `cstdio.h'. by Misha Brukman · 21 years ago
  30. 8e9554a * Enable SPEC testing in the `configure' script command line by Misha Brukman · 21 years ago
  31. 6ad9076 Using std::string requires `#include <string>', says gcc-2.95.3. by Misha Brukman · 21 years ago
  32. 42f3372 Fix emission of instructions that directly reference MBBs by Chris Lattner · 21 years ago
  33. 175724f Make LOC count more accurate by not including the tablegen lexer/parser, any .inc files, which are generated by tablegen, nor .lo files which sometimes get picked up from libtool by Chris Lattner · 21 years ago
  34. 6b666e8 Add support for the Any type. Minor fixes and enhancements for BasicBlock operands by Chris Lattner · 21 years ago
  35. c12a614 Rename DNVT_bool to DNVT_i1 to be consistent with type system by Chris Lattner · 21 years ago
  36. 723915b Add support for a bool argty by Chris Lattner · 21 years ago
  37. 7b56ce4 It is not an error if a rule does not match, it's just a failed match! by Chris Lattner · 21 years ago
  38. abb215e Add support for frameidx and literal immediates for instructions by Chris Lattner · 21 years ago
  39. 57fb6ab Add support for naming the destination of a "set" in a pattern by Chris Lattner · 21 years ago
  40. 88118bf Add support for the Arg1 argument type by Chris Lattner · 21 years ago
  41. dac3549 Added keyword `include', and a FIXME for hex and binary constants. by Misha Brukman · 21 years ago
  42. bdb4119 * Added (X)Emacs mode for TableGen description files by Misha Brukman · 21 years ago
  43. 3871f05 tablegen.vim: by Misha Brukman · 21 years ago
  44. 00a61d4 Add .llx by Chris Lattner · 21 years ago
  45. 115dc0d Added a TableGen syntax highlighting mode for VIM and a README that describes by Misha Brukman · 21 years ago
  46. 3eda2eb Don't forget to initializer result field to 0! by Chris Lattner · 21 years ago
  47. 91f2e9a Put printouts of acquired patterns under the DEBUG() guard, fixed spelling. by Misha Brukman · 21 years ago
  48. 053a205 Add full support for code generating expanders! by Chris Lattner · 21 years ago
  49. 990db46 Implement autopromotion of leaf trees from arguments to nodes of their own, by Chris Lattner · 21 years ago
  50. 91290d7 Implement correct parsing, representation, and printing of DAG argument names by Chris Lattner · 21 years ago
  51. fb9ea58 Recognize $foo as a variable by Chris Lattner · 21 years ago
  52. 094ec50 Implement real code emission, at least for Instruction patterns, by Chris Lattner · 21 years ago
  53. 6167004 First cut at emitting the reducer. This reducer just prints out the patterns by Chris Lattner · 21 years ago
  54. 9552b8c Finish the matcher! by Chris Lattner · 21 years ago
  55. b72fb7e Add new function by Chris Lattner · 21 years ago
  56. 955c1be This implements a large amount of the matcher, in fact, all of it except for one bug by Chris Lattner · 21 years ago
  57. 6dafd39 Emit the first half of the instruction selector. by Chris Lattner · 21 years ago
  58. ef0ce6a Finish implementation of nonterminal instantiation. by Chris Lattner · 21 years ago
  59. d3464c1 Add new method to get a value type as a string by Chris Lattner · 21 years ago
  60. 5709e51 Implement type-inference/checking for non-terminal references by Chris Lattner · 21 years ago
  61. ee858d2 Rename all of the "Process" methods to be "read" methods, start the Instantiate method by Chris Lattner · 21 years ago
  62. 90825b4 Add support for "cast" nodes, which are required when there is not enough information by Chris Lattner · 21 years ago
  63. ab05e2a Use the new version of isSubClassOf by Chris Lattner · 21 years ago
  64. a40e5ad Add and use a new method by Chris Lattner · 21 years ago
  65. 2b8b2b4 Cleanup and reorganize code, no functional changes by Chris Lattner · 21 years ago
  66. b356a24 Read in expanders too by Chris Lattner · 21 years ago
  67. f8e9683 Continued evolution of the selector emitter: Represent instruction patterns by Chris Lattner · 21 years ago
  68. bc659dd Finish implementation of the type inference engine. by Chris Lattner · 21 years ago
  69. 54c66fe Allow clients to get at the pointer type by Chris Lattner · 21 years ago
  70. 784a793 Add new method getVAlueAsDag by Chris Lattner · 21 years ago
  71. 018c9e4 Initial checkin of tree pattern parser and type inference engine (which still needs work). by Chris Lattner · 21 years ago
  72. 84a393b Eliminate now-dead method by Chris Lattner · 21 years ago
  73. 7884b75 Start using the CodeGeneratorWrappers by Chris Lattner · 21 years ago
  74. 4587207 Initial checkin of useful wrappers around the Target classes, for now, only ValueType and by Chris Lattner · 21 years ago
  75. eac56ac Ick, add the RIGHT accessor by Chris Lattner · 21 years ago
  76. 6514a32 Add accessor by Chris Lattner · 21 years ago
  77. 81a83f2 There is something wrong with code that looks like: by Chris Lattner · 21 years ago
  78. 38aa542 Export the register classes so that the instruction selector can get at them as needed by Chris Lattner · 21 years ago
  79. dfd414a Added asserts to prevent negative shift amounts from being generated. by Misha Brukman · 21 years ago
  80. c9cdadf Sort the file lists by Chris Lattner · 21 years ago
  81. 2787d1a Add error checking code to the node type parser. Start the instruction pattern by Chris Lattner · 21 years ago
  82. faca5ab Initial support for an instruction selector emitter by Chris Lattner · 21 years ago
  83. a7ac3cf All good classes with virtual functions should have virtual dtors... by Chris Lattner · 21 years ago
  84. 3f78134 Add an instruction selector emitter skeleton by Chris Lattner · 21 years ago
  85. 0e5e49e convert over to using TableGen backends by Chris Lattner · 21 years ago
  86. bc01723 Switch code over to being a TableGenBackend by Chris Lattner · 21 years ago
  87. 18a6a94 Add more helper methods by Chris Lattner · 21 years ago
  88. 2c0f2c7 New common interface for backends to use by Chris Lattner · 21 years ago
  89. d88ba5a Stop special-casing annul and predict bits (which are Sparc-specific anyway) by Misha Brukman · 21 years ago
  90. ffaee37 No functional changes, comment the fix I just put in by Chris Lattner · 21 years ago
  91. d7efef9 The CodeEmitterGenerator used to consider ANY uninitialized field as being an by Chris Lattner · 21 years ago
  92. bc21c34 Parse DAG patterns by Chris Lattner · 21 years ago
  93. 8e9a977 add support for DagInit initializers, which represent DAG patterns by Chris Lattner · 21 years ago
  94. 13854f2 Update file header comment by Chris Lattner · 21 years ago
  95. cad3569 Transition complete, remove the obsolete 'set' keyword by Chris Lattner · 21 years ago
  96. 42aa89e Start transitioning towards using 'let X = y in' statements, instead of 'set X = y in'. by Chris Lattner · 21 years ago
  97. e9d019c It appears that somehow we forgot to add support for code variables. by Chris Lattner · 21 years ago
  98. 40f7113 Add initial support for a new 'dag' type by Chris Lattner · 21 years ago
  99. a8af779 Allow registers to specify a custom name by Chris Lattner · 21 years ago
  100. 15de32d add new --gen-instr-desc option by Chris Lattner · 21 years ago