Go to file
Zachary Turner 1536244594 Fix a bug in the IRMemoryMap which generated bogus allocations.
Previously, only the starting locations of the candidate interval
and the existing interval were compared.  To correctly detect
range intersections, it is necessary to compare the entire range
of both intervals against each other.

Reviewed by: scallanan

Differential Revision: http://reviews.llvm.org/D4286

llvm-svn: 211726
2014-06-25 18:37:19 +00:00
clang MS ABI: Propagate class-level DLL attributes to class template specialization bases (PR11170) 2014-06-25 18:25:57 +00:00
clang-tools-extra Rolling back, as the test fails on one of the buildbots: 2014-06-25 15:33:35 +00:00
compiler-rt [ASan] When iterating over segments on OSX, treat the segments' initial 2014-06-25 15:43:19 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc relational: Implement signbit 2014-06-25 13:29:23 +00:00
libcxx eliminate install of duplicate headers (take 2) 2014-06-24 20:32:11 +00:00
libcxxabi Add a FAQ section, with a question about why the std::exception class destructors live in libc++abi 2014-06-11 16:54:09 +00:00
lld [mach-o]: make sure custom sort method is irreflexive. 2014-06-25 15:12:55 +00:00
lldb Fix a bug in the IRMemoryMap which generated bogus allocations. 2014-06-25 18:37:19 +00:00
llvm Revert "PR20038: DebugInfo: Inlined call sites where the caller has debug info but the call itself has no debug location." 2014-06-25 18:20:54 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly test/ScopInfo: Remove %defaultOpts and list passes explicitly 2014-06-25 06:38:18 +00:00