Go to file
Duncan P. N. Exon Smith 625fda2714 BitcodeWriter: Move abbreviation for DILocation; almost NFC
Simplify ValueEnumerator and WriteModuleMetadata by shifting the logic
for the METADATA_LOCATION abbreviation into WriteDILocation.

The only change is that the abbreviation is emitted later in the
bitcode, just before the first `DILocation` record.  This shouldn't be
observable though.

llvm-svn: 264302
2016-03-24 16:25:51 +00:00
clang Dsiable FormatStyle::GetStyleOfFile test case for mingw. 2016-03-24 14:59:39 +00:00
clang-tools-extra [clang-tidy] misc-assign-operator-signature checker checks return value of all assign operators 2016-03-24 10:12:08 +00:00
compiler-rt Follow-up for r264261, adding a comment explaining what the testcase does. 2016-03-24 13:20:38 +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 math: Fix ilogb(double) return type 2016-02-24 00:52:15 +00:00
libcxx Guard a number of tests relying on threads support when built in 2016-03-23 21:04:11 +00:00
libcxxabi [libcxxabi] Disable cxa_thread_atexit_test if unavailable 2016-03-17 10:00:24 +00:00
libunwind [AArch64] Fix libunwind build when using GNU assembler 2016-02-11 21:22:57 +00:00
lld Make needsPlt a plain function instead of a template. 2016-03-24 12:55:27 +00:00
lldb [JITLoaderGDB] Read jit entry struct manually. 2016-03-23 23:27:23 +00:00
llgo [llgo] Increment "Debug Info Version" 2016-03-23 23:09:00 +00:00
llvm BitcodeWriter: Move abbreviation for DILocation; almost NFC 2016-03-24 16:25:51 +00:00
openmp [OMPT] Fix parallel_id and task_id in loop_end with schedule static 2016-03-24 12:52:20 +00:00
polly [CMAKE] Try to find the correct globbing expression 2016-03-24 14:31:49 +00:00