1. 2e9fe0a * Eliminate GenericBinaryInst class by Chris Lattner · 22 years ago
  2. 226719e Eliminate the GenericBinaryInst class. by Chris Lattner · 22 years ago
  3. b163f1c Eliminate setType method by Chris Lattner · 22 years ago
  4. 6b121f1 Finish up the isa/cast/dyn_cast section by Chris Lattner · 22 years ago
  5. 5e76140 * Clean up code a little bit by Chris Lattner · 22 years ago
  6. 4b635b8 Run indvars tests by Chris Lattner · 22 years ago
  7. 7a4e86d Add new testcase for broken indvars case by Chris Lattner · 22 years ago
  8. 7126539 Fix typeo in assertion message by Chris Lattner · 22 years ago
  9. 1b9029c Hack unneccesary now that shifts of pointers are no longer legal! by Chris Lattner · 22 years ago
  10. 979d9b7 Write most of the isa, cast, dyn_cast section. It's not done yet though. by Chris Lattner · 22 years ago
  11. 1a143ae Do not allow adds of pointer types, or many other operations on pointer types. by Chris Lattner · 22 years ago
  12. 871d2ce Disallow creation of pointer typed shift instructions by Chris Lattner · 22 years ago
  13. caa5d13 * Write the prose for the Basic Inspection and Traversal Routines section by Chris Lattner · 22 years ago
  14. d8aabb2 *** empty log message *** by Joel Stanley · 22 years ago
  15. e7be650 - Made distinction between object->iterator and iterator->object by Joel Stanley · 22 years ago
  16. ec7f482 Silly bug fix: Machine code vector could be empty for a no-op cast instruction, by Vikram S. Adve · 22 years ago
  17. 1d43fd4 Clean up the isa section stub. It should not be listed twice by Chris Lattner · 22 years ago
  18. 1a3105b Stub out another couple sections that it looks like 426's MP1 will really need. by Chris Lattner · 22 years ago
  19. d6ea926 Fix minor typo by Chris Lattner · 22 years ago
  20. 5862173 Testcase no longer applicable since shifts of pointers are no longer allowed by Chris Lattner · 22 years ago
  21. e083a1d Eliminate multiply of pointer type by Chris Lattner · 22 years ago
  22. 5fb7243 Factor silly code duplication out by Chris Lattner · 22 years ago
  23. e30e1cf Fix Bug: test/Regression/Transforms/InstCombine/2002-09-08-PointerShiftBug.ll by Chris Lattner · 22 years ago
  24. 05eb958 New testcase for a bug identified by Vikram by Chris Lattner · 22 years ago
  25. 823c4ab Make sure the leakdetector is told about temporary Phi nodes also, so it doesn't by Chris Lattner · 22 years ago
  26. a175ed4 Inform the memory leak detector that TmpInstruction objects should not be by Chris Lattner · 22 years ago
  27. 7118441 Move TmpInstruction ctor to InstrSelection.cpp file by Chris Lattner · 22 years ago
  28. c4e4a99 Enable "garbage detection" of LLVM objects. Check for leaks after running by Chris Lattner · 22 years ago
  29. d1e693f Enable "garbage detection" of LLVM objects. Now users should be obnoxious by Chris Lattner · 22 years ago
  30. bd78696 Minor simplification by Chris Lattner · 22 years ago
  31. de69a4c by Chris Lattner · 22 years ago
  32. 96c2ce8 Checkin initial support for automatic memory leak detection routines by Chris Lattner · 22 years ago
  33. a629934 * Add capability to recognize alias properties of the following common cases: by Chris Lattner · 22 years ago
  34. e4f318c New testcase that tests for array pointer analysis type stuff by Chris Lattner · 22 years ago
  35. 72846c2 Fix bug in testcase now that load-vn is not built into gcse by Chris Lattner · 22 years ago
  36. 92bab83 Fix broken test by Chris Lattner · 22 years ago
  37. 482004c Test commit by Chris Lattner · 22 years ago
  38. aaeb1c1 *** empty log message *** by Joel Stanley · 22 years ago
  39. 72ef35e Fixed typos and added &lt/&gt/&amp tags where appropriate by Joel Stanley · 22 years ago
  40. 2b76306 * Fix a couple more <>&'s by Chris Lattner · 22 years ago
  41. 83b5ee0 Minor fixes html type fixes: & -> &amp; > -> &gt; etc. by Chris Lattner · 22 years ago
  42. f1ebdc3 Minor fix, test that web autoupdate works for people non-chris by Chris Lattner · 22 years ago
  43. 9b96c44 Added subsections to 'Basic Inspection and Traversal Routines': by Joel Stanley · 22 years ago
  44. bded132 Move code out of header files into .cpp files to make future changes easier by Chris Lattner · 22 years ago
  45. fab8c79 * Clean up some comments by Chris Lattner · 22 years ago
  46. 82f2f95 Fix script due to new www/ top level directory by Chris Lattner · 22 years ago
  47. b0d7e62 Remove obsolete script by Chris Lattner · 22 years ago
  48. a42414b * Clean up indentation a bit by Chris Lattner · 22 years ago
  49. 4827015 * Remove extraneous #includes by Chris Lattner · 22 years ago
  50. b0dbd7f Initial checkin of Correlated Expression Elimination Pass by Chris Lattner · 22 years ago
  51. 4dd7d3e * No longer need to run die after instcombine by Chris Lattner · 22 years ago
  52. 513d3e8 Include stub for correlated expression elimination pass by Chris Lattner · 22 years ago
  53. ae7f759 Add skeleton to the section contents so that Joel knows what to fill in by Chris Lattner · 22 years ago
  54. b99344f Add new section by Chris Lattner · 22 years ago
  55. a30ed38 Trivial change to test CVS checkout scripts by Chris Lattner · 22 years ago
  56. 1db872d Commit Vikram's changes for 426 class by Chris Lattner · 22 years ago
  57. 0377de4 Add information about the GlobalVariable and Module classes by Chris Lattner · 22 years ago
  58. f4d4a49 Fix file header to be accurate, instead of something I just copied and pasted. by Chris Lattner · 22 years ago
  59. a9d2bff Fix bug with critical edge splitting code where it wouldn't update PHI nodes by Chris Lattner · 22 years ago
  60. 9355b47 Initial checkin of the first part of the Programmer's Manual by Chris Lattner · 22 years ago
  61. 4af3ccb Check in the implementation of critical edge detection and splitting by Chris Lattner · 22 years ago
  62. ca8474e - Rename BreakCriticalEdge to the slightly more standard SplitCriticalEdge by Chris Lattner · 22 years ago
  63. 3e57cb9 * Doxygenize API * Add new functions for identifying and breaking critical edges by Chris Lattner · 22 years ago
  64. 0c5d27e - Doxygenize comments by Chris Lattner · 22 years ago
  65. f9bbe21 Make getAnalysisToUpdate<AnalysisType>() public so that transformation APIs by Chris Lattner · 22 years ago
  66. 480e2ef * Remove notes at the top of the file by Chris Lattner · 22 years ago
  67. 68f7161 Add new function MachineInstrInfo::CreateZeroExtensionInstructions. by Vikram S. Adve · 22 years ago
  68. f36f06b Add new function UltraSparcInstrInfo::CreateZeroExtensionInstructions. by Vikram S. Adve · 22 years ago
  69. 84c0fcb Bug fixes in casting between floats and ints smaller than 64 bits. by Vikram S. Adve · 22 years ago
  70. babc0fa -- Use size of pointer element type instead of pointer type in array offsets! by Vikram S. Adve · 22 years ago
  71. 537a877 -- Bug fix: use byte offsets not typed offsets in output assembly! by Vikram S. Adve · 22 years ago
  72. 20d4129 Minor bug fix. by Chris Lattner · 22 years ago
  73. 252030e Implement setcc for booleans. Fixes bug: by Chris Lattner · 22 years ago
  74. 8617b35 Make sure that setcc is implemented for bools. by Chris Lattner · 22 years ago
  75. 0c4e886 - Renamed Type::isIntegral() to Type::isInteger() by Chris Lattner · 22 years ago
  76. 65ad372 by Chris Lattner · 22 years ago
  77. ce8a149 - Renamed Type::isIntegral() to Type::isInteger() by Chris Lattner · 22 years ago
  78. 625ea21 Implement operator== and != for ranges by Chris Lattner · 22 years ago
  79. eaee9e1 Add distinction between integer and integral types. by Chris Lattner · 22 years ago
  80. d122f4b Fix bugs by Chris Lattner · 22 years ago
  81. 62b14df Add constant prop & DIE to InstCombine, so it cleans up after itself by Chris Lattner · 22 years ago
  82. b041eb5 Remove duplicate #include by Chris Lattner · 22 years ago
  83. 7382e73 by Chris Lattner · 22 years ago
  84. 96f9d72 Add printing support to ConstantRange class by Chris Lattner · 22 years ago
  85. f6814d1 by Chris Lattner · 22 years ago
  86. 645e00d Initial implementation of ConstantRange support by Chris Lattner · 22 years ago
  87. ea8b7b8 - Exposed SetCondInst::getInverseCondition & ::getSwappedCondition better by Chris Lattner · 22 years ago
  88. 3d92ac2 - Exposed SetCondInst::getInverseCondition & ::getSwappedCondition better by Chris Lattner · 22 years ago
  89. 0179450 - Converted CWriter to be an LLVM pass. by Chris Lattner · 22 years ago
  90. e8a7d74 Get FindUsedTypes pass by Chris Lattner · 22 years ago
  91. 0e9f93e - Fix bug: test/Regression/CBackend/2002-08-20-RecursiveTypes.ll by Chris Lattner · 22 years ago
  92. 8ac8839 Convert cwriter to be a pass. by Chris Lattner · 22 years ago
  93. b7f804c New testcase by Chris Lattner · 22 years ago
  94. 2a88bb7 - Implement SCCP of getelementptr instructions by Chris Lattner · 22 years ago
  95. eabb495 New testcase by Chris Lattner · 22 years ago
  96. c539483 - Reformat comments by Chris Lattner · 22 years ago
  97. 1acbea1 by Chris Lattner · 22 years ago
  98. cd7fbf2 - 'analyze' and 'as' now explicitly verify input because AsmParser doesn't. by Chris Lattner · 22 years ago
  99. c74cb86 - Eliminate the last traces of the 'analysis' namespace by Chris Lattner · 22 years ago
  100. 2964f36 Really minor cleanups by Chris Lattner · 22 years ago