aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure/Parallelize.cpp
AgeCommit message (Expand)Author
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-10Fix spelling.Misha Brukman
2003-09-01Final cleanup: remove dead codeChris Lattner
2003-09-01Not only is this a lot smaller, it actually works if there is already aChris Lattner
2003-09-01If "These should be used only by the auto-parallelization pass", we might asChris Lattner
2003-09-01Moved all of the cilkifier stuff into lib/Transforms/IPO, as it really is notChris Lattner
2003-09-01Minor cleanupsChris Lattner
2003-08-06Remove unnecessary use of NonCopyableChris Lattner
2003-04-16Add new linkage types to support a real frontendChris Lattner
2002-12-10This file implements a pass that automatically parallelizes a program,Vikram S. Adve