aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/Internalize.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+154