Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ELF] Remove ReferenceKinds. | Michael J. Spencer | 2013-01-30 | 1 | -111/+0 |
| | | | | llvm-svn: 173912 | ||||
* | [ELF] Fix header sort order. | Michael J. Spencer | 2013-01-29 | 1 | -1/+0 |
| | | | | llvm-svn: 173822 | ||||
* | Style | Michael J. Spencer | 2013-01-05 | 1 | -28/+19 |
| | | | | llvm-svn: 171575 | ||||
* | Fix cl brokeness. | Michael J. Spencer | 2012-10-31 | 1 | -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 Manning | 2012-10-25 | 1 | -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 |