1. dfbfc57 Fixed the number translation scheme for the integer condition code registers: it by Misha Brukman · 22 years ago
  2. cf7ec87 The name should really be `simm11' to follow the naming convention, but this has by Misha Brukman · 22 years ago
  3. 2c4fe58 No need for a second immediate field if the class already inherits one. by Misha Brukman · 22 years ago
  4. a34b619 Encode predict = 1 by default, because the Sparc assembler does this. by Misha Brukman · 22 years ago
  5. 07d4516 Correctly handle calls to functions which are further away than 2**32 bits will by Misha Brukman · 22 years ago
  6. 859e09f Clean up my last checkin: code is easier to read and explains the differences in by Misha Brukman · 22 years ago
  7. 291c2c5 On Sparc/Solaris, the special handle RTLD_SELF is used as a handle referring to by Misha Brukman · 22 years ago
  8. 173e250 * Added support for the %ccr register by Misha Brukman · 22 years ago
  9. 1ba3138 The word `separate' only has one `e'. by Misha Brukman · 22 years ago
  10. bc0e998 The word `separate' only has one `e'. by Misha Brukman · 22 years ago
  11. 919fc8c Trace loads and stores as they happen (stores were being by Vikram S. Adve · 22 years ago
  12. 0517c5a If we have a constant pointer reference to a function, we were printing by Brian Gaeke · 22 years ago
  13. 1aa476e Fix some serious floating-point bugs (fixes test cases such as Oscar, by Brian Gaeke · 22 years ago
  14. 666ff52 Added functionality to instrmentation pass by Anand Shukla · 22 years ago
  15. 1115e04 Fixed grammatical error. by Misha Brukman · 22 years ago
  16. 951df2b Several important bug fixes: by Vikram S. Adve · 22 years ago
  17. 940a3a4 Bug fix in creating constants: need 1U << 31, not 1 << 31. by Vikram S. Adve · 22 years ago
  18. ad80db6 Fold cast-to-bool into not. Later, this should also be folded into other by Vikram S. Adve · 22 years ago
  19. 4d2faf6 Values stored in CallArgsDescriptor cannot be const. by Vikram S. Adve · 22 years ago
  20. 24d0410 isMarkedForSpill() should be const. by Vikram S. Adve · 22 years ago
  21. 627eb31 Change interface to MachineInstr::substituteValue to specify more precisely by Vikram S. Adve · 22 years ago
  22. 51bda6f Print out all neighbors in interference graph, not just higher-numbered ones. by Vikram S. Adve · 22 years ago
  23. 3bf0892 Several fixes to handling of int CC register: by Vikram S. Adve · 22 years ago
  24. b15f8d4 Several fixes to handling of int CC register: by Vikram S. Adve · 22 years ago
  25. b5c520b Lowercase versions of `occurrence' need to be spelled correctly, too. by Misha Brukman · 22 years ago
  26. dd6cb6a `Occurrence' has no `a' and the `r' is doubled. by Misha Brukman · 22 years ago
  27. ac25de3 Some beautification changes (tabs to spaces, removed extra blank lines); by Misha Brukman · 22 years ago
  28. cf6d7b0 Removed size_t from the parameter list of the malloc() prototype in generated C by John Criswell · 22 years ago
  29. 2988612 Elaborated assembly syntax of instructions in the comments. by Misha Brukman · 22 years ago
  30. 35f19cc Removed unnecessary assignment (it was taken care by a superclass) and clarified by Misha Brukman · 22 years ago
  31. b44210d Insert workaround for GAS bug in assembling FLD/FSTP XWORD PTR [...] by Brian Gaeke · 22 years ago
  32. de11f2d Moved RegClassIDs enum to be next to the RegTypes enum. by Misha Brukman · 22 years ago
  33. 9c570ee Correction to last fix: Pointer types do not return true in Type::IsIntegral(). by Vikram S. Adve · 22 years ago
  34. 97539fc Choose register instead of immediate for ConstantExpr in ChooseRegOrImmed. by Vikram S. Adve · 22 years ago
  35. 786833a Major bug fix though it happened rarely (only on a compare after an by Vikram S. Adve · 22 years ago
  36. 46d3f8e Make the RegClassID values public -- there is no other way to get them. by Vikram S. Adve · 22 years ago
  37. 9cedd43 Apparently, the "regType" and "regClass" used in the Sparc backend are not both by Misha Brukman · 22 years ago
  38. 5bfccb9 Reuse the values if they are constants: this is important so that we index into the right structure field by Chris Lattner · 22 years ago
  39. 85cfe01 Remove globals more aggressively from graphs. by Chris Lattner · 22 years ago
  40. 7079386 INCLUDE_PARENT_GRAPH is required! by Chris Lattner · 22 years ago
  41. 10c45d6 Disable incorrect mustalias code by Chris Lattner · 22 years ago
  42. 61691c5 Remove space at end of line by Chris Lattner · 22 years ago
  43. 6c87461 Fix how we are handling unreachable functions. This DRAMATICALLY improves efficiency by Chris Lattner · 22 years ago
  44. d391d70 Keep track of how many inlinings are performed by Chris Lattner · 22 years ago
  45. 47030f8 Try using trivially dead deletion by Chris Lattner · 22 years ago
  46. ce14ec3 * Force all "don't care" bits to 0 so that there are absolutely no unset bits in by Misha Brukman · 22 years ago
  47. bd27299 The classes F4_3 and F4_4 have an `rd' operand that needs to be set. by Misha Brukman · 22 years ago
  48. a8fcdd8 Properly fix instruction syntax in comments, using `imm' for instructions that by Misha Brukman · 22 years ago
  49. 69bf930 Fixed instruction syntax in the comments (specifies how instr is used). by Misha Brukman · 22 years ago
  50. 8274291 * If compiling on X86 or Sparc, automagically enable the JIT for that arch by Misha Brukman · 22 years ago
  51. ea28dd3 Force fixed-size but large alloca objects to the dynamically allocated by Vikram S. Adve · 22 years ago
  52. 44cfdf9 Remove dead Nodes list by Chris Lattner · 22 years ago
  53. a8da51b Complete rewrite of td pass by Chris Lattner · 22 years ago
  54. 63899fa Print collapsed to match the paper by Chris Lattner · 22 years ago
  55. 9cd0484 Reduce amount of work we do calculating mustaliases if the arg is a global by Chris Lattner · 22 years ago
  56. 58f98d0 Add support for ParentGraph only when building in debug mode by Chris Lattner · 22 years ago
  57. f07804b Add some functions to the blacklist by Chris Lattner · 22 years ago
  58. 744f939 Make the BU closure keep track of which actual calls happen Minor cleanups by Chris Lattner · 22 years ago
  59. 3051419 Make local pass print out its progress by Chris Lattner · 22 years ago
  60. 65b2f40 Minor beautification: fold a couple of lines of code. by Vikram S. Adve · 22 years ago
  61. 799ffee (1) Major bug fix: DecomposeArrayRef() replaces its argument instr. and by Vikram S. Adve · 22 years ago
  62. 74d15d3 A def. operand of a machine instruction may be an ordinary Value*, by Vikram S. Adve · 22 years ago
  63. 784a18b Bug/case fixes: by Vikram S. Adve · 22 years ago
  64. 5fd6091 Fix bug: Regression/Other/2002-03-11-ExprAssertion.ll by Chris Lattner · 22 years ago
  65. 18f07a1 Rework TD pass to work with the precise call graph constructed by the BU phase by Chris Lattner · 22 years ago
  66. b6734b2 Do not treat global variables as functions! (and assert failing) by Chris Lattner · 22 years ago
  67. d9dad2c Dont' print scalar nodes for ConstantPointerRefs by Chris Lattner · 22 years ago
  68. 5d5b6d6 Minor cleanups by Chris Lattner · 22 years ago
  69. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 22 years ago
  70. eb093fb Setjmp should always return zero if we don't implement longjmp. This avoids by Chris Lattner · 22 years ago
  71. 02c26b6 Get rid of the duplicate '0x' in debug mode. by Brian Gaeke · 22 years ago
  72. 6681e98 Use the getFunctionNames method by Chris Lattner · 22 years ago
  73. a9d6566 Add new method by Chris Lattner · 22 years ago
  74. 2b4c8df Split CallSiteIterator out into DSCallSiteIterator.h, and generalize it a bit by Chris Lattner · 22 years ago
  75. 9f93055 Be more const-correct by Chris Lattner · 22 years ago
  76. 7b1ceaa Fix bug in last checkin by Chris Lattner · 22 years ago
  77. 0eea618 Reimplement the BU closure to collapse all SCC graphs into a single graph. by Chris Lattner · 22 years ago
  78. 2cb9acd Handle the case where OldNodeMap == &ScalarMap correctly by Chris Lattner · 22 years ago
  79. acbc8c6 Remove dead method by Chris Lattner · 22 years ago
  80. 81d924d Do not delete the same graph multiple times when freeing memory if graphs are sharing by Chris Lattner · 22 years ago
  81. 3d16290 Do not multiply delete graphs if functions are sharing graphs by Chris Lattner · 22 years ago
  82. 8d32767 Move usages of explicit hash_* datastructures to use typedefs by Chris Lattner · 22 years ago
  83. 5a54063 Revamp DSGraphs so that they can support multiple functions in the same by Chris Lattner · 22 years ago
  84. a321b04 Adjust for new DSGraph API by Chris Lattner · 22 years ago
  85. 8bc95a1 Eliminate using declarations, adjust for new DSGraph API by Chris Lattner · 22 years ago
  86. dea8146 Abstract out the predicate which decides whether a function gets complete by Chris Lattner · 22 years ago
  87. 06e24c8 Fix minor bug in previous checkin by Chris Lattner · 22 years ago
  88. 919ffbf Add support for ensuring that nodes are not incomplete by Chris Lattner · 22 years ago
  89. 5c5b10f Add support for "physical subtyping", which fixes: by Chris Lattner · 22 years ago
  90. 889fb9d Add print method to not get silly warning from analyze by Chris Lattner · 22 years ago
  91. 5100dbb New pass which is useful for writing regression tests by Chris Lattner · 22 years ago
  92. c151e4f Until there is a setjmp/longjmp transformation pass, codegen setjmp as a noop by Chris Lattner · 22 years ago
  93. 5c70dc0 Expose must alias information for global variables, implementing: DSGraph/mustalias.ll by Chris Lattner · 22 years ago
  94. aed2c6d If the alias analysis algorithm we are using can provide MUST alias information, by Chris Lattner · 22 years ago
  95. 1842a90 Count operands to instructions as well as just results. This allows for global variables to be checked as well by Chris Lattner · 22 years ago
  96. 312edd3 Propagate globals graph from the local to bu to td globals graphs. This by Chris Lattner · 22 years ago
  97. 5e459db Drop references to globals who do exist in the globals graph, but are never by Chris Lattner · 22 years ago
  98. 72d50a0 Avoid double negatives by Chris Lattner · 22 years ago
  99. 934fe85 New pass to perform DSA based optimizations. Initially we just support turning by Chris Lattner · 22 years ago
  100. e9a64ea Avoid printing out huge structures or arrays if they are just filled with zeros by Chris Lattner · 22 years ago