Commit message (Collapse) | 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 |
| | | | | | | | | their appropriate sections before the code itself. They need to be emitted before the function because on some targets (x86 but not x86_64) the later may reference a JT or CP entry address llvm-svn: 76672 | ||||
* | Changed ELFCodeEmitter to inherit from ObjectCodeEmitter | Bruno Cardoso Lopes | 2009-07-06 | 1 | -74/+20 |
| | | | | llvm-svn: 74821 | ||||
* | Factor some code out and support for Jump Table relocations | Bruno Cardoso Lopes | 2009-07-03 | 1 | -12/+19 |
| | | | | llvm-svn: 74760 | ||||
* | shrinking down #includes | Bruno Cardoso Lopes | 2009-07-02 | 1 | -1/+2 |
| | | | | llvm-svn: 74718 | ||||
* | Support Constant Pool Sections | Bruno Cardoso Lopes | 2009-06-25 | 1 | -2/+15 |
| | | | | | | Add section symbols to the symbol table llvm-svn: 74170 | ||||
* | Simple ELF32/64 binary files can now be emitted for x86 and x86_64 without | Bruno Cardoso Lopes | 2009-06-07 | 1 | -2/+27 |
| | | | | | | relocation sections. llvm-svn: 73038 | ||||
* | Remove elf specific info from ELFWriter.h to Elf.h. Code cleanup and more ↵ | Bruno Cardoso Lopes | 2009-06-06 | 1 | -1/+1 |
| | | | | | | comments added llvm-svn: 72982 | ||||
* | ELF Code Emitter now uses CurBufferPtr, BufferBegin and BufferEnd, as do JIT and | Bruno Cardoso Lopes | 2009-06-05 | 1 | -3/+2 |
| | | | | | | | MachO Writer. This will change with the arrival of ObjectCodeEmitter and BinaryObject llvm-svn: 72906 | ||||
* | Move ELFCodeEmiter stuff to new files | Bruno Cardoso Lopes | 2009-06-03 | 1 | -0/+87 |
llvm-svn: 72785 |