1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 05:23:45 +02:00
llvm-mirror/include/llvm/Transforms
2008-04-29 20:06:54 +00:00
..
IPO 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
Utils Move SplitBlockPredecessors out of loopsimplify into BasicBlockUtils.h 2008-04-21 01:28:02 +00:00
Instrumentation.h fix typos 2008-03-06 10:36:00 +00:00
IPO.h Allow argpromote to promote struct arguments with a specified number 2008-04-19 19:50:01 +00:00
RSProfiling.h Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:42 +00:00
Scalar.h Rename DeadLoopElimination to LoopDeletion, part 2. 2008-04-29 20:06:54 +00:00