Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the unused TheTarget member. | Rafael Espindola | 2010-11-26 | 1 | -3/+2 |
| | | | | llvm-svn: 120168 | ||||
* | Add a MCObjectFormat class so that code common to all targets that use a | Rafael Espindola | 2010-10-16 | 1 | -1/+0 |
| | | | | | | | | | | | | single object format can be shared. This also adds support for mov zed+(bar-foo), %eax on ELF and COFF targets. llvm-svn: 116675 | ||||
* | MC/Darwin: Add a new target hook for whether the target uses "reliable" ↵ | Daniel Dunbar | 2010-03-18 | 1 | -1/+4 |
| | | | | | | | | symbol differences, basically whether the assembler should attempt to understand atoms when using scattered symbols. Also, avoid some virtual call overhead. llvm-svn: 98789 | ||||
* | MC: Sketch registry support for target specific assembler backends. | Daniel Dunbar | 2010-02-21 | 1 | -0/+19 |
llvm-svn: 96762 |