Go to file
Alex Lorenz dc24c1713e MIR Parser: Extract the parsing of the operand's offset into a new method. NFC.
This commit extract the code that parses the 64-bit offset from the method
'parseOperandsOffset' to a new method 'parseOffset' so that we can reuse it
when parsing the offset for the machine memory operands.

llvm-svn: 244355
2015-08-07 20:21:00 +00:00
clang Update a comment to be more descriptive. 2015-08-07 19:07:08 +00:00
clang-tools-extra Silence gcc 5.1 unused variable warnings using LLVM_ATTRIBUTE_UNUSED. 2015-08-07 16:37:34 +00:00
compiler-rt [Compiler-RT] Disable TSAN on AArch64 temporarily 2015-08-07 15:41:43 +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 Require LLVM >=3.7 and bump version to 0.2.0 2015-08-07 08:31:37 +00:00
libcxx Update some links so that they don't point at the (private) WG21 Wiki 2015-08-05 14:36:42 +00:00
libcxxabi Update to new lists.llvm.org 2015-08-05 04:01:26 +00:00
libunwind Revert test commit. 2015-08-06 23:31:37 +00:00
lld Avoid using getDotDynSymSec in lld. It is going away. 2015-08-07 20:01:24 +00:00
lldb Use lowercase for local cmake variables. 2015-08-07 18:54:06 +00:00
llgo Update to new lists.llvm.org 2015-08-05 04:03:05 +00:00
llvm MIR Parser: Extract the parsing of the operand's offset into a new method. NFC. 2015-08-07 20:21:00 +00:00
openmp Fix link error on Windows when LIBOMP_USE_DEBUGGER is off 2015-08-06 15:16:54 +00:00
polly Update links to lists.llvm.org. 2015-08-05 04:19:04 +00:00