1. 331b998 Fix a missing newline, now that Value's operator<< doesn't add one of its own. by Dan Gohman · 16 years ago
  2. 0672e92 Use SetVector instead of std::set so that alias relations are tested and by Dan Gohman · 16 years ago
  3. b1d782b eliminate the std::ostream form of WriteAsOperand and update clients. by Chris Lattner · 16 years ago
  4. 43d19d6 Make AliasAnalysis and related classes use getAnalysisIfAvailable<TargetData>(). by Dan Gohman · 16 years ago
  5. 0dd5e1e More migration to raw_ostream, the water has dried up around the iostream hole. by Daniel Dunbar · 16 years ago
  6. e7e5bec simplify logic and get rid of the assumption that operand 0 is the callee by Gabor Greif · 17 years ago
  7. a79db30 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
  8. d78c400 Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  9. 6a2da37 Make several variable declarations static. by Dan Gohman · 18 years ago
  10. 80e43fa Restore isCFGOnly property of various analysis passes. by Devang Patel · 18 years ago
  11. 718da66 PassInfo keep tracks whether a pass is an analysis pass or not. by Devang Patel · 18 years ago
  12. af75ab8 Do not use virtual function to identify an analysis pass. by Devang Patel · 18 years ago
  13. 864970e Identify Analysis pass. by Devang Patel · 18 years ago
  14. f77e697 Fix http://llvm.org/bugs/show_bug.cgi?id=2104 by ordering lexicographically what gets printed. Be const-correct in PrintResults and uninline it too by Gabor Greif · 18 years ago
  15. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  16. 44b8721 Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. by Duncan Sands · 18 years ago
  17. e7da2d6 Fix typo in comment. by Nick Lewycky · 19 years ago
  18. 8c78a0b Drop 'const' by Devang Patel · 19 years ago
  19. e95c6ad Use 'static const char' instead of 'static const int'. by Devang Patel · 19 years ago
  20. 09f162c Do not use typeinfo to identify pass in pass manager. by Devang Patel · 19 years ago
  21. f75727a Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce by Reid Spencer · 19 years ago
  22. 355fc5a Removed more <iostream> includes by Bill Wendling · 19 years ago
  23. f3baad3 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
  24. edcc8c2 Remove the 'printname' argument to WriteAsOperand. It is always true, and by Chris Lattner · 19 years ago
  25. 597d451 Removed some of the iostream #includes. Moved towards converting to using by Bill Wendling · 19 years ago
  26. c2d3d31 eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 19 years ago
  27. 01808ca Remove trailing whitespace by Misha Brukman · 21 years ago
  28. 8de8b7b there is no point comparing against null pointer. by Chris Lattner · 21 years ago
  29. 3f08e78 Factor out percentage printing into its own function. Make two changes to by Chris Lattner · 21 years ago
  30. 68ee8f5 Interchange this loop so that we test all pointers against one call site by Chris Lattner · 21 years ago
  31. 9c9f68c Do not include the Function* for direct call/invoke instructions in the by Chris Lattner · 21 years ago
  32. 531f9e9 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 21 years ago
  33. cede1ce Add even more missing createXxxPass functions. by Jeff Cohen · 21 years ago
  34. f30656b When evaluating an AA, pass in size info by Chris Lattner · 21 years ago
  35. 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
  36. 63b38bd Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 21 years ago
  37. 3bbaaaa Fix incorrect computation of mod/ref sets. Do not ask for mod/ref information by Chris Lattner · 21 years ago
  38. 2e8690b Print modref information in a useful way. by Chris Lattner · 21 years ago
  39. eed1a6f Cleanups: fold two loops into one by Chris Lattner · 21 years ago
  40. eb04d9b Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
  41. 2d3a7a6 Changes to fix up the inst_iterator to pass to boost iterator checks. This by Chris Lattner · 22 years ago
  42. 4483c9b Simplify code to process CallSites (thanks to Chris). by Misha Brukman · 22 years ago
  43. bf28cf6 Evaluate ModRef information in addition to regular ol' pointer analysis. by Misha Brukman · 22 years ago
  44. 8dee841 Finegrainify namespacification Provide a context module to WriteAsOperand by Chris Lattner · 22 years ago
  45. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  46. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  47. 83e21a0 Count operands to instructions as well as just results. This allows for global variables to be checked as well by Chris Lattner · 22 years ago
  48. 13082d6 Adjust to new AA interface by Chris Lattner · 23 years ago
  49. 3595c33 Rename options by Chris Lattner · 23 years ago
  50. b0208e1 Allow printing of various types of alias analysis results by Chris Lattner · 23 years ago
  51. eadcadc Fix division by zero problem by Chris Lattner · 23 years ago
  52. 371fd2c Add a summary by Chris Lattner · 23 years ago
  53. 4fdb75f Simple N^2 alias anlysis accuracy checker by Chris Lattner · 23 years ago