Go to file
Duncan P. N. Exon Smith 9885469922 IR: Move MDLocation into place
This commit moves `MDLocation`, finishing off PR21433.  There's an
accompanying clang commit for frontend testcases.  I'll attach the
testcase upgrade script I used to PR21433 to help out-of-tree
frontends/backends.

This changes the schema for `DebugLoc` and `DILocation` from:

    !{i32 3, i32 7, !7, !8}

to:

    !MDLocation(line: 3, column: 7, scope: !7, inlinedAt: !8)

Note that empty fields (line/column: 0 and inlinedAt: null) don't get
printed by the assembly writer.

llvm-svn: 226048
2015-01-14 22:27:36 +00:00
clang Revert "More robust deployment target parsing on darwin" 2015-01-14 18:22:29 +00:00
clang-tools-extra clang-tidy: Add initial check for "Don't use else after return". 2015-01-14 19:37:54 +00:00
compiler-rt builtins: avoid duplicating unwind declarations 2015-01-14 15:55:17 +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 Use amdgcn triple for SI+ GPUs 2015-01-06 20:42:12 +00:00
libcxx Rename library_root to libcxx_library_root. NFC 2015-01-14 21:56:50 +00:00
libcxxabi Update PACKAGE_VERSION to 3.7.0svn 2015-01-14 18:30:55 +00:00
lld [cleanup] Re-sort #include lines using llvm/utils/sort_includes.py 2015-01-14 11:26:52 +00:00
lldb Fix a number of tests on Windows. 2015-01-14 21:42:53 +00:00
llgo irgen: expose DisableUnusedImportCheck flag 2015-01-14 05:18:16 +00:00
llvm IR: Move MDLocation into place 2015-01-14 22:27:36 +00:00
openmp fixed the missed bracket introduced by checkin rev 225792 2015-01-13 15:16:49 +00:00
polly Use types of matching size when generating multi-dimensional address expressions 2015-01-13 19:37:59 +00:00