llvm-6502/lib/Transforms
Jim Grosbach d0e277d272 Disable InstCombine unsafe folding bitcasts of calls w/ varargs.
Changing arguments from being passed as fixed to varargs is unsafe, as
the ABI may require they be handled differently (stack vs. register, for
example).

Remove two tests which rely on the bitcast being folded into the direct
call, which is exactly the transformation that's unsafe.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149457 91177308-0d34-0410-b5e6-96231b3b80d8
2012-02-01 00:08:17 +00:00
..
Hello
InstCombine Disable InstCombine unsafe folding bitcasts of calls w/ varargs. 2012-02-01 00:08:17 +00:00
Instrumentation eliminate the "string" form of ConstantArray::get, using 2012-01-31 06:18:43 +00:00
IPO continue making the world safe for ConstantDataVector. At this point, 2012-01-27 03:08:05 +00:00
Scalar bz11794 : EarlyCSE stack overflow on long functions. 2012-01-31 23:14:41 +00:00
Utils s/getInnerUnwindDest/getInnerResumeDest/g 2012-01-31 01:48:40 +00:00
CMakeLists.txt
LLVMBuild.txt LLVMBuild: Introduce a common section which currently has a list of the 2011-12-12 22:45:54 +00:00
Makefile