Go to file
Rafael Espindola 027d5bcf89 Fix eabi calling convention when a 64 bit value shadows r3.
Without this what was happening was:

* R3 is not marked as "used"
* ARM backend thinks it has to save it to the stack because of vaarg
* Offset computation correctly ignores it
* Offsets are wrong

llvm-svn: 110446
2010-08-06 15:35:32 +00:00
clang The pre-increment/pre-decrement grammar in C++ differs from that in C, 2010-08-06 14:50:36 +00:00
compiler-rt add unit tests 2010-08-04 23:34:21 +00:00
libcxx buildit adjustment 2010-07-30 23:15:01 +00:00
lldb Removed the -i option from the expr command, and 2010-08-06 00:35:32 +00:00
llvm Fix eabi calling convention when a 64 bit value shadows r3. 2010-08-06 15:35:32 +00:00