1. f6118db Move all of the DSA headers into the Analysis/DataStructure subdir. by Chris Lattner · 21 years ago
  2. f6729a3 Move PgmDependenceGraph.h out of the public include hierarchy by Chris Lattner · 21 years ago
  3. ddc90ad File depends on DSA, moved to lib/Analysis/DataStructure by Misha Brukman · 21 years ago[Renamed from llvm/lib/Transforms/IPO/Parallelize.cpp]
  4. 8eebc49 DemoteRegToStack got moved from DemoteRegToStack.h to Local.h by Chris Lattner · 22 years ago
  5. c91e1ff * Remove function to find "main" in a Module, there's a method for that by Misha Brukman · 22 years ago
  6. f52e03c Finegrainify namespacification by Chris Lattner · 22 years ago
  7. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  8. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  9. 8b2bd4e Fix spelling. by Misha Brukman · 22 years ago
  10. ffc2d16 Final cleanup: remove dead code by Chris Lattner · 22 years ago
  11. 267f204 Not only is this a lot smaller, it actually works if there is already a by Chris Lattner · 22 years ago
  12. d4a1af7 If "These should be used only by the auto-parallelization pass", we might as by Chris Lattner · 22 years ago
  13. 685dc1e Moved all of the cilkifier stuff into lib/Transforms/IPO, as it really is not by Chris Lattner · 22 years ago
  14. 6c6ba71 Minor cleanups Do not #include Parallelize.h, it's just a subset of Cilkifier.h by Chris Lattner · 22 years ago
  15. c592c9f Remove unnecessary use of NonCopyable by Chris Lattner · 22 years ago
  16. 379a8d2 Add new linkage types to support a real frontend by Chris Lattner · 23 years ago
  17. 9a672d1 This file implements a pass that automatically parallelizes a program, by Vikram S. Adve · 23 years ago