summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/X86Reference.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [ELF] Remove ReferenceKinds.Michael J. Spencer2013-01-301-111/+0
| | | | llvm-svn: 173912
* [ELF] Fix header sort order.Michael J. Spencer2013-01-291-1/+0
| | | | llvm-svn: 173822
* StyleMichael J. Spencer2013-01-051-28/+19
| | | | llvm-svn: 171575
* Fix cl brokeness.Michael J. Spencer2012-10-311-2/+2
| | | | | | | | | 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-0/+121
* 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
OpenPOWER on IntegriCloud