Go to file
Greg Clayton 9a8fa9161f Added generic register numbers for simple ABI argument registers and defined
the appropriate registers for arm and x86_64. The register names for the
arguments that are the size of a pointer or less are all named "arg1", "arg2",
etc. This allows you to read these registers by name:

(lldb) register read arg1 arg2 arg3
...

You can also now specify you want to see alternate register names when executing
the read register command:

(lldb) register read --alternate
(lldb) register read -A

llvm-svn: 131376
2011-05-15 04:12:07 +00:00
clang Make CGF.getContext() inlinable, because it's trivial, and optimize 2011-05-15 02:34:36 +00:00
compiler-rt Check architectures to make sure that we can build for all of them 2011-05-09 20:24:43 +00:00
debuginfo-tests Test case for r130373. 2011-04-28 02:23:17 +00:00
libcxx Fix type-o found by Justin Hibbits 2011-05-14 18:20:45 +00:00
libcxxabi initial import 2011-05-05 15:27:28 +00:00
lldb Added generic register numbers for simple ABI argument registers and defined 2011-05-15 04:12:07 +00:00
llvm Disable test harder. 2011-05-14 19:30:39 +00:00
polly www: Colorize TODO status 2011-05-14 19:02:51 +00:00