Go to file
David Blaikie cda2aa823e Sink DwarfDebug::updateSubprogramScopeDIE into DwarfCompileUnit
This requires exposing some of the current function state from
DwarfDebug. I hope there's not too much of that to expose as I go
through all the functions, but it still seems nicer to expose singular
data down to multiple consumers, than have consumers expose raw mapping
data structures up to DwarfDebug for building subprograms.

Part of a series of refactoring to allow subprograms in both the
skeleton and dwo CUs under Fission.

llvm-svn: 219060
2014-10-04 16:24:00 +00:00
clang Emit @llvm.assume for non-parameter lvalue align_value-attribute loads 2014-10-04 15:26:49 +00:00
clang-tools-extra [clang-tidy] Documented check testing. 2014-10-03 07:08:22 +00:00
compiler-rt Fix the armv7 thumb builtins on darwin 2014-10-04 00:18:59 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Implement async_work_group_copy builtin v3 2014-10-03 19:49:39 +00:00
libcxx Mark module atomic as cplusplus11. 2014-09-24 04:44:54 +00:00
libcxxabi Use __atomic_exchange_n instead of Clang's __sync_swap 2014-10-03 20:03:47 +00:00
lld [mach-o] add -iphoneos_version_min as alias for -ios_version_min 2014-10-04 00:19:56 +00:00
lldb These two tests were failing on the FreeBSD bot - one has to assume because FreeBSD comes with libc++. Skip them 2014-10-03 22:33:03 +00:00
llvm Sink DwarfDebug::updateSubprogramScopeDIE into DwarfCompileUnit 2014-10-04 16:24:00 +00:00
openmp Fix a crash that occurred under obscure circumstances during library shutdown 2014-09-03 11:34:33 +00:00
polly DI: LLVM schema change: fold constants into string 2014-10-03 21:08:48 +00:00