Go to file
Jim Ingham d3480f5851 Address::GetSection() turns a weak pointer to a shared pointer which is a little slow. So in Address::operator== & != do the
cheap GetOffset() comparison first and only compare the sections if that is true.

llvm-svn: 183452
2013-06-06 22:16:56 +00:00
clang [analyzer] Ensure that pieces with invalid locations always get removed from the BugReport 2013-06-06 22:02:58 +00:00
clang-tools-extra cpp11-migrate: Add EnableHeaderModification flag 2013-06-06 20:32:29 +00:00
compiler-rt [lsan] Put SANITIZER_INTERFACE_ATTRIBUTE on LSan interface functions. 2013-06-06 18:40:55 +00:00
debuginfo-tests Remove IR scenario tests. 2013-03-15 20:52:10 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Neglected to remove a debugging comment from last commit. 2013-05-21 21:19:35 +00:00
libcxxabi Add capability to demangle invocation functions for ObjC blocks. 2013-04-10 19:44:03 +00:00
lld [Driver][Core] Handle -mllvm option. 2013-06-05 23:19:18 +00:00
lldb Address::GetSection() turns a weak pointer to a shared pointer which is a little slow. So in Address::operator== & != do the 2013-06-06 22:16:56 +00:00
llvm Revert "ARM sched model: Add SIMD/VFP load/store instructions on Swift" 2013-06-06 21:08:18 +00:00
polly scop detection: do not call getAliasSetForPointer when IgnoreAliasing 2013-06-03 16:35:41 +00:00