llvm-project/llvm/lib/Transforms
Jim Grosbach 9fa0481569 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.

llvm-svn: 149457
2012-02-01 00:08:17 +00:00
..
Hello Since the Hello pass is built as a loadable dynamic library, don't try to convert it to new-style registration yet. 2010-10-07 00:31:16 +00:00
IPO continue making the world safe for ConstantDataVector. At this point, 2012-01-27 03:08:05 +00:00
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
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 Move library stuff out of the toplevel CMakeLists.txt file. 2011-02-18 22:06:14 +00:00
LLVMBuild.txt LLVMBuild: Introduce a common section which currently has a list of the 2011-12-12 22:45:54 +00:00
Makefile Revert r100896 and around - this breaks the only mingw32 buildbot we have. 2010-04-15 19:51:42 +00:00