Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change ELFCodeEmitter logic to emit the constant pool and jump tables to | Bruno Cardoso Lopes | 2009-07-21 | 1 | -5/+5 |
* | Changed ELFCodeEmitter to inherit from ObjectCodeEmitter | Bruno Cardoso Lopes | 2009-07-06 | 1 | -74/+20 |
* | Factor some code out and support for Jump Table relocations | Bruno Cardoso Lopes | 2009-07-03 | 1 | -12/+19 |
* | shrinking down #includes | Bruno Cardoso Lopes | 2009-07-02 | 1 | -1/+2 |
* | Support Constant Pool Sections | Bruno Cardoso Lopes | 2009-06-25 | 1 | -2/+15 |
* | Simple ELF32/64 binary files can now be emitted for x86 and x86_64 without | Bruno Cardoso Lopes | 2009-06-07 | 1 | -2/+27 |
* | Remove elf specific info from ELFWriter.h to Elf.h. Code cleanup and more com... | Bruno Cardoso Lopes | 2009-06-06 | 1 | -1/+1 |
* | ELF Code Emitter now uses CurBufferPtr, BufferBegin and BufferEnd, as do JIT and | Bruno Cardoso Lopes | 2009-06-05 | 1 | -3/+2 |
* | Move ELFCodeEmiter stuff to new files | Bruno Cardoso Lopes | 2009-06-03 | 1 | -0/+87 |