1. f5a86f4 Remove includes of Support/Compiler.h that are no longer needed after the by Nick Lewycky · 15 years ago
  2. 6726b6d Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. by Nick Lewycky · 15 years ago
  3. f7f4ba6 Do not try to override non-virtual methods, especially by Duncan Sands · 15 years ago
  4. 0819cfb default count-aa to -print-all. The whole reason to use count-aa is by Chris Lattner · 15 years ago
  5. 791102f eliminate the std::ostream form of WriteAsOperand and update clients. by Chris Lattner · 15 years ago
  6. bdff548 eliminate the "Value" printing methods that print to a std::ostream. by Chris Lattner · 15 years ago
  7. c23197a llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 15 years ago
  8. c25e758 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 15 years ago
  9. ae73dc1 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 16 years ago
  10. 2c69184 Don't use the result of WriteAsOperand or WriteTypeSymbolic. by Chris Lattner · 16 years ago
  11. 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 16 years ago
  12. 4a3f6c8 Make several variable declarations static. by Dan Gohman · 16 years ago
  13. 4f4c28f Restore isCFGOnly property of various analysis passes. by Devang Patel · 17 years ago
  14. c758209 PassInfo keep tracks whether a pass is an analysis pass or not. by Devang Patel · 17 years ago
  15. c7fe32e Do not use virtual function to identify an analysis pass. by Devang Patel · 17 years ago
  16. 1cee94f Identify Analysis pass. by Devang Patel · 17 years ago
  17. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  18. dff6710 Integrate the readonly/readnone logic more deeply by Duncan Sands · 17 years ago
  19. 1997473 Drop 'const' by Devang Patel · 17 years ago
  20. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  21. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  22. d7d83db Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce by Reid Spencer · 18 years ago
  23. bcd2498 Removed more <iostream> includes by Bill Wendling · 18 years ago
  24. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  25. 3749c9c Remove the 'printname' argument to WriteAsOperand. It is always true, and by Chris Lattner · 18 years ago
  26. 6f81b51 Removed some of the iostream #includes. Moved towards converting to using by Bill Wendling · 18 years ago
  27. a537017 simplify AnalysisGroup registration, eliminating one typeid call. by Chris Lattner · 18 years ago
  28. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  29. 2b37d7c Remove trailing whitespace by Misha Brukman · 20 years ago
  30. cf9f201 Add two options to allow -count-aa to print queries either (1) all queries, by Chris Lattner · 20 years ago
  31. 534927d Add even more missing createXxxPass functions. by Jeff Cohen · 20 years ago
  32. 4a7ebfa For PR387:\ Add getModRefInfo method to avoid overloaded virtuals by Reid Spencer · 20 years ago
  33. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
  34. b79d792 Pass through the boolean queries by Chris Lattner · 21 years ago
  35. 381bf79 Finegrainify namespacification by Chris Lattner · 21 years ago
  36. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  37. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  38. efa095e Avoid divide by zero errors by Chris Lattner · 21 years ago
  39. d80651d Adjust to new AA interface Add tracking for Mod/Ref info by Chris Lattner · 22 years ago
  40. a89feb5 Allow counting multiple passes, and print the pass name counted by Chris Lattner · 22 years ago
  41. 70e332d New general purpose alias analysis result auditor by Chris Lattner · 22 years ago