1. a67138d Avoid referencing deleted DSgraphs when merging an SCC into a larger SCC. This by Chris Lattner · 21 years ago
  2. a4dd674 Fix thinko by Chris Lattner · 21 years ago
  3. 92e41d5 Forward method request to chained aa implementation by Chris Lattner · 21 years ago
  4. bc1daaa Implement the pointsToConstantMemory() method. by Chris Lattner · 21 years ago
  5. f4d904d Improve mod/ref information based on the pointsToConstantMemory method. by Chris Lattner · 21 years ago
  6. 10d208d Order #includes alphabetically, per style guide. by Misha Brukman · 21 years ago
  7. ead9eb7 Fix a bug aflicting 265.gap by Chris Lattner · 21 years ago
  8. 17a93e2 Minor bugfixes by Chris Lattner · 21 years ago
  9. 62482e5 Rename DSGraph::ScalarMapTy -> DSScalarMap by Chris Lattner · 21 years ago
  10. 28da03b Fix a bug by Chris Lattner · 21 years ago
  11. a3fd88d Eliminate the call to removeTriviallyDeadNodes from updateFromGlobals graph, by Chris Lattner · 21 years ago
  12. 6d8f3dc In the TD pass, iterate over globals directly instead of through the whole scalar by Chris Lattner · 21 years ago
  13. 34741cf In the TD pass, don't iterate over the scalar map to find the globals, iterate over by Chris Lattner · 21 years ago
  14. bdce7b7 In updateFromGlobalsGraph, instead of iterating over all of the scalars in the by Chris Lattner · 21 years ago
  15. a88a55c Minor tweaks, eliminate useless integer pruning optimziation, turn on by Chris Lattner · 21 years ago
  16. 239644d Further reduce the number of nodes cloned with getClonedNH, using merge instead. by Chris Lattner · 21 years ago
  17. 00948c0 Add a timer, fix a minor bug. by Chris Lattner · 21 years ago
  18. 64507e3 Another bugfix, disable "spurious" output. by Chris Lattner · 21 years ago
  19. 352e31f fix bug in previous checkin by Chris Lattner · 21 years ago
  20. 0b14487 * Add a new commandline argument to control the "global roots hack". Default by Chris Lattner · 21 years ago
  21. f325e39 Rewrite to use the reachability cloner interface. Also, make this much more by Chris Lattner · 21 years ago
  22. 02da032 minor cleanups by Chris Lattner · 21 years ago
  23. 825a02a Get clone flags right, so we don't build InlinedGlobals only to clear them by Chris Lattner · 21 years ago
  24. 091f776 Initial support for implementing clonePartiallyInto in terms of cloneReachableSubgraph, though this support is currently disabled. by Chris Lattner · 21 years ago
  25. 2f56138 Eliminated the CompletedNodes argument to the cloneReachable* methods. This by Chris Lattner · 21 years ago
  26. 93ddd7e Ok, I'm tired of pulling out all my timers to check stuff in, just do it. by Chris Lattner · 21 years ago
  27. 5254a8d Bug fix: X.mergeWith(Y) was not updating Y if Y was a null node handle! by Chris Lattner · 21 years ago
  28. 4c6cb7a Start implementing DSGraph::clonePartiallyInto and implement mergeInGraph by Chris Lattner · 21 years ago
  29. 4a85776 Allow disabling of ALL printing overhead when performing timings by Chris Lattner · 21 years ago
  30. 67bb760 Remove use of ConstantHandling itf by Chris Lattner · 21 years ago
  31. e902863 Remove use of ConstantHandling itf by Chris Lattner · 21 years ago
  32. 6eb88d4 Eliminate use of ConstantHandling itf by Chris Lattner · 21 years ago
  33. b3da2fd Live var is now in lib/Target/Sparc by Chris Lattner · 21 years ago
  34. 12023d6 Move sparc-specific code into lib/Target/Sparc by Chris Lattner · 21 years ago
  35. 329c1c6 Improve encapsulation in the Loop and LoopInfo classes by eliminating the by Chris Lattner · 21 years ago
  36. 6cdc42b Add a note by Chris Lattner · 21 years ago
  37. 9a0a41f rename ClassifyExpression -> ClassifyExpr by Chris Lattner · 21 years ago
  38. 790462c Finegrainify namespacification by Chris Lattner · 21 years ago
  39. 4c307d4 finegrainify namespacification by Chris Lattner · 21 years ago
  40. 2cffeec Add a new AliassetTracker::remove method. Because we need to be able to remove by Chris Lattner · 21 years ago
  41. 2cdd21c Finegrainify namespacification by Chris Lattner · 21 years ago
  42. 4d7af65 Change interface of MachineOperand as follows: by Alkis Evlogimenos · 21 years ago
  43. e260924 Finegrainify namespacification by Chris Lattner · 21 years ago
  44. 4a83088 Factor out some duplicated code, implement the rest of the cases in by Chris Lattner · 21 years ago
  45. b307c88 Fix PR86. This makes basicaa _SIGNIFICANLY_ more aggressive with getelementptr's by Chris Lattner · 21 years ago
  46. 1ca2a58 Finegrainify namespacification Add new -print-cfg-only pass by Chris Lattner · 21 years ago
  47. c54735e Fix a glaring bug by Chris Lattner · 21 years ago
  48. 88d3e03 Realize the gep P, <zeros> must aliases P. This is a partial fix for PR 86 by Chris Lattner · 21 years ago
  49. 8639145 With Brian's change to AA.h we can now clean out this uglyness by Chris Lattner · 21 years ago
  50. 8e32f5e IncludeFile hack to pull in BasicValueNumbering whenever ValueNumbering.h by Brian Gaeke · 21 years ago
  51. 381bf79 Finegrainify namespacification by Chris Lattner · 21 years ago
  52. 9a4f8ef Finegrainify namespacification Provide a context module to WriteAsOperand by Chris Lattner · 21 years ago
  53. cd7c287 Finegrainify namespacification by Chris Lattner · 21 years ago
  54. fa3711a Do not depend on index type to determine whether it is a structure or sequential index by Chris Lattner · 21 years ago
  55. 9d7c9ea Fix file header by Chris Lattner · 21 years ago
  56. b66214c Remove dead variable by Chris Lattner · 21 years ago
  57. 1af55e1 Use gep_type_begin/end instead of looking for ubytes by Chris Lattner · 21 years ago
  58. ec4e808 Finegrainify namespacification by Chris Lattner · 21 years ago
  59. 1e2385b Finegrainify namespacification by Chris Lattner · 21 years ago
  60. 179bc7d Implement a small optimization to handling of GEP's that are equivalent to casts. by Chris Lattner · 21 years ago
  61. a366c98 Trying to get the dsgraph for an external function is bad for DSA's health by Chris Lattner · 21 years ago
  62. 79390d4 Implement the CompleteBU pass by Chris Lattner · 21 years ago
  63. 6acfe92 Minor code cleanup by Chris Lattner · 21 years ago
  64. a190766 Disable integer tracking by default by Chris Lattner · 21 years ago
  65. 95724a4 Add an initial version of the CompleteBUDataStructures class, which is currently by Chris Lattner · 21 years ago
  66. 9a92729 Fine-grainify namespaces for this library by Chris Lattner · 21 years ago
  67. afc1dba Add new argument to disable checking by Chris Lattner · 21 years ago
  68. d8ea8a5 Print return nodes for graphs with multiple functions in them correctly by Chris Lattner · 21 years ago
  69. 9dc4185 Don't crash if no gg by Chris Lattner · 21 years ago
  70. c5f0afa Cleanups by Chris Lattner · 21 years ago
  71. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  72. 413406c Compute node offsets correctly by Chris Lattner · 21 years ago
  73. 400433d Add new method for computing node mappings. This is used by the pool allocator by Chris Lattner · 21 years ago
  74. ccc4b1a More additions by Chris Lattner · 21 years ago
  75. cda2347 Add more functions by Chris Lattner · 21 years ago
  76. 4d728e8 None of the __llvm_* functions call into the program. This makes the by Chris Lattner · 21 years ago
  77. 67ce57a Add support for memmove by Chris Lattner · 21 years ago
  78. fb8c610 Handle bzero and memset in the local analysis, because we were missing the fact by Chris Lattner · 21 years ago
  79. 492dda9 This doesn't use DSCallSiteIterator by Chris Lattner · 21 years ago
  80. 0271345 Fix name collision by Chris Lattner · 21 years ago
  81. 15869aa All DSGraphs keep a reference to the targetdata they are created with. This is by Chris Lattner · 21 years ago
  82. dbfe36e Fix bug: test/Regression/Analysis/DSGraph/2003-11-02-NodeCollapsing.ll by Chris Lattner · 21 years ago
  83. ba12c23 Including the symbol table in the FindUsedTypes analysis was the WRONG way by Chris Lattner · 21 years ago
  84. 07a38e7 Make the call graph more precise despite the hated constantpointerrefs. by Chris Lattner · 21 years ago
  85. 14fffaf When someone includes CallGraph.h, make sure that they link in CallGraph.cpp by Chris Lattner · 21 years ago
  86. c2bcde4 Fix PR62, and llvm/test/Regression/CBackend/2003-10-28-CastToPtrToStruct.ll by Chris Lattner · 21 years ago
  87. 472a7ef Fix bug: CBackend/2003-10-23-UnusedType.ll and hopefully 252.eon by Chris Lattner · 21 years ago
  88. b7c4c99 This is a disgusting hack that improves code substantially, by making by Chris Lattner · 21 years ago
  89. 59dc178 Do not add unreachable code to a natural loop! by Chris Lattner · 21 years ago
  90. d073ea0 Make sure to print labels on nodes without names by Chris Lattner · 21 years ago
  91. a75b3ef If the basic block has no name, make sure to print the % number of it by Chris Lattner · 21 years ago
  92. 002362c Implement the Function::viewCFG* methods, for use in a debugger. Also, the by Chris Lattner · 21 years ago
  93. 856ba76 Added LLVM copyright header. by John Criswell · 21 years ago
  94. e488e93 Added LLVM copyright notice to Makefiles. by John Criswell · 21 years ago
  95. e9d3c6b Convert this code from using annotations to using a local map by Chris Lattner · 21 years ago
  96. 0beae0c Remove using declaration by Chris Lattner · 21 years ago
  97. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  98. 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 · 21 years ago
  99. 50b5d71 Make use of "external" depth-first iterators to avoid revisiting nodes by Chris Lattner · 21 years ago
  100. cf3056d Regularize header file comments by Chris Lattner · 21 years ago