1. 0e5e49e convert over to using TableGen backends by Chris Lattner · 21 years ago
  2. bc01723 Switch code over to being a TableGenBackend by Chris Lattner · 21 years ago
  3. 18a6a94 Add more helper methods by Chris Lattner · 21 years ago
  4. 2c0f2c7 New common interface for backends to use by Chris Lattner · 21 years ago
  5. c961a29 Added POOLFLAGS option to run pool allocation by Sumant Kowshik · 21 years ago
  6. 7496ec5 "fix" coding style stuff Change some <>'s into &lt;&gt;'s by Chris Lattner · 21 years ago
  7. 5e8b77e Completely eliminate the per-machine-instruction regsUsed set. by Chris Lattner · 21 years ago
  8. 3fd1f5b Use a new local data structure instead of the MachineInstr::regsUsed set by Chris Lattner · 21 years ago
  9. c393c57 Add a map by Chris Lattner · 21 years ago
  10. 6ae3117 Minor cleanups by Chris Lattner · 21 years ago
  11. 3bed95b Physical registers no longer live in the regsUsed set for each machine instr by Chris Lattner · 21 years ago
  12. 610234d Do not insert physical regsiters into the regsUsed set by Chris Lattner · 21 years ago
  13. cb04809 Reverted back to using OR for cmp/mv operations for lex/yacc output. by John Criswell · 21 years ago
  14. 75a005f Switched from using diff to cmp for two reasons: by John Criswell · 21 years ago
  15. 11a49a7 Fixed minor bug in SafeToHoist and made some changes suggested by Chris. by Tanya Lattner · 21 years ago
  16. 7526eed Added LICM test cases to: by Tanya Lattner · 21 years ago
  17. 9966c03 Fixed LICM bug that hoists trapping instructions that are not guaranteed to execute. by Tanya Lattner · 21 years ago
  18. c8afdc1 Minor changes: by Chris Lattner · 21 years ago
  19. 7ddb013 Add more verbose comment by Chris Lattner · 21 years ago
  20. 8366b38 Add a comment to the method decl by Chris Lattner · 21 years ago
  21. e057ca6 Remove unused method by Chris Lattner · 21 years ago
  22. 9f2ac19 Added declaration of mergeInGlobalsGraph by Sumant Kowshik · 21 years ago
  23. 108421a Added function mergeInGlobalsGraph which merges in the entire globals graph with the graph of a function by Sumant Kowshik · 21 years ago
  24. f67e7fc Major bug fixes including a memory leak and tracking some exceptional conditions. Also added support for including global and indirect call information in the DS graphs used by the pool allocation by Sumant Kowshik · 21 years ago
  25. 3785fad Specify DEBUG_TYPE's for the JIT debug messages by Chris Lattner · 21 years ago
  26. 907b7dc This method has now been changed to preserve flags for us! by Chris Lattner · 21 years ago
  27. a2dd745 All callers of these methods actually wanted them to preserve the flags, by Chris Lattner · 21 years ago
  28. 3d9c001 Added the declaration of InlineIndirectCalls by Sumant Kowshik · 21 years ago
  29. c9bbfbc Factor shared code by Chris Lattner · 21 years ago
  30. 122558b Fix bug: SimplifyCFG/2003-08-05-InvokeCrash.ll by Chris Lattner · 21 years ago
  31. 5d6bdae new testcases that simplifycfg breaks by Chris Lattner · 21 years ago
  32. f4de783 * Removed `using' declaration, now use full namespace qualifier std::string by Misha Brukman · 21 years ago
  33. 47ae4a1 If we're debugging the SimplifyCFG pass, we _REALLY_ don't want to use it for by Chris Lattner · 21 years ago
  34. 7a01229 Implement TODO: print out short form of Invoke if possible by Chris Lattner · 21 years ago
  35. a493ae3 Only test the vector of functions if it is non-empty. by Misha Brukman · 21 years ago
  36. d88ba5a Stop special-casing annul and predict bits (which are Sparc-specific anyway) by Misha Brukman · 21 years ago
  37. c3cd8af * Set annul bit to be 0, because the Sparc backend currently does not use it. by Misha Brukman · 21 years ago
  38. 8c81945 Fix bugs handling ESP in alloca references by Chris Lattner · 21 years ago
  39. ffaee37 No functional changes, comment the fix I just put in by Chris Lattner · 21 years ago
  40. d7efef9 The CodeEmitterGenerator used to consider ANY uninitialized field as being an by Chris Lattner · 21 years ago
  41. d9ac6a7 Revert previous change, and be really anal about what physical registers can do. by Chris Lattner · 21 years ago
  42. 02beda1 This is the real fix for the previous register allocator problem. by Chris Lattner · 21 years ago
  43. b10cea8 Reformatted code to match the prevalent LLVM style; fit code into 80 columns. by Misha Brukman · 21 years ago
  44. 3683d9e ElectricFence found this bug where we were reading past the vector boundary. by Misha Brukman · 21 years ago
  45. 27615d7 Don't bother calculating info unless its needed. May reduce number of stack slots created. by Chris Lattner · 21 years ago
  46. b8822ad * Fix spelling of 'necessary' by Chris Lattner · 21 years ago
  47. 579ebb8 New testcase, identified by Vikram, reduced by Brian by Chris Lattner · 21 years ago
  48. 0bfd186 Add patterns for (mov R, R) (mov R, I) and subtracts. The moves are to enable by Chris Lattner · 21 years ago
  49. c34921d Change comments into something that TableGen can read! by Chris Lattner · 21 years ago
  50. 244883e Allow instructions to have a DAG pattern associated with them. by Chris Lattner · 21 years ago
  51. 6770aed Rename register classes to be upper case to make it obvious that they are X86 by Chris Lattner · 21 years ago
  52. bc21c34 Parse DAG patterns by Chris Lattner · 21 years ago
  53. 8e9a977 add support for DagInit initializers, which represent DAG patterns by Chris Lattner · 21 years ago
  54. 7c1af88 New testcase by Chris Lattner · 21 years ago
  55. 13854f2 Update file header comment by Chris Lattner · 21 years ago
  56. 68a13dc Urg, do not print "foo has changed" messages by Chris Lattner · 21 years ago
  57. 7bb107d While I'm looking at it, line up the SED lines by Chris Lattner · 21 years ago
  58. a328f88 * Don't print out HOW we are running Flex unless in verbose mode. We already by Chris Lattner · 21 years ago
  59. 5d3f1f0 Do not attempt to reduce a test case if it is an empty set. by Misha Brukman · 21 years ago
  60. 5cfff25 Added code that ensures that we don't try to reduce an empty vector of basic by John Criswell · 21 years ago
  61. e5bb2d9 There is nothing special about noops anymore by Chris Lattner · 21 years ago
  62. 17d4d14 There is nothing special about noops now by Chris Lattner · 21 years ago
  63. cad3569 Transition complete, remove the obsolete 'set' keyword by Chris Lattner · 21 years ago
  64. 7cc7d98 Transition to using 'let X = y' instead of 'set X = y'. by Chris Lattner · 21 years ago
  65. c8f4587 transition to using let instead of set by Chris Lattner · 21 years ago
  66. 60e81db Transition to using let instead of set by Chris Lattner · 21 years ago
  67. 42aa89e Start transitioning towards using 'let X = y in' statements, instead of 'set X = y in'. by Chris Lattner · 21 years ago
  68. e9d019c It appears that somehow we forgot to add support for code variables. by Chris Lattner · 21 years ago
  69. 83a913d New testcase by Chris Lattner · 21 years ago
  70. 40f7113 Add initial support for a new 'dag' type by Chris Lattner · 21 years ago
  71. 5e2cb8b Fix Bug: test/Regression/Jello/2003-08-03-CallArgLiveRanges.llx by Chris Lattner · 21 years ago
  72. 1913c11 New testcase by Chris Lattner · 21 years ago
  73. 72feb15 Simplify some constant expressions by Chris Lattner · 21 years ago
  74. ca25b95 Make sure to flush the output stream so that we get incremental updates by Chris Lattner · 21 years ago
  75. 6730c81 Print accurate run instructions for when testing LLC by Chris Lattner · 21 years ago
  76. d587a84 Remove illegal, unsupported escapes. This fixes program: Ptrdist-bc by Chris Lattner · 21 years ago
  77. e012132 * Sort #includes, remove dupliates by Chris Lattner · 21 years ago
  78. 15d1127 Fix problem I introduced in bugpoint with the cleanup functions by Chris Lattner · 21 years ago
  79. a8af779 Allow registers to specify a custom name by Chris Lattner · 21 years ago
  80. 7af9a38 Specify custom name for registers to get the ()'s in the name. by Chris Lattner · 21 years ago
  81. 76bf868 Allow specifying custom names for registers by Chris Lattner · 21 years ago
  82. 15de32d add new --gen-instr-desc option by Chris Lattner · 21 years ago
  83. 0969c5b Add new Record::getValueAsBit method by Chris Lattner · 21 years ago
  84. a3ae614 Finish the instruction info emitter by Chris Lattner · 21 years ago
  85. 8d44ba8 Start using tablegen'd instruction enum list by Chris Lattner · 21 years ago
  86. 113455b Resort tables by Chris Lattner · 21 years ago
  87. 4d18d5c Lump the base opcode in with the X86 TargetSpecific flags by Chris Lattner · 21 years ago
  88. abf05b2 * Start using tablegen'd instruction descriptions by Chris Lattner · 21 years ago
  89. c01f393 Start using tablegenerated instruction descriptions by Chris Lattner · 21 years ago
  90. 1cca5e3 Add new TableGen instruction definitions by Chris Lattner · 21 years ago
  91. 5302e28 Remove the old .def file, it is now obsolete by Chris Lattner · 21 years ago
  92. 34a2068 Rearrange fields yet again: Don't instantiate these lists ONCE PER INSTRUCTION. by Chris Lattner · 21 years ago
  93. e109de3 Simplify code, eliminating the need for the X86 isVoid target instr flag by Chris Lattner · 21 years ago
  94. 4cc662b Set debug types by Chris Lattner · 21 years ago
  95. cb53358 Set debug types by Chris Lattner · 21 years ago
  96. 925b771 Remove using decl by Chris Lattner · 21 years ago
  97. 9ca5a2a The NOOP instruction is no longer needed. Instead, use the by Chris Lattner · 21 years ago
  98. c66c9b4 Ok, try #2, this time I'll not be stupid by Chris Lattner · 21 years ago
  99. 83fe603 We know we have a mklib file, ignore it please CVS! by Chris Lattner · 21 years ago
  100. d265d03 CVS, please don't tell us that we have a new config.h file, everyone knows that. by Chris Lattner · 21 years ago