1. b85d265 moved this file from lib/Reoptimizer/Mapping by Anand Shukla · 23 years ago
  2. 894e830 Makefile for new sub directory by Anand Shukla · 23 years ago
  3. 2caa920 Added Mapping subdir by Anand Shukla · 23 years ago
  4. a34c568 Implement ConstantPointerRef support, & ConstantExpr support for Cast, GEP & Add. by Chris Lattner · 23 years ago
  5. 2602202 added Reoptimizer in Makefile DIRS by Anand Shukla · 23 years ago
  6. ecbb51b Added mapping lib in llc makefile by Anand Shukla · 23 years ago
  7. 5993829 Added getFunctionInfo and MappingInfoForFunction pass, and fixed the earlier error in compiling by Anand Shukla · 23 years ago
  8. fabc880 Fix bug: test/Regression/CBackend/2002-08-26-IndirectCallTest.ll by Chris Lattner · 23 years ago
  9. aa250b8 New testcase by Chris Lattner · 23 years ago
  10. 93aeea3 Add support for turning an array of characters into a string. by Chris Lattner · 23 years ago
  11. e0b6b78 Changed so it gets linked properly by Anand Shukla · 23 years ago
  12. 2619905 Convert comments to Doxygen style by Chris Lattner · 23 years ago
  13. 969c4ad Fix the way parens are printed around "*ptrName" so that by Vikram S. Adve · 23 years ago
  14. df3fe55 Added function GetMemInstArgs and made FoldGetElemChain private. by Vikram S. Adve · 23 years ago
  15. 2730a38 Added support for type inquiry in subclasses of InstTreeNode. by Vikram S. Adve · 23 years ago
  16. 74c83e4 Use newly-added type inspection support in InstTreeNode subclasses. by Vikram S. Adve · 23 years ago
  17. 6851333 Moved code here to extract memory instruction indices and to check by Vikram S. Adve · 23 years ago
  18. f28d9d6 LoadIdx non-terminal no longer needed. by Vikram S. Adve · 23 years ago
  19. 8cfffd3 Sign-extend values used to index arrays (and Simplify by Vikram S. Adve · 23 years ago
  20. f519b99 Fix sign-extension: it needs to happen *after* multiplying by type size. by Vikram S. Adve · 23 years ago
  21. 42eb2ba Sign-extend array index expressions to work correctly on non-32 bit machines. by Vikram S. Adve · 23 years ago
  22. e6f9a91 - instcombine demorgan's law: and (not A), (not B) == not (or A, B) by Chris Lattner · 23 years ago
  23. 31901f8 Test that demorgan's law is instcombined successfully by Chris Lattner · 23 years ago
  24. 615cdb9 Implement classof for SetCondInst so that instcombine doesn't break on dyn_cast<SetCondInst> by Chris Lattner · 23 years ago
  25. ed0f1c5 Changed default value of 3rd parameter in function definition by Anand Shukla · 23 years ago
  26. 6656c43 Added #include <alloca.h> by Anand Shukla · 23 years ago
  27. cfa4f4a Simplify previous hack slightly. by Vikram S. Adve · 23 years ago
  28. 69f3b72 Force sign-extension for uint array indexes from 32-bit to 64-bits by Vikram S. Adve · 23 years ago
  29. 3bb8ad2 by Chris Lattner · 23 years ago
  30. cc63f1c Eliminated the MemAccessInst class, folding contents into GEP class. by Chris Lattner · 23 years ago
  31. d145c21 Load & Store Inst now no longer derive from MemAccessInst by Chris Lattner · 23 years ago
  32. 24ea74e Load & StoreInst no longer derive from MemAccessInst, so we don't have by Chris Lattner · 23 years ago
  33. 5dfe767 by Chris Lattner · 23 years ago
  34. 8e4fc25 *** empty log message *** by Chris Lattner · 23 years ago
  35. f150b9d Load and Store now no longer derive from MemAccessInst. Indexing a load or by Chris Lattner · 23 years ago
  36. f9355f6 doxygenize comments by Chris Lattner · 23 years ago
  37. ce325e4 doxygenize comments in header by Chris Lattner · 23 years ago
  38. 846f535 Make doxygen not exclude doxygenized comments from the source code listings by Chris Lattner · 23 years ago
  39. f5e84aa Add capability of using pointer analysis to LICM by Chris Lattner · 23 years ago
  40. b81258c Add new testcases for instcombine by Chris Lattner · 23 years ago
  41. 0712d55 Remove long obsolete comments by Chris Lattner · 23 years ago
  42. f12c2c2 Add doxygen comments to AliasAnalysis class by Chris Lattner · 23 years ago
  43. 80b7f8c by Chris Lattner · 23 years ago
  44. e6d2fdf Fix bug: test/Regression/Assembler/2002-08-22-DominanceProblem.ll by Chris Lattner · 23 years ago
  45. c642435 New testcase by Chris Lattner · 23 years ago
  46. 8673e44 Add a testcase that checks to make sure LICM uses basicaa correctly. by Chris Lattner · 23 years ago
  47. c20e245 Instcombine PHI's of the form %PN = phi PN, X into X and by Chris Lattner · 23 years ago
  48. 74d8dcc Add readme file describing directory by Chris Lattner · 23 years ago
  49. 7991070 Add documentation for AnalysisGroup functionality by Chris Lattner · 23 years ago
  50. 22d8cd6 Add missing #include by Chris Lattner · 23 years ago
  51. 53ad0ed Check-in new alias analysis infrastructure by Chris Lattner · 23 years ago
  52. 4df22c0 Checkin new alias analysis infrastructure by Chris Lattner · 23 years ago
  53. d456ec9 Convert GCSE pass to use new alias analysis infrastructure by Chris Lattner · 23 years ago
  54. ac39b4e Initial testcases for basicaa alias analysis by Chris Lattner · 23 years ago
  55. ff9a9e5 Do not generate load/store instructions with indexing. by Chris Lattner · 23 years ago
  56. 5a3e29c by Chris Lattner · 23 years ago
  57. 472e808 Convert testcases to not use indexed loads/stores by Chris Lattner · 23 years ago
  58. ac2cbb8 Covnert testcases to not use indexed loads/stores by Chris Lattner · 23 years ago
  59. 0fd5bfd by Chris Lattner · 23 years ago
  60. b933529 Remove obsolete test by Chris Lattner · 23 years ago
  61. 317a47f Remove ancient test by Chris Lattner · 23 years ago
  62. 6458c31 Covnert tests to not use indexed load/stores by Chris Lattner · 23 years ago
  63. abfb0b5 Change code to not use the copyOperands method added to User. It's now by Chris Lattner · 23 years ago
  64. dc58535 Remove unneccesary method by Chris Lattner · 23 years ago
  65. f8d630a Fix clean command to clean in /shared when that is used. by Vikram S. Adve · 23 years ago
  66. ddd5751 Add functions castbool and boolexpr. by Vikram S. Adve · 23 years ago
  67. 397f58b *** empty log message *** by Vikram S. Adve · 23 years ago
  68. 4afd6c3 Just some extra comments. by Vikram S. Adve · 23 years ago
  69. cab1a52 Add method copyOperands(). by Vikram S. Adve · 23 years ago
  70. da920aa dumpNode() does not need to print MachineInstrs. by Vikram S. Adve · 23 years ago
  71. 10472ce Fix two resource names. by Vikram S. Adve · 23 years ago
  72. e99941a Add AsmPrinter::ConstantExprToString, which writes out a ConstantExpr by Vikram S. Adve · 23 years ago
  73. 30a6f49 Eliminate bool, boolreg and boolconst nonterminals, and just use by Vikram S. Adve · 23 years ago
  74. ccc13a4 Change rules for Not, since it is now implemented as Xor(reg,11..1). by Vikram S. Adve · 23 years ago
  75. e7e5918 Fix testcase to not use indexing in non-gep instructions by Chris Lattner · 23 years ago
  76. 5d33834 Test the C backend on all of the feature tests as well. by Chris Lattner · 23 years ago
  77. f20816b - Fighting with linking problem due to removing the ::ID elements. Now the by Chris Lattner · 23 years ago
  78. 0383cc4 - Fix asmparser and bytecode reader to not generate loads/stores with idxs by Chris Lattner · 23 years ago
  79. c37fca1 Add a class that is useful for hacking around linking problem due to by Chris Lattner · 23 years ago
  80. d611827 Fixed linking problems that wanted me to link to analyze.o instead of analyze.a by Chris Lattner · 23 years ago
  81. a69fd90 - Split Dominators.h into Dominators.h & PostDominators.h by Chris Lattner · 23 years ago
  82. 352eef7 Emit an obnoxious warning message for bytecode that includes load/store by Chris Lattner · 23 years ago
  83. 64339f6 Remove debugging code accidentally checked in. by Chris Lattner · 23 years ago
  84. cdfe870 Fix store to not index by Chris Lattner · 23 years ago
  85. 236c4a3 Convert testcase to not use indexing on loads & stores by Chris Lattner · 23 years ago
  86. 8d64e17 Link in all analyses so that we get pointer analysis support built in by Chris Lattner · 23 years ago
  87. 789bc84 - Implement the new AnalysisGroup feature, neccesary for Value#ing and pointer analysis by Chris Lattner · 23 years ago
  88. 0756c11 - Implement the new AnalysisGroup feature, neccesary for Value#ing and pointer analysis by Chris Lattner · 23 years ago
  89. 03e26ba Add assertion checks to nail bugs early. by Chris Lattner · 23 years ago
  90. 1d63a16 - Make Pass::lookupPassInfo a public member by Chris Lattner · 23 years ago
  91. b63b29d Do not generate loads/stores with indexing by Chris Lattner · 23 years ago
  92. 25ba059 Remove extraneous #includes by Chris Lattner · 23 years ago
  93. 3f9b28d Do not create load/stores with indexes by Chris Lattner · 23 years ago
  94. 905641b Remove an optimization that isn't. by Chris Lattner · 23 years ago
  95. d92ac5a Add testcase for the not (setcc A, B) case by Chris Lattner · 23 years ago
  96. 546b027 - Do not expose ::ID from any of the analyses anymore. by Chris Lattner · 23 years ago
  97. 044f908 by Chris Lattner · 23 years ago
  98. 607ace6 - Do not expose ::ID from any of the analyses anymore. by Chris Lattner · 23 years ago
  99. fb30fda - Eliminate the need for analyses to expose an ::ID member. by Chris Lattner · 23 years ago
  100. 7742799 Add missing forward decl by Chris Lattner · 23 years ago