Go to file
Dan Albert 198d366fad Add .eh_frame_hdr search to Linux unwinder.
This improves the performance of unwinding on DWARF based targets. The
32-bit x86 support for scanning the full eh_frame
(CFI_Parser::findFDE) apparently does not work (at least not on
Linux). Since the eh_frame_hdr code delegates to that, this still
doesn't work for x86 Linux, but it has been tested on x86_64 Linux and
aarch64 Android.

llvm-svn: 230802
2015-02-27 22:21:07 +00:00
clang Update Clang tests to handle explicitly typed load changes in LLVM. 2015-02-27 21:19:58 +00:00
clang-tools-extra Add 'let' to the help message. 2015-02-27 17:53:23 +00:00
compiler-rt [ASan/Win] Update test expectations after r230724 2015-02-27 14:29:53 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc libclc/math: Add cospi 2015-02-26 15:42:00 +00:00
libcxx Add self to CREDITS.txt 2015-02-26 00:48:22 +00:00
libcxxabi Add .eh_frame_hdr search to Linux unwinder. 2015-02-27 22:21:07 +00:00
lld PECOFF: Move a call of WinLinkDriver::parse from FileCOFF::doParse to FileCOFF::beforeLink 2015-02-27 20:39:20 +00:00
lldb Convert TestWatchLocation to use C++11 library instead of pthread. 2015-02-27 21:45:51 +00:00
llgo Build cgo and llgo-go 2015-02-14 01:46:01 +00:00
llvm [PowerPC] Fix PR22711 - Misaligned .toc section 2015-02-27 22:14:10 +00:00
openmp Removed all header files for OpenMP 2.5 2015-02-25 18:38:08 +00:00
polly [Fix] Two tests that broke during the last changes 2015-02-27 21:58:26 +00:00