| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -2/+1 |
* | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner | 2006-12-06 | 1 | -2/+2 |
* | Replace #include <iostream> with llvm_* streams. | Bill Wendling | 2006-11-26 | 1 | -5/+4 |
* | Initialize DontInternalize. | Devang Patel | 2006-09-13 | 1 | -1/+2 |
* | eliminate RegisterOpt. It does the same thing as RegisterPass. | Chris Lattner | 2006-08-27 | 1 | -1/+1 |
* | Make it fit into 80 cols. | Devang Patel | 2006-07-20 | 1 | -2/+2 |
* | Add new constructor to accept vector of exported names while creating | Devang Patel | 2006-07-20 | 1 | -0/+12 |
* | Switch to using a numeric id for anchors. | Jim Laskey | 2006-03-07 | 1 | -3/+4 |
* | Make iostream #inclusion explicit | Chris Lattner | 2006-01-22 | 1 | -0/+1 |
* | If not internalizing, don't mark llvm.global[cd]tors const, as a fix for a | Chris Lattner | 2006-01-19 | 1 | -2/+5 |
* | Don't internalize llvm.global[cd]tor unless there are uses of it. This | Chris Lattner | 2006-01-19 | 1 | -3/+9 |
* | Pull inline methods out of the pass class definition to make it easier to | Chris Lattner | 2006-01-03 | 1 | -78/+88 |
* | Wrap a long line, never internalize llvm.used. | Chris Lattner | 2005-12-05 | 1 | -2/+6 |
* | Add an option to this pass. If it is set, we are allowed to internalize | Chris Lattner | 2005-10-18 | 1 | -4/+10 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -5/+5 |
* | This mega patch converts us from using Function::a{iterator|begin|end} to | Chris Lattner | 2005-03-15 | 1 | -1/+1 |
* | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner | 2004-09-20 | 1 | -3/+3 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -3/+3 |
* | Finegrainify namespacification | Chris Lattner | 2003-11-21 | 1 | -5/+2 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | DEBUG got moved to Support/Debug.h | Chris Lattner | 2003-08-01 | 1 | -1/+2 |
* | When internalizing global ctor/dtor list, also mark it constant. This is gro... | Chris Lattner | 2003-06-26 | 1 | -0/+8 |
* | Make the list accept comma separated names | Chris Lattner | 2003-05-22 | 1 | -1/+2 |
* | * Revert to old behavior of ignoring a module if it doesn't contain a main | Chris Lattner | 2003-05-22 | 1 | -7/+24 |
* | Add option to internalize to allow it to read a file to determine which symbols | Chris Lattner | 2003-05-22 | 1 | -10/+41 |
* | Add new linkage types to support a real frontend | Chris Lattner | 2003-04-16 | 1 | -2/+2 |
* | Use the new getMainFunction() method to efficiently locate main | Chris Lattner | 2002-11-08 | 1 | -10/+5 |
* | Non-functionality change just to make it more clear what is going on | Chris Lattner | 2002-10-07 | 1 | -1/+1 |
* | Updates to work with recent Statistic's changes: | Chris Lattner | 2002-10-01 | 1 | -4/+3 |
* | * Indent class into anonymous namespace, filling up the diff with garbage | Chris Lattner | 2002-07-30 | 1 | -30/+43 |
* | * Add support for different "PassType's" | Chris Lattner | 2002-07-26 | 1 | -1/+1 |
* | Eliminate several include/llvm/Transforms/IPO/*.h files, moving their content... | Chris Lattner | 2002-07-24 | 1 | -1/+1 |
* | *** empty log message *** | Chris Lattner | 2002-07-23 | 1 | -2/+4 |
* | MEGAPATCH checkin. | Chris Lattner | 2002-06-25 | 1 | -7/+7 |
* | Add support for printing out statistics information when -stats is added to | Chris Lattner | 2002-05-10 | 1 | -3/+9 |
* | Add new optional getPassName() virtual function that a Pass can override | Chris Lattner | 2002-04-29 | 1 | -0/+2 |
* | Be careful not to make "external" function internal | Chris Lattner | 2002-04-28 | 1 | -2/+3 |
* | Initial checkin of new "Internalize" pass for GCCLD | Chris Lattner | 2002-04-28 | 1 | -0/+38 |