[llvm-commits] CVS: llvm/include/llvm/Transforms/Parallelize.h

Vikram Adve vadve at cs.uiuc.edu
Mon Dec 9 18:43:01 PST 2002


Changes in directory llvm/include/llvm/Transforms:

Parallelize.h added (r1.1)

---
Log message:

The pass Parallelize automatically parallelizes a program using the
Cilk multi-threaded runtime system to execute parallel code.  This file
exposes some routines needed for code generation for that pass.


---
Diffs of the changes:




More information about the llvm-commits mailing list