Go to file
Jason Molenda bcc5785958 Fixes to DNBArchImpl in debugserver to correctly get/set
the register state when debugging AArch32 programs (armv7
programs running on an armv8 processor).  Most notably,
there is no "fpscr" register in the register context -
there is an fpsr and an fpcr.

Also fix a bug where the floating point values could not
be written in armv7 processes.
<rdar://problem/18977767> 

llvm-svn: 226244
2015-01-16 02:31:35 +00:00
clang Use a trivial comdat for C++ tables. 2015-01-15 23:18:01 +00:00
clang-tools-extra clang-tidy: 'size' call that could be replaced with 'empty' on STL containers 2015-01-15 15:46:58 +00:00
compiler-rt [asan] Loosen test for upcoming ppc64 change 2015-01-15 20:48:38 +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 Use amdgcn triple for SI+ GPUs 2015-01-06 20:42:12 +00:00
libcxx Remove triple detection from cmake. 2015-01-16 02:27:17 +00:00
libcxxabi LIBCXXABI_TARGET_TRIPLE won't always be set. 2015-01-16 01:10:09 +00:00
lld Use std::recursive_mutex instead of llvm's SmartMutex. 2015-01-16 00:55:01 +00:00
lldb Fixes to DNBArchImpl in debugserver to correctly get/set 2015-01-16 02:31:35 +00:00
llgo Introduce llgoi, a REPL for Go 2015-01-15 04:13:29 +00:00
llvm Revert "Revert Don't create new comdats in CodeGen" 2015-01-16 02:22:55 +00:00
openmp fixed the missed bracket introduced by checkin rev 225792 2015-01-13 15:16:49 +00:00
polly [PM] Track an LLVM API change by switching this code to directly create 2015-01-15 10:43:18 +00:00