1. 6acfe92 Minor code cleanup by Chris Lattner · 22 years ago
  2. a190766 Disable integer tracking by default by Chris Lattner · 22 years ago
  3. 95724a4 Add an initial version of the CompleteBUDataStructures class, which is currently by Chris Lattner · 22 years ago
  4. 9a92729 Fine-grainify namespaces for this library by Chris Lattner · 22 years ago
  5. afc1dba Add new argument to disable checking by Chris Lattner · 22 years ago
  6. d8ea8a5 Print return nodes for graphs with multiple functions in them correctly by Chris Lattner · 22 years ago
  7. 9dc4185 Don't crash if no gg by Chris Lattner · 22 years ago
  8. c5f0afa Cleanups by Chris Lattner · 22 years ago
  9. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  10. 413406c Compute node offsets correctly by Chris Lattner · 22 years ago
  11. 400433d Add new method for computing node mappings. This is used by the pool allocator by Chris Lattner · 22 years ago
  12. 67ce57a Add support for memmove by Chris Lattner · 22 years ago
  13. fb8c610 Handle bzero and memset in the local analysis, because we were missing the fact by Chris Lattner · 22 years ago
  14. 492dda9 This doesn't use DSCallSiteIterator by Chris Lattner · 22 years ago
  15. 0271345 Fix name collision by Chris Lattner · 22 years ago
  16. 15869aa All DSGraphs keep a reference to the targetdata they are created with. This is by Chris Lattner · 22 years ago
  17. dbfe36e Fix bug: test/Regression/Analysis/DSGraph/2003-11-02-NodeCollapsing.ll by Chris Lattner · 22 years ago
  18. 856ba76 Added LLVM copyright header. by John Criswell · 22 years ago
  19. e488e93 Added LLVM copyright notice to Makefiles. by John Criswell · 22 years ago
  20. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  21. cf00c4a Fix spelling. by Misha Brukman · 22 years ago
  22. b5c1af4 Use std::string::size_type for for ColonPos to stop gcc from giving a warning by Alkis Evlogimenos · 22 years ago
  23. fbc2d84 DOn't crash if program calls the null pointer by Chris Lattner · 22 years ago
  24. 11fc930 Functions reachable from the arguments of unresolvable call nodes should by Chris Lattner · 22 years ago
  25. ec157b7 The Globals graph must become complete at the end of the BU phase! by Chris Lattner · 22 years ago
  26. 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
  27. 26c4fc3 Make sure to add global variable initializers to the Globals graph! by Chris Lattner · 22 years ago
  28. 9970bf6 Don't consider incomplete nodes to be typesafe! by Chris Lattner · 22 years ago
  29. bab8c28 Remove trivially dead nodes was not removing nodes that were dead due to forwarding! by Chris Lattner · 22 years ago
  30. 894263b Add special case handling for calloc and realloc by Chris Lattner · 22 years ago
  31. 808a7ae Switch from using CallInst's to represent call sites to using the LLVM by Chris Lattner · 22 years ago
  32. 192cd9c Make this work better for constants that aren't necessarily in ANY graph, such as null pointers by Chris Lattner · 22 years ago
  33. 7892549 Keep track of the number of typed/untyped memory accesses theyre are in the program by Chris Lattner · 22 years ago
  34. 2f2d065 Fixed spelling and grammar. by Misha Brukman · 22 years ago
  35. 758fefc Final cleanup: remove dead code by Chris Lattner · 22 years ago
  36. 273328e Not only is this a lot smaller, it actually works if there is already a by Chris Lattner · 22 years ago
  37. 09a6705 If "These should be used only by the auto-parallelization pass", we might as by Chris Lattner · 22 years ago
  38. 60a3518 Moved all of the cilkifier stuff into lib/Transforms/IPO, as it really is not by Chris Lattner · 22 years ago
  39. aa92145 Minor cleanups Do not #include Parallelize.h, it's just a subset of Cilkifier.h by Chris Lattner · 22 years ago
  40. 55b2eb3 Rename TarjanSCCIterator -> scc_iterator by Chris Lattner · 22 years ago
  41. 56ef49f Remove dead var by Chris Lattner · 22 years ago
  42. 9f2a06e The SCC::HasLoop method is now in the main iterator by Chris Lattner · 22 years ago
  43. fe8d880 Remove explicit passing of SCC's around as objects. by Chris Lattner · 22 years ago
  44. 95008bc Move the getAnalysisUsage method from the header file by Chris Lattner · 22 years ago
  45. 6c5fd8e The tarjan iterator now returns a reference to the current SCC, not a possibly null pointer! by Chris Lattner · 22 years ago
  46. 0c0023b Minor cleanups Iterate from tarj_begin -> tarj_end, not from tarj_begin -> NULL by Chris Lattner · 22 years ago
  47. 8043127 Remove unnecessary use of NonCopyable by Chris Lattner · 22 years ago
  48. 7ddb013 Add more verbose comment by Chris Lattner · 22 years ago
  49. 108421a Added function mergeInGlobalsGraph which merges in the entire globals graph with the graph of a function by Sumant Kowshik · 22 years ago
  50. 6806f56 DEBUG got moved to Support/Debug.h by Chris Lattner · 22 years ago
  51. 1f2bbaa Fix another minor bug by Chris Lattner · 22 years ago
  52. e7e221a Dont' try to parse the colon by Chris Lattner · 22 years ago
  53. f2d0134 Add a more general check-flags which can be used to ensure arbitrary flags are set by Chris Lattner · 22 years ago
  54. 40c600e Fix comment. by Vikram S. Adve · 22 years ago
  55. 1d2ba44 Fix typo in call to isUnresolvableFunc, which was breaking the build. by Brian Gaeke · 22 years ago
  56. 1da1d32 Rematerialize nodes from the globals graph into the current graph by Vikram S. Adve · 22 years ago
  57. 03e19dd (1) Rematerialize nodes from the globals graph into the current graph by Vikram S. Adve · 22 years ago
  58. 78bbec7 Implement 2 important changes: (1) rematerialization from the globals graph, by Vikram S. Adve · 22 years ago
  59. 2e1de5e Factor out the test for unresolvable external functions into by Vikram S. Adve · 22 years ago
  60. 85cfe01 Remove globals more aggressively from graphs. by Chris Lattner · 22 years ago
  61. 7079386 INCLUDE_PARENT_GRAPH is required! by Chris Lattner · 22 years ago
  62. 10c45d6 Disable incorrect mustalias code by Chris Lattner · 22 years ago
  63. 61691c5 Remove space at end of line by Chris Lattner · 22 years ago
  64. 6c87461 Fix how we are handling unreachable functions. This DRAMATICALLY improves efficiency by Chris Lattner · 22 years ago
  65. d391d70 Keep track of how many inlinings are performed by Chris Lattner · 22 years ago
  66. 47030f8 Try using trivially dead deletion by Chris Lattner · 22 years ago
  67. 44cfdf9 Remove dead Nodes list by Chris Lattner · 22 years ago
  68. a8da51b Complete rewrite of td pass by Chris Lattner · 22 years ago
  69. 63899fa Print collapsed to match the paper by Chris Lattner · 22 years ago
  70. 9cd0484 Reduce amount of work we do calculating mustaliases if the arg is a global by Chris Lattner · 22 years ago
  71. 58f98d0 Add support for ParentGraph only when building in debug mode by Chris Lattner · 22 years ago
  72. f07804b Add some functions to the blacklist by Chris Lattner · 22 years ago
  73. 744f939 Make the BU closure keep track of which actual calls happen Minor cleanups by Chris Lattner · 22 years ago
  74. 3051419 Make local pass print out its progress by Chris Lattner · 22 years ago
  75. 18f07a1 Rework TD pass to work with the precise call graph constructed by the BU phase by Chris Lattner · 22 years ago
  76. b6734b2 Do not treat global variables as functions! (and assert failing) by Chris Lattner · 22 years ago
  77. d9dad2c Dont' print scalar nodes for ConstantPointerRefs by Chris Lattner · 22 years ago
  78. 5d5b6d6 Minor cleanups by Chris Lattner · 22 years ago
  79. 6681e98 Use the getFunctionNames method by Chris Lattner · 22 years ago
  80. a9d6566 Add new method by Chris Lattner · 22 years ago
  81. 2b4c8df Split CallSiteIterator out into DSCallSiteIterator.h, and generalize it a bit by Chris Lattner · 22 years ago
  82. 9f93055 Be more const-correct by Chris Lattner · 22 years ago
  83. 7b1ceaa Fix bug in last checkin by Chris Lattner · 22 years ago
  84. 0eea618 Reimplement the BU closure to collapse all SCC graphs into a single graph. by Chris Lattner · 22 years ago
  85. 2cb9acd Handle the case where OldNodeMap == &ScalarMap correctly by Chris Lattner · 22 years ago
  86. acbc8c6 Remove dead method by Chris Lattner · 22 years ago
  87. 81d924d Do not delete the same graph multiple times when freeing memory if graphs are sharing by Chris Lattner · 22 years ago
  88. 3d16290 Do not multiply delete graphs if functions are sharing graphs by Chris Lattner · 22 years ago
  89. 8d32767 Move usages of explicit hash_* datastructures to use typedefs by Chris Lattner · 22 years ago
  90. 5a54063 Revamp DSGraphs so that they can support multiple functions in the same by Chris Lattner · 22 years ago
  91. a321b04 Adjust for new DSGraph API by Chris Lattner · 22 years ago
  92. dea8146 Abstract out the predicate which decides whether a function gets complete by Chris Lattner · 22 years ago
  93. 06e24c8 Fix minor bug in previous checkin by Chris Lattner · 22 years ago
  94. 919ffbf Add support for ensuring that nodes are not incomplete by Chris Lattner · 22 years ago
  95. 5c5b10f Add support for "physical subtyping", which fixes: by Chris Lattner · 22 years ago
  96. 889fb9d Add print method to not get silly warning from analyze by Chris Lattner · 22 years ago
  97. 5100dbb New pass which is useful for writing regression tests by Chris Lattner · 22 years ago
  98. 5c70dc0 Expose must alias information for global variables, implementing: DSGraph/mustalias.ll by Chris Lattner · 22 years ago
  99. 312edd3 Propagate globals graph from the local to bu to td globals graphs. This by Chris Lattner · 22 years ago
  100. 5e459db Drop references to globals who do exist in the globals graph, but are never by Chris Lattner · 22 years ago