aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/DataStructure/Parallelize.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary use of NonCopyableChris Lattner2003-08-061-4/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7641 91177308-0d34-0410-b5e6-96231b3b80d8
* Add new linkage types to support a real frontendChris Lattner2003-04-161-1/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5786 91177308-0d34-0410-b5e6-96231b3b80d8
* 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4962 91177308-0d34-0410-b5e6-96231b3b80d8