Go to file
Enrico Granata 82fabf89b4 <rdar://problem/13695846>
Enabling LLDB to write to variables that are stored in registers
Previously, this would not work since the Value's Context loses the notion of the data being in a register
We now store an "original" context that comes out of DWARF parsing, and use that context's data when attempting a write

llvm-svn: 180803
2013-04-30 20:45:04 +00:00
clang [ms-cxxabi] Implement member pointer comparisons 2013-04-30 20:15:14 +00:00
clang-tools-extra Allow autotools to build and install cpp11-migrate 2013-04-29 18:23:45 +00:00
compiler-rt Rewrite sw_vers makefile check to avoid error message on Linux. 2013-04-30 17:06:40 +00:00
debuginfo-tests Remove IR scenario tests. 2013-03-15 20:52:10 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Add entry for myself. 2013-04-29 19:55:32 +00:00
libcxxabi Add capability to demangle invocation functions for ObjC blocks. 2013-04-10 19:44:03 +00:00
lld [lld][ELF] continue on finding a section with no symbols, tests already present 2013-04-30 03:14:01 +00:00
lldb <rdar://problem/13695846> 2013-04-30 20:45:04 +00:00
llvm InstCombine: Fold more shuffles of shuffles. 2013-04-30 20:43:52 +00:00
polly IndependentBlocks: We can only reconstruct PHI nodes that are within the ScoP 2013-04-17 07:20:36 +00:00