Go to file
Eric Christopher 6fdf324f44 Have the skeleton compile unit construction method take the CU it
is constructing from as an input and keep the same unique identifier.
We can use this to connect items which must stay in the .o file
(e.g. pubnames and pubtypes) to the skeleton cu rather than having
duplicate unique numbers for the sections and needing to do lookups
based on MDNode.

llvm-svn: 189293
2013-08-26 23:50:43 +00:00
clang Simplify a bit. 2013-08-26 23:23:21 +00:00
clang-tools-extra clang-replace: Delete change description files 2013-08-26 19:58:59 +00:00
compiler-rt [sanitizer] Add a fast version of StackDepotGet() for use in LSan. 2013-08-26 13:24:43 +00:00
debuginfo-tests Now that we get non-trivial value parameters locations correct, un-XFAIL these tests. 2013-06-19 22:07:11 +00:00
libclc Add mul_hi implementation [v2] 2013-08-19 18:31:49 +00:00
libcxx G M: Improvements to Windows support. 2013-08-26 20:18:01 +00:00
libcxxabi Propagate the removal of _LIBCPP_CANTTHROW (r189046) to libcxxabi. This fixes http://llvm.org/bugs/show_bug.cgi?id=16996. 2013-08-25 17:00:57 +00:00
lld [PECOFF] Add Support for entry point symbol name 2013-08-26 19:55:09 +00:00
lldb unused variable, typedef requires name warning cleanup 2013-08-26 17:07:34 +00:00
llvm Have the skeleton compile unit construction method take the CU it 2013-08-26 23:50:43 +00:00
polly Remove unneeded comma and update formatting 2013-08-24 17:58:59 +00:00