1. d88ba5a Stop special-casing annul and predict bits (which are Sparc-specific anyway) by Misha Brukman · 21 years ago
  2. c3cd8af * Set annul bit to be 0, because the Sparc backend currently does not use it. by Misha Brukman · 21 years ago
  3. 8c81945 Fix bugs handling ESP in alloca references by Chris Lattner · 21 years ago
  4. ffaee37 No functional changes, comment the fix I just put in by Chris Lattner · 21 years ago
  5. d7efef9 The CodeEmitterGenerator used to consider ANY uninitialized field as being an by Chris Lattner · 21 years ago
  6. d9ac6a7 Revert previous change, and be really anal about what physical registers can do. by Chris Lattner · 21 years ago
  7. 02beda1 This is the real fix for the previous register allocator problem. by Chris Lattner · 21 years ago
  8. b10cea8 Reformatted code to match the prevalent LLVM style; fit code into 80 columns. by Misha Brukman · 21 years ago
  9. 3683d9e ElectricFence found this bug where we were reading past the vector boundary. by Misha Brukman · 21 years ago
  10. 27615d7 Don't bother calculating info unless its needed. May reduce number of stack slots created. by Chris Lattner · 21 years ago
  11. b8822ad * Fix spelling of 'necessary' by Chris Lattner · 21 years ago
  12. 579ebb8 New testcase, identified by Vikram, reduced by Brian by Chris Lattner · 21 years ago
  13. 0bfd186 Add patterns for (mov R, R) (mov R, I) and subtracts. The moves are to enable by Chris Lattner · 21 years ago
  14. c34921d Change comments into something that TableGen can read! by Chris Lattner · 21 years ago
  15. 244883e Allow instructions to have a DAG pattern associated with them. by Chris Lattner · 21 years ago
  16. 6770aed Rename register classes to be upper case to make it obvious that they are X86 by Chris Lattner · 21 years ago
  17. bc21c34 Parse DAG patterns by Chris Lattner · 21 years ago
  18. 8e9a977 add support for DagInit initializers, which represent DAG patterns by Chris Lattner · 21 years ago
  19. 7c1af88 New testcase by Chris Lattner · 21 years ago
  20. 13854f2 Update file header comment by Chris Lattner · 21 years ago
  21. 68a13dc Urg, do not print "foo has changed" messages by Chris Lattner · 21 years ago
  22. 7bb107d While I'm looking at it, line up the SED lines by Chris Lattner · 21 years ago
  23. a328f88 * Don't print out HOW we are running Flex unless in verbose mode. We already by Chris Lattner · 21 years ago
  24. 5d3f1f0 Do not attempt to reduce a test case if it is an empty set. by Misha Brukman · 21 years ago
  25. 5cfff25 Added code that ensures that we don't try to reduce an empty vector of basic by John Criswell · 21 years ago
  26. e5bb2d9 There is nothing special about noops anymore by Chris Lattner · 21 years ago
  27. 17d4d14 There is nothing special about noops now by Chris Lattner · 21 years ago
  28. cad3569 Transition complete, remove the obsolete 'set' keyword by Chris Lattner · 21 years ago
  29. 7cc7d98 Transition to using 'let X = y' instead of 'set X = y'. by Chris Lattner · 21 years ago
  30. c8f4587 transition to using let instead of set by Chris Lattner · 21 years ago
  31. 60e81db Transition to using let instead of set by Chris Lattner · 21 years ago
  32. 42aa89e Start transitioning towards using 'let X = y in' statements, instead of 'set X = y in'. by Chris Lattner · 21 years ago
  33. e9d019c It appears that somehow we forgot to add support for code variables. by Chris Lattner · 21 years ago
  34. 83a913d New testcase by Chris Lattner · 21 years ago
  35. 40f7113 Add initial support for a new 'dag' type by Chris Lattner · 21 years ago
  36. 5e2cb8b Fix Bug: test/Regression/Jello/2003-08-03-CallArgLiveRanges.llx by Chris Lattner · 21 years ago
  37. 1913c11 New testcase by Chris Lattner · 21 years ago
  38. 72feb15 Simplify some constant expressions by Chris Lattner · 21 years ago
  39. ca25b95 Make sure to flush the output stream so that we get incremental updates by Chris Lattner · 21 years ago
  40. 6730c81 Print accurate run instructions for when testing LLC by Chris Lattner · 21 years ago
  41. d587a84 Remove illegal, unsupported escapes. This fixes program: Ptrdist-bc by Chris Lattner · 21 years ago
  42. e012132 * Sort #includes, remove dupliates by Chris Lattner · 21 years ago
  43. 15d1127 Fix problem I introduced in bugpoint with the cleanup functions by Chris Lattner · 21 years ago
  44. a8af779 Allow registers to specify a custom name by Chris Lattner · 21 years ago
  45. 7af9a38 Specify custom name for registers to get the ()'s in the name. by Chris Lattner · 21 years ago
  46. 76bf868 Allow specifying custom names for registers by Chris Lattner · 21 years ago
  47. 15de32d add new --gen-instr-desc option by Chris Lattner · 21 years ago
  48. 0969c5b Add new Record::getValueAsBit method by Chris Lattner · 21 years ago
  49. a3ae614 Finish the instruction info emitter by Chris Lattner · 21 years ago
  50. 8d44ba8 Start using tablegen'd instruction enum list by Chris Lattner · 21 years ago
  51. 113455b Resort tables by Chris Lattner · 21 years ago
  52. 4d18d5c Lump the base opcode in with the X86 TargetSpecific flags by Chris Lattner · 21 years ago
  53. abf05b2 * Start using tablegen'd instruction descriptions by Chris Lattner · 21 years ago
  54. c01f393 Start using tablegenerated instruction descriptions by Chris Lattner · 21 years ago
  55. 1cca5e3 Add new TableGen instruction definitions by Chris Lattner · 21 years ago
  56. 5302e28 Remove the old .def file, it is now obsolete by Chris Lattner · 21 years ago
  57. 34a2068 Rearrange fields yet again: Don't instantiate these lists ONCE PER INSTRUCTION. by Chris Lattner · 21 years ago
  58. e109de3 Simplify code, eliminating the need for the X86 isVoid target instr flag by Chris Lattner · 21 years ago
  59. 4cc662b Set debug types by Chris Lattner · 21 years ago
  60. cb53358 Set debug types by Chris Lattner · 21 years ago
  61. 925b771 Remove using decl by Chris Lattner · 21 years ago
  62. 9ca5a2a The NOOP instruction is no longer needed. Instead, use the by Chris Lattner · 21 years ago
  63. c66c9b4 Ok, try #2, this time I'll not be stupid by Chris Lattner · 21 years ago
  64. 83fe603 We know we have a mklib file, ignore it please CVS! by Chris Lattner · 21 years ago
  65. d265d03 CVS, please don't tell us that we have a new config.h file, everyone knows that. by Chris Lattner · 21 years ago
  66. 08ca972 Fix bug: TableGen/IntBitInit.td by Chris Lattner · 21 years ago
  67. a6aff65 New testcase by Chris Lattner · 21 years ago
  68. d19c2cf Fix bug: TableGen/BitsInitOverflow.td by Chris Lattner · 21 years ago
  69. b77eb78 Add Target class for X86 target by Chris Lattner · 21 years ago
  70. 9eab316 The RegisterInfo class is obsolete by Chris Lattner · 21 years ago
  71. a5100d9 Remove the RegisterInfo class in favor of a general Target class. Add instrinfo stuff by Chris Lattner · 21 years ago
  72. 13c5b4c * Changes to allow lists of any type by Chris Lattner · 21 years ago
  73. 7cf0ce4 Changes to allow lists of any type by Chris Lattner · 21 years ago
  74. bc1f0dc expand contraction by Chris Lattner · 21 years ago
  75. 49136e1 New testcase by Chris Lattner · 21 years ago
  76. 169e66b Add support for instruction enum emission by Chris Lattner · 21 years ago
  77. 33ccf7e Initial checkin of Instruction emitter, which just produces enum values so far by Chris Lattner · 21 years ago
  78. d17eabe Remove dead private: by Chris Lattner · 21 years ago
  79. a676978 Tell CVS to ignore all .inc files by Chris Lattner · 21 years ago
  80. 8320035 Switch over to tablegen generated header files by Chris Lattner · 21 years ago
  81. 7ad3e06 Switch over to TableGen generated register file description by Chris Lattner · 21 years ago
  82. 762fb5f Initial checkin of X86.td file by Chris Lattner · 21 years ago
  83. b76d6fc Initial checkin of X86 Register File description 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. 09ce077 Fix typeos in comments by Chris Lattner · 21 years ago
  88. b889b69 Make it easier to debug by exposing a temporary by Chris Lattner · 21 years ago
  89. d3fd79f Wrap at 80 columns by Chris Lattner · 21 years ago
  90. dbb295b Add new method by Chris Lattner · 21 years ago
  91. 14fef50 Fix problem executing the CBE by Chris Lattner · 21 years ago
  92. 806e186 Fix a bug by Chris Lattner · 21 years ago
  93. be84e3c Rename fields by Chris Lattner · 21 years ago
  94. a11136b Move DEBUG to Debug.h by Chris Lattner · 21 years ago
  95. 84b7f8d Update information about the new DEBUG_TYPE macro by Chris Lattner · 21 years ago
  96. 556d89d DEBUG got moved to Debug.h by Chris Lattner · 21 years ago
  97. 038e05a Move debug functionality to Debug.cpp/Debug.h by Chris Lattner · 21 years ago
  98. 96a54db Describe the value name by Chris Lattner · 21 years ago
  99. 6806f56 DEBUG got moved to Support/Debug.h by Chris Lattner · 21 years ago
  100. c648dab DEBUG got moved to Debug.h by Chris Lattner · 21 years ago