llvm-6502/lib
David Majnemer 6d191534f6 Object: Provide a richer means of describing auxiliary symbols
The current state of affairs has auxiliary symbols described as a big
bag of bytes. This is less than satisfying, it detracts from the YAML
file as being human readable.

Instead, allow for symbols to optionally contain their auxiliary data.
This allows us to have a much higher level way of describing things like
weak symbols, function definitions and section definitions.

This depends on D3105.

Differential Revision: http://llvm-reviews.chandlerc.com/D3092

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204214 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-19 04:47:47 +00:00
..
Analysis Add stride normalization to SCEV Normalize/Denormalize transformation. 2014-03-18 17:34:03 +00:00
AsmParser Remove the linker_private and linker_private_weak linkages. 2014-03-13 23:18:37 +00:00
Bitcode Support: Make error_category's constructor public 2014-03-15 04:05:59 +00:00
CodeGen DebugInfo: Use the comp_dir of the referencing type units when building debug_line.dwo 2014-03-19 00:11:28 +00:00
DebugInfo Make some assertions on constant expressions static. 2014-03-15 18:47:07 +00:00
ExecutionEngine [C++11] Introduce SectionRef::relocations() to use range-based loops 2014-03-14 14:22:49 +00:00
IR [C++11] Change DebugInfoFinder to use range-based loops 2014-03-18 09:41:07 +00:00
IRReader
LineEditor
Linker
LTO Remove the linker_private and linker_private_weak linkages. 2014-03-13 23:18:37 +00:00
MC Revert "Add back r203962, r204028 and r204059." 2014-03-19 00:13:43 +00:00
Object Object: Provide a richer means of describing auxiliary symbols 2014-03-19 04:47:47 +00:00
Option
Support Support: add support to identify WinCOFF/ARM objects 2014-03-13 07:02:35 +00:00
TableGen
Target Revert "Add back r203962, r204028 and r204059." 2014-03-19 00:13:43 +00:00
Transforms Fix use_iterator crash in ObjCArc from r203364 2014-03-18 22:32:43 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile