Go to file
Oliver Stannard cca893ffac [Debug] Look through bitcasts to find argument registers
On targets where f32 is not legal, we have to look through a BITCAST SDNode to
find the register that an argument is stored in when emitting debug info, or we
will not be able to emit a DW_AT_location for it.

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

llvm-svn: 250056
2015-10-12 15:52:36 +00:00
clang [Driver] Remove `else` after `return` 2015-10-12 14:32:57 +00:00
clang-tools-extra Added documentation for misc-throw-by-value-catch-by-reference. 2015-10-12 12:57:55 +00:00
compiler-rt Revert "builtins: enable builtins build for MSVC" 2015-10-11 22:30:10 +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 integer: remove explicit casts from _MIN definitions 2015-10-06 19:12:12 +00:00
libcxx [Darwin] Reworking r250003 to use lit.util.capture instead of subprocess. 2015-10-12 02:54:30 +00:00
libcxxabi Fix incorrect parsing of arguments for nested functions. Reviewed as http://reviews.llvm.org/D13192. Thanks to Anseny Kapoulkine for the patch. 2015-10-08 03:02:09 +00:00
libunwind unwind: Allow the building of libunwind for MIPS. 2015-09-26 18:26:01 +00:00
lld Remove explicit Twine instantiation if possible. 2015-10-12 15:49:06 +00:00
lldb Switch threading mode for tests on Windows when there are lots of cores. 2015-10-12 14:46:57 +00:00
llgo [llgo] irgen: always use TargetMachine's data layout 2015-09-25 06:28:14 +00:00
llvm [Debug] Look through bitcasts to find argument registers 2015-10-12 15:52:36 +00:00
openmp [OMPT] Reduce overhead of OMPT 2015-10-09 17:42:52 +00:00
polly ScopInfo: Allow simple 'AddRec * Parameter' products in delinearization 2015-10-12 08:02:30 +00:00