Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for gnu_indirect_function. | Roman Divacky | 2011-12-12 | 1 | -2/+2 |
| | | | | llvm-svn: 146377 | ||||
* | Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to ↵ | Evan Cheng | 2011-07-25 | 1 | -1/+0 |
| | | | | | | createMCAsmBackend. llvm-svn: 136010 | ||||
* | Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where ↵ | Evan Cheng | 2011-07-23 | 1 | -1/+1 |
| | | | | | | they belong. llvm-svn: 135833 | ||||
* | sets bit 0 of the function address of thumb function in .symtab | Rafael Espindola | 2011-05-16 | 1 | -2/+2 |
| | | | | | | | | | | ("T is 1 if the target symbol S has type STT_FUNC and the symbol addresses a Thumb instruction ;it is 0 otherwise." from "ELF for the ARM Architecture" 4.7.1.2) Patch by Koan-Sin Tan! llvm-svn: 131406 | ||||
* | Make all static functions become static class methods. Move shared ↵ | Jan Sjödin | 2011-02-28 | 1 | -0/+72 |
(duplicated) functions to new MCELF class. llvm-svn: 126686 |