1. 8cfffd3 Sign-extend values used to index arrays (and Simplify by Vikram S. Adve · 22 years ago
  2. f519b99 Fix sign-extension: it needs to happen *after* multiplying by type size. by Vikram S. Adve · 22 years ago
  3. 42eb2ba Sign-extend array index expressions to work correctly on non-32 bit machines. by Vikram S. Adve · 22 years ago
  4. e6f9a91 - instcombine demorgan's law: and (not A), (not B) == not (or A, B) by Chris Lattner · 22 years ago
  5. 31901f8 Test that demorgan's law is instcombined successfully by Chris Lattner · 22 years ago
  6. 615cdb9 Implement classof for SetCondInst so that instcombine doesn't break on dyn_cast<SetCondInst> by Chris Lattner · 22 years ago
  7. ed0f1c5 Changed default value of 3rd parameter in function definition by Anand Shukla · 22 years ago
  8. 6656c43 Added #include <alloca.h> by Anand Shukla · 22 years ago
  9. cfa4f4a Simplify previous hack slightly. by Vikram S. Adve · 22 years ago
  10. 69f3b72 Force sign-extension for uint array indexes from 32-bit to 64-bits by Vikram S. Adve · 22 years ago
  11. 3bb8ad2 by Chris Lattner · 22 years ago
  12. cc63f1c Eliminated the MemAccessInst class, folding contents into GEP class. by Chris Lattner · 22 years ago
  13. d145c21 Load & Store Inst now no longer derive from MemAccessInst by Chris Lattner · 22 years ago
  14. 24ea74e Load & StoreInst no longer derive from MemAccessInst, so we don't have by Chris Lattner · 22 years ago
  15. 5dfe767 by Chris Lattner · 22 years ago
  16. 8e4fc25 *** empty log message *** by Chris Lattner · 22 years ago
  17. f150b9d Load and Store now no longer derive from MemAccessInst. Indexing a load or by Chris Lattner · 22 years ago
  18. f9355f6 doxygenize comments by Chris Lattner · 22 years ago
  19. ce325e4 doxygenize comments in header by Chris Lattner · 22 years ago
  20. 846f535 Make doxygen not exclude doxygenized comments from the source code listings by Chris Lattner · 22 years ago
  21. f5e84aa Add capability of using pointer analysis to LICM by Chris Lattner · 22 years ago
  22. b81258c Add new testcases for instcombine by Chris Lattner · 22 years ago
  23. 0712d55 Remove long obsolete comments by Chris Lattner · 22 years ago
  24. f12c2c2 Add doxygen comments to AliasAnalysis class by Chris Lattner · 22 years ago
  25. 80b7f8c by Chris Lattner · 22 years ago
  26. e6d2fdf Fix bug: test/Regression/Assembler/2002-08-22-DominanceProblem.ll by Chris Lattner · 22 years ago
  27. c642435 New testcase by Chris Lattner · 22 years ago
  28. 8673e44 Add a testcase that checks to make sure LICM uses basicaa correctly. by Chris Lattner · 22 years ago
  29. c20e245 Instcombine PHI's of the form %PN = phi PN, X into X and by Chris Lattner · 22 years ago
  30. 74d8dcc Add readme file describing directory by Chris Lattner · 22 years ago
  31. 7991070 Add documentation for AnalysisGroup functionality by Chris Lattner · 22 years ago
  32. 22d8cd6 Add missing #include by Chris Lattner · 22 years ago
  33. 53ad0ed Check-in new alias analysis infrastructure by Chris Lattner · 22 years ago
  34. 4df22c0 Checkin new alias analysis infrastructure by Chris Lattner · 22 years ago
  35. d456ec9 Convert GCSE pass to use new alias analysis infrastructure by Chris Lattner · 22 years ago
  36. ac39b4e Initial testcases for basicaa alias analysis by Chris Lattner · 22 years ago
  37. ff9a9e5 Do not generate load/store instructions with indexing. by Chris Lattner · 22 years ago
  38. 5a3e29c by Chris Lattner · 22 years ago
  39. 472e808 Convert testcases to not use indexed loads/stores by Chris Lattner · 22 years ago
  40. ac2cbb8 Covnert testcases to not use indexed loads/stores by Chris Lattner · 22 years ago
  41. 0fd5bfd by Chris Lattner · 22 years ago
  42. b933529 Remove obsolete test by Chris Lattner · 22 years ago
  43. 317a47f Remove ancient test by Chris Lattner · 22 years ago
  44. 6458c31 Covnert tests to not use indexed load/stores by Chris Lattner · 22 years ago
  45. abfb0b5 Change code to not use the copyOperands method added to User. It's now by Chris Lattner · 22 years ago
  46. dc58535 Remove unneccesary method by Chris Lattner · 22 years ago
  47. f8d630a Fix clean command to clean in /shared when that is used. by Vikram S. Adve · 22 years ago
  48. ddd5751 Add functions castbool and boolexpr. by Vikram S. Adve · 22 years ago
  49. 397f58b *** empty log message *** by Vikram S. Adve · 22 years ago
  50. 4afd6c3 Just some extra comments. by Vikram S. Adve · 22 years ago
  51. cab1a52 Add method copyOperands(). by Vikram S. Adve · 22 years ago
  52. da920aa dumpNode() does not need to print MachineInstrs. by Vikram S. Adve · 22 years ago
  53. 10472ce Fix two resource names. by Vikram S. Adve · 22 years ago
  54. e99941a Add AsmPrinter::ConstantExprToString, which writes out a ConstantExpr by Vikram S. Adve · 22 years ago
  55. 30a6f49 Eliminate bool, boolreg and boolconst nonterminals, and just use by Vikram S. Adve · 22 years ago
  56. ccc13a4 Change rules for Not, since it is now implemented as Xor(reg,11..1). by Vikram S. Adve · 22 years ago
  57. e7e5918 Fix testcase to not use indexing in non-gep instructions by Chris Lattner · 22 years ago
  58. 5d33834 Test the C backend on all of the feature tests as well. by Chris Lattner · 22 years ago
  59. f20816b - Fighting with linking problem due to removing the ::ID elements. Now the by Chris Lattner · 22 years ago
  60. 0383cc4 - Fix asmparser and bytecode reader to not generate loads/stores with idxs by Chris Lattner · 22 years ago
  61. c37fca1 Add a class that is useful for hacking around linking problem due to by Chris Lattner · 22 years ago
  62. d611827 Fixed linking problems that wanted me to link to analyze.o instead of analyze.a by Chris Lattner · 22 years ago
  63. a69fd90 - Split Dominators.h into Dominators.h & PostDominators.h by Chris Lattner · 22 years ago
  64. 352eef7 Emit an obnoxious warning message for bytecode that includes load/store by Chris Lattner · 22 years ago
  65. 64339f6 Remove debugging code accidentally checked in. by Chris Lattner · 22 years ago
  66. cdfe870 Fix store to not index by Chris Lattner · 22 years ago
  67. 236c4a3 Convert testcase to not use indexing on loads & stores by Chris Lattner · 22 years ago
  68. 8d64e17 Link in all analyses so that we get pointer analysis support built in by Chris Lattner · 22 years ago
  69. 789bc84 - Implement the new AnalysisGroup feature, neccesary for Value#ing and pointer analysis by Chris Lattner · 22 years ago
  70. 0756c11 - Implement the new AnalysisGroup feature, neccesary for Value#ing and pointer analysis by Chris Lattner · 22 years ago
  71. 03e26ba Add assertion checks to nail bugs early. by Chris Lattner · 22 years ago
  72. 1d63a16 - Make Pass::lookupPassInfo a public member by Chris Lattner · 22 years ago
  73. b63b29d Do not generate loads/stores with indexing by Chris Lattner · 22 years ago
  74. 25ba059 Remove extraneous #includes by Chris Lattner · 22 years ago
  75. 3f9b28d Do not create load/stores with indexes by Chris Lattner · 22 years ago
  76. 905641b Remove an optimization that isn't. by Chris Lattner · 22 years ago
  77. d92ac5a Add testcase for the not (setcc A, B) case by Chris Lattner · 22 years ago
  78. 546b027 - Do not expose ::ID from any of the analyses anymore. by Chris Lattner · 22 years ago
  79. 044f908 by Chris Lattner · 22 years ago
  80. 607ace6 - Do not expose ::ID from any of the analyses anymore. by Chris Lattner · 22 years ago
  81. fb30fda - Eliminate the need for analyses to expose an ::ID member. by Chris Lattner · 22 years ago
  82. 7742799 Add missing forward decl by Chris Lattner · 22 years ago
  83. b319faf fixed bug: test/Regression/Linker/2002-08-20-ConstantExpr.ll by Chris Lattner · 22 years ago
  84. f2b6b02 Cleanup testsuite by Chris Lattner · 22 years ago
  85. fce9d70 Clean up testcases to make them proper by Chris Lattner · 22 years ago
  86. 730507c New testcase for constexpr problem. by Chris Lattner · 22 years ago
  87. 29ef1f5 Provide a way to actually run tests by Chris Lattner · 22 years ago
  88. b8fa514 Sort -time-passes report first by user+system, then by Wall clock time. by Chris Lattner · 22 years ago
  89. 05bd1b2 - instcombine (~(a < b)) into (a >= b) by Chris Lattner · 22 years ago
  90. e825bde by Chris Lattner · 22 years ago
  91. bacb8b9 Add new SetCondInst::getInverseCondition() method. by Chris Lattner · 22 years ago
  92. 41ca3f8 Fix buggy testcase by Chris Lattner · 22 years ago
  93. 5a905e2 This case JUST handles constantpointer nulls, not all pointers. by Chris Lattner · 22 years ago
  94. 4cda835 Fix bug: 2002-08-20-UnnamedArgument.c by Chris Lattner · 22 years ago
  95. a8b7c04 Don't stop the testing process if dis segfaults by Chris Lattner · 22 years ago
  96. afadc96 New testcase by Chris Lattner · 22 years ago
  97. 328d290 Testcase for anonymous recursive types by Chris Lattner · 22 years ago
  98. f02c468 - implemented instcombine of phi (X, X, X) -> X by Chris Lattner · 22 years ago
  99. dce9427 New testcase for instcombine by Chris Lattner · 22 years ago
  100. 0f7c8c2 New testcase by Chris Lattner · 22 years ago