aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure/Parallelize.cpp
AgeCommit message (Expand)Author
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-07-07Move all of the DSA headers into the Analysis/DataStructure subdir.Chris Lattner
2004-06-28Move PgmDependenceGraph.h out of the public include hierarchyChris Lattner
2004-03-14DemoteRegToStack got moved from DemoteRegToStack.h to Local.hChris Lattner
2004-02-29* Remove function to find "main" in a Module, there's a method for thatMisha Brukman
2003-11-21Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
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