Go to file
David Majnemer 0c58bc64a4 MC: Add support for treating $ as a reference to the PC
The binutils assembler supports a mode called DOLLAR_DOT which treats
the dollar sign token as a reference to the current program counter if
the dollar sign doesn't precede a constant or identifier.

This commit adds a new MCAsmInfo flag stating whether or not a given
target supports this interpretation of the dollar sign token; by
default, this flag is not enabled.

Further, enable this flag for PPC. The system assembler for AIX and
binutils both support using the dollar sign in this manner.

This fixes PR17353.

llvm-svn: 191368
2013-09-25 10:47:21 +00:00
clang StaticAnalyzer/Core/RegionStore.cpp: Prune one last "\param IsConst", as fixup to r191342. [-Wdocumentation] 2013-09-25 08:17:20 +00:00
clang-tools-extra clang-apply-replacements: Clean up -help and -version 2013-09-24 18:14:54 +00:00
compiler-rt [Sanitizer] Don't include wordexp.h on Android 2013-09-25 07:41:46 +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 Parenthesize arguments for mad_hi 2013-09-09 14:36:21 +00:00
libcxx Peter Collingbourne: Fix warnings when compiling with -DNDEBUG. 2013-09-21 21:26:37 +00:00
libcxxabi Adding bad_array_length to libc++abi 2013-09-11 01:42:02 +00:00
lld Make Driver::link and LinkingContext::validate return true on success. 2013-09-24 23:26:34 +00:00
lldb Convert to UNIX line endings. 2013-09-25 10:37:32 +00:00
llvm MC: Add support for treating $ as a reference to the PC 2013-09-25 10:47:21 +00:00
polly clang-format recent change 2013-09-17 03:30:36 +00:00