llvm with tablegen backend for capstone disassembler
Go to file
Eric Fiselier 65ace9daa3 Disallow conversions from function pointers to void*.
Function pointers and member function pointers cannot be converted to void*.
libc++abi incorrectly allows this conversion for function pointers.

Review URL: http://reviews.llvm.org/D8811

llvm-svn: 236299
2015-05-01 01:49:37 +00:00
clang InstrProf: This call does nothing, remove it 2015-05-01 01:02:17 +00:00
clang-tools-extra Disable clang-tools-extra/test/pp-trace/pp-trace-modules.cpp on win32 for now. Investigating. 2015-04-28 17:31:36 +00:00
compiler-rt [asancov] Fix coverage reserving 4x the necessary amount of memory on fork. 2015-05-01 00:40:42 +00:00
debuginfo-tests
libclc Allow compilation depending to the LLVM version 2015-04-29 15:37:06 +00:00
libcxx Fix -Wpessimizing-move warning by remove the call to std::move. 2015-04-30 21:47:28 +00:00
libcxxabi Disallow conversions from function pointers to void*. 2015-05-01 01:49:37 +00:00
libunwind Make the .eh_frame_hdr code work on FreeBSD as well. 2015-04-29 20:43:44 +00:00
lld Change test target from x86_64-linux to x86_64. 2015-05-01 00:36:41 +00:00
lldb Added support for locating and importing functions 2015-05-01 00:47:29 +00:00
llgo [llgo] add buildbot-slave config 2015-04-08 01:41:46 +00:00
llvm [ARM][TEST] Strengthen test against smarter reg alloc. 2015-05-01 00:45:55 +00:00
openmp These are the actual changes in the runtime to issue OMPT-related functions. All of them are surrounded by #if OMPT_SUPPORT and can be disabled (which is the default). 2015-04-29 16:42:24 +00:00
polly Update polly for LLVM rename of debug info metadata with DI* prefix 2015-04-29 17:02:14 +00:00