Go to file
Alex Lorenz 484903ecd2 MIR Parser: Allow the dollar characters in all of the identifier tokens.
This commit modifies the machine instruction lexer so that it now accepts the
'$' characters in identifier tokens.

This change makes the syntax for unquoted global value tokens consistent with
the syntax for the global idenfitier tokens in the LLVM's assembly language.

llvm-svn: 242584
2015-07-17 22:48:04 +00:00
clang Hopefully fix android i386 build after r242554. 2015-07-17 21:58:11 +00:00
clang-tools-extra docs/conf.py: bump version to 3.8 2015-07-14 23:37:08 +00:00
compiler-rt [asan] Fix sanitizer_allocator_test on AArch64. 2015-07-17 22:29:05 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc R600: Implement accurate double precision sqrt v2 2015-07-10 13:37:08 +00:00
libcxx Cleanup tests that fail in C++1z and with Clang 3.8 2015-07-17 22:27:43 +00:00
libcxxabi Remove include directive for the unused libunwind_ext.h. 2015-07-12 14:47:53 +00:00
libunwind Fix unw_getcontext() return value on AArch64. 2015-06-25 15:12:46 +00:00
lld Add missing REQUIRES to this test. 2015-07-16 22:12:44 +00:00
lldb Remove a static helper function and use the StringPrinter API exclusively to format NSStrings 2015-07-17 22:39:35 +00:00
llgo [llgo] cmd/gllgo: handle/ignore more flags 2015-07-17 08:15:01 +00:00
llvm MIR Parser: Allow the dollar characters in all of the identifier tokens. 2015-07-17 22:48:04 +00:00
openmp Re-indent the CMake refactor to two-space indention 2015-07-15 16:57:19 +00:00
polly GPURuntimeDebugPrinter: Printer pointer values (except if they are strings) 2015-07-17 13:57:57 +00:00