Go to file
Piotr Padlewski dc9b2cfc50 inariant.group handling in GVN
The most important part required to make clang
devirtualization works ( ͡°͜ʖ ͡°).
The code is able to find non local dependencies, but unfortunatelly
because the caller can only handle local dependencies, I had to add
some restrictions to look for dependencies only in the same BB.

http://reviews.llvm.org/D12992

llvm-svn: 249196
2015-10-02 22:12:22 +00:00
clang [WebAssembly] Add a __builtin_wasm_resize_memory() intrinsic. 2015-10-02 20:20:01 +00:00
clang-tools-extra Taking a stab at fixing failing build bots that use make. Unfortunately, the build logs do not point to much useful information for tracking this down, such as: 2015-10-02 14:28:44 +00:00
compiler-rt [asan] Disable pthread_create_version test on mips. 2015-10-02 21:23:53 +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 tanh builtin 2015-09-29 06:39:09 +00:00
libcxx [libcxx] Attempt to fix __throw_future_error in C++03 2015-10-02 21:25:15 +00:00
libcxxabi Let cxa_demangle.cpp compile with gcc/libstdc++ 4.8 and clang-cl/MSVC2013's STL. 2015-09-20 18:10:46 +00:00
libunwind unwind: Allow the building of libunwind for MIPS. 2015-09-26 18:26:01 +00:00
lld [ELF2/AArch64] Add support for R_AARCH64_ADR_PREL_PG_H121 2015-10-02 22:00:42 +00:00
lldb Fix the CMake build 2015-10-02 21:14:38 +00:00
llgo [llgo] irgen: always use TargetMachine's data layout 2015-09-25 06:28:14 +00:00
llvm inariant.group handling in GVN 2015-10-02 22:12:22 +00:00
openmp Fix memory corruption in Windows debug library 2015-09-25 17:23:17 +00:00
polly Bail-out early if all statements have been simplified away 2015-10-02 16:33:27 +00:00