Go to file
Rafael Espindola efdfb1e6b2 In the initial exec mode we always do a load to find the address of a variable.
Before this patch in pic 32 bit code we would add the global base register
and not load from that address. This is a really old bug, but before the
introduction of the tls attributes we would never select initial exec for
pic code.

llvm-svn: 159409
2012-06-29 04:22:35 +00:00
clang Fix PR13234 - crash when trying to report an unsupported ABI feature 2012-06-29 01:14:21 +00:00
compiler-rt tsan: clear shadow for ucontext, because it's visible to user 2012-06-28 18:20:50 +00:00
debuginfo-tests Fix this for buggy gdb behavior alongside the change 2012-06-05 18:16:03 +00:00
libclc configure.py: Add an install rule. 2012-06-01 17:29:59 +00:00
libcxx mark operator new(std::nothrow) as noalias (aka __attribute__((malloc)) 2012-06-28 16:47:34 +00:00
libcxxabi Don't dereference root in __parse_ctor_dtor_name unless it is known to not be null. 2012-06-15 21:57:51 +00:00
lld Fix CMake build to use target_link_libraries. Patch by Sidney Manning! 2012-06-25 21:42:38 +00:00
lldb <rdar://problem/11755446> Making sure to provide summaries for one more NSString subclass 2012-06-28 23:05:43 +00:00
llvm In the initial exec mode we always do a load to find the address of a variable. 2012-06-29 04:22:35 +00:00
polly Add TempScop::isWrite() function. 2012-06-22 10:59:36 +00:00