1. 7bb107d While I'm looking at it, line up the SED lines by Chris Lattner · 21 years ago
  2. a328f88 * Don't print out HOW we are running Flex unless in verbose mode. We already by Chris Lattner · 21 years ago
  3. 5d3f1f0 Do not attempt to reduce a test case if it is an empty set. by Misha Brukman · 21 years ago
  4. 5cfff25 Added code that ensures that we don't try to reduce an empty vector of basic by John Criswell · 21 years ago
  5. e5bb2d9 There is nothing special about noops anymore by Chris Lattner · 21 years ago
  6. 17d4d14 There is nothing special about noops now by Chris Lattner · 21 years ago
  7. cad3569 Transition complete, remove the obsolete 'set' keyword by Chris Lattner · 21 years ago
  8. 7cc7d98 Transition to using 'let X = y' instead of 'set X = y'. by Chris Lattner · 21 years ago
  9. c8f4587 transition to using let instead of set by Chris Lattner · 21 years ago
  10. 60e81db Transition to using let instead of set by Chris Lattner · 21 years ago
  11. 42aa89e Start transitioning towards using 'let X = y in' statements, instead of 'set X = y in'. by Chris Lattner · 21 years ago
  12. e9d019c It appears that somehow we forgot to add support for code variables. by Chris Lattner · 21 years ago
  13. 83a913d New testcase by Chris Lattner · 21 years ago
  14. 40f7113 Add initial support for a new 'dag' type by Chris Lattner · 21 years ago
  15. 5e2cb8b Fix Bug: test/Regression/Jello/2003-08-03-CallArgLiveRanges.llx by Chris Lattner · 21 years ago
  16. 1913c11 New testcase by Chris Lattner · 21 years ago
  17. 72feb15 Simplify some constant expressions by Chris Lattner · 21 years ago
  18. ca25b95 Make sure to flush the output stream so that we get incremental updates by Chris Lattner · 21 years ago
  19. 6730c81 Print accurate run instructions for when testing LLC by Chris Lattner · 21 years ago
  20. d587a84 Remove illegal, unsupported escapes. This fixes program: Ptrdist-bc by Chris Lattner · 21 years ago
  21. e012132 * Sort #includes, remove dupliates by Chris Lattner · 21 years ago
  22. 15d1127 Fix problem I introduced in bugpoint with the cleanup functions by Chris Lattner · 21 years ago
  23. a8af779 Allow registers to specify a custom name by Chris Lattner · 21 years ago
  24. 7af9a38 Specify custom name for registers to get the ()'s in the name. by Chris Lattner · 21 years ago
  25. 76bf868 Allow specifying custom names for registers by Chris Lattner · 21 years ago
  26. 15de32d add new --gen-instr-desc option by Chris Lattner · 21 years ago
  27. 0969c5b Add new Record::getValueAsBit method by Chris Lattner · 21 years ago
  28. a3ae614 Finish the instruction info emitter by Chris Lattner · 21 years ago
  29. 8d44ba8 Start using tablegen'd instruction enum list by Chris Lattner · 21 years ago
  30. 113455b Resort tables by Chris Lattner · 21 years ago
  31. 4d18d5c Lump the base opcode in with the X86 TargetSpecific flags by Chris Lattner · 21 years ago
  32. abf05b2 * Start using tablegen'd instruction descriptions by Chris Lattner · 21 years ago
  33. c01f393 Start using tablegenerated instruction descriptions by Chris Lattner · 21 years ago
  34. 1cca5e3 Add new TableGen instruction definitions by Chris Lattner · 21 years ago
  35. 5302e28 Remove the old .def file, it is now obsolete by Chris Lattner · 21 years ago
  36. 34a2068 Rearrange fields yet again: Don't instantiate these lists ONCE PER INSTRUCTION. by Chris Lattner · 21 years ago
  37. e109de3 Simplify code, eliminating the need for the X86 isVoid target instr flag by Chris Lattner · 21 years ago
  38. 4cc662b Set debug types by Chris Lattner · 21 years ago
  39. cb53358 Set debug types by Chris Lattner · 21 years ago
  40. 925b771 Remove using decl by Chris Lattner · 21 years ago
  41. 9ca5a2a The NOOP instruction is no longer needed. Instead, use the by Chris Lattner · 21 years ago
  42. c66c9b4 Ok, try #2, this time I'll not be stupid by Chris Lattner · 21 years ago
  43. 83fe603 We know we have a mklib file, ignore it please CVS! by Chris Lattner · 21 years ago
  44. d265d03 CVS, please don't tell us that we have a new config.h file, everyone knows that. by Chris Lattner · 21 years ago
  45. 08ca972 Fix bug: TableGen/IntBitInit.td by Chris Lattner · 21 years ago
  46. a6aff65 New testcase by Chris Lattner · 21 years ago
  47. d19c2cf Fix bug: TableGen/BitsInitOverflow.td by Chris Lattner · 21 years ago
  48. b77eb78 Add Target class for X86 target by Chris Lattner · 21 years ago
  49. 9eab316 The RegisterInfo class is obsolete by Chris Lattner · 21 years ago
  50. a5100d9 Remove the RegisterInfo class in favor of a general Target class. Add instrinfo stuff by Chris Lattner · 21 years ago
  51. 13c5b4c * Changes to allow lists of any type by Chris Lattner · 21 years ago
  52. 7cf0ce4 Changes to allow lists of any type by Chris Lattner · 21 years ago
  53. bc1f0dc expand contraction by Chris Lattner · 21 years ago
  54. 49136e1 New testcase by Chris Lattner · 21 years ago
  55. 169e66b Add support for instruction enum emission by Chris Lattner · 21 years ago
  56. 33ccf7e Initial checkin of Instruction emitter, which just produces enum values so far by Chris Lattner · 21 years ago
  57. d17eabe Remove dead private: by Chris Lattner · 21 years ago
  58. a676978 Tell CVS to ignore all .inc files by Chris Lattner · 21 years ago
  59. 8320035 Switch over to tablegen generated header files by Chris Lattner · 21 years ago
  60. 7ad3e06 Switch over to TableGen generated register file description by Chris Lattner · 21 years ago
  61. 762fb5f Initial checkin of X86.td file by Chris Lattner · 21 years ago
  62. b76d6fc Initial checkin of X86 Register File description by Chris Lattner · 21 years ago
  63. 0bb66fc Make the register numbers line up more frequently by Chris Lattner · 21 years ago
  64. 6009425 Allow an external 'set' command to set multiple values in the same command. by Chris Lattner · 21 years ago
  65. 9fff891 Finish the register info emitter by Chris Lattner · 21 years ago
  66. 09ce077 Fix typeos in comments by Chris Lattner · 21 years ago
  67. b889b69 Make it easier to debug by exposing a temporary by Chris Lattner · 21 years ago
  68. d3fd79f Wrap at 80 columns by Chris Lattner · 21 years ago
  69. dbb295b Add new method by Chris Lattner · 21 years ago
  70. 14fef50 Fix problem executing the CBE by Chris Lattner · 21 years ago
  71. 806e186 Fix a bug by Chris Lattner · 21 years ago
  72. be84e3c Rename fields by Chris Lattner · 21 years ago
  73. a11136b Move DEBUG to Debug.h by Chris Lattner · 21 years ago
  74. 84b7f8d Update information about the new DEBUG_TYPE macro by Chris Lattner · 21 years ago
  75. 556d89d DEBUG got moved to Debug.h by Chris Lattner · 21 years ago
  76. 038e05a Move debug functionality to Debug.cpp/Debug.h by Chris Lattner · 21 years ago
  77. 96a54db Describe the value name by Chris Lattner · 21 years ago
  78. 6806f56 DEBUG got moved to Support/Debug.h by Chris Lattner · 21 years ago
  79. c648dab DEBUG got moved to Debug.h by Chris Lattner · 21 years ago
  80. 2dd93ed Move debugging support out of Statistic.h into Debug.h, implement the new DEBUG_TYPE facilities by Chris Lattner · 21 years ago
  81. aeac00e Including statistics into an anonymous namespace that gets #included into by Chris Lattner · 21 years ago
  82. 589a4cc Fix <>'s in HTML by Chris Lattner · 21 years ago
  83. 7a6ff2b Check in the implementation of the FileUtilities! by Chris Lattner · 21 years ago
  84. e79c72d Tablegen should only replace the output if it changes by Chris Lattner · 21 years ago
  85. 02f7fa4 Remove makefile complexity by always running tablegen with its final output by Chris Lattner · 21 years ago
  86. 65f6279 Use the new FileUtilities library to do diff'ing of files by Chris Lattner · 21 years ago
  87. 794a58e Use the C++, more portable, deleter by Chris Lattner · 21 years ago
  88. 4181a4f New file by Chris Lattner · 21 years ago
  89. f1e366a Make sure to delete the output file if there is an error by Chris Lattner · 21 years ago
  90. fafac12 Move #include from a header to here by Chris Lattner · 21 years ago
  91. 9ef719a This file doesn't need this include by Chris Lattner · 21 years ago
  92. 10b9fa8 Don't emit modules with lots of cruft hanging off of them. by Chris Lattner · 21 years ago
  93. 587a6ce Parameterize the performFinalCleanups a bit by Chris Lattner · 21 years ago
  94. 72666e6 Add all arithmetic operators to ConstantExprToString(). by Vikram S. Adve · 21 years ago
  95. 97e02eb *Both* operands of divide need sign-extension before divide (if smaller by Vikram S. Adve · 21 years ago
  96. 248932b Put back the separate pass to decompose multi-dimensional references by Vikram S. Adve · 21 years ago
  97. c7d5802 add support for emitting register classes by Chris Lattner · 21 years ago
  98. 58c5de1 Add new getValueAsListInit and getValueAsInt methods by Chris Lattner · 21 years ago
  99. 54d156d Add the ability to emit register file enums by Chris Lattner · 21 years ago
  100. 24151a6 Fix the way field bit references are resolved, also allow resolution of field references overall! by Chris Lattner · 21 years ago