Go to file
Hal Finkel c6a243987d Add PPC option for full register names in asm
On non-Darwin PPC systems, we currently strip off the register name prefix
prior to instruction printing. So instead of something like this:

  mr r3, r4

we print this:

  mr 3, 4

The first form is the default on Darwin, and is understood by binutils, but not
yet understood by our integrated assembler. Once our integrated-as understands
full register names as well, this temporary option will be replaced by tying
this functionality to the verbose-asm option. The numeric-only form is
compatible with legacy assemblers and tools, and is also gcc's default on most
PPC systems. On the other hand, it is harder to read, and there are some
analysis tools that expect full register names.

llvm-svn: 194384
2013-11-11 14:58:40 +00:00
clang NetBSD 6.99.26 switched to default rounding mode, so adjust 2013-11-11 14:00:37 +00:00
clang-tools-extra Revert r194247 conditional on non-MSVC. 2013-11-08 08:54:53 +00:00
compiler-rt [msan] One more test for r194374. 2013-11-11 13:38:24 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc s/_CLC_DECL/_CLC_DEF/ 2013-10-31 15:50:53 +00:00
libcxx Tell libc++abi whether or not libc++ has declared bad_array_length. 2013-11-07 17:15:51 +00:00
libcxxabi If libc++ has not declared bad_array_length, then declare it here just so that it gets into the binary. 2013-11-07 17:16:37 +00:00
lld Delete unused constructor. 2013-11-11 05:03:31 +00:00
lldb Change lldb to build without the -fobjc-gc arg. 2013-11-11 10:36:54 +00:00
llvm Add PPC option for full register names in asm 2013-11-11 14:58:40 +00:00
openmp Update web pages to include style sheets and referenced documents missed before. 2013-10-03 11:55:28 +00:00
polly IslCodegen: Do not build upper bound in vector for 2013-11-02 12:59:39 +00:00