1. c2bbfc1 More explicit keywords. by Dan Gohman · 18 years ago
  2. 58e0ef1 Verify loop info. by Devang Patel · 18 years ago
  3. 20d824b Replace mysterious code causing a g++-4.2 warning by Duncan Sands · 18 years ago
  4. 25e681a CallGraphSCCPass manager may require other passes. by Devang Patel · 18 years ago
  5. ecd94c8 Fix typo in comment. by Nick Lewycky · 18 years ago
  6. 1997473 Drop 'const' by Devang Patel · 18 years ago
  7. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 18 years ago
  8. c718288 Fix build error. by Lauro Ramos Venancio · 18 years ago
  9. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 18 years ago
  10. bed2946 Removed tabs everywhere except autogenerated & external files. Add make by Anton Korobeynikov · 18 years ago
  11. 7f99761 Avoid constructing std::strings unless pass debugging is ON. by Devang Patel · 18 years ago
  12. ca5183d Unbreak VC++ build. by Jeff Cohen · 18 years ago
  13. 84da80d Make getPassManagerType() const. by Devang Patel · 18 years ago
  14. d7d83db Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce by Reid Spencer · 19 years ago
  15. 832254e Changes to support making the shift instructions be true BinaryOperators. by Reid Spencer · 19 years ago
  16. 95ced11 Dump function names when debug-pass=Executions is used. by Devang Patel · 19 years ago
  17. 505f36a Pretty print pass manager by Devang Patel · 19 years ago
  18. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 19 years ago
  19. f5b17fd Use StartPassTimer() and StopPassManager() by Devang Patel · 19 years ago
  20. f82aa1c Measure timings. by Devang Patel · 19 years ago
  21. 129ccd9 Remove dead code. by Devang Patel · 19 years ago
  22. d9f10c3 Fix typo. by Devang Patel · 19 years ago
  23. 97fd243 Add CallGraphSCCPass::assignPassManager(). This enables CalLGraphPassManager. by Devang Patel · 19 years ago
  24. 75f9abf Add CGPassManager. by Devang Patel · 19 years ago
  25. e4d87aa For PR950: by Reid Spencer · 19 years ago
  26. 3b27d68 eliminate static ctors from Statistics by Chris Lattner · 19 years ago
  27. 5c7e326 Added an automatic cast to "std::ostream*" etc. from OStream. We then can by Bill Wendling · 19 years ago
  28. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
  29. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 19 years ago
  30. e538838 Simplify code by Chris Lattner · 19 years ago
  31. f2d9ceb straighten out various memory ownership issues in the callgraph stuff. by Chris Lattner · 19 years ago
  32. 12d38bf Add a comment and fix a memory leak. Thanks to Vikram for pointing this out. by Chris Lattner · 19 years ago
  33. 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 19 years ago
  34. 3da59db For PR950: by Reid Spencer · 19 years ago
  35. 9be7ac1 Replaced DEBUG(std::cerr with DOUT. by Bill Wendling · 19 years ago
  36. 3822ff5 For PR950: by Reid Spencer · 19 years ago
  37. 3ed469c For PR786: by Reid Spencer · 19 years ago
  38. 45d1047 Fix a bug pointed out by Zhongxing Xu by Chris Lattner · 19 years ago
  39. 39d78d6 Fixme is already done by Chris Lattner · 19 years ago
  40. ab38358 Teach globalsmodref-aa to track scalar pointer global variables which point by Chris Lattner · 19 years ago
  41. 3a9ec24 For PR387: by Reid Spencer · 19 years ago
  42. a537017 simplify AnalysisGroup registration, eliminating one typeid call. by Chris Lattner · 19 years ago
  43. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 19 years ago
  44. 5d8925c Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. by Chris Lattner · 19 years ago
  45. d85340f Change the callgraph representation to store the callsite along with the by Chris Lattner · 19 years ago
  46. 16d42c6 It was pointed out that DEBUG() is only available with -debug. by Jim Laskey · 19 years ago
  47. e37fe9b Ensure that dump calls that are associated with asserts are removed from by Jim Laskey · 19 years ago
  48. 4f1bd9e For PR780: by Reid Spencer · 19 years ago
  49. 080e25d Fix -pedantic warning by Chris Lattner · 19 years ago
  50. 192913e Change from using a stub function to a stub variable for passing to the by Reid Spencer · 19 years ago
  51. 4093227 move calltarget to dsa by Andrew Lenharth · 19 years ago
  52. 632cd52 Since there was interest on the mailing list, this is a utility pass that by Andrew Lenharth · 19 years ago
  53. d74ea2b Patches to make the LLVM sources more -pedantic clean. Patch provided by Chris Lattner · 19 years ago
  54. 01ac91e updates for recent changes by Chris Lattner · 19 years ago
  55. 7238210 Add explicit iostream #includes by Chris Lattner · 20 years ago
  56. c54b1c1 Add a new CallGraph::getOrInsertFunction for clients to use when updating by Chris Lattner · 20 years ago
  57. 1694ec6 add a dump method to CallGraph by Chris Lattner · 20 years ago
  58. 365320e Remove unused inclusion of SymbolTable.h by Reid Spencer · 20 years ago
  59. 0383995 Separate the call graph implementation from its interface. This implements by Chris Lattner · 20 years ago
  60. f941a0f Remove this pass, it is not useful by Chris Lattner · 20 years ago
  61. f36aeed DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now by Chris Lattner · 20 years ago
  62. ab0ed35 Only build .a file versions of these libraries, instead of .a and .o versions. by Chris Lattner · 20 years ago
  63. 25d1968 move this to the analyze tool by Chris Lattner · 20 years ago
  64. 558bc88 core changes for varargs by Andrew Lenharth · 20 years ago
  65. 3fe4d3c Malloc/Free have mod/ref effects. Do not allow CSE of function calls that by Chris Lattner · 20 years ago
  66. dedf2bd Convert tabs to spaces by Misha Brukman · 20 years ago
  67. 2b37d7c Remove trailing whitespace by Misha Brukman · 20 years ago
  68. bd135c7 do not crash when using -debug by Chris Lattner · 20 years ago
  69. 8a9763c do not dereference an extra layer of pointers to determine if an external by Chris Lattner · 20 years ago
  70. 175b963 import all of the rest of the stubs that dsa uses for direct comparison by Chris Lattner · 20 years ago
  71. 77b5056 learn about some more functions. by Chris Lattner · 20 years ago
  72. 76bc5ce Fix a major problem with global variable initializers. This could cause by Chris Lattner · 20 years ago
  73. 4de57fd add some more functions, ignore setcc for constraints! by Chris Lattner · 20 years ago
  74. 8a44643 Handle "known" external calls context sensitively, add support for realloc by Chris Lattner · 20 years ago
  75. f392c64 Teach andersens that non-escaping memory cannot be mod/ref'd by external fn calls. by Chris Lattner · 20 years ago
  76. be5e2f4 Fix grammar by Misha Brukman · 20 years ago
  77. c3c9fd0 Make anders-aa much more precise by not being completely pessimistic about by Chris Lattner · 20 years ago
  78. 493f636 wrap some long lines by Chris Lattner · 20 years ago
  79. 267a1b0 teach andersens about undef by Chris Lattner · 20 years ago
  80. 62da315 Simplify dead code into a fixme :) by Chris Lattner · 20 years ago
  81. c4417f9 fix a compiler crash in runtime/libprofile by Chris Lattner · 20 years ago
  82. f5eaf3c wrap a long line by Chris Lattner · 20 years ago
  83. ec6518d If we are calling an external function, chain to another AA to potentially by Chris Lattner · 20 years ago
  84. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 20 years ago
  85. 534927d Add even more missing createXxxPass functions. by Jeff Cohen · 21 years ago
  86. 41925f8 Actually overload the virtual method. This fixes by Chris Lattner · 21 years ago
  87. 0af024c Adjust to new alias analysis interfaces by Chris Lattner · 21 years ago
  88. 4a7ebfa For PR387:\ Add getModRefInfo method to avoid overloaded virtuals by Reid Spencer · 21 years ago
  89. ce9653c For PR387:\ by Reid Spencer · 21 years ago
  90. 3fb2045 Mission accomplished! by Chris Lattner · 21 years ago
  91. 0022421 Fix library name. by Alkis Evlogimenos · 21 years ago
  92. cac731e We won't use automake by Reid Spencer · 21 years ago
  93. 86d341b Initial automake generated Makefile template by Reid Spencer · 21 years ago
  94. c17edbd Add support by Chris Lattner · 21 years ago
  95. d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 21 years ago
  96. ddef0b3 Build both archive and relinked objects by Reid Spencer · 21 years ago
  97. 9f41a5f Initial version of automake Makefile.am file. by Reid Spencer · 21 years ago
  98. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
  99. 68d033c Finegrainify namespacification by Chris Lattner · 21 years ago
  100. fff03c9 Fix a nasty iterator invalidation problem I introduced yesterday. This by Chris Lattner · 21 years ago