1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/lib/Transforms/IPO
Gordon Henriksen 846171a09e Improve pass documentation and comments.
Patch by Matthijs Kooijman!

llvm-svn: 50861
2008-05-08 17:46:35 +00:00
..
ArgumentPromotion.cpp Allow argpromote to promote struct arguments with a specified number 2008-04-19 19:50:01 +00:00
ConstantMerge.cpp Don't include <map> in Pass.h, which doesn't need it. This requires 2008-03-21 23:51:57 +00:00
DeadArgumentElimination.cpp API changes for class Use size reduction, wave 1. 2008-04-06 20:25:17 +00:00
DeadTypeElimination.cpp Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
ExtractGV.cpp API changes for class Use size reduction, wave 1. 2008-04-06 20:25:17 +00:00
GlobalDCE.cpp Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
GlobalOpt.cpp When SRoA'ing a global variable, make sure the new globals get the 2008-04-26 07:40:11 +00:00
IndMemRemoval.cpp API changes for class Use size reduction, wave 1. 2008-04-06 20:25:17 +00:00
Inliner.cpp Make several variable declarations static. 2008-05-06 01:53:16 +00:00
InlineSimple.cpp Increasing the inline limit from (overly conservative) 200 to 300. Given each BB costs 20 and each instruction costs 5, 200 means a 4 BB function + 24 instructions (actually less because caller's size also contributes to it). 2008-03-24 06:37:48 +00:00
Internalize.cpp Make several variable declarations static. 2008-05-06 01:53:16 +00:00
IPConstantPropagation.cpp simplify code for propagation of constant arguments into 2008-04-23 06:16:27 +00:00
LoopExtractor.cpp Make several variable declarations static. 2008-05-06 01:53:16 +00:00
LowerSetJmp.cpp API changes for class Use size reduction, wave 1. 2008-04-06 20:25:17 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00
PruneEH.cpp Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 2008-04-25 16:53:59 +00:00
RaiseAllocations.cpp API changes for class Use size reduction, wave 1. 2008-04-06 20:25:17 +00:00
StripDeadPrototypes.cpp Improve pass documentation and comments. 2008-05-08 17:46:35 +00:00
StripSymbols.cpp Handle attribute(used) global variables that are i8. 2008-01-16 21:35:43 +00:00
StructRetPromotion.cpp Improve pass documentation and comments. 2008-05-08 17:46:35 +00:00