1. 99cc88b * Remove function to find "main" in a Module, there's a method for that by Misha Brukman · 21 years ago
  2. 1e2385b Finegrainify namespacification by Chris Lattner · 22 years ago
  3. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  4. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  5. cf00c4a Fix spelling. by Misha Brukman · 22 years ago
  6. 758fefc Final cleanup: remove dead code by Chris Lattner · 22 years ago
  7. 273328e Not only is this a lot smaller, it actually works if there is already a by Chris Lattner · 22 years ago
  8. 09a6705 If "These should be used only by the auto-parallelization pass", we might as by Chris Lattner · 22 years ago
  9. 60a3518 Moved all of the cilkifier stuff into lib/Transforms/IPO, as it really is not by Chris Lattner · 22 years ago
  10. aa92145 Minor cleanups Do not #include Parallelize.h, it's just a subset of Cilkifier.h by Chris Lattner · 22 years ago
  11. 8043127 Remove unnecessary use of NonCopyable by Chris Lattner · 22 years ago
  12. 4ad02e7 Add new linkage types to support a real frontend by Chris Lattner · 22 years ago
  13. e12c74c This file implements a pass that automatically parallelizes a program, by Vikram S. Adve · 23 years ago