1. 96b4bed Added an option to TableGen that allows users to specify a directory in which by John Criswell · 21 years ago
  2. c07ae39 Ignore more by Chris Lattner · 21 years ago
  3. 87486b4 Only use :: rules for #included files by Chris Lattner · 21 years ago
  4. a83de0b Fix warning on sparc build by Chris Lattner · 21 years ago
  5. 43bf32e Added #include <cassert>. In GCC 3.3, we don't get assert() through the other by John Criswell · 21 years ago
  6. 86f665b X86.td has been moved out of this directory; these are outdated targets. by Misha Brukman · 21 years ago
  7. 5560c9d Spell `necessary' correctly. by Misha Brukman · 21 years ago
  8. c7df109 Ignore dummy register classes by Chris Lattner · 21 years ago
  9. 673537e Add support for nodes with void arguments, like chain nodes by Chris Lattner · 21 years ago
  10. c3fe45b Using `std::remove' requires `cstdio.h'. by Misha Brukman · 21 years ago
  11. 6ad9076 Using std::string requires `#include <string>', says gcc-2.95.3. by Misha Brukman · 21 years ago
  12. 42f3372 Fix emission of instructions that directly reference MBBs by Chris Lattner · 21 years ago
  13. 6b666e8 Add support for the Any type. Minor fixes and enhancements for BasicBlock operands by Chris Lattner · 21 years ago
  14. c12a614 Rename DNVT_bool to DNVT_i1 to be consistent with type system by Chris Lattner · 21 years ago
  15. 723915b Add support for a bool argty by Chris Lattner · 21 years ago
  16. 7b56ce4 It is not an error if a rule does not match, it's just a failed match! by Chris Lattner · 21 years ago
  17. abb215e Add support for frameidx and literal immediates for instructions by Chris Lattner · 21 years ago
  18. 57fb6ab Add support for naming the destination of a "set" in a pattern by Chris Lattner · 21 years ago
  19. 88118bf Add support for the Arg1 argument type by Chris Lattner · 21 years ago
  20. 3eda2eb Don't forget to initializer result field to 0! by Chris Lattner · 21 years ago
  21. 91f2e9a Put printouts of acquired patterns under the DEBUG() guard, fixed spelling. by Misha Brukman · 21 years ago
  22. 053a205 Add full support for code generating expanders! by Chris Lattner · 21 years ago
  23. 990db46 Implement autopromotion of leaf trees from arguments to nodes of their own, by Chris Lattner · 21 years ago
  24. 91290d7 Implement correct parsing, representation, and printing of DAG argument names by Chris Lattner · 21 years ago
  25. fb9ea58 Recognize $foo as a variable by Chris Lattner · 21 years ago
  26. 094ec50 Implement real code emission, at least for Instruction patterns, by Chris Lattner · 21 years ago
  27. 6167004 First cut at emitting the reducer. This reducer just prints out the patterns by Chris Lattner · 21 years ago
  28. 9552b8c Finish the matcher! by Chris Lattner · 21 years ago
  29. b72fb7e Add new function by Chris Lattner · 21 years ago
  30. 955c1be This implements a large amount of the matcher, in fact, all of it except for one bug by Chris Lattner · 21 years ago
  31. 6dafd39 Emit the first half of the instruction selector. by Chris Lattner · 21 years ago
  32. ef0ce6a Finish implementation of nonterminal instantiation. by Chris Lattner · 21 years ago
  33. d3464c1 Add new method to get a value type as a string by Chris Lattner · 21 years ago
  34. 5709e51 Implement type-inference/checking for non-terminal references by Chris Lattner · 21 years ago
  35. ee858d2 Rename all of the "Process" methods to be "read" methods, start the Instantiate method by Chris Lattner · 21 years ago
  36. 90825b4 Add support for "cast" nodes, which are required when there is not enough information by Chris Lattner · 21 years ago
  37. ab05e2a Use the new version of isSubClassOf by Chris Lattner · 21 years ago
  38. a40e5ad Add and use a new method by Chris Lattner · 21 years ago
  39. 2b8b2b4 Cleanup and reorganize code, no functional changes by Chris Lattner · 21 years ago
  40. b356a24 Read in expanders too by Chris Lattner · 21 years ago
  41. f8e9683 Continued evolution of the selector emitter: Represent instruction patterns by Chris Lattner · 21 years ago
  42. bc659dd Finish implementation of the type inference engine. by Chris Lattner · 21 years ago
  43. 54c66fe Allow clients to get at the pointer type by Chris Lattner · 21 years ago
  44. 784a793 Add new method getVAlueAsDag by Chris Lattner · 21 years ago
  45. 018c9e4 Initial checkin of tree pattern parser and type inference engine (which still needs work). by Chris Lattner · 21 years ago
  46. 84a393b Eliminate now-dead method by Chris Lattner · 21 years ago
  47. 7884b75 Start using the CodeGeneratorWrappers by Chris Lattner · 21 years ago
  48. 4587207 Initial checkin of useful wrappers around the Target classes, for now, only ValueType and by Chris Lattner · 21 years ago
  49. eac56ac Ick, add the RIGHT accessor by Chris Lattner · 21 years ago
  50. 6514a32 Add accessor by Chris Lattner · 21 years ago
  51. 81a83f2 There is something wrong with code that looks like: by Chris Lattner · 21 years ago
  52. 38aa542 Export the register classes so that the instruction selector can get at them as needed by Chris Lattner · 21 years ago
  53. dfd414a Added asserts to prevent negative shift amounts from being generated. by Misha Brukman · 21 years ago
  54. 2787d1a Add error checking code to the node type parser. Start the instruction pattern by Chris Lattner · 21 years ago
  55. faca5ab Initial support for an instruction selector emitter by Chris Lattner · 21 years ago
  56. a7ac3cf All good classes with virtual functions should have virtual dtors... by Chris Lattner · 21 years ago
  57. 3f78134 Add an instruction selector emitter skeleton by Chris Lattner · 21 years ago
  58. 0e5e49e convert over to using TableGen backends by Chris Lattner · 21 years ago
  59. bc01723 Switch code over to being a TableGenBackend by Chris Lattner · 21 years ago
  60. 18a6a94 Add more helper methods by Chris Lattner · 21 years ago
  61. 2c0f2c7 New common interface for backends to use by Chris Lattner · 21 years ago
  62. d88ba5a Stop special-casing annul and predict bits (which are Sparc-specific anyway) by Misha Brukman · 21 years ago
  63. ffaee37 No functional changes, comment the fix I just put in by Chris Lattner · 21 years ago
  64. d7efef9 The CodeEmitterGenerator used to consider ANY uninitialized field as being an by Chris Lattner · 21 years ago
  65. bc21c34 Parse DAG patterns by Chris Lattner · 21 years ago
  66. 8e9a977 add support for DagInit initializers, which represent DAG patterns by Chris Lattner · 21 years ago
  67. 13854f2 Update file header comment by Chris Lattner · 21 years ago
  68. cad3569 Transition complete, remove the obsolete 'set' keyword by Chris Lattner · 21 years ago
  69. 42aa89e Start transitioning towards using 'let X = y in' statements, instead of 'set X = y in'. by Chris Lattner · 21 years ago
  70. e9d019c It appears that somehow we forgot to add support for code variables. by Chris Lattner · 21 years ago
  71. 40f7113 Add initial support for a new 'dag' type by Chris Lattner · 21 years ago
  72. a8af779 Allow registers to specify a custom name by Chris Lattner · 21 years ago
  73. 15de32d add new --gen-instr-desc option by Chris Lattner · 21 years ago
  74. 0969c5b Add new Record::getValueAsBit method by Chris Lattner · 21 years ago
  75. a3ae614 Finish the instruction info emitter by Chris Lattner · 21 years ago
  76. 08ca972 Fix bug: TableGen/IntBitInit.td by Chris Lattner · 21 years ago
  77. d19c2cf Fix bug: TableGen/BitsInitOverflow.td by Chris Lattner · 21 years ago
  78. 13c5b4c * Changes to allow lists of any type by Chris Lattner · 21 years ago
  79. 7cf0ce4 Changes to allow lists of any type by Chris Lattner · 21 years ago
  80. bc1f0dc expand contraction by Chris Lattner · 21 years ago
  81. 169e66b Add support for instruction enum emission by Chris Lattner · 21 years ago
  82. 33ccf7e Initial checkin of Instruction emitter, which just produces enum values so far by Chris Lattner · 21 years ago
  83. d17eabe Remove dead private: by Chris Lattner · 21 years ago
  84. 0bb66fc Make the register numbers line up more frequently by Chris Lattner · 21 years ago
  85. 6009425 Allow an external 'set' command to set multiple values in the same command. by Chris Lattner · 21 years ago
  86. 9fff891 Finish the register info emitter by Chris Lattner · 21 years ago
  87. dbb295b Add new method by Chris Lattner · 21 years ago
  88. c648dab DEBUG got moved to Debug.h by Chris Lattner · 21 years ago
  89. e79c72d Tablegen should only replace the output if it changes by Chris Lattner · 21 years ago
  90. f1e366a Make sure to delete the output file if there is an error by Chris Lattner · 21 years ago
  91. c7d5802 add support for emitting register classes by Chris Lattner · 21 years ago
  92. 58c5de1 Add new getValueAsListInit and getValueAsInt methods by Chris Lattner · 21 years ago
  93. 54d156d Add the ability to emit register file enums by Chris Lattner · 21 years ago
  94. 24151a6 Fix the way field bit references are resolved, also allow resolution of field references overall! by Chris Lattner · 21 years ago
  95. accd8ab Dead code elimination by Chris Lattner · 21 years ago
  96. 6f334ad Add new getValueAsBitsInit 'high-level' method by Chris Lattner · 21 years ago
  97. 1d1adea Add file comment by Chris Lattner · 21 years ago
  98. 3112326 Initial checkin of register info emitter by Chris Lattner · 21 years ago
  99. 048c00d Simplify code to match new interfaces by Chris Lattner · 21 years ago
  100. 5c737ad Switch over to an exception handling model for "high-level" requests. by Chris Lattner · 21 years ago