1. 90c579d Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 15 years ago
  2. 1f74590 Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
  3. 9ccaf53 Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
  4. d8cc7be Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisGroup<> for pass registration. by Owen Anderson · 15 years ago
  5. d13db2c Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). by Owen Anderson · 15 years ago
  6. f5a86f4 Remove includes of Support/Compiler.h that are no longer needed after the by Nick Lewycky · 16 years ago
  7. 6726b6d Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. by Nick Lewycky · 16 years ago
  8. 88067b9 make DOTGraphTraits public, patch by Tobias Grosser! by Chris Lattner · 16 years ago
  9. ad38936 The flag "--dot-cfg-only" is at the moment equivalent to the flag "--dot-cfg". by Duncan Sands · 16 years ago
  10. baa2639 Make LLVM command-line tools overwrite their output files without -f. by Dan Gohman · 16 years ago
  11. 103289e convert LoopInfo.h and GraphWriter.h to use raw_ostream by Chris Lattner · 16 years ago
  12. 45cfe54 Change Pass::print to take a raw ostream instead of std::ostream, by Chris Lattner · 16 years ago
  13. bdff548 eliminate the "Value" printing methods that print to a std::ostream. by Chris Lattner · 16 years ago
  14. f6ccee5 Switch to getNameStr(). by Daniel Dunbar · 16 years ago
  15. 8cbc94a Get rid of the global CFGOnly flag by threading a ShortNames parameters through the GraphViz rendering code. by Owen Anderson · 16 years ago
  16. 3ee8fc9 Rationalize the names of passes that print information: by Duncan Sands · 17 years ago
  17. ae73dc1 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
  18. 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  19. 4f4c28f Restore isCFGOnly property of various analysis passes. by Devang Patel · 17 years ago
  20. c758209 PassInfo keep tracks whether a pass is an analysis pass or not. by Devang Patel · 17 years ago
  21. c7fe32e Do not use virtual function to identify an analysis pass. by Devang Patel · 17 years ago
  22. 1cee94f Identify Analysis pass. by Devang Patel · 17 years ago
  23. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  24. a6900c7 Add explicit keywords. by Dan Gohman · 18 years ago
  25. a301a16 Fix PR 1497 Use separate pass id for CFGOnlyPrinter. by Devang Patel · 18 years ago
  26. a196b99 Add passes -view-cfg and -view-cfg-only that are like -print-cfg and by Dan Gohman · 18 years ago
  27. ecd94c8 Fix typo in comment. by Nick Lewycky · 18 years ago
  28. 1997473 Drop 'const' by Devang Patel · 18 years ago
  29. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 18 years ago
  30. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 18 years ago
  31. d7d83db Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce by Reid Spencer · 19 years ago
  32. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
  33. 3749c9c Remove the 'printname' argument to WriteAsOperand. It is always true, and by Chris Lattner · 19 years ago
  34. 6f81b51 Removed some of the iostream #includes. Moved towards converting to using by Bill Wendling · 19 years ago
  35. 6d99777 Needs the iostream include. by Bill Wendling · 19 years ago
  36. 5d8925c Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. by Chris Lattner · 19 years ago
  37. 9d5b532 For PR801: by Reid Spencer · 19 years ago
  38. 3e0c154 For PR798: Add support for Graphviz. Patch contributed by Anton Korobeynikov. by Reid Spencer · 19 years ago
  39. e2d7fdf * Unbreak optimized build (noticed by Eric van Riet Paap) by Misha Brukman · 20 years ago
  40. b06f677 add support for Graphviz when viewing CFGs by Chris Lattner · 20 years ago
  41. 2b37d7c Remove trailing whitespace by Misha Brukman · 20 years ago
  42. ce9653c For PR387:\ by Reid Spencer · 21 years ago
  43. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  44. 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 21 years ago
  45. 6178085 Move the stuff that fixes the size, orientation & fonts of graphs to by Brian Gaeke · 21 years ago
  46. bf94a1e Reorder #includes as per style guide. by Misha Brukman · 21 years ago
  47. c6e2d8a Add functions that return instances of these printer passes by Brian Gaeke · 21 years ago
  48. 1ca2a58 Finegrainify namespacification Add new -print-cfg-only pass by Chris Lattner · 22 years ago
  49. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  50. d073ea0 Make sure to print labels on nodes without names by Chris Lattner · 22 years ago
  51. a75b3ef If the basic block has no name, make sure to print the % number of it by Chris Lattner · 22 years ago
  52. 002362c Implement the Function::viewCFG* methods, for use in a debugger. Also, the by Chris Lattner · 22 years ago