aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/Internalize.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a Fixme.Bill Wendling2012-04-161-0/+2
* Code-gen may inject code into the IR before it emits the ASM. The linkerBill Wendling2012-04-131-0/+6
* Internalize: Remove reference of @llvm.noinline, it was replaced with the noi...Benjamin Kramer2012-03-311-1/+0
* These llvm.dbg.* constants are not used anymore.Devang Patel2011-03-091-3/+0
* Don't internalize available_externally functions. We already did the rightRafael Espindola2011-03-061-0/+2
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-0/+2
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-1/+1
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-2/+2
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-2/+2
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-2/+2
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-211-2/+2
* don't internalize available_externally functions, they areChris Lattner2010-04-031-0/+4
* Change errs() to dbgs().David Greene2010-01-051-3/+3
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-251-1/+0
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-1/+1
* eliminate uses of cerr()Chris Lattner2009-08-231-1/+1
* More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar2009-07-251-3/+4
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-2/+0
* implement a new magic global "llvm.compiler.used" which is like llvm.used, butChris Lattner2009-07-201-0/+2
* Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson2009-07-161-0/+2
* Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands2009-01-281-1/+1
* Add the private linkage.Rafael Espindola2009-01-151-2/+4
* Teach the internalize pass to also internalizeDuncan Sands2009-01-051-0/+12
* Remove trailing spaces.Duncan Sands2009-01-051-10/+10
* Teach internalize to preserve the callgraph.Duncan Sands2008-10-031-0/+7
* revert the addition of Preverves(CallGraph), per Duncan's commentsNuno Lopes2008-10-011-2/+0
* add preserversCFG() + preservers(CallGraph)Nuno Lopes2008-09-301-0/+6
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-2/+2
* Rename a few variables to be more consistent.Matthijs Kooijman2008-06-241-3/+3
* Simplify internalize pass. Add test case.Devang Patel2008-05-141-19/+21
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-14/+15
* Make several variable declarations static.Dan Gohman2008-05-061-2/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Fix PR1719, by not marking llvm.global.annotations internal.Tanya Lattner2007-10-031-0/+1
* Fix PR1719, by not marking llvm.noinline internal.Chris Lattner2007-10-031-0/+1
* More explicit keywords.Dan Gohman2007-08-011-2/+2
* simplify this code and fix PR1493, now that llvm-gcc3 is dead.Chris Lattner2007-06-061-17/+2
* Fix typo in comment.Nick Lewycky2007-05-061-1/+1
* Drop 'const'Devang Patel2007-05-031-2/+2
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-2/+2
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-2/+4
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-161-1/+1
* Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer2007-02-051-1/+2
* For PR411:Reid Spencer2007-02-051-1/+1
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-301-3/+3
* Change the MachineDebugInfo to MachineModuleInfo to better reflect usageJim Laskey2007-01-261-2/+2
* Eliminate static ctors due to Statistic objectsChris Lattner2006-12-191-2/+4
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-2/+1
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-061-2/+2
* Replace #include <iostream> with llvm_* streams.Bill Wendling2006-11-261-5/+4