llvm-6502/lib/Transforms/IPO
Duncan Sands 3d5378ff8e Remove any 'nest' parameter attributes if the function
is not passed as an argument to a trampoline intrinsic.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47220 91177308-0d34-0410-b5e6-96231b3b80d8
2008-02-16 20:56:04 +00:00
..
ArgumentPromotion.cpp Don't drop function/call return attributes like 'nounwind'. 2008-02-01 20:37:16 +00:00
ConstantMerge.cpp remove some dead code. 2008-02-13 17:18:26 +00:00
DeadArgumentElimination.cpp DAE bug fix. Don't lose parameter attributes on vararg arguments. 2008-01-17 04:18:54 +00:00
DeadTypeElimination.cpp
ExtractFunction.cpp
GlobalDCE.cpp
GlobalOpt.cpp Remove any 'nest' parameter attributes if the function 2008-02-16 20:56:04 +00:00
IndMemRemoval.cpp
Inliner.cpp Allow clients to specify the inline threshold when creating 2008-01-12 06:49:13 +00:00
InlineSimple.cpp Allow clients to specify the inline threshold when creating 2008-01-12 06:49:13 +00:00
Internalize.cpp
IPConstantPropagation.cpp
LoopExtractor.cpp
LowerSetJmp.cpp
Makefile
PruneEH.cpp add missing #include 2008-01-02 23:41:05 +00:00
RaiseAllocations.cpp
SimplifyLibCalls.cpp Use empty() instead of comparing size() with zero. 2008-01-29 13:02:09 +00:00
StripDeadPrototypes.cpp
StripSymbols.cpp Handle attribute(used) global variables that are i8. 2008-01-16 21:35:43 +00:00