Go to file
Lang Hames 1d39cb16ec [RuntimeDyld] Strip leading '_' from symbols on 32-bit windows in
RTDyldMemoryManager::getSymbolAddressInProcess()

This should allow JIT'd code for win32 to find in-process symbols. See
http://llvm.org/PR28699 .

Patch by James Holderness. Thanks James!

llvm-svn: 279016
2016-08-18 00:22:34 +00:00
clang Print the module format in clang -module-file-info. 2016-08-17 23:14:00 +00:00
clang-tools-extra [Release notes] Mention Emacs integration in Include-fixer. 2016-08-17 23:36:22 +00:00
compiler-rt [asan] Remove "Stack partial redzone" from report 2016-08-17 23:38:08 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Implement vstore_half{,n} 2016-08-17 20:02:11 +00:00
libcxx make the associative containers do the right thing for propogate_on_container_assignment. Fixes bug #29001. Tests are only for <map> right now - more complete tests will come when we revamp our allocator testing structure. 2016-08-17 23:24:02 +00:00
libcxxabi Default LIBCXXABI_LIBDIR_SUFFIX to LLVM_LIBDIR_SUFFIX 2016-08-16 03:44:55 +00:00
libunwind Allow building both shared and static library 2016-08-08 22:55:48 +00:00
lld [ELF] Allow specifying the stack size 2016-08-17 23:59:58 +00:00
lldb Correct makefile.rules to use arm/aarch64 target specific AR and OBJCOPY 2016-08-17 16:45:34 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm [RuntimeDyld] Strip leading '_' from symbols on 32-bit windows in 2016-08-18 00:22:34 +00:00
openmp cleanup: fixed names of dummy arguments of Fortran interfaces declarations, no functional changes done 2016-08-17 18:18:21 +00:00
parallel-libs [StreamExecutor] Rename StreamExecutor to Executor 2016-08-16 18:18:32 +00:00
polly Update ISL to isl-0.17.1-200-gd8de4ea. 2016-08-17 15:24:45 +00:00