summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCELFObjectTargetWriter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move the ARM specific parts of the ELF writer to Target/ARM.Rafael Espindola2011-12-221-0/+14
| | | | llvm-svn: 147115
* Move the X86 specific bits of the ELF writer to the Target/X86 directory.Rafael Espindola2011-12-211-0/+8
| | | | | | Other targets will follow shortly. llvm-svn: 147060
* Reduce the exposure of Triple::OSType in the ELF object writer. This willRafael Espindola2011-12-211-2/+2
| | | | | | | avoid including ADT/Triple.h in many places when the target specific bits are moved. llvm-svn: 147059
* Move some data to the TargetWriter.Rafael Espindola2010-12-181-1/+6
| | | | llvm-svn: 122134
* Stub out explicit MCELFObjectTargetWriter interface.Rafael Espindola2010-12-171-0/+18
llvm-svn: 122067
OpenPOWER on IntegriCloud