aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/DataStructure/Parallelize.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Fix spelling.Misha Brukman2003-10-101-3/+3
* Final cleanup: remove dead codeChris Lattner2003-09-011-39/+0
* Not only is this a lot smaller, it actually works if there is already aChris Lattner2003-09-011-5/+1
* If "These should be used only by the auto-parallelization pass", we might asChris Lattner2003-09-011-1/+31
* Moved all of the cilkifier stuff into lib/Transforms/IPO, as it really is notChris Lattner2003-09-011-1/+1
* Minor cleanupsChris Lattner2003-09-011-13/+8
* Remove unnecessary use of NonCopyableChris Lattner2003-08-061-4/+3
* Add new linkage types to support a real frontendChris Lattner2003-04-161-1/+2
* This file implements a pass that automatically parallelizes a program,Vikram S. Adve2002-12-101-0/+548