1. fb005fe * General cleanups by Chris Lattner · 23 years ago
  2. 0b0ffa0 Convert AddedInstrMapType to contain AddedInstrns by value instead of by by Chris Lattner · 23 years ago
  3. f60c3fe *blush* somehow this debugging code got checked in... by Chris Lattner · 23 years ago
  4. 244212a GCC3.0 is reported to die without an alloca definition. by Chris Lattner · 23 years ago
  5. 7884cd1 Don't leak memory like a seive by Chris Lattner · 23 years ago
  6. 69a34cd Value cannot be directly instantiated. I think that this code was TRYING to by Chris Lattner · 23 years ago
  7. bc55a31 Remove extranous #include by Chris Lattner · 23 years ago
  8. 02d6ef8 s/PrintMethodPass/PrintFunctionPass by Chris Lattner · 23 years ago
  9. 8bfa89c Add #includes s/PrintMethodPass/PrintFunctionPass by Chris Lattner · 23 years ago
  10. b7653df s/Method/Function by Chris Lattner · 23 years ago
  11. 75cf7cf * Narrow AsmWriter interface by Chris Lattner · 23 years ago
  12. 237e6d1 s/Method/Function Remove extraneous #includes of llvm/Assembly/Writer by Chris Lattner · 23 years ago
  13. 4d669b5 s/method/function by Chris Lattner · 23 years ago
  14. 35e309a llvm/Assembly/Writer.h is unneccesary except for extreme output by Chris Lattner · 23 years ago
  15. c8a79af isLabelType is obsolete by Chris Lattner · 23 years ago
  16. e6d4ec3 Play around with #includes by Chris Lattner · 23 years ago
  17. ab44871 Add #includes that were pruned from already #included files by Chris Lattner · 23 years ago
  18. 5109f75 * Add virtual print methods * s/Method/Function by Chris Lattner · 23 years ago
  19. 5e1cfc5 * Trim #includes by Chris Lattner · 23 years ago
  20. d58243d s/Method/Function Trim #includes by Chris Lattner · 23 years ago
  21. 8d3b30a Trim #includes by Chris Lattner · 23 years ago
  22. 42a695c * Move casting stuff out to Support/Casting.h by Chris Lattner · 23 years ago
  23. 12e8ad6 * Fix comment by Chris Lattner · 23 years ago
  24. 589df88 Pull casting operators out of Value.h by Chris Lattner · 23 years ago
  25. 968ddc9 ConstantHandling moved into VMCore library by Chris Lattner · 23 years ago
  26. afca8bb Library bumped up out of Assembly directory by Chris Lattner · 23 years ago
  27. 6616042 Minor change to reflect that ConstantHandling is now part of VMCore by Chris Lattner · 23 years ago
  28. 3c9e93b Moved assembly writer library into its own top level directory. by Chris Lattner · 23 years ago
  29. e4bd95e Checkin old testcase that is newly fixed. by Chris Lattner · 23 years ago
  30. 6590373 New testcase by Chris Lattner · 23 years ago
  31. 0bfaf3b Checkin old testcase for switch statement. For now we just decimate them by Chris Lattner · 23 years ago
  32. 74550e1 Old testcase that missed getting checked in by Chris Lattner · 23 years ago
  33. 2b59837 Add support for the gnu ld -s (strip) option by Chris Lattner · 23 years ago
  34. 1907aba Move include/llvm/ValueHolderImpl.h to lib/VMCore/ValueHolderImpl.h by Chris Lattner · 23 years ago
  35. ad202a0 GCCLD actually does transformations to simplify the linked program now. by Chris Lattner · 23 years ago
  36. b579400 * Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.h by Chris Lattner · 23 years ago
  37. 9420298 Remove asmwriter library from link line, because the useful contents of it by Chris Lattner · 23 years ago
  38. 5bdf161 Perform debug outputs with ->dump() instead of << by Chris Lattner · 23 years ago
  39. 06272dc use dump method instead of Asm/Writer to do debug printing by Chris Lattner · 23 years ago
  40. 25d15a7 Remove some gross code by using the Value::dump method to do debug dumps by Chris Lattner · 23 years ago
  41. 650b6e8 Remove some gross code by using the VAlue::dump method to do debug dumps by Chris Lattner · 23 years ago
  42. 8da78af Update comments Implement Value::dump here. by Chris Lattner · 23 years ago
  43. 87182ae Eliminate explicit use of Writer library, using debug dump output instead. by Chris Lattner · 23 years ago
  44. 156ce94 VCG output support removed because it was broken and will never be used. by Chris Lattner · 23 years ago
  45. 2fbfdcf Change references to the Method class to be references to the Function by Chris Lattner · 23 years ago
  46. dcc6d4c Source base has been completely changed over to use Function instead of Method, this file is not obsolete. by Chris Lattner · 23 years ago
  47. f862b6d Fix Bug: test/Regression/Other/2002-04-07-InfConstant.ll by Chris Lattner · 23 years ago
  48. ace9103 Fix bug: test/Regression/Other/2002-04-07-HexFloatConstants.ll by Chris Lattner · 23 years ago
  49. 35c15b4 Add new function utohexstr. by Chris Lattner · 23 years ago
  50. b55679d Add a better comment to explain what is going on. by Chris Lattner · 23 years ago
  51. db59c17 New testcase by Chris Lattner · 23 years ago
  52. 74dbc99 Remove debugging code accidentally checked in! by Chris Lattner · 23 years ago
  53. aef6546 don't delete intermediate files! by Chris Lattner · 23 years ago
  54. 275da86 by Chris Lattner · 23 years ago
  55. 05c05ea Implement constant propogation of multiply and divide instructions!! by Chris Lattner · 23 years ago
  56. 24823cc Testcase for bad constant handling by Chris Lattner · 23 years ago
  57. ec6bed2 Hopefully this change will make the makefile work for other people without hacking it. by Chris Lattner · 23 years ago
  58. 417081c * Make all of the refineAbstractType functions work identically by Chris Lattner · 23 years ago
  59. 92940ac Enable better debug output. When debugging the type system, print out the by Chris Lattner · 23 years ago
  60. 339ba45 * Reenable apparently neccesary code, that breaks testcases when enabled, by Chris Lattner · 23 years ago
  61. af93dbc * FIX: test/Regression/Assembler/2002-02-19-TypeParsing.ll by Chris Lattner · 23 years ago
  62. ee9285c Fix bug in testcase: no implementatino section make it not legal input, so by Chris Lattner · 23 years ago
  63. 0cca464 New testcases by Chris Lattner · 23 years ago
  64. 3855f2f * Move DerivedType::addAbstractTypeUser from DerivedType.h by Chris Lattner · 23 years ago
  65. 1602560 * Delete getNumAbstractTypeUsers method by Chris Lattner · 23 years ago
  66. cecb520 Clean up debugging code by Chris Lattner · 23 years ago
  67. 3f59b7e * Refactor loop in removeAbstractTypeUser to be more clear by Chris Lattner · 23 years ago
  68. 8db92d0 Testcase that breaks recursive type processing by Chris Lattner · 23 years ago
  69. 12604ed * Allow purify builds to be enabled without hacking the makefile. Now you by Chris Lattner · 23 years ago
  70. 2aac6bf s/MethodType/FunctionType by Chris Lattner · 23 years ago
  71. 3d0dceb Remove backwards compatibility code by Chris Lattner · 23 years ago
  72. a364ad0 Make build work in release mode by Chris Lattner · 23 years ago
  73. 2c024a7 Don't link in library that cannot be found, this should be removed eventually. by Chris Lattner · 23 years ago
  74. 6a6931e Make the release build work by Chris Lattner · 23 years ago
  75. aa06d2c * Add debug support for PATypeHolder * PATypeHolder is now not a template by Chris Lattner · 23 years ago
  76. 22c3982 Make the release build compile by Chris Lattner · 23 years ago
  77. 61f64f9 PATypeHolder is now not a template by Chris Lattner · 23 years ago
  78. b3afb1f Add debug support by Chris Lattner · 23 years ago
  79. 8b88b3b * Make PATypeHolder not take a type argument by Chris Lattner · 23 years ago
  80. 4e4cae8 Lexer doesn't create typehandle gross stuff now, parser does. by Chris Lattner · 23 years ago
  81. 0009dac Call nodes are never equivalent Shadow nodes are never critical. by Chris Lattner · 23 years ago
  82. 1f1170c Add hack to get timing of analysis by Chris Lattner · 23 years ago
  83. cc0c1b2 * Eliminate commented out code by Chris Lattner · 23 years ago
  84. 744088c Deparameterize PATypeHolder by Chris Lattner · 23 years ago
  85. 1e10c7c Add method to get # nodes in the graph by Chris Lattner · 23 years ago
  86. 8937375 Make the release build work by Chris Lattner · 23 years ago
  87. 6fe2e87 Fix the release build by Chris Lattner · 23 years ago
  88. c269bd9 * Add dump() virtual function to AbstractType user to help track down bugs by Chris Lattner · 23 years ago
  89. a13d6ce Support resolving function arguments/return values to pointers that index by Chris Lattner · 23 years ago
  90. 85e1e9c Case numbers were not updated when Sparc.burg.in was changed by Vikram S. Adve · 23 years ago
  91. 69cd2b1 Move the PromoteMemoryToRegister pass to be run _after_ the raise pointer by Chris Lattner · 23 years ago
  92. bb063f3 Add a new replaceWith method useful for replacing instructions by Chris Lattner · 23 years ago
  93. f8285d4 Allow scalars that point to multiple nodes when building the scalar map. by Chris Lattner · 23 years ago
  94. f719694 Add extra case here to avoid getting spurious output by Chris Lattner · 23 years ago
  95. e0d1d1a Avoid incorrectly adding null values to the scalar map! by Chris Lattner · 23 years ago
  96. dba61f3 Critical shadow nodes no do not know their parent explictly. by Chris Lattner · 23 years ago
  97. 3feaf02 Minor cleanups (use dyn_cast instead of testing manually) by Chris Lattner · 23 years ago
  98. f30185f Allow merging of identical call nodes. Make the shadow node pointed to by Chris Lattner · 23 years ago
  99. bab4a90 Increase limit for perimeter by Chris Lattner · 23 years ago
  100. aedcb72 Shadow nodes don't need to know their explicit parent, they just need to by Chris Lattner · 23 years ago