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