summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetELFWriterInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Jim Asked us to move DataLayout on ARM back to the most specialized classes. DoRafael Espindola2010-10-031-3/+2
| | | | | | | | so and also change X86 for consistency. Investigating if this can be improved a bit. llvm-svn: 115469
* Remove getFunctionAlignment from TargetELFInfo and use new MachineFunction ↵Bruno Cardoso Lopes2009-07-021-10/+0
| | | | | | alignment method llvm-svn: 74686
* Introduce new BinaryObject (blob) class, ELF Writer modified to use it. ↵Bruno Cardoso Lopes2009-06-141-1/+4
| | | | | | BinaryObject.h by Aaron Gray llvm-svn: 73333
* Use forward declarations and move TargetELFWriterInfo impl to a new file.Bruno Cardoso Lopes2009-06-111-0/+33
llvm-svn: 73209
OpenPOWER on IntegriCloud