aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/Parallelize.cpp
Commit message (Expand)AuthorAgeFilesLines
* DemoteRegToStack got moved from DemoteRegToStack.h to Local.hChris Lattner2004-03-141-4/+4
* * Remove function to find "main" in a Module, there's a method for thatMisha Brukman2004-02-291-168/+124
* Finegrainify namespacificationChris Lattner2003-11-211-3/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* 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