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: