summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/Parallelize.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add new linkage types to support a real frontendChris Lattner2003-04-161-1/+2
| | | | llvm-svn: 5786
* This file implements a pass that automatically parallelizes a program,Vikram S. Adve2002-12-101-0/+548
using the Cilk multi-threaded runtime system to execute parallel code. The current version inserts too many sync() operations in the program because it does not attempt to optimize their placement. llvm-svn: 4962
OpenPOWER on IntegriCloud