aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/ELFCodeEmitter.h
Commit message (Expand)AuthorAgeFilesLines
* change EH related stuff (other than EH_LABEL) to use MCSymbolChris Lattner2010-03-141-2/+2
* Change ELFCodeEmitter logic to emit the constant pool and jump tables toBruno Cardoso Lopes2009-07-211-5/+5
* Changed ELFCodeEmitter to inherit from ObjectCodeEmitterBruno Cardoso Lopes2009-07-061-74/+20
* Factor some code out and support for Jump Table relocationsBruno Cardoso Lopes2009-07-031-12/+19
* shrinking down #includesBruno Cardoso Lopes2009-07-021-1/+2
* Support Constant Pool SectionsBruno Cardoso Lopes2009-06-251-2/+15
* Simple ELF32/64 binary files can now be emitted for x86 and x86_64 withoutBruno Cardoso Lopes2009-06-071-2/+27
* Remove elf specific info from ELFWriter.h to Elf.h. Code cleanup and more com...Bruno Cardoso Lopes2009-06-061-1/+1
* ELF Code Emitter now uses CurBufferPtr, BufferBegin and BufferEnd, as do JIT andBruno Cardoso Lopes2009-06-051-3/+2
* Move ELFCodeEmiter stuff to new filesBruno Cardoso Lopes2009-06-031-0/+87