1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib/Transforms/IPO
Chris Lattner 197d33ce21 Don't internalize llvm.global[cd]tor unless there are uses of it. This
unbreaks front-ends that don't use __main (like the new CFE).

llvm-svn: 25429
2006-01-19 00:40:39 +00:00
..
ArgumentPromotion.cpp
ConstantMerge.cpp
DeadArgumentElimination.cpp
DeadTypeElimination.cpp
ExtractFunction.cpp
FunctionResolution.cpp Improve ResolveFunctions to: 2005-12-13 19:56:51 +00:00
GlobalDCE.cpp
GlobalOpt.cpp Add support alignment of allocation instructions. 2005-11-05 09:21:28 +00:00
Inliner.cpp Let the inliner update the callgraph to reflect the changes it makes, instead 2006-01-14 20:09:18 +00:00
Inliner.h
InlineSimple.cpp Permit inlining functions that contain dynamic allocations now that 2006-01-13 19:35:43 +00:00
Internalize.cpp Don't internalize llvm.global[cd]tor unless there are uses of it. This 2006-01-19 00:40:39 +00:00
IPConstantPropagation.cpp
LoopExtractor.cpp
LowerSetJmp.cpp When a function takes a variable number of pointer arguments, with a zero 2005-10-23 04:37:20 +00:00
Makefile DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now 2005-10-24 02:26:13 +00:00
PruneEH.cpp
RaiseAllocations.cpp
SimplifyLibCalls.cpp Clean up the FFS optimization code, and make it correctly create the appropriate 2006-01-17 18:27:17 +00:00
StripSymbols.cpp