aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/ExtractFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Finegrainify namespacificationChris Lattner2003-11-211-5/+3
* This file was somehow missing a top-level comment line.Misha Brukman2003-11-171-1/+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-1/+1
* Add new linkage types to support a real frontendChris Lattner2003-04-161-3/+5
* Move the function extractor pass from tools/extract into lib/Xform/IPOChris Lattner2002-11-191-0/+83