llvm with tablegen backend for capstone disassembler
Go to file
Charles Davis 77552766d9 Fix mangling of array parameters for functions in the Microsoft C++ Mangler.
Only actual functions get mangled correctly; I don't know how to fix it for
function pointers yet. Thanks to John McCall for the hint.

Also, mangle anonymous tag types. I don't have a suitable testcase yet; I have
a feeling that that's going to need support for static locals, and I haven't
figured out exactly how MSVC's scheme for mangling those works.

llvm-svn: 107561
2010-07-03 02:41:45 +00:00
clang Fix mangling of array parameters for functions in the Microsoft C++ Mangler. 2010-07-03 02:41:45 +00:00
compiler-rt Marginally smaller implementations of bswap for ARMv4, ARMv5 that avoid the need to establish a frame 2010-07-03 01:00:49 +00:00
libcxx Updated chart with weekly test results 2010-07-01 21:39:12 +00:00
lldb Added the skeleton of an IR transformer that will 2010-07-03 01:35:46 +00:00
llvm Add AVX SSE4.1 blend, mpsadbw and vdp 2010-07-03 01:37:03 +00:00