Go to file
Rui Ueyama e40d30f3ea Object/COFF: Define coff_symbol_generic.
If you only need Name and Value fields in the COFF symbol,
you don't need to distinguish 32 bit and 64 bit COFF symbols.
These fields start at the same offsets and have the same size.

This data strucutre is one pointer smaller than COFFSymbolRef
thus slightly efficient. I'll use this class in LLD as we create
millions of LLD symbol objects that currently contain COFFSymbolRef.
Shaving off 8 byte (or 4 byte on 32 bit) from that class actually
matters becasue of the number of objects we create in LLD.

llvm-svn: 241024
2015-06-30 00:03:56 +00:00
clang PR23942: a pure-specifier's integer literal must be spelled '0' 2015-06-29 23:19:23 +00:00
clang-tools-extra [clang-tidy] Fix false positives in the macro parentheses checker 2015-06-29 12:18:11 +00:00
compiler-rt [asan] Fix SanitizerCommon.PthreadDestructorIterations test on Android L. 2015-06-29 20:28:55 +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 Properly initialize Module pointer 2015-06-27 12:35:54 +00:00
libcxx Mark LWG#2439 as complete. This is a tightening up the wording; no code changes required. 2015-06-29 22:27:30 +00:00
libcxxabi fallback_malloc: silence conversion warning (NFC) 2015-06-03 17:25:35 +00:00
libunwind Fix unw_getcontext() return value on AArch64. 2015-06-25 15:12:46 +00:00
lld COFF: Use LTOModule::getLinkerOpts() instead of reading the linker directives ourselves. 2015-06-29 23:26:28 +00:00
lldb Revert "Mark test_sb_api_listener_event_process_state as flakey" 2015-06-29 22:40:33 +00:00
llgo [llgo] cmd/llgoi: use line editor 2015-05-23 15:16:09 +00:00
llvm Object/COFF: Define coff_symbol_generic. 2015-06-30 00:03:56 +00:00
openmp Remove _KMP_BUILD_TIME macro from kmp_version.c 2015-06-29 19:22:12 +00:00
polly [Polly] Add -std=c99 flag only to C source files 2015-06-29 19:57:59 +00:00