1. ae22c60 Persuade GCC that there is nothing worth warning about here (there isn't). by Duncan Sands · 14 years ago
  2. edbb58c5 Remove unnecessary default cases in switches that cover all enum values. by David Blaikie · 14 years ago
  3. 4431e31 Teach AliasAnalysisCounter about PartialAlias. by Dan Gohman · 15 years ago
  4. 9130bad Extend the AliasAnalysis::pointsToConstantMemory interface to allow it by Dan Gohman · 15 years ago
  5. 6c18d1a Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which by Owen Anderson · 15 years ago
  6. df7a4f2 Now with fewer extraneous semicolons! by Owen Anderson · 15 years ago
  7. 41f14cf Remove the experimental AliasAnalysis::getDependency interface, which by Dan Gohman · 15 years ago
  8. a7aed18 Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 15 years ago
  9. bda59bd Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
  10. 755aceb Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
  11. 5442c71 Thread const correctness through a bunch of AliasAnalysis interfaces and by Dan Gohman · 15 years ago
  12. ac4a1ed Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisGroup<> for pass registration. by Owen Anderson · 15 years ago
  13. 8178122 Speculatively revert r108813, in an attempt to get the self-host buildbots working again. I don't see why this patch by Owen Anderson · 15 years ago
  14. 8dc1293 Reapply r108794, a fix for the failing test from last time. by Owen Anderson · 15 years ago
  15. 4a35d6f Revert r108794, "Separate PassInfo into two classes: a constructor-free by Daniel Dunbar · 15 years ago
  16. e7c5fe5 Separate PassInfo into two classes: a constructor-free superclass (StaticPassInfo) and a constructor-ful subclass (PassInfo). by Owen Anderson · 15 years ago
  17. 96d4500 Fix a missing newline in debug output. by Dan Gohman · 16 years ago
  18. e0701f9 drop the pass name from the output. by Chris Lattner · 16 years ago
  19. da363d9 adopt getAdjustedAnalysisPointer in a few more passes. by Chris Lattner · 16 years ago
  20. 0295ecf by David Greene · 16 years ago
  21. a4375f1 by David Greene · 16 years ago
  22. 974e12b Remove includes of Support/Compiler.h that are no longer needed after the by Nick Lewycky · 16 years ago
  23. 02d5f77 Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. by Nick Lewycky · 16 years ago
  24. 4827538 Do not try to override non-virtual methods, especially by Duncan Sands · 16 years ago
  25. 65c6a85 default count-aa to -print-all. The whole reason to use count-aa is by Chris Lattner · 16 years ago
  26. b1d782b eliminate the std::ostream form of WriteAsOperand and update clients. by Chris Lattner · 16 years ago
  27. b25de3f eliminate the "Value" printing methods that print to a std::ostream. by Chris Lattner · 16 years ago
  28. fbcc663 llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 16 years ago
  29. 56d0659 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 16 years ago
  30. a79db30 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
  31. be13090 Don't use the result of WriteAsOperand or WriteTypeSymbolic. by Chris Lattner · 17 years ago
  32. d78c400 Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  33. 6a2da37 Make several variable declarations static. by Dan Gohman · 18 years ago
  34. 80e43fa Restore isCFGOnly property of various analysis passes. by Devang Patel · 18 years ago
  35. 718da66 PassInfo keep tracks whether a pass is an analysis pass or not. by Devang Patel · 18 years ago
  36. af75ab8 Do not use virtual function to identify an analysis pass. by Devang Patel · 18 years ago
  37. 864970e Identify Analysis pass. by Devang Patel · 18 years ago
  38. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  39. 68b6f50 Integrate the readonly/readnone logic more deeply by Duncan Sands · 18 years ago
  40. 8c78a0b Drop 'const' by Devang Patel · 19 years ago
  41. e95c6ad Use 'static const char' instead of 'static const int'. by Devang Patel · 19 years ago
  42. 09f162c Do not use typeinfo to identify pass in pass manager. by Devang Patel · 19 years ago
  43. f75727a Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce by Reid Spencer · 19 years ago
  44. 355fc5a Removed more <iostream> includes by Bill Wendling · 19 years ago
  45. f3baad3 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
  46. edcc8c2 Remove the 'printname' argument to WriteAsOperand. It is always true, and by Chris Lattner · 19 years ago
  47. 597d451 Removed some of the iostream #includes. Moved towards converting to using by Bill Wendling · 19 years ago
  48. 97c9f20 simplify AnalysisGroup registration, eliminating one typeid call. by Chris Lattner · 19 years ago
  49. c2d3d31 eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 19 years ago
  50. 01808ca Remove trailing whitespace by Misha Brukman · 21 years ago
  51. ccb6faa Add two options to allow -count-aa to print queries either (1) all queries, by Chris Lattner · 21 years ago
  52. cede1ce Add even more missing createXxxPass functions. by Jeff Cohen · 21 years ago
  53. 5c132bc For PR387:\ Add getModRefInfo method to avoid overloaded virtuals by Reid Spencer · 21 years ago
  54. 4f2cf03 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
  55. d441444 Pass through the boolean queries by Chris Lattner · 22 years ago
  56. bff5116 Finegrainify namespacification by Chris Lattner · 22 years ago
  57. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  58. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  59. 702a42b Avoid divide by zero errors by Chris Lattner · 22 years ago
  60. d1e3208 Adjust to new AA interface Add tracking for Mod/Ref info by Chris Lattner · 23 years ago
  61. 9a734b6 Allow counting multiple passes, and print the pass name counted by Chris Lattner · 23 years ago
  62. e996681 New general purpose alias analysis result auditor by Chris Lattner · 23 years ago