Go to file
Alex Lorenz ea88212b41 MIR Parser: Move the parsing of fixed stack object indices into new method. NFC
This commit moves the code that parses the frame indices for the fixed stack
objects from the method 'parseFixedStackObjectOperand' to a new method named
'parseFixedStackFrameIndex', so that it can be reused when parsing fixed stack
pseudo source values.

llvm-svn: 244814
2015-08-12 21:17:02 +00:00
clang Switching from an explicit loop to DeleteContainerSeconds; NFC. 2015-08-12 20:05:18 +00:00
clang-tools-extra [clang-tidy] Make FileOptionsProvider fields protected to make extending it easier 2015-08-12 19:29:57 +00:00
compiler-rt Try to fix the MSVC build now that we use /Zc:inline. 2015-08-12 18:09:44 +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 Fix CMake error whet llvm-config reports a non-existent source directory. 2015-08-12 06:36:19 +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 [ELF] Remove TargetLayout::getCustomSegments methods 2015-08-12 13:27:27 +00:00
lldb Fix process_events.py to auto continue the process if we attached so the process doesn't just sit there suspended. 2015-08-12 20:04:01 +00:00
llgo Update to new lists.llvm.org 2015-08-05 04:03:05 +00:00
llvm MIR Parser: Move the parsing of fixed stack object indices into new method. NFC 2015-08-12 21:17:02 +00:00
openmp Fix two typos in documentation 2015-08-12 21:05:22 +00:00
polly Make sure we increment the reference counter when passing out the isl_pw_aff 2015-08-12 15:45:41 +00:00