1. cda2347 Add more functions by Chris Lattner · 22 years ago
  2. 4d728e8 None of the __llvm_* functions call into the program. This makes the by Chris Lattner · 22 years ago
  3. 67ce57a Add support for memmove by Chris Lattner · 22 years ago
  4. fb8c610 Handle bzero and memset in the local analysis, because we were missing the fact by Chris Lattner · 22 years ago
  5. 492dda9 This doesn't use DSCallSiteIterator by Chris Lattner · 22 years ago
  6. 0271345 Fix name collision by Chris Lattner · 22 years ago
  7. 15869aa All DSGraphs keep a reference to the targetdata they are created with. This is by Chris Lattner · 22 years ago
  8. dbfe36e Fix bug: test/Regression/Analysis/DSGraph/2003-11-02-NodeCollapsing.ll by Chris Lattner · 22 years ago
  9. ba12c23 Including the symbol table in the FindUsedTypes analysis was the WRONG way by Chris Lattner · 22 years ago
  10. 07a38e7 Make the call graph more precise despite the hated constantpointerrefs. by Chris Lattner · 22 years ago
  11. 14fffaf When someone includes CallGraph.h, make sure that they link in CallGraph.cpp by Chris Lattner · 22 years ago
  12. c2bcde4 Fix PR62, and llvm/test/Regression/CBackend/2003-10-28-CastToPtrToStruct.ll by Chris Lattner · 22 years ago
  13. 472a7ef Fix bug: CBackend/2003-10-23-UnusedType.ll and hopefully 252.eon by Chris Lattner · 22 years ago
  14. b7c4c99 This is a disgusting hack that improves code substantially, by making by Chris Lattner · 22 years ago
  15. 59dc178 Do not add unreachable code to a natural loop! by Chris Lattner · 22 years ago
  16. d073ea0 Make sure to print labels on nodes without names by Chris Lattner · 22 years ago
  17. a75b3ef If the basic block has no name, make sure to print the % number of it by Chris Lattner · 22 years ago
  18. 002362c Implement the Function::viewCFG* methods, for use in a debugger. Also, the by Chris Lattner · 22 years ago
  19. 856ba76 Added LLVM copyright header. by John Criswell · 22 years ago
  20. e488e93 Added LLVM copyright notice to Makefiles. by John Criswell · 22 years ago
  21. e9d3c6b Convert this code from using annotations to using a local map by Chris Lattner · 22 years ago
  22. 0beae0c Remove using declaration by Chris Lattner · 22 years ago
  23. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  24. 3b237fc Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruction::PHI" to be more consistent with the other instructions. by Chris Lattner · 22 years ago
  25. 50b5d71 Make use of "external" depth-first iterators to avoid revisiting nodes by Chris Lattner · 22 years ago
  26. cf3056d Regularize header file comments by Chris Lattner · 22 years ago
  27. 2ef1236 Make getNumBackEdges more efficient by Chris Lattner · 22 years ago
  28. cf00c4a Fix spelling. by Misha Brukman · 22 years ago
  29. b5c1af4 Use std::string::size_type for for ColonPos to stop gcc from giving a warning by Alkis Evlogimenos · 22 years ago
  30. fbc2d84 DOn't crash if program calls the null pointer by Chris Lattner · 22 years ago
  31. 03f252f Remove explicit use of BasicBlock::succ_iterator by Chris Lattner · 22 years ago
  32. 11fc930 Functions reachable from the arguments of unresolvable call nodes should by Chris Lattner · 22 years ago
  33. ec157b7 The Globals graph must become complete at the end of the BU phase! by Chris Lattner · 22 years ago
  34. 3b0a9be Do not mark incoming arguments to functions complete if the function is pointed to by a global in the globals graph by Chris Lattner · 22 years ago
  35. 26c4fc3 Make sure to add global variable initializers to the Globals graph! by Chris Lattner · 22 years ago
  36. 9970bf6 Don't consider incomplete nodes to be typesafe! by Chris Lattner · 22 years ago
  37. bab8c28 Remove trivially dead nodes was not removing nodes that were dead due to forwarding! by Chris Lattner · 22 years ago
  38. 894263b Add special case handling for calloc and realloc by Chris Lattner · 22 years ago
  39. 808a7ae Switch from using CallInst's to represent call sites to using the LLVM by Chris Lattner · 22 years ago
  40. 192cd9c Make this work better for constants that aren't necessarily in ANY graph, such as null pointers by Chris Lattner · 22 years ago
  41. c182003 Fix bug: BasicAA/2003-09-19-LocalArgument.ll by Chris Lattner · 22 years ago
  42. 7892549 Keep track of the number of typed/untyped memory accesses theyre are in the program by Chris Lattner · 22 years ago
  43. f52d01b These two conditions are not exclusive!! by Chris Lattner · 22 years ago
  44. b31247a Make the print output more useful by Chris Lattner · 22 years ago
  45. 2f2d065 Fixed spelling and grammar. by Misha Brukman · 22 years ago
  46. c444a42 Renamed DominatorTree::Node::getNode() -> getBlock() by Chris Lattner · 22 years ago
  47. 7bc439a Spell `definitely' correctly. by Misha Brukman · 22 years ago
  48. 706e61e Rework post dominator information so that we do not have to by Chris Lattner · 22 years ago
  49. 2446b0a Remove using declarations by Chris Lattner · 22 years ago
  50. a176a8b another trivial cleanup by Chris Lattner · 22 years ago
  51. 44abf85 Simplification of trip counting machinery. by Chris Lattner · 22 years ago
  52. 69ecd0d Spelling fixes by Chris Lattner · 22 years ago
  53. f6e5233f clean up file header comment by Chris Lattner · 22 years ago
  54. 36836a6 Simplify some code by Chris Lattner · 22 years ago
  55. bd70a31 Fix bug: RLE-Preserve-Volatile.ll by Chris Lattner · 22 years ago
  56. 47c9751 This file is hopelessly out of date by Chris Lattner · 22 years ago
  57. 758fefc Final cleanup: remove dead code by Chris Lattner · 22 years ago
  58. 273328e Not only is this a lot smaller, it actually works if there is already a by Chris Lattner · 22 years ago
  59. 09a6705 If "These should be used only by the auto-parallelization pass", we might as by Chris Lattner · 22 years ago
  60. 60a3518 Moved all of the cilkifier stuff into lib/Transforms/IPO, as it really is not by Chris Lattner · 22 years ago
  61. aa92145 Minor cleanups Do not #include Parallelize.h, it's just a subset of Cilkifier.h by Chris Lattner · 22 years ago
  62. 5714c97 Replace M with F when refering to functions by Chris Lattner · 22 years ago
  63. 55b2eb3 Rename TarjanSCCIterator -> scc_iterator by Chris Lattner · 22 years ago
  64. 729d73d Don't explicitly use the SCC class by Chris Lattner · 22 years ago
  65. 56ef49f Remove dead var by Chris Lattner · 22 years ago
  66. 9f2a06e The SCC::HasLoop method is now in the main iterator by Chris Lattner · 22 years ago
  67. fe8d880 Remove explicit passing of SCC's around as objects. by Chris Lattner · 22 years ago
  68. 95008bc Move the getAnalysisUsage method from the header file by Chris Lattner · 22 years ago
  69. 6c5fd8e The tarjan iterator now returns a reference to the current SCC, not a possibly null pointer! by Chris Lattner · 22 years ago
  70. 0c0023b Minor cleanups Iterate from tarj_begin -> tarj_end, not from tarj_begin -> NULL by Chris Lattner · 22 years ago
  71. 8d0a23a Indent classes correctly in the namespace by Chris Lattner · 22 years ago
  72. 23ebd75 * Cleanups * Iterate from tarj_begin -> tarj_end, not from tarj_begin -> NULL by Chris Lattner · 22 years ago
  73. 4a81067 Initial checkin of the CallGraphSCCPass class by Chris Lattner · 22 years ago
  74. 6666a04 There is no reason for this to be a pass! by Chris Lattner · 22 years ago
  75. 5560c9d Spell `necessary' correctly. by Misha Brukman · 22 years ago
  76. 169db9d Fix the bug that broke the nightly tester in McCat/18-imp last night. :( by Chris Lattner · 22 years ago
  77. 7dd46b0 Fix bug: LoopPreheaders/2003-08-15-PreheadersFail.ll by Chris Lattner · 22 years ago
  78. 891bd82 Improvement to the previous fix: branch following a delay slot of by Vikram S. Adve · 22 years ago
  79. 88d962a For an instruction with delay slots, mark all live values before by Vikram S. Adve · 22 years ago
  80. 8043127 Remove unnecessary use of NonCopyable by Chris Lattner · 22 years ago
  81. 7ddb013 Add more verbose comment by Chris Lattner · 22 years ago
  82. 108421a Added function mergeInGlobalsGraph which merges in the entire globals graph with the graph of a function by Sumant Kowshik · 22 years ago
  83. 6806f56 DEBUG got moved to Support/Debug.h by Chris Lattner · 22 years ago
  84. 7a81a0f Don't require a BB to look-up live variables, unless they may need to by Vikram S. Adve · 22 years ago
  85. 1f2bbaa Fix another minor bug by Chris Lattner · 22 years ago
  86. e7e221a Dont' try to parse the colon by Chris Lattner · 22 years ago
  87. f2d0134 Add a more general check-flags which can be used to ensure arbitrary flags are set by Chris Lattner · 22 years ago
  88. c07736a Simplify code by using ConstantInt::getRawValue instead of checking to see by Chris Lattner · 22 years ago
  89. bfcdf14 Fit code into 80 columns by Chris Lattner · 22 years ago
  90. 28a128e Eliminate old-style cast by Chris Lattner · 22 years ago
  91. 40c600e Fix comment. by Vikram S. Adve · 22 years ago
  92. 1d2ba44 Fix typo in call to isUnresolvableFunc, which was breaking the build. by Brian Gaeke · 22 years ago
  93. 1da1d32 Rematerialize nodes from the globals graph into the current graph by Vikram S. Adve · 22 years ago
  94. 03e19dd (1) Rematerialize nodes from the globals graph into the current graph by Vikram S. Adve · 22 years ago
  95. 78bbec7 Implement 2 important changes: (1) rematerialization from the globals graph, by Vikram S. Adve · 22 years ago
  96. 2e1de5e Factor out the test for unresolvable external functions into by Vikram S. Adve · 22 years ago
  97. 1ba3138 The word `separate' only has one `e'. by Misha Brukman · 22 years ago
  98. 5bfccb9 Reuse the values if they are constants: this is important so that we index into the right structure field by Chris Lattner · 22 years ago
  99. 85cfe01 Remove globals more aggressively from graphs. by Chris Lattner · 22 years ago
  100. 7079386 INCLUDE_PARENT_GRAPH is required! by Chris Lattner · 22 years ago