1. 4827015 * Remove extraneous #includes by Chris Lattner · 22 years ago
  2. b0dbd7f Initial checkin of Correlated Expression Elimination Pass by Chris Lattner · 22 years ago
  3. f4d4a49 Fix file header to be accurate, instead of something I just copied and pasted. by Chris Lattner · 22 years ago
  4. a9d2bff Fix bug with critical edge splitting code where it wouldn't update PHI nodes by Chris Lattner · 22 years ago
  5. 4af3ccb Check in the implementation of critical edge detection and splitting by Chris Lattner · 22 years ago
  6. f36f06b Add new function UltraSparcInstrInfo::CreateZeroExtensionInstructions. by Vikram S. Adve · 22 years ago
  7. 84c0fcb Bug fixes in casting between floats and ints smaller than 64 bits. by Vikram S. Adve · 22 years ago
  8. babc0fa -- Use size of pointer element type instead of pointer type in array offsets! by Vikram S. Adve · 22 years ago
  9. 537a877 -- Bug fix: use byte offsets not typed offsets in output assembly! by Vikram S. Adve · 22 years ago
  10. 20d4129 Minor bug fix. by Chris Lattner · 22 years ago
  11. 252030e Implement setcc for booleans. Fixes bug: by Chris Lattner · 22 years ago
  12. 0c4e886 - Renamed Type::isIntegral() to Type::isInteger() by Chris Lattner · 22 years ago
  13. 65ad372 by Chris Lattner · 22 years ago
  14. ce8a149 - Renamed Type::isIntegral() to Type::isInteger() by Chris Lattner · 22 years ago
  15. d122f4b Fix bugs by Chris Lattner · 22 years ago
  16. 62b14df Add constant prop & DIE to InstCombine, so it cleans up after itself by Chris Lattner · 22 years ago
  17. 96f9d72 Add printing support to ConstantRange class by Chris Lattner · 22 years ago
  18. 645e00d Initial implementation of ConstantRange support by Chris Lattner · 22 years ago
  19. ea8b7b8 - Exposed SetCondInst::getInverseCondition & ::getSwappedCondition better by Chris Lattner · 22 years ago
  20. 0e9f93e - Fix bug: test/Regression/CBackend/2002-08-20-RecursiveTypes.ll by Chris Lattner · 22 years ago
  21. 2a88bb7 - Implement SCCP of getelementptr instructions by Chris Lattner · 22 years ago
  22. c74cb86 - Eliminate the last traces of the 'analysis' namespace by Chris Lattner · 22 years ago
  23. 2964f36 Really minor cleanups by Chris Lattner · 22 years ago
  24. 77e14ad AsmParser now depends on clients to verify that input is well formed by Chris Lattner · 22 years ago
  25. 3e813b3 Minor cleanups so I can remove BasicValueNumbering.h by Chris Lattner · 22 years ago
  26. 74542b6 initial implementation of ValueNumbering interface. by Chris Lattner · 22 years ago
  27. 71c7ec9 Initial implementation of value numbering for load instructions by Chris Lattner · 22 years ago
  28. a3cd9de - Use Pass::AnalysisImpls instead of findAnalysisGroupMemeber by Chris Lattner · 22 years ago
  29. 1c28b42 - PassManager prints analysis sets nicer by Chris Lattner · 22 years ago
  30. 14987f1 - GCSE now no longer counts instructions not removed (due to no common by Chris Lattner · 22 years ago
  31. 04b9025 Remove unneeded #include by Chris Lattner · 22 years ago
  32. b85d265 moved this file from lib/Reoptimizer/Mapping by Anand Shukla · 22 years ago
  33. 894e830 Makefile for new sub directory by Anand Shukla · 22 years ago
  34. 2caa920 Added Mapping subdir by Anand Shukla · 22 years ago
  35. a34c568 Implement ConstantPointerRef support, & ConstantExpr support for Cast, GEP & Add. by Chris Lattner · 22 years ago
  36. 2602202 added Reoptimizer in Makefile DIRS by Anand Shukla · 22 years ago
  37. 5993829 Added getFunctionInfo and MappingInfoForFunction pass, and fixed the earlier error in compiling by Anand Shukla · 22 years ago
  38. fabc880 Fix bug: test/Regression/CBackend/2002-08-26-IndirectCallTest.ll by Chris Lattner · 22 years ago
  39. 93aeea3 Add support for turning an array of characters into a string. by Chris Lattner · 22 years ago
  40. e0b6b78 Changed so it gets linked properly by Anand Shukla · 22 years ago
  41. 969c4ad Fix the way parens are printed around "*ptrName" so that by Vikram S. Adve · 22 years ago
  42. 74c83e4 Use newly-added type inspection support in InstTreeNode subclasses. by Vikram S. Adve · 22 years ago
  43. 6851333 Moved code here to extract memory instruction indices and to check by Vikram S. Adve · 22 years ago
  44. f28d9d6 LoadIdx non-terminal no longer needed. by Vikram S. Adve · 22 years ago
  45. 8cfffd3 Sign-extend values used to index arrays (and Simplify by Vikram S. Adve · 22 years ago
  46. f519b99 Fix sign-extension: it needs to happen *after* multiplying by type size. by Vikram S. Adve · 22 years ago
  47. 42eb2ba Sign-extend array index expressions to work correctly on non-32 bit machines. by Vikram S. Adve · 22 years ago
  48. e6f9a91 - instcombine demorgan's law: and (not A), (not B) == not (or A, B) by Chris Lattner · 22 years ago
  49. ed0f1c5 Changed default value of 3rd parameter in function definition by Anand Shukla · 22 years ago
  50. 6656c43 Added #include <alloca.h> by Anand Shukla · 22 years ago
  51. cfa4f4a Simplify previous hack slightly. by Vikram S. Adve · 22 years ago
  52. 69f3b72 Force sign-extension for uint array indexes from 32-bit to 64-bits by Vikram S. Adve · 22 years ago
  53. 3bb8ad2 by Chris Lattner · 22 years ago
  54. cc63f1c Eliminated the MemAccessInst class, folding contents into GEP class. by Chris Lattner · 22 years ago
  55. 24ea74e Load & StoreInst no longer derive from MemAccessInst, so we don't have by Chris Lattner · 22 years ago
  56. 5dfe767 by Chris Lattner · 22 years ago
  57. 8e4fc25 *** empty log message *** by Chris Lattner · 22 years ago
  58. f150b9d Load and Store now no longer derive from MemAccessInst. Indexing a load or by Chris Lattner · 22 years ago
  59. f9355f6 doxygenize comments by Chris Lattner · 22 years ago
  60. f5e84aa Add capability of using pointer analysis to LICM by Chris Lattner · 22 years ago
  61. 0712d55 Remove long obsolete comments by Chris Lattner · 22 years ago
  62. 80b7f8c by Chris Lattner · 22 years ago
  63. c20e245 Instcombine PHI's of the form %PN = phi PN, X into X and by Chris Lattner · 22 years ago
  64. 22d8cd6 Add missing #include by Chris Lattner · 22 years ago
  65. 53ad0ed Check-in new alias analysis infrastructure by Chris Lattner · 22 years ago
  66. d456ec9 Convert GCSE pass to use new alias analysis infrastructure by Chris Lattner · 22 years ago
  67. ff9a9e5 Do not generate load/store instructions with indexing. by Chris Lattner · 22 years ago
  68. abfb0b5 Change code to not use the copyOperands method added to User. It's now by Chris Lattner · 22 years ago
  69. da920aa dumpNode() does not need to print MachineInstrs. by Vikram S. Adve · 22 years ago
  70. 10472ce Fix two resource names. by Vikram S. Adve · 22 years ago
  71. e99941a Add AsmPrinter::ConstantExprToString, which writes out a ConstantExpr by Vikram S. Adve · 22 years ago
  72. 30a6f49 Eliminate bool, boolreg and boolconst nonterminals, and just use by Vikram S. Adve · 22 years ago
  73. ccc13a4 Change rules for Not, since it is now implemented as Xor(reg,11..1). by Vikram S. Adve · 22 years ago
  74. f20816b - Fighting with linking problem due to removing the ::ID elements. Now the by Chris Lattner · 22 years ago
  75. 0383cc4 - Fix asmparser and bytecode reader to not generate loads/stores with idxs by Chris Lattner · 22 years ago
  76. a69fd90 - Split Dominators.h into Dominators.h & PostDominators.h by Chris Lattner · 22 years ago
  77. 352eef7 Emit an obnoxious warning message for bytecode that includes load/store by Chris Lattner · 22 years ago
  78. 64339f6 Remove debugging code accidentally checked in. by Chris Lattner · 22 years ago
  79. 789bc84 - Implement the new AnalysisGroup feature, neccesary for Value#ing and pointer analysis by Chris Lattner · 22 years ago
  80. b63b29d Do not generate loads/stores with indexing by Chris Lattner · 22 years ago
  81. 25ba059 Remove extraneous #includes by Chris Lattner · 22 years ago
  82. 3f9b28d Do not create load/stores with indexes by Chris Lattner · 22 years ago
  83. 905641b Remove an optimization that isn't. by Chris Lattner · 22 years ago
  84. 546b027 - Do not expose ::ID from any of the analyses anymore. by Chris Lattner · 22 years ago
  85. 044f908 by Chris Lattner · 22 years ago
  86. 607ace6 - Do not expose ::ID from any of the analyses anymore. by Chris Lattner · 22 years ago
  87. fb30fda - Eliminate the need for analyses to expose an ::ID member. by Chris Lattner · 22 years ago
  88. b319faf fixed bug: test/Regression/Linker/2002-08-20-ConstantExpr.ll by Chris Lattner · 22 years ago
  89. b8fa514 Sort -time-passes report first by user+system, then by Wall clock time. by Chris Lattner · 22 years ago
  90. 05bd1b2 - instcombine (~(a < b)) into (a >= b) by Chris Lattner · 22 years ago
  91. e825bde by Chris Lattner · 22 years ago
  92. 5a905e2 This case JUST handles constantpointer nulls, not all pointers. by Chris Lattner · 22 years ago
  93. 4cda835 Fix bug: 2002-08-20-UnnamedArgument.c by Chris Lattner · 22 years ago
  94. f02c468 - implemented instcombine of phi (X, X, X) -> X by Chris Lattner · 22 years ago
  95. df35a1c Implement ConstantExprs in CWriter by Chris Lattner · 22 years ago
  96. 83c5775 Incorporate calcTypeNameVar into CWriter class, fixing by Chris Lattner · 22 years ago
  97. a4d4a85 Output forward definitions of global vars to handle recursive intializers correctly. by Chris Lattner · 22 years ago
  98. 6d49292 - Change constant printing to be better integrated with the rest of the by Chris Lattner · 22 years ago
  99. db8d8ef Add missing space by Chris Lattner · 22 years ago
  100. 63c58a4 Fix bug: test/Regression/Assembler/2002-08-19-BytecodeReader.llx by Chris Lattner · 22 years ago