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
/
include
/
llvm
/
MC
/
MCELFObjectWriter.h
Age
Commit message (
Expand
)
Author
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-05-17
Merging r181864:
Bill Wendling
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-01-30
This patch reworks how llvm targets set
Jack Carter
2013-01-11
Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'
Derek Schuff
2012-11-06
Merge commit 'cfe09ed28d8a65b671e8b7a716a933e98e810e32'
Derek Schuff
2012-10-25
Add 'const' qualifier on member functions not changing its fields.
Michael Liao
2012-10-25
Merge commit 'a8a0a155de16830b8fcab539ba2ec21de3145532'
Derek Schuff
2012-10-25
Initial TOC support for PowerPC64 object creation
Adhemerval Zanella
2012-08-17
Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14'
Derek Schuff
2012-07-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
2012-06-27
The ELF relocation record format is different for N64
Jack Carter
2012-03-26
Prune some includes and forward declarations.
Craig Topper
2012-03-23
Add a hook in MCELFObjectTargetWriter to allow targets to sort relocation
Akira Hatanaka
2011-12-24
Define trivial destructor inline.
Rafael Espindola
2011-12-24
Make GetRelocType pure virtual.
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-21
Move the X86 specific bits of the ELF writer to the Target/X86 directory.
Rafael Espindola
2011-12-21
Reduce the exposure of Triple::OSType in the ELF object writer. This will
Rafael Espindola
2011-12-21
Add const.
Rafael Espindola
2010-12-18
Move some data to the TargetWriter.
Rafael Espindola
2010-12-17
Stub out explicit MCELFObjectTargetWriter interface.
Rafael Espindola
2010-12-17
Move createELFObjectWriter to its own header.
Rafael Espindola