1. 9cedd43 Apparently, the "regType" and "regClass" used in the Sparc backend are not both by Misha Brukman · 21 years ago
  2. 5bfccb9 Reuse the values if they are constants: this is important so that we index into the right structure field by Chris Lattner · 21 years ago
  3. 85cfe01 Remove globals more aggressively from graphs. by Chris Lattner · 21 years ago
  4. 7079386 INCLUDE_PARENT_GRAPH is required! by Chris Lattner · 21 years ago
  5. 10c45d6 Disable incorrect mustalias code by Chris Lattner · 21 years ago
  6. 61691c5 Remove space at end of line by Chris Lattner · 21 years ago
  7. 6c87461 Fix how we are handling unreachable functions. This DRAMATICALLY improves efficiency by Chris Lattner · 21 years ago
  8. d391d70 Keep track of how many inlinings are performed by Chris Lattner · 21 years ago
  9. 47030f8 Try using trivially dead deletion by Chris Lattner · 21 years ago
  10. ce14ec3 * Force all "don't care" bits to 0 so that there are absolutely no unset bits in by Misha Brukman · 21 years ago
  11. bd27299 The classes F4_3 and F4_4 have an `rd' operand that needs to be set. by Misha Brukman · 21 years ago
  12. a8fcdd8 Properly fix instruction syntax in comments, using `imm' for instructions that by Misha Brukman · 21 years ago
  13. 69bf930 Fixed instruction syntax in the comments (specifies how instr is used). by Misha Brukman · 21 years ago
  14. 8274291 * If compiling on X86 or Sparc, automagically enable the JIT for that arch by Misha Brukman · 21 years ago
  15. ea28dd3 Force fixed-size but large alloca objects to the dynamically allocated by Vikram S. Adve · 21 years ago
  16. 44cfdf9 Remove dead Nodes list by Chris Lattner · 21 years ago
  17. a8da51b Complete rewrite of td pass by Chris Lattner · 21 years ago
  18. 63899fa Print collapsed to match the paper by Chris Lattner · 21 years ago
  19. 9cd0484 Reduce amount of work we do calculating mustaliases if the arg is a global by Chris Lattner · 21 years ago
  20. 58f98d0 Add support for ParentGraph only when building in debug mode by Chris Lattner · 21 years ago
  21. f07804b Add some functions to the blacklist by Chris Lattner · 21 years ago
  22. 744f939 Make the BU closure keep track of which actual calls happen Minor cleanups by Chris Lattner · 21 years ago
  23. 3051419 Make local pass print out its progress by Chris Lattner · 21 years ago
  24. 65b2f40 Minor beautification: fold a couple of lines of code. by Vikram S. Adve · 21 years ago
  25. 799ffee (1) Major bug fix: DecomposeArrayRef() replaces its argument instr. and by Vikram S. Adve · 21 years ago
  26. 74d15d3 A def. operand of a machine instruction may be an ordinary Value*, by Vikram S. Adve · 21 years ago
  27. 784a18b Bug/case fixes: by Vikram S. Adve · 21 years ago
  28. 5fd6091 Fix bug: Regression/Other/2002-03-11-ExprAssertion.ll by Chris Lattner · 21 years ago
  29. 18f07a1 Rework TD pass to work with the precise call graph constructed by the BU phase by Chris Lattner · 21 years ago
  30. b6734b2 Do not treat global variables as functions! (and assert failing) by Chris Lattner · 21 years ago
  31. d9dad2c Dont' print scalar nodes for ConstantPointerRefs by Chris Lattner · 21 years ago
  32. 5d5b6d6 Minor cleanups by Chris Lattner · 21 years ago
  33. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 21 years ago
  34. eb093fb Setjmp should always return zero if we don't implement longjmp. This avoids by Chris Lattner · 21 years ago
  35. 02c26b6 Get rid of the duplicate '0x' in debug mode. by Brian Gaeke · 21 years ago
  36. 6681e98 Use the getFunctionNames method by Chris Lattner · 21 years ago
  37. a9d6566 Add new method by Chris Lattner · 21 years ago
  38. 2b4c8df Split CallSiteIterator out into DSCallSiteIterator.h, and generalize it a bit by Chris Lattner · 21 years ago
  39. 9f93055 Be more const-correct by Chris Lattner · 21 years ago
  40. 7b1ceaa Fix bug in last checkin by Chris Lattner · 21 years ago
  41. 0eea618 Reimplement the BU closure to collapse all SCC graphs into a single graph. by Chris Lattner · 21 years ago
  42. 2cb9acd Handle the case where OldNodeMap == &ScalarMap correctly by Chris Lattner · 21 years ago
  43. acbc8c6 Remove dead method by Chris Lattner · 21 years ago
  44. 81d924d Do not delete the same graph multiple times when freeing memory if graphs are sharing by Chris Lattner · 21 years ago
  45. 3d16290 Do not multiply delete graphs if functions are sharing graphs by Chris Lattner · 21 years ago
  46. 8d32767 Move usages of explicit hash_* datastructures to use typedefs by Chris Lattner · 21 years ago
  47. 5a54063 Revamp DSGraphs so that they can support multiple functions in the same by Chris Lattner · 21 years ago
  48. a321b04 Adjust for new DSGraph API by Chris Lattner · 21 years ago
  49. 8bc95a1 Eliminate using declarations, adjust for new DSGraph API by Chris Lattner · 21 years ago
  50. dea8146 Abstract out the predicate which decides whether a function gets complete by Chris Lattner · 21 years ago
  51. 06e24c8 Fix minor bug in previous checkin by Chris Lattner · 21 years ago
  52. 919ffbf Add support for ensuring that nodes are not incomplete by Chris Lattner · 21 years ago
  53. 5c5b10f Add support for "physical subtyping", which fixes: by Chris Lattner · 21 years ago
  54. 889fb9d Add print method to not get silly warning from analyze by Chris Lattner · 21 years ago
  55. 5100dbb New pass which is useful for writing regression tests by Chris Lattner · 21 years ago
  56. c151e4f Until there is a setjmp/longjmp transformation pass, codegen setjmp as a noop by Chris Lattner · 21 years ago
  57. 5c70dc0 Expose must alias information for global variables, implementing: DSGraph/mustalias.ll by Chris Lattner · 21 years ago
  58. aed2c6d If the alias analysis algorithm we are using can provide MUST alias information, by Chris Lattner · 21 years ago
  59. 1842a90 Count operands to instructions as well as just results. This allows for global variables to be checked as well by Chris Lattner · 21 years ago
  60. 312edd3 Propagate globals graph from the local to bu to td globals graphs. This by Chris Lattner · 21 years ago
  61. 5e459db Drop references to globals who do exist in the globals graph, but are never by Chris Lattner · 21 years ago
  62. 72d50a0 Avoid double negatives by Chris Lattner · 21 years ago
  63. 934fe85 New pass to perform DSA based optimizations. Initially we just support turning by Chris Lattner · 21 years ago
  64. e9a64ea Avoid printing out huge structures or arrays if they are just filled with zeros by Chris Lattner · 21 years ago
  65. f460048 Add support for a new zeroinitializer token which can be used to get rid of by Chris Lattner · 21 years ago
  66. 2fa42a8 jmp_buf is really a pointer type that is passed around... by Chris Lattner · 21 years ago
  67. 9bda5f5 Add support for the Invoke instruction! by Chris Lattner · 21 years ago
  68. 4148819 Preserve compatibility with non-gcc compilers by Chris Lattner · 21 years ago
  69. 76d9f1b Fix bug: CBackend/2003-06-28-LinkOnceGlobalVars.llx by Chris Lattner · 21 years ago
  70. cf6bac3 Allow the inlining limit to be controlled from the command line! by Chris Lattner · 21 years ago
  71. d2a6fc3 Add support for 'unsigned' command line arguments by Chris Lattner · 21 years ago
  72. d7908f6 Nice tasty llc fixes. These should fix LLC for x86 for everything in by Brian Gaeke · 21 years ago
  73. 5e00157 Number constants from constant pool as CPIf_i where f is the function index by Brian Gaeke · 21 years ago
  74. b12b753 Add support to globaldce for deleting dead function prototypes by Chris Lattner · 21 years ago
  75. 81d4e14 When internalizing global ctor/dtor list, also mark it constant. This is gross, but by Chris Lattner · 21 years ago
  76. 6a2a60a Implement more aggressive folding of constant GEP instructions by Chris Lattner · 21 years ago
  77. 833b8a4 Add support for elimination of load instruction from global constants by Chris Lattner · 21 years ago
  78. bc601fe Integrate the C writer's name mangler. by Brian Gaeke · 21 years ago
  79. 01d79ff First draft of X86 LLC backend. This should be OK for small programs like by Brian Gaeke · 21 years ago
  80. 0af1fab Instcombine: X * -1 -> -X by Chris Lattner · 21 years ago
  81. 5db61fd Fix bug: LevelRaise/2003-06-25-ExprAnalysis.ll by Chris Lattner · 21 years ago
  82. 83c39d2 Fix bug: Mem2Reg/2003-06-26-IterativePromote.ll by Chris Lattner · 21 years ago
  83. 54f6032 - Fixed name mangling conditions to handle 'linkonce' linkage type. In by Joel Stanley · 21 years ago
  84. 9b2a14b Add argument to DAE to allow operation on non-internal functions by Chris Lattner · 21 years ago
  85. e99f4cf It seems likely that floats would need a cast too, because they are by Brian Gaeke · 21 years ago
  86. 837e42c Fix bug: ADCE/2003-06-24-BadSuccessor.ll by Chris Lattner · 21 years ago
  87. a89ab2c Make assertion more descriptive by Chris Lattner · 21 years ago
  88. 99c91e0 Do not mark ALL terminators live if any instruciton in the block is live. We only by Chris Lattner · 21 years ago
  89. 38b5ae4 Fix bug: SCCP/2003-06-24-OverdefinedPHIValue.ll by Chris Lattner · 21 years ago
  90. fcd74e2 Fix bug: TailDup/2003-06-24-Simpleloop.ll by Chris Lattner · 21 years ago
  91. 79d35b3 Implement new transforms: by Chris Lattner · 21 years ago
  92. 031a112 Fix 2003-06-23-PromotedExprs.llx -- if we are adding two bytes we better by Brian Gaeke · 21 years ago
  93. 7033798 Include <cmath> instead of <math.h> by Brian Gaeke · 21 years ago
  94. 1d5fc3f Add support for GCC 3.3 by Chris Lattner · 21 years ago
  95. 8a334a4 avoid dividing by zero when dealing with zero sized types (like [0 x double]) by Chris Lattner · 21 years ago
  96. 8054444 Add the padding needed for variable-size alloca's, which should work now. by Vikram S. Adve · 21 years ago
  97. 037d258 Fix bug: InstCombine/2003-06-22-ConstantExprCrash.ll by Chris Lattner · 21 years ago
  98. 066ab6a Add paranoia checking by Chris Lattner · 21 years ago
  99. ea635cd Test change by Chris Lattner · 21 years ago
  100. 7a7bef4 Initial checkin of Tail duplication pass. by Chris Lattner · 21 years ago