Go to file
Jack Carter 10c97e5ca0 ELF symbol table field st_other support,
excluding visibility bits.

Mips (o32 abi) specific e_header setting.

EF_MIPS_ABI_O32 needs to be set in the 
ELF header flags for o32 abi output.

Contributer: Reed Kotler
llvm-svn: 175569
2013-02-19 22:29:00 +00:00
clang [analyzer] Don't accidentally strip off base object regions for lazy bindings. 2013-02-19 20:28:33 +00:00
clang-tools-extra Adding files left out of commit r175544. 2013-02-19 19:14:45 +00:00
compiler-rt [sanitizer] Fix FileOps test on Android. 2013-02-19 15:01:05 +00:00
debuginfo-tests Harden this test a bit to work on the mac with ancient gdbs. 2013-01-17 20:09:50 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Fix a bug in mutex_try_to_lock. This was previously trying to unlock a mutex that it didn't own, causing an assertion failure in mutex.cpp. The issue was that the unique_lock went out of scope, releasing the lock on m, then m.unlock() was called on an already-unlocked mutex. 2013-02-19 11:28:45 +00:00
libcxxabi Bruce Mitchener: Typo fixes. 2013-02-15 15:48:49 +00:00
lld [ELF] Fix memory leak by deleting BumpPtr allocated objects. 2013-02-19 21:04:30 +00:00
lldb ValueObjectSynthetic could be wrapping a ValueObjectDynamic. In that case, we want to report that the ValueObject is dynamic since synthetic values are supposed to be just their parent with different children 2013-02-19 22:03:00 +00:00
llvm ELF symbol table field st_other support, 2013-02-19 22:29:00 +00:00
polly capitalize SCEV to match the current naming convention 2013-02-15 21:26:53 +00:00