summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/Internalize.cpp
Commit message (Expand)AuthorAge
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* Rename a few variables to be more consistent.Matthijs Kooijman2008-06-24
* Simplify internalize pass. Add test case.Devang Patel2008-05-14
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Make several variable declarations static.Dan Gohman2008-05-06
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Fix PR1719, by not marking llvm.global.annotations internal.Tanya Lattner2007-10-03
* Fix PR1719, by not marking llvm.noinline internal.Chris Lattner2007-10-03
* More explicit keywords.Dan Gohman2007-08-01
* simplify this code and fix PR1493, now that llvm-gcc3 is dead.Chris Lattner2007-06-06
* Fix typo in comment.Nick Lewycky2007-05-06
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-16
* Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer2007-02-05
* For PR411:Reid Spencer2007-02-05
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* Change the MachineDebugInfo to MachineModuleInfo to better reflect usageJim Laskey2007-01-26
* Eliminate static ctors due to Statistic objectsChris Lattner2006-12-19
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-06
* Replace #include <iostream> with llvm_* streams.Bill Wendling2006-11-26
* Initialize DontInternalize.Devang Patel2006-09-13
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-27
* Make it fit into 80 cols.Devang Patel2006-07-20
* Add new constructor to accept vector of exported names while creatingDevang Patel2006-07-20
* Switch to using a numeric id for anchors.Jim Laskey2006-03-07
* Make iostream #inclusion explicitChris Lattner2006-01-22
* If not internalizing, don't mark llvm.global[cd]tors const, as a fix for aChris Lattner2006-01-19
* Don't internalize llvm.global[cd]tor unless there are uses of it. ThisChris Lattner2006-01-19
* Pull inline methods out of the pass class definition to make it easier toChris Lattner2006-01-03
* Wrap a long line, never internalize llvm.used.Chris Lattner2005-12-05
* Add an option to this pass. If it is set, we are allowed to internalizeChris Lattner2005-10-18
* Remove trailing whitespaceMisha Brukman2005-04-21
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-15
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* Changes For Bug 352Reid Spencer2004-09-01
* Finegrainify namespacificationChris Lattner2003-11-21
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* DEBUG got moved to Support/Debug.hChris Lattner2003-08-01
* When internalizing global ctor/dtor list, also mark it constant. This is gro...Chris Lattner2003-06-26
* Make the list accept comma separated namesChris Lattner2003-05-22
* * Revert to old behavior of ignoring a module if it doesn't contain a mainChris Lattner2003-05-22
* Add option to internalize to allow it to read a file to determine which symbolsChris Lattner2003-05-22
* Add new linkage types to support a real frontendChris Lattner2003-04-16
* Use the new getMainFunction() method to efficiently locate mainChris Lattner2002-11-08
* Non-functionality change just to make it more clear what is going onChris Lattner2002-10-07
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-01