index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
ELFCodeEmitter.cpp
Age
Commit message (
Expand
)
Author
2009-07-21
Change ELFCodeEmitter logic to emit the constant pool and jump tables to
Bruno Cardoso Lopes
2009-07-21
Support adding relocations for data sections, handling the cases where
Bruno Cardoso Lopes
2009-07-18
Use R_X86_64_32S to handle Jump Table Index relocation entries. Hide TAI usag...
Bruno Cardoso Lopes
2009-07-18
Use a better name for the label relocations while emitting them for Jump Tables
Bruno Cardoso Lopes
2009-07-18
Add support to properly reference private symbols on relocation entries.
Bruno Cardoso Lopes
2009-07-15
use std::vector instead of std::list for both Section and Symbol lists because
Bruno Cardoso Lopes
2009-07-14
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-13
Cleanup the global emission and refactor some code
Bruno Cardoso Lopes
2009-07-11
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-06
Changed ELFCodeEmitter to inherit from ObjectCodeEmitter
Bruno Cardoso Lopes
2009-07-03
Factor some code out and support for Jump Table relocations
Bruno Cardoso Lopes
2009-07-02
shrinking down #includes
Bruno Cardoso Lopes
2009-07-02
Remove getFunctionAlignment from TargetELFInfo and use new MachineFunction al...
Bruno Cardoso Lopes
2009-06-25
Support Constant Pool Sections
Bruno Cardoso Lopes
2009-06-22
Add more methods to gather target specific elf stuff
Bruno Cardoso Lopes
2009-06-14
Introduce new BinaryObject (blob) class, ELF Writer modified to use it. Binar...
Bruno Cardoso Lopes
2009-06-11
Support for ELF Visibility
Bruno Cardoso Lopes
2009-06-07
Simple ELF32/64 binary files can now be emitted for x86 and x86_64 without
Bruno Cardoso Lopes
2009-06-06
Remove elf specific info from ELFWriter.h to Elf.h. Code cleanup and more com...
Bruno Cardoso Lopes
2009-06-05
ELF Code Emitter now uses CurBufferPtr, BufferBegin and BufferEnd, as do JIT and
Bruno Cardoso Lopes
2009-06-03
Move ELFCodeEmiter stuff to new files
Bruno Cardoso Lopes