summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/MC/MCObjectFormat.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove the MCObjectFormat class.Rafael Espindola2010-12-181-54/+0
| | | | llvm-svn: 122147
* Move the definition of this to the source file to anchor the vtable.Chandler Carruth2010-10-191-1/+1
| | | | llvm-svn: 116779
* Add a virtual destructor to silence a GCC warning.Chandler Carruth2010-10-181-0/+2
| | | | llvm-svn: 116766
* Add a MCObjectFormat class so that code common to all targets that use aRafael Espindola2010-10-161-0/+52
single object format can be shared. This also adds support for mov zed+(bar-foo), %eax on ELF and COFF targets. llvm-svn: 116675
OpenPOWER on IntegriCloud