Go to file
Ed Maste 76859d6cb2 elf-core: Parse vendor-specific notes
ELF notes contain a 'name' field, which specifies a vendor who defines
the format of the note.  Examples are 'FreeBSD' or 'GNU', or it may be
empty for generic notes.

Add a case for FreeBSD-specific notes, leaving Linux and GNU notes,
other vendor-specific notes, and generic notes to be handled by the
existing code for now.

Thanks to Samuel Jacob for reviewing and suggesting improvements.

llvm-svn: 186973
2013-07-23 18:22:17 +00:00
clang Add new diagnostic messages when too many arguments are presented to a 2013-07-23 18:01:49 +00:00
clang-tools-extra Fix doxygen warnings 2013-07-23 15:52:07 +00:00
compiler-rt [sanitizer] Change strip_path_prefix flag behavior. 2013-07-22 16:14:38 +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 Implement generic upsample() 2013-07-19 16:44:37 +00:00
libcxx Implement string suffixes from N3642 2013-07-23 17:05:24 +00:00
libcxxabi Updated CREDITS.TXT 2013-07-02 19:01:59 +00:00
lld Avoid using C-style cast and remove unnecessary LL prefix. 2013-07-23 17:25:25 +00:00
lldb elf-core: Parse vendor-specific notes 2013-07-23 18:22:17 +00:00
llvm DebugInfo Verifier: verify the actual type. 2013-07-23 18:14:25 +00:00
polly RegisterPass: Unhide -polly-show and -polly-show-only 2013-07-22 04:11:00 +00:00