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