summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/HexagonReference.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [ELF] Remove ReferenceKinds.Michael J. Spencer2013-01-301-170/+0
| | | | llvm-svn: 173912
* [ELF] Fix header sort order.Michael J. Spencer2013-01-291-1/+0
| | | | llvm-svn: 173822
* changes to fix Hexagon Relocation so that it accounts for the bitmask ↵Shankar Easwaran2012-12-271-2/+2
| | | | | | properly as documented in the ABI llvm-svn: 171125
* Fix cl brokeness.Michael J. Spencer2012-10-311-5/+5
| | | | | | | | | cl is not attempting to complete a templated class when used in this context. The conversion forces this to happen. Thanks to Richard Smith for figuring this out. llvm-svn: 167166
* This patch changes the following:Sid Manning2012-10-251-35/+35
| | | | | | | | | | * Use conventional naming for KindHandlers. * Add X86 relocation routines. * Use std::function instead of function pointers in _fixupHandler map. * Change _fixupHandler map from std::map to llvm::DenseMap. * Add simple testcase for x86 relocations. llvm-svn: 166700
* * Add relocation reference support for Hexagon and PowerPC.Sid Manning2012-10-091-0/+171
- Hexagon has many relocation types, this patch covers just a subset, more will be added. - PowerPC support was added so that we can verify mixed endian environments. * Add some basic test cases * Update ldd-core to accept -endian flag llvm-svn: 165477
OpenPOWER on IntegriCloud