1. 92bab83 Fix broken test by Chris Lattner · 22 years ago
  2. 482004c Test commit by Chris Lattner · 22 years ago
  3. aaeb1c1 *** empty log message *** by Joel Stanley · 22 years ago
  4. 72ef35e Fixed typos and added &lt/&gt/&amp tags where appropriate by Joel Stanley · 22 years ago
  5. 2b76306 * Fix a couple more <>&'s by Chris Lattner · 22 years ago
  6. 83b5ee0 Minor fixes html type fixes: & -> &amp; > -> &gt; etc. by Chris Lattner · 22 years ago
  7. f1ebdc3 Minor fix, test that web autoupdate works for people non-chris by Chris Lattner · 22 years ago
  8. 9b96c44 Added subsections to 'Basic Inspection and Traversal Routines': by Joel Stanley · 22 years ago
  9. bded132 Move code out of header files into .cpp files to make future changes easier by Chris Lattner · 22 years ago
  10. fab8c79 * Clean up some comments by Chris Lattner · 22 years ago
  11. 82f2f95 Fix script due to new www/ top level directory by Chris Lattner · 22 years ago
  12. b0d7e62 Remove obsolete script by Chris Lattner · 22 years ago
  13. a42414b * Clean up indentation a bit by Chris Lattner · 22 years ago
  14. 4827015 * Remove extraneous #includes by Chris Lattner · 22 years ago
  15. b0dbd7f Initial checkin of Correlated Expression Elimination Pass by Chris Lattner · 22 years ago
  16. 4dd7d3e * No longer need to run die after instcombine by Chris Lattner · 22 years ago
  17. 513d3e8 Include stub for correlated expression elimination pass by Chris Lattner · 22 years ago
  18. ae7f759 Add skeleton to the section contents so that Joel knows what to fill in by Chris Lattner · 22 years ago
  19. b99344f Add new section by Chris Lattner · 22 years ago
  20. a30ed38 Trivial change to test CVS checkout scripts by Chris Lattner · 22 years ago
  21. 1db872d Commit Vikram's changes for 426 class by Chris Lattner · 22 years ago
  22. 0377de4 Add information about the GlobalVariable and Module classes by Chris Lattner · 22 years ago
  23. f4d4a49 Fix file header to be accurate, instead of something I just copied and pasted. by Chris Lattner · 22 years ago
  24. a9d2bff Fix bug with critical edge splitting code where it wouldn't update PHI nodes by Chris Lattner · 22 years ago
  25. 9355b47 Initial checkin of the first part of the Programmer's Manual by Chris Lattner · 22 years ago
  26. 4af3ccb Check in the implementation of critical edge detection and splitting by Chris Lattner · 22 years ago
  27. ca8474e - Rename BreakCriticalEdge to the slightly more standard SplitCriticalEdge by Chris Lattner · 22 years ago
  28. 3e57cb9 * Doxygenize API * Add new functions for identifying and breaking critical edges by Chris Lattner · 22 years ago
  29. 0c5d27e - Doxygenize comments by Chris Lattner · 22 years ago
  30. f9bbe21 Make getAnalysisToUpdate<AnalysisType>() public so that transformation APIs by Chris Lattner · 22 years ago
  31. 480e2ef * Remove notes at the top of the file by Chris Lattner · 22 years ago
  32. 68f7161 Add new function MachineInstrInfo::CreateZeroExtensionInstructions. by Vikram S. Adve · 22 years ago
  33. f36f06b Add new function UltraSparcInstrInfo::CreateZeroExtensionInstructions. by Vikram S. Adve · 22 years ago
  34. 84c0fcb Bug fixes in casting between floats and ints smaller than 64 bits. by Vikram S. Adve · 22 years ago
  35. babc0fa -- Use size of pointer element type instead of pointer type in array offsets! by Vikram S. Adve · 22 years ago
  36. 537a877 -- Bug fix: use byte offsets not typed offsets in output assembly! by Vikram S. Adve · 22 years ago
  37. 20d4129 Minor bug fix. by Chris Lattner · 22 years ago
  38. 252030e Implement setcc for booleans. Fixes bug: by Chris Lattner · 22 years ago
  39. 8617b35 Make sure that setcc is implemented for bools. by Chris Lattner · 22 years ago
  40. 0c4e886 - Renamed Type::isIntegral() to Type::isInteger() by Chris Lattner · 22 years ago
  41. 65ad372 by Chris Lattner · 22 years ago
  42. ce8a149 - Renamed Type::isIntegral() to Type::isInteger() by Chris Lattner · 22 years ago
  43. 625ea21 Implement operator== and != for ranges by Chris Lattner · 22 years ago
  44. eaee9e1 Add distinction between integer and integral types. by Chris Lattner · 22 years ago
  45. d122f4b Fix bugs by Chris Lattner · 22 years ago
  46. 62b14df Add constant prop & DIE to InstCombine, so it cleans up after itself by Chris Lattner · 22 years ago
  47. b041eb5 Remove duplicate #include by Chris Lattner · 22 years ago
  48. 7382e73 by Chris Lattner · 22 years ago
  49. 96f9d72 Add printing support to ConstantRange class by Chris Lattner · 22 years ago
  50. f6814d1 by Chris Lattner · 22 years ago
  51. 645e00d Initial implementation of ConstantRange support by Chris Lattner · 22 years ago
  52. ea8b7b8 - Exposed SetCondInst::getInverseCondition & ::getSwappedCondition better by Chris Lattner · 22 years ago
  53. 3d92ac2 - Exposed SetCondInst::getInverseCondition & ::getSwappedCondition better by Chris Lattner · 22 years ago
  54. 0179450 - Converted CWriter to be an LLVM pass. by Chris Lattner · 22 years ago
  55. e8a7d74 Get FindUsedTypes pass by Chris Lattner · 22 years ago
  56. 0e9f93e - Fix bug: test/Regression/CBackend/2002-08-20-RecursiveTypes.ll by Chris Lattner · 22 years ago
  57. 8ac8839 Convert cwriter to be a pass. by Chris Lattner · 22 years ago
  58. b7f804c New testcase by Chris Lattner · 22 years ago
  59. 2a88bb7 - Implement SCCP of getelementptr instructions by Chris Lattner · 22 years ago
  60. eabb495 New testcase by Chris Lattner · 22 years ago
  61. c539483 - Reformat comments by Chris Lattner · 22 years ago
  62. 1acbea1 by Chris Lattner · 22 years ago
  63. cd7fbf2 - 'analyze' and 'as' now explicitly verify input because AsmParser doesn't. by Chris Lattner · 22 years ago
  64. c74cb86 - Eliminate the last traces of the 'analysis' namespace by Chris Lattner · 22 years ago
  65. 2964f36 Really minor cleanups by Chris Lattner · 22 years ago
  66. 77e14ad AsmParser now depends on clients to verify that input is well formed by Chris Lattner · 22 years ago
  67. 9179148 Update comments by Chris Lattner · 22 years ago
  68. 70433de Fix comments. by Chris Lattner · 22 years ago
  69. c447b4b Merged into ValueNumbering.cpp by Chris Lattner · 22 years ago
  70. 3e813b3 Minor cleanups so I can remove BasicValueNumbering.h by Chris Lattner · 22 years ago
  71. d816bcf Add "written by" note by Chris Lattner · 22 years ago
  72. 26d933a Initial implementation of basic value numbering by Chris Lattner · 22 years ago
  73. 74542b6 initial implementation of ValueNumbering interface. by Chris Lattner · 22 years ago
  74. 71c7ec9 Initial implementation of value numbering for load instructions by Chris Lattner · 22 years ago
  75. d7f6725 Initial version of LoadValueNumbering interface by Chris Lattner · 22 years ago
  76. dcee11c Initial version of ValueNumbering interface by Chris Lattner · 22 years ago
  77. c619fa4 Link to analysis.o not analysis.a by Chris Lattner · 22 years ago
  78. 1b7fbef - GCCAS now uses load value #ing for GCSE by Chris Lattner · 22 years ago
  79. a3cd9de - Use Pass::AnalysisImpls instead of findAnalysisGroupMemeber by Chris Lattner · 22 years ago
  80. 1c28b42 - PassManager prints analysis sets nicer by Chris Lattner · 22 years ago
  81. 14987f1 - GCSE now no longer counts instructions not removed (due to no common by Chris Lattner · 22 years ago
  82. ada23c0 - PassInfo class keeps track of AnalysisGroups implemented by the Pass. by Chris Lattner · 22 years ago
  83. 76a8f7f - Pass now has AnalysisImpls class to implement getAnalysis() so that it is by Chris Lattner · 22 years ago
  84. 1a24282 Make sure to run these tests with load value #'ing by Chris Lattner · 22 years ago
  85. f9017b8 Eliminate hardcoded paths using LLVMGCCDIR variable. by Vikram S. Adve · 22 years ago
  86. bf587f3 Add LLVMGCCDIR variable to eliminate hardcoded paths from test/Makefile.tests. by Vikram S. Adve · 22 years ago
  87. c214e71 Simplified significantly by pulling out local configuration options by Vikram S. Adve · 22 years ago
  88. 049857e Local configuration options for a particular installation of LLVM. by Vikram S. Adve · 22 years ago
  89. e52e913 New datastructure analysis correctly uses TargetData by Chris Lattner · 22 years ago
  90. 04b9025 Remove unneeded #include by Chris Lattner · 22 years ago
  91. c46c04c Fix comments by Chris Lattner · 22 years ago
  92. 3f917b6 Make the getAnalyss<> members const. Using them does NOT modify the Pass object. by Chris Lattner · 22 years ago
  93. 764b46e Factor out /shared/... path to simplify changing it. by Vikram S. Adve · 22 years ago
  94. 690d99b Comment out broken link by Chris Lattner · 22 years ago
  95. b85d265 moved this file from lib/Reoptimizer/Mapping by Anand Shukla · 22 years ago
  96. 894e830 Makefile for new sub directory by Anand Shukla · 22 years ago
  97. 2caa920 Added Mapping subdir by Anand Shukla · 22 years ago
  98. a34c568 Implement ConstantPointerRef support, & ConstantExpr support for Cast, GEP & Add. by Chris Lattner · 22 years ago
  99. 2602202 added Reoptimizer in Makefile DIRS by Anand Shukla · 22 years ago
  100. ecbb51b Added mapping lib in llc makefile by Anand Shukla · 22 years ago