Go to file
Zachary Turner 7f013bcd60 Rename lldb registers to contain lldb_ prefix.
LLDB supports many different register numbering schemes, and these
are typically prefixed with an indicator that lets the user know
what numbering scheme is used.  The gcc numbering scheme is
prefixed with gcc, and there are similar ones for dwarf, gdb,
and gcc_dwarf.

LLDB also contains its own internal numbering scheme, but the enum
for LLDB's numbering scheme was prefixed differently.  This patch
changes the names of these enums to use the same naming scheme for
the enum values as the rest of the register kinds by removing gpr_
and fpu_ prefixes, and instead using lldb_ prefixes for all enum
values.

Differential Revision: http://reviews.llvm.org/D6351
Reviewed by: Greg Clayton

llvm-svn: 222495
2014-11-21 02:00:21 +00:00
clang relax this testcase to not depend on a specific alignment. 2014-11-21 00:48:22 +00:00
clang-tools-extra [clang-tidy] Set google-readability-namespace-comments.ShortNamespaceLines to 10 2014-11-20 15:05:32 +00:00
compiler-rt Move ASan non-Linux-specific tests out of the Linux/ directory 2014-11-21 00:21:43 +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 Don't include <stddef.h> 2014-11-18 14:19:27 +00:00
libcxx Add more REQUIRES: LOCALE.* to tests. 2014-11-21 01:23:04 +00:00
libcxxabi [libcxxabi] Cleanup memory in tests to placate ASAN. 2014-11-21 01:53:51 +00:00
lld [PECOFF] Enable dead-stripping even if /debug option is given. 2014-11-20 23:59:40 +00:00
lldb Rename lldb registers to contain lldb_ prefix. 2014-11-21 02:00:21 +00:00
llvm [MCJIT] Remove JITEventListener::NotifyFreeingMachineCode. This method is dead 2014-11-21 01:57:09 +00:00
openmp I apologise in advance for the size of this check-in. At Intel we do 2014-10-07 16:25:50 +00:00
polly todo: We can support modifiable memory access functions 2014-11-19 16:31:33 +00:00