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
/
MC
/
ELFObjectWriter.h
Age
Commit message (
Expand
)
Author
2011-12-22
Kill the monstrosity that was ELFObjectWriter.h.
Rafael Espindola
2011-12-22
Misc cleanups.
Rafael Espindola
2011-12-22
Move the Mips only bits of the ELF writer to lib/Target/Mips.
Rafael Espindola
2011-12-22
Move the MBlaze ELF writer bits to lib/Target/MBlaze.
Rafael Espindola
2011-12-22
Move PPC bits to lib/Target/PowerPC.
Rafael Espindola
2011-12-22
Move the ARM specific parts of the ELF writer to Target/ARM.
Rafael Espindola
2011-12-22
getEFlags is const.
Rafael Espindola
2011-12-21
Switch from WriteEFlags to getEFlags in preparation for moving it
Rafael Espindola
2011-12-21
Move the X86 specific bits of the ELF writer to the Target/X86 directory.
Rafael Espindola
2011-12-21
Small refactoring so that RelocNeedsGOT can stay in the target independent
Rafael Espindola
2011-12-06
Explicit symbols for gnu mimicing relocations. Patch by Jack Carter
Bruno Cardoso Lopes
2011-11-23
This patch addresses gp relative fixups/relocations for jump tables.
Akira Hatanaka
2011-11-15
Tidy up. 80 columns.
Jim Grosbach
2011-09-30
Add definition of MipsELFObjectWriter.
Akira Hatanaka
2011-08-04
Introduce adjustFixupOffset that adjusts the fixup offset of a relocation.
Roman Divacky
2011-08-02
Sketch out PowerPC ELF writer. This is enough to get clang -integrated-as
Roman Divacky
2011-05-11
Address the last bit of relocation flag related divergence betweeen
Jason W Kim
2011-03-20
Write the section table and the section data in the same order that
Rafael Espindola
2011-03-03
Split MCEELFStreamer and ELFObjectWriter into .h and .cpp files, so that othe...
Jan Sjödin