1. 7238210 Add explicit iostream #includes by Chris Lattner · 19 years ago
  2. 6d79623 implement some prototypes by Chris Lattner · 20 years ago
  3. 2b37d7c Remove trailing whitespace by Misha Brukman · 20 years ago
  4. 977b705 method was renamed. by Chris Lattner · 20 years ago
  5. a9548d9 * Make some methods more const correct. by Chris Lattner · 20 years ago
  6. ce9653c For PR387:\ by Reid Spencer · 20 years ago
  7. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  8. d8e1eea Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 21 years ago
  9. e840434 bug 122: by Reid Spencer · 21 years ago
  10. 4dabb2c Move all of the DSA headers into the Analysis/DataStructure subdir. by Chris Lattner · 21 years ago
  11. 9a92729 Fine-grainify namespaces for this library by Chris Lattner · 22 years ago
  12. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  13. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  14. 9970bf6 Don't consider incomplete nodes to be typesafe! by Chris Lattner · 22 years ago
  15. 808a7ae Switch from using CallInst's to represent call sites to using the LLVM by Chris Lattner · 22 years ago
  16. 192cd9c Make this work better for constants that aren't necessarily in ANY graph, such as null pointers by Chris Lattner · 22 years ago
  17. 7892549 Keep track of the number of typed/untyped memory accesses theyre are in the program by Chris Lattner · 22 years ago
  18. 923fc05 Implement optimization for direct function call case. This dramatically by Chris Lattner · 22 years ago
  19. ed806bf Add hack to only consider indirect calls indirect if they do more than cast by Chris Lattner · 22 years ago
  20. 586aa3c Pass to compute various statisics related to DSGraphs. by Vikram S. Adve · 23 years ago