llvm-6502/lib/Transforms
Nick Lewycky 6cd0c048b8 Move the libcall annotating part from doFinalization to doInitialization.
Finalization occurs after all the FunctionPasses in the group have run, which
is clearly not what we want.

This also means that we have to make sure that we apply the right param 
attributes when creating a new function.

Also, add a missed optimization: strdup and strndup. NoCapture and 
NoAlias return!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61658 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-05 00:07:50 +00:00
..
Hello
Instrumentation
IPO Any void readonly functions are provably dead, don't waste time adding 2009-01-03 17:05:32 +00:00
Scalar Move the libcall annotating part from doFinalization to doInitialization. 2009-01-05 00:07:50 +00:00
Utils Fix PR2929 by making bugpoint/code extract propagate the nothrow 2008-12-18 05:52:56 +00:00
Makefile