Go to file
Zachary Turner bac69d33d0 [msf] Create LLVMDebugInfoMsf
This provides a better layering of responsibilities among different
aspects of PDB writing code.  Some of the MSF related code was
contained in CodeView, and some was in PDB prior to this.  Further,
we were often saying PDB when we meant MSF, and the two are
actually independent of each other since in theory you can have
other types of data besides PDB data in an MSF.  So, this patch
separates the MSF specific code into its own library, with no
dependencies on anything else, and DebugInfoCodeView and
DebugInfoPDB take dependencies on DebugInfoMsf.

llvm-svn: 276458
2016-07-22 19:56:05 +00:00
clang Add .rgba syntax extension to ext_vector_type types 2016-07-22 18:49:43 +00:00
clang-tools-extra ClangRenameTests: Update libdeps. 2016-07-22 17:33:04 +00:00
compiler-rt [sanitizer] revert r276383 while investigating failures on bot 2016-07-22 19:02:59 +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 AMDGPU: Implement get_global_offset builtin 2016-07-22 17:24:24 +00:00
libcxx Remove FIXME for feature test macro 2016-07-21 17:34:28 +00:00
libcxxabi Attempt to bring peace to -Werror buildbots. 2016-07-19 20:35:09 +00:00
libunwind [libunwind] Properly align _Unwind_Exception. 2016-07-20 23:56:42 +00:00
lld [ELF] Support PROVIDE and PROVIDE_HIDDEN inside SECTIONS 2016-07-22 07:38:40 +00:00
lldb Support loading files even when incorrect file name specified by the linker 2016-07-22 12:55:35 +00:00
llgo Upgrade all the .arcconfigs to https. 2016-07-14 13:15:37 +00:00
llvm [msf] Create LLVMDebugInfoMsf 2016-07-22 19:56:05 +00:00
openmp Replace enum types in variadic functions by build-in types. 2016-07-22 16:05:35 +00:00
parallel-libs Add .clang-format to parallel-libs 2016-07-20 17:49:55 +00:00
polly Remove unused parameters from simplifySCoP(). NFC. 2016-07-22 17:31:17 +00:00