1. 76bf868 Allow specifying custom names for registers by Chris Lattner · 21 years ago
  2. 15de32d add new --gen-instr-desc option by Chris Lattner · 21 years ago
  3. 0969c5b Add new Record::getValueAsBit method by Chris Lattner · 21 years ago
  4. a3ae614 Finish the instruction info emitter by Chris Lattner · 21 years ago
  5. 8d44ba8 Start using tablegen'd instruction enum list by Chris Lattner · 21 years ago
  6. 113455b Resort tables by Chris Lattner · 21 years ago
  7. 4d18d5c Lump the base opcode in with the X86 TargetSpecific flags by Chris Lattner · 21 years ago
  8. abf05b2 * Start using tablegen'd instruction descriptions by Chris Lattner · 21 years ago
  9. c01f393 Start using tablegenerated instruction descriptions by Chris Lattner · 21 years ago
  10. 1cca5e3 Add new TableGen instruction definitions by Chris Lattner · 21 years ago
  11. 5302e28 Remove the old .def file, it is now obsolete by Chris Lattner · 21 years ago
  12. 34a2068 Rearrange fields yet again: Don't instantiate these lists ONCE PER INSTRUCTION. by Chris Lattner · 21 years ago
  13. e109de3 Simplify code, eliminating the need for the X86 isVoid target instr flag by Chris Lattner · 21 years ago
  14. 4cc662b Set debug types by Chris Lattner · 21 years ago
  15. cb53358 Set debug types by Chris Lattner · 21 years ago
  16. 925b771 Remove using decl by Chris Lattner · 21 years ago
  17. 9ca5a2a The NOOP instruction is no longer needed. Instead, use the by Chris Lattner · 21 years ago
  18. c66c9b4 Ok, try #2, this time I'll not be stupid by Chris Lattner · 21 years ago
  19. 83fe603 We know we have a mklib file, ignore it please CVS! by Chris Lattner · 21 years ago
  20. d265d03 CVS, please don't tell us that we have a new config.h file, everyone knows that. by Chris Lattner · 21 years ago
  21. 08ca972 Fix bug: TableGen/IntBitInit.td by Chris Lattner · 21 years ago
  22. a6aff65 New testcase by Chris Lattner · 21 years ago
  23. d19c2cf Fix bug: TableGen/BitsInitOverflow.td by Chris Lattner · 21 years ago
  24. b77eb78 Add Target class for X86 target by Chris Lattner · 21 years ago
  25. 9eab316 The RegisterInfo class is obsolete by Chris Lattner · 21 years ago
  26. a5100d9 Remove the RegisterInfo class in favor of a general Target class. Add instrinfo stuff by Chris Lattner · 21 years ago
  27. 13c5b4c * Changes to allow lists of any type by Chris Lattner · 21 years ago
  28. 7cf0ce4 Changes to allow lists of any type by Chris Lattner · 21 years ago
  29. bc1f0dc expand contraction by Chris Lattner · 21 years ago
  30. 49136e1 New testcase by Chris Lattner · 21 years ago
  31. 169e66b Add support for instruction enum emission by Chris Lattner · 21 years ago
  32. 33ccf7e Initial checkin of Instruction emitter, which just produces enum values so far by Chris Lattner · 21 years ago
  33. d17eabe Remove dead private: by Chris Lattner · 21 years ago
  34. a676978 Tell CVS to ignore all .inc files by Chris Lattner · 21 years ago
  35. 8320035 Switch over to tablegen generated header files by Chris Lattner · 21 years ago
  36. 7ad3e06 Switch over to TableGen generated register file description by Chris Lattner · 21 years ago
  37. 762fb5f Initial checkin of X86.td file by Chris Lattner · 21 years ago
  38. b76d6fc Initial checkin of X86 Register File description by Chris Lattner · 21 years ago
  39. 0bb66fc Make the register numbers line up more frequently by Chris Lattner · 21 years ago
  40. 6009425 Allow an external 'set' command to set multiple values in the same command. by Chris Lattner · 21 years ago
  41. 9fff891 Finish the register info emitter by Chris Lattner · 21 years ago
  42. 09ce077 Fix typeos in comments by Chris Lattner · 21 years ago
  43. b889b69 Make it easier to debug by exposing a temporary by Chris Lattner · 21 years ago
  44. d3fd79f Wrap at 80 columns by Chris Lattner · 21 years ago
  45. dbb295b Add new method by Chris Lattner · 21 years ago
  46. 14fef50 Fix problem executing the CBE by Chris Lattner · 21 years ago
  47. 806e186 Fix a bug by Chris Lattner · 21 years ago
  48. be84e3c Rename fields by Chris Lattner · 21 years ago
  49. a11136b Move DEBUG to Debug.h by Chris Lattner · 21 years ago
  50. 84b7f8d Update information about the new DEBUG_TYPE macro by Chris Lattner · 21 years ago
  51. 556d89d DEBUG got moved to Debug.h by Chris Lattner · 21 years ago
  52. 038e05a Move debug functionality to Debug.cpp/Debug.h by Chris Lattner · 21 years ago
  53. 96a54db Describe the value name by Chris Lattner · 21 years ago
  54. 6806f56 DEBUG got moved to Support/Debug.h by Chris Lattner · 21 years ago
  55. c648dab DEBUG got moved to Debug.h by Chris Lattner · 21 years ago
  56. 2dd93ed Move debugging support out of Statistic.h into Debug.h, implement the new DEBUG_TYPE facilities by Chris Lattner · 21 years ago
  57. aeac00e Including statistics into an anonymous namespace that gets #included into by Chris Lattner · 21 years ago
  58. 589a4cc Fix <>'s in HTML by Chris Lattner · 21 years ago
  59. 7a6ff2b Check in the implementation of the FileUtilities! by Chris Lattner · 21 years ago
  60. e79c72d Tablegen should only replace the output if it changes by Chris Lattner · 21 years ago
  61. 02f7fa4 Remove makefile complexity by always running tablegen with its final output by Chris Lattner · 21 years ago
  62. 65f6279 Use the new FileUtilities library to do diff'ing of files by Chris Lattner · 21 years ago
  63. 794a58e Use the C++, more portable, deleter by Chris Lattner · 21 years ago
  64. 4181a4f New file by Chris Lattner · 21 years ago
  65. f1e366a Make sure to delete the output file if there is an error by Chris Lattner · 21 years ago
  66. fafac12 Move #include from a header to here by Chris Lattner · 21 years ago
  67. 9ef719a This file doesn't need this include by Chris Lattner · 21 years ago
  68. 10b9fa8 Don't emit modules with lots of cruft hanging off of them. by Chris Lattner · 21 years ago
  69. 587a6ce Parameterize the performFinalCleanups a bit by Chris Lattner · 21 years ago
  70. 72666e6 Add all arithmetic operators to ConstantExprToString(). by Vikram S. Adve · 21 years ago
  71. 97e02eb *Both* operands of divide need sign-extension before divide (if smaller by Vikram S. Adve · 21 years ago
  72. 248932b Put back the separate pass to decompose multi-dimensional references by Vikram S. Adve · 21 years ago
  73. c7d5802 add support for emitting register classes by Chris Lattner · 21 years ago
  74. 58c5de1 Add new getValueAsListInit and getValueAsInt methods by Chris Lattner · 21 years ago
  75. 54d156d Add the ability to emit register file enums by Chris Lattner · 21 years ago
  76. 24151a6 Fix the way field bit references are resolved, also allow resolution of field references overall! by Chris Lattner · 21 years ago
  77. de04dd7 encode size information into each ValueType Add new RegisterInfo class by Chris Lattner · 21 years ago
  78. accd8ab Dead code elimination by Chris Lattner · 21 years ago
  79. 6f334ad Add new getValueAsBitsInit 'high-level' method by Chris Lattner · 21 years ago
  80. 1d1adea Add file comment by Chris Lattner · 21 years ago
  81. 3112326 Initial checkin of register info emitter by Chris Lattner · 21 years ago
  82. 048c00d Simplify code to match new interfaces by Chris Lattner · 21 years ago
  83. 5c737ad Switch over to an exception handling model for "high-level" requests. by Chris Lattner · 21 years ago
  84. cf1b585 Minor cleanups by Chris Lattner · 21 years ago
  85. ab47ae3 Factor code out into a new getAllDerivedDefinitions method, which is generally useful by Chris Lattner · 21 years ago
  86. 7296fb0 This method is long dead by Chris Lattner · 21 years ago
  87. c44df87 Removed the -only-static option as it is no longer required (and didn't work by John Criswell · 21 years ago
  88. 82f4a5a Modified the use of libtool so that we don't compile every file twice. by John Criswell · 21 years ago
  89. 71336a9 Fix the JIT in the Nightly tester. This was not a fun bug to track down. by Chris Lattner · 21 years ago
  90. 396aecd Trivial cleanups: no need to include header twice. Global variable is local to file by Chris Lattner · 21 years ago
  91. b08f3df Remove more obsolete comments by Chris Lattner · 21 years ago
  92. f31dc98 Changed pointer to the JIT code to its current location, under LLI. by Misha Brukman · 21 years ago
  93. f6b7ff9 Unbreak the CBE output by Chris Lattner · 21 years ago
  94. 002a50a I think local symbols in X86 GAS have to start with .L, not just by Brian Gaeke · 21 years ago
  95. 54ac8b1 Changed the default location of OBJ_ROOT to follow these rules: by John Criswell · 21 years ago
  96. 6058fd3 Forget about KEEP_SYMBOLS, make sure to build into the temp directory, not into localhome by Chris Lattner · 21 years ago
  97. 506dad0 Modified the code so that it generates (0) for setjmp() and abort() for by John Criswell · 21 years ago
  98. be08bb3 Renamed trapping instruction function to be more consistent with other functions in the file. by Tanya Lattner · 21 years ago
  99. ec127bb *** empty log message *** by Tanya Lattner · 21 years ago
  100. c9670ef More minor cleanups of the interface by Chris Lattner · 21 years ago