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
/
Target
/
PowerPC
/
MCTargetDesc
/
PPCELFObjectWriter.cpp
Age
Commit message (
Expand
)
Author
2013-05-14
Merging r181450:
Bill Wendling
2013-04-26
PowerPC: Support PC-relative fixup_ppc_brcond14.
Ulrich Weigand
2013-03-26
PowerPC: Simplify handling of fixups.
Ulrich Weigand
2013-02-25
Fix missing relocation for TLS addressing peephole optimization.
Bill Schmidt
2013-02-21
Relocation enablement for PPC DAG postprocessing pass
Bill Schmidt
2013-01-04
PowerPC: Fix eh_frame relocation for PIC
Adhemerval Zanella
2012-12-14
This patch removes some nondeterminism from direct object file output
Bill Schmidt
2012-12-14
This patch improves the 64-bit PowerPC InitialExec TLS support by providing
Bill Schmidt
2012-12-12
This patch implements local-dynamic TLS model support for the 64-bit
Bill Schmidt
2012-12-11
This patch implements the general dynamic TLS model for 64-bit PowerPC.
Bill Schmidt
2012-12-04
This patch introduces initial-exec model support for thread-local storage
Bill Schmidt
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-27
This patch implements medium code model support for 64-bit PowerPC.
Bill Schmidt
2012-11-13
Add (some) PowerPC TLS relocation types to ELF.h and
Ulrich Weigand
2012-10-25
This patch fixes the MC object emission of 'nop' for external function calls
Adhemerval Zanella
2012-10-25
Initial TOC support for PowerPC64 object creation
Adhemerval Zanella
2011-12-22
Fix an incomplete refactoring of the ppc backend. Thanks to rdivacky for repo...
Rafael Espindola
2011-12-22
Move PPC bits to lib/Target/PowerPC.
Rafael Espindola