Go to file
Sean Callanan 5677536bff Committed a change to the SectionList that introduces
a cache of address ranges for child sections,
accelerating lookups.  This cache is built during
object file loading, and is then set in stone once
the object files are done loading.  (In Debug builds,
we ensure that the cache is never invalidated after
that.)

llvm-svn: 158188
2012-06-08 02:16:08 +00:00
clang [analyzer] Use "issue hash" in CmpRuns; followup on r158180 2012-06-08 01:50:49 +00:00
compiler-rt [Sanitizer] move internal_strdup and internal_memcpy to common runtime. Make internal allocations from TSan runtime call InternalAlloc from common runtime 2012-06-07 11:54:08 +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 Fix warning flags for CMake builds, from Andrew C. Morrow! 2012-06-07 22:26:00 +00:00
libcxxabi Fix bug in cxa_demangle involving template substitution. 2012-05-02 15:38:11 +00:00
lld put the public function createReaderPECOFF() in the lld namespace and everything else in is own namespace 2012-06-07 02:23:48 +00:00
lldb Committed a change to the SectionList that introduces 2012-06-08 02:16:08 +00:00
llvm Teach the AsmMatcherEmitter to allow InstAlias' where the suboperands of a complex operand are called out explicitly in the asm string. 2012-06-08 00:25:03 +00:00
polly Fix some coding convention problems. 2012-06-06 16:33:15 +00:00