Go to file
Johnny Chen e979eda7e0 rdar://problem/10652076
Initial step -- infrastructure change -- to fix the bug.  Change the RegisterInfo data structure
to contain two additional fields (uint32_t *value_rges and uint32_t *invalidate_regs) to facilitate
architectures which have register mapping.

Update all existing RegsiterInfo arrays to have two extra NULL's (the additional fields) in each row,
GDBRemoteRegisterContext.cpp is modified to add d0-d15 and q0-q15 register info entries which take
advantage of the value_regs field to specify the containment relationship:

d0 -> (s0, s1)
...
d15 -> (s30, s31)
q0 -> (d0, d1)
...
q15 -> (d30, d31)

llvm-svn: 151686
2012-02-29 01:07:59 +00:00
clang objective-c modern translator. Fixes misc. bug in writing 2012-02-29 00:26:20 +00:00
compiler-rt Introduce __asan_set_error_report_callback() to allow the client program post-process the error reports. 2012-02-27 14:06:48 +00:00
debuginfo-tests
libclc Switch to BSD/MIT dual license. 2012-02-22 04:47:39 +00:00
libcxx Reduce the number of move constructions when constructing a std::function. This fixes http://llvm.org/bugs/show_bug.cgi?id=12105. 2012-02-28 19:47:38 +00:00
libcxxabi Insert a couple of dummy virtual functions to ease low level binary compatibility with other low level tools. 2012-02-23 21:09:29 +00:00
lld Add support for SharedLibraryAtoms (proxy atoms for exported symbols from a 2012-02-22 21:56:59 +00:00
lldb rdar://problem/10652076 2012-02-29 01:07:59 +00:00
llvm Support/PathV2: Fix namespace qualifier in make_absolute(), for Win32. 2012-02-29 00:46:46 +00:00
polly www: Fix french special characters 2012-02-20 14:03:56 +00:00