aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/ELFCodeEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Changed ELFCodeEmitter to inherit from ObjectCodeEmitterBruno Cardoso Lopes2009-07-061-30/+13
* Factor some code out and support for Jump Table relocationsBruno Cardoso Lopes2009-07-031-1/+65
* shrinking down #includesBruno Cardoso Lopes2009-07-021-26/+15
* Remove getFunctionAlignment from TargetELFInfo and use new MachineFunction al...Bruno Cardoso Lopes2009-07-021-4/+5
* Support Constant Pool SectionsBruno Cardoso Lopes2009-06-251-4/+44
* Add more methods to gather target specific elf stuffBruno Cardoso Lopes2009-06-221-16/+14
* Introduce new BinaryObject (blob) class, ELF Writer modified to use it. Binar...Bruno Cardoso Lopes2009-06-141-5/+7
* Support for ELF VisibilityBruno Cardoso Lopes2009-06-111-13/+6
* Simple ELF32/64 binary files can now be emitted for x86 and x86_64 withoutBruno Cardoso Lopes2009-06-071-2/+26
* Remove elf specific info from ELFWriter.h to Elf.h. Code cleanup and more com...Bruno Cardoso Lopes2009-06-061-5/+5
* ELF Code Emitter now uses CurBufferPtr, BufferBegin and BufferEnd, as do JIT andBruno Cardoso Lopes2009-06-051-29/+49
* Move ELFCodeEmiter stuff to new filesBruno Cardoso Lopes2009-06-031-0/+94