1. 4fe3461 Add peak memory usage support by Chris Lattner · 23 years ago
  2. 49a1ed0 Add stats by Chris Lattner · 23 years ago
  3. c59a1ba Templatize graph traits and iterator to work with const and non-const clients by Chris Lattner · 23 years ago
  4. 9850237 *** empty log message *** by Nick Hildenbrandt · 23 years ago
  5. ce3d3ea Add helper method by Chris Lattner · 23 years ago
  6. f9f6088 Start trying to print instructions more correctly. For now we also print out the opcode for each instruction as well. by Chris Lattner · 23 years ago
  7. f21dfcd Expose base opcode by Chris Lattner · 23 years ago
  8. 6aab9cf Start to add more information to instr.def by Chris Lattner · 23 years ago
  9. 239dcfd Add instruction annotation about whether it has a 0x0F opcode prefix by Chris Lattner · 23 years ago
  10. 9213b73 Add more void flags by Chris Lattner · 23 years ago
  11. 92bd0f9 Set the void flag on instructions that should get it by Chris Lattner · 23 years ago
  12. af55be1 Print is const! by Chris Lattner · 23 years ago
  13. 3b49394 Pass on a targetmachine by Chris Lattner · 23 years ago
  14. fe30dd3 Make sure that print gets a targetmachine by Chris Lattner · 23 years ago
  15. 927dd09 Arrange to have a TargetMachine available in X86InstrInfo::print by Chris Lattner · 23 years ago
  16. e9c04ae Omit the indirect node when printing call graphs by Chris Lattner · 23 years ago
  17. e9b309a Wow, I'm incapable of the simplest things today... by Chris Lattner · 23 years ago
  18. fb02a8b Rename registers to follow the intel style of all caps by Chris Lattner · 23 years ago
  19. ebdc7f3 Fix misleading indentation by Chris Lattner · 23 years ago
  20. 9bca50d Add machine independant printer interface by Chris Lattner · 23 years ago
  21. dbb61c6 Reorganize printing interface a bit by Chris Lattner · 23 years ago
  22. a187ed9 Add default implementation of printing interface by Chris Lattner · 23 years ago
  23. 23e6bba Finish enumating code by Chris Lattner · 23 years ago
  24. 71e83ca Fix minor detail by Chris Lattner · 23 years ago
  25. 2752d0a Add more numbers by Chris Lattner · 23 years ago
  26. ed806bf Add hack to only consider indirect calls indirect if they do more than cast by Chris Lattner · 23 years ago
  27. ae5f603 Add MaxSCC statistics by Chris Lattner · 23 years ago
  28. db85e38 Count CallInsts correctly, remove unneccesary initializers by Chris Lattner · 23 years ago
  29. 7e1a53b Remove unused methods by Chris Lattner · 23 years ago
  30. 570f55d Remove only uses of markDef/markDefAndUse methods by Chris Lattner · 23 years ago
  31. 0692536 Fix Mul/Div clobbers by Chris Lattner · 23 years ago
  32. 32f3d08 Convert to use an enum to access def/use/use&def information. These make by Chris Lattner · 23 years ago
  33. 6fc3c52 Fix a few typos, implement load/store by Chris Lattner · 23 years ago
  34. e4ae94c New testcase for loads and stores by Chris Lattner · 23 years ago
  35. 9562add Add functions to buld X86 specific constructs by Chris Lattner · 23 years ago
  36. 5494c7e Return const refefrences to enable default construction by Chris Lattner · 23 years ago
  37. 1411ba3 Add information about memory index representation by Chris Lattner · 23 years ago
  38. e7236ff Add load/store instructions by Chris Lattner · 23 years ago
  39. 43189d1 Switch visitRet to use getClass() by Chris Lattner · 23 years ago
  40. 7e1ba8b Updates by Nick Hildenbrandt · 23 years ago
  41. d8a947e Fix warning by Chris Lattner · 23 years ago
  42. 6559bb9 include/llvm/CodeGen/MachineInstrBuilder.h: Add addClobber() inline by Brian Gaeke · 23 years ago
  43. e555460 Gives the count for various instructions. by Dinakar Dhurjati · 23 years ago
  44. 586aa3c Pass to compute various statisics related to DSGraphs. by Vikram S. Adve · 23 years ago
  45. 12ae297 Fix bug: 2002-11-13-PointerFunction.ll by Chris Lattner · 23 years ago
  46. 64c8d3c New testcase by Chris Lattner · 23 years ago
  47. 5b4fe60 Add new numbers by Chris Lattner · 23 years ago
  48. 5f1f2c6 Inline graphs from outside the SCC into the SCC before SCC resolution starts by Chris Lattner · 23 years ago
  49. 21f3663 Remove dead method, add new method by Chris Lattner · 23 years ago
  50. 5190ce8 Fix two bugs: by Chris Lattner · 23 years ago
  51. 32f8e7d Add new numbers by Chris Lattner · 23 years ago
  52. 3ba8893 Fix bug by Chris Lattner · 23 years ago
  53. 0ecc426 Handle a mismatch between # function args and call site args by Chris Lattner · 23 years ago
  54. e425844 Elimiante calls to a node with nothing in it. by Chris Lattner · 23 years ago
  55. a9c9c02 Complete rewrite of BU code to use Tarjan's SCC finding algorithm to drive by Chris Lattner · 23 years ago
  56. cf69bb4 Almost complete rewrite of BU closure code by Chris Lattner · 23 years ago
  57. 4c02283 More numbers by Chris Lattner · 23 years ago
  58. 20abb6b InstSelectSimple.cpp: (visitReturnInst) Add return instructions with return by Brian Gaeke · 23 years ago
  59. e71ffc2 Mark stuff reachable by _AUX_ calls as incomplete in the BU graph by Chris Lattner · 23 years ago
  60. 8a5db46 Fix infinite loop in the BU algorithm. Unfortunately this dies a serious by Chris Lattner · 23 years ago
  61. 6052594 Print the right call set size by Chris Lattner · 23 years ago
  62. 998c49c Use call site mergeWith method to simplify code by Chris Lattner · 23 years ago
  63. 947b10c add method by Chris Lattner · 23 years ago
  64. b0dfcbf Add code to be able to merge two call sites by Chris Lattner · 23 years ago
  65. 169f8b8 Add tarj_end() method by Chris Lattner · 23 years ago
  66. d11e954 Fix a bug that could trigger when varargs call sites had non-matching number of arguments by Chris Lattner · 23 years ago
  67. 5660f54 Add more info by Chris Lattner · 23 years ago
  68. aa8146f * Dramatically rework liveness evaluation. by Chris Lattner · 23 years ago
  69. 71feb9a Add more numbers by Chris Lattner · 23 years ago
  70. 49d9a88 Add a timer to evaluate bytecode load time and space requirements by Chris Lattner · 23 years ago
  71. 4f7815f Honor the shouldPrintAuxCalls flag by Chris Lattner · 23 years ago
  72. 2a06886 Initialize PrintAuxCalls member by Chris Lattner · 23 years ago
  73. 8013f9e Add hasGraph() methods to all of the passes for the printer by Chris Lattner · 23 years ago
  74. a107905 * Bottom-Up graphs print the Aux call vector by Chris Lattner · 23 years ago
  75. 5c533ae Implement swapping by Chris Lattner · 23 years ago
  76. a3590f2 Implement support for swapping. Callsites now sort by callee by Chris Lattner · 23 years ago
  77. 4314127 Add capability to set a preference of what call vector is printed to dot files by Chris Lattner · 23 years ago
  78. d8d97ce Fix a problem where bad graphs could be generated by Chris Lattner · 23 years ago
  79. b401e64 Run local, bu, & td analyses by Chris Lattner · 23 years ago
  80. e9a1cbb Add new test that causes infinite recursion in bu pass by Chris Lattner · 23 years ago
  81. a2b8d7b Fix testcase: FunctionResolve/2002-11-09-ExternFn.ll by Chris Lattner · 23 years ago
  82. 48e989e New testcase by Chris Lattner · 23 years ago
  83. f40f0a3 eliminate the ability to remove global nodes from deadNodeElminate... for now. by Chris Lattner · 23 years ago
  84. dd39848 Remove obsolete code by Chris Lattner · 23 years ago
  85. f76e754 Fix logic by Chris Lattner · 23 years ago
  86. aa0b468 Add globals graphs to all three passes by Chris Lattner · 23 years ago
  87. dc26d45 Move maskNodeTypes from cpp file by Chris Lattner · 23 years ago
  88. 7900ed1 Move maskNodeTypes to header file by Chris Lattner · 23 years ago
  89. 65f2897 Clean up DSGraph::removeDeadNodes interface by Chris Lattner · 23 years ago
  90. 9651725 Make removeTriviallyDeadNodes a private interface of DSGraph by Chris Lattner · 23 years ago
  91. 3ce235a Make removeTriviallyDeadNodes a private interface by Chris Lattner · 23 years ago
  92. 2cfbaaf Don't put constants into the scalar map! by Chris Lattner · 23 years ago
  93. 2e4f9bf Add initial support for a globals graph by Chris Lattner · 23 years ago
  94. d888893 Tighten up array handling by Chris Lattner · 23 years ago
  95. 0779ba6 #include Datastructure.h first by Chris Lattner · 23 years ago
  96. b07869b Remove unneccesary #include by Chris Lattner · 23 years ago
  97. 24b3a88 Remove GlobalDSGraph delcaration by Chris Lattner · 23 years ago
  98. d55d502 Add highlighting of changes fields by Chris Lattner · 23 years ago
  99. 60afae4 Allow tests to be run with release tools when ENABLE_OPTIMIZED=1 by Chris Lattner · 23 years ago
  100. 0006bd7 Fix warning by Chris Lattner · 23 years ago