1. 3237da0 remove dead variables by Chris Lattner · 20 years ago
  2. c597b8a Make iostream #inclusion explicit by Chris Lattner · 20 years ago
  3. 31d0ac2 ConvertibleToGEP always returns 0, remove some old crufty code which by Chris Lattner · 20 years ago
  4. 403d1c2 Preserve calling conv when hacking on calls by Chris Lattner · 21 years ago
  5. b1c9317 Remove trailing whitespace by Misha Brukman · 21 years ago
  6. 6d0a24c second argument to Value::setName is now gone. by Chris Lattner · 21 years ago
  7. a3cc183 Fix 'raise' to work with packed types. Patch by Morten Ofstad. by Chris Lattner · 21 years ago
  8. cd67106 Prototype more accurately by Chris Lattner · 21 years ago
  9. 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
  10. 6a93462 This DEBUG is buggy. comment it out because it's not worth fixing. This by Chris Lattner · 21 years ago
  11. fd7a2d4 Merge i*.h headers into Instructions.h as part of bug403. by Alkis Evlogimenos · 21 years ago
  12. e4de228 bug 122: by Reid Spencer · 21 years ago
  13. 32c518e Progress on PR341 by Chris Lattner · 21 years ago
  14. 163c87f Make this pass use a more specific debug message than "Processing:". by Brian Gaeke · 21 years ago
  15. 69193f9 Support getelementptr instructions which use uint's to index into structure by Chris Lattner · 22 years ago
  16. ac6db75 Adjust to the changed StructType interface. In particular, getElementTypes() is gone. by Chris Lattner · 22 years ago
  17. 57ea2e3 The ConstantExpr::getCast call can cause a CPR to be generated. If so, by Chris Lattner · 22 years ago
  18. 81d8822 Remove uses of ConstantHandling itf by Chris Lattner · 22 years ago
  19. ff66958 Finegrainify namespacification add flags for PR82 by Chris Lattner · 22 years ago
  20. 9cc1a0e Inching towards fixing PR82 by Chris Lattner · 22 years ago
  21. 93bfb6c Remove extraneous #include finegrainify namespacification by Chris Lattner · 22 years ago
  22. 027253b verifyFunction depends on dominator info, which levelraise does not declare by Chris Lattner · 22 years ago
  23. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  24. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  25. 44d2c35 Regularize header file comments by Chris Lattner · 22 years ago
  26. f1f7f2c Prototype for creator function got moved by Chris Lattner · 22 years ago
  27. 8abcd56 DEBUG got moved to Support/Debug.h by Chris Lattner · 22 years ago
  28. 373086d Hopefully, the final fix for `[Pp]ropogate'. by Misha Brukman · 23 years ago
  29. e5838c4 s/convertable/convertible/g by Misha Brukman · 23 years ago
  30. caa1de2 Attempt to fix sumant's typesafety issue by Chris Lattner · 23 years ago
  31. 802c63d Fix bug: LevelRaise/2003-05-01-CallCast.ll by Chris Lattner · 23 years ago
  32. fcd1fe4 Create constant expression casts instead of constant instructions if possible by Chris Lattner · 23 years ago
  33. 4a6c3e7 Avoid naming things exactly the same by Chris Lattner · 23 years ago
  34. c1f9206 Make the levelraise pass be well behaved w.r.t the TargetData that the current by Chris Lattner · 23 years ago
  35. 98cf1f5 - Eliminated the deferred symbol table stuff in Module & Function, it really by Chris Lattner · 23 years ago
  36. 5ae3bd6 Ensure definate initialization by Chris Lattner · 23 years ago
  37. 820d971 - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG to by Chris Lattner · 23 years ago
  38. a185db3 - Fix bug: LevelRaise/2002-10-08-VarArgCall.ll by Chris Lattner · 23 years ago
  39. 3cf3782 Updates to work with recent Statistic's changes: by Chris Lattner · 23 years ago
  40. 892f59f Fixed typo. by Misha Brukman · 23 years ago
  41. b9d9e0f - Change getelementptr instruction to use long indexes instead of uint by Chris Lattner · 23 years ago
  42. 28a8d24 Simplify code (somtimes dramatically), by using the new "auto-insert" feature by Chris Lattner · 23 years ago
  43. b0b412e - Renamed Type::isIntegral() to Type::isInteger() by Chris Lattner · 23 years ago
  44. 62b42ce *** empty log message *** by Chris Lattner · 23 years ago
  45. c8b7092 by Chris Lattner · 23 years ago
  46. 417ae51 Rename LevelChange.h to RaisePointerReferences.h by Chris Lattner · 23 years ago
  47. aadb84f * Make the ctor take a TargetData even though it's not using it yet by Chris Lattner · 23 years ago
  48. f5cad15 *** empty log message *** by Chris Lattner · 23 years ago
  49. 60ebba5 * Remove dead code from ExprTypeConvert.cpp by Chris Lattner · 23 years ago
  50. 5ec260a * Add a bunch of debugging features to LevelRaise by Chris Lattner · 23 years ago
  51. 811bd41 Fix bug: test/Regression/Transforms/LevelRaise/2002-07-16-RaiseCrash2.ll by Chris Lattner · 23 years ago
  52. 0610fc9 Bugfix to previous checkin by Chris Lattner · 23 years ago
  53. 036a134 * Add assertion to ExprTypeConvert to detect error earlier than without it by Chris Lattner · 23 years ago
  54. a3a1ba1 Clean up anands patch by Chris Lattner · 23 years ago
  55. af26b39 added include<iostream> for cerr by Anand Shukla · 23 years ago
  56. 458496c changes to make it compatible with 64bit gcc by Anand Shukla · 23 years ago
  57. 113f4f4 MEGAPATCH checkin. by Chris Lattner · 23 years ago
  58. ab038d4 Simplify the interface to local DCE and Constant prop by Chris Lattner · 24 years ago
  59. e80124d Fix comments to reflect reality by Chris Lattner · 24 years ago
  60. acd4599 Convert transforms over to standardize debugging output on -debug option by Chris Lattner · 24 years ago
  61. a3c3456 Fix a major source of "type unsafety", where a cast is neccesary, but can by Chris Lattner · 24 years ago
  62. da2eddd * Add support for the -stats command line option to report how much is changed by Chris Lattner · 24 years ago
  63. 9b55e5a Reduce dependance on TransformInternals.h, instead using the TransformUtils library by Chris Lattner · 24 years ago
  64. 05cd521 ExprTypeConvert will already do this transformation, no need to specialize by Chris Lattner · 24 years ago
  65. d5a8470 Eliminate duplicate or unneccesary #include's by Chris Lattner · 24 years ago
  66. 37104aa Add new optional getPassName() virtual function that a Pass can override by Chris Lattner · 24 years ago
  67. f12cc84 Tighten up the AnalysisUsage of lots of passes, primarily to correctly indicate whether or not they invalidate the CFGA by Chris Lattner · 24 years ago
  68. ca14237 Split ConstantVals.h into Constant.h and Constants.h by Chris Lattner · 24 years ago
  69. c8e6654 * Rename MethodPass class to FunctionPass by Chris Lattner · 24 years ago
  70. f8e4dc3 s/Method/Function Remove extraneous #includes of llvm/Assembly/Writer by Chris Lattner · 24 years ago
  71. 65b529f ConstantHandling moved into VMCore library by Chris Lattner · 24 years ago
  72. 62b7fd1 Change references to the Method class to be references to the Function by Chris Lattner · 24 years ago
  73. 0d984ef Fix the: test/Regression/Other/2002-03-20-LevelRaiseCrash.ll bug. It turned by Chris Lattner · 24 years ago
  74. 14fe4c6 Namespace qualify debugging code by Chris Lattner · 24 years ago
  75. 7287d69 * Fix bug: test/Regression/Other/2002-03-11-LevelRaiseIterInvalidate.ll by Chris Lattner · 24 years ago
  76. 04805fa Change over to use new style pass mechanism, now passes only expose small by Chris Lattner · 24 years ago
  77. 352151e MethodPass's are now guaranteed to not be run on external methods! by Chris Lattner · 24 years ago
  78. ee965ab Move stuff out of the Optimizations directories into the appropriate Transforms by Chris Lattner · 24 years ago
  79. 7f74a56 Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
  80. b457653 * Support pointer indexing by Chris Lattner · 24 years ago
  81. dae4d63 Remove code that is superceeded by code in ExprTypeConvert.cpp by Chris Lattner · 24 years ago
  82. 71ffba7 We can do cast-add elimination even on casts that reinterpret by Chris Lattner · 24 years ago
  83. 1d24462 Fix pessimizations on sized arrays by Chris Lattner · 24 years ago
  84. cd7fb50 Hrm, don't do debugging output when debugging is off. :( by Chris Lattner · 24 years ago
  85. 617aaaa Fixes to type conversion stuff to match induction variables more frequently by Chris Lattner · 24 years ago
  86. 4c160c3 Remove printouts by Chris Lattner · 24 years ago
  87. 2413b16 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 24 years ago
  88. 3462ae3 Rename ConstPoolVal -> Constant by Chris Lattner · 24 years ago
  89. 5de2204 Create a new #include "Support/..." directory structure to move things by Chris Lattner · 24 years ago
  90. 54d5928 Turn off debug info by Chris Lattner · 24 years ago
  91. ee568eb Include const prop as part of -raise by Chris Lattner · 24 years ago
  92. f9378e7 Clean up code, implement array indexing stuff by Chris Lattner · 24 years ago
  93. 1237e86 Remove much cruft from the MemAccessInst instruction by Chris Lattner · 24 years ago
  94. abf40ba Better heuristics for handling arrays by Chris Lattner · 24 years ago
  95. 4f8e946 Avoid assertion failure when taking size of unsized array. Todo item herE by Chris Lattner · 24 years ago
  96. 583e95e Improve raising significantly by Chris Lattner · 24 years ago
  97. 0136101 Fix bugs by Chris Lattner · 24 years ago
  98. 710c386 Fix bug with ADD nodes and malloc promotion by Chris Lattner · 24 years ago
  99. 0ecba60 Use the expression map correctly. by Chris Lattner · 24 years ago
  100. 3084cb6 Refactor code to share stuff by Chris Lattner · 24 years ago