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
/
Mips
/
MCTargetDesc
/
MipsELFObjectWriter.cpp
Age
Commit message (
Expand
)
Author
2013-04-11
[MIPS] Fix LLVM issues with recent LLVM trunk merge
Petar Jovanovic
2013-03-20
Apply after-merge fixes to return to working state.
Eli Bendersky
2013-01-31
Cherry-pick r174067
Derek Schuff
2013-01-15
This patch fixes a Mips specific bug where
Jack Carter
2012-11-27
Merge commit '8d20b5f9ff609e70fae5c865931ab0f29e639d9c'
Derek Schuff
2012-11-21
Mips direct object xgot support
Jack Carter
2012-10-23
[MIPS] Update sandboxing changes for LLVM on MIPS.
Petar Jovanovic
2012-08-22
For mips64 switch statements in subroutines could generate
Jack Carter
2012-08-17
Correct MCJIT functionality for MIPS32 architecture.
Akira Hatanaka
2012-08-07
Mips relocation R_MIPS_64 relocates a 64 bit double word.
Jack Carter
2012-08-06
Mips relocations R_MIPS_HIGHER and R_MIPS_HIGHEST.
Jack Carter
2012-07-13
The Mips specific relocation R_MIPS_GOT_DISP
Jack Carter
2012-06-27
This allows hello world to be compiled for Mips 64 direct object.
Jack Carter
2012-06-27
The ELF relocation record format is different for N64
Jack Carter
2012-06-14
Fix coding style violations. Remove white spaces and tabs.
Akira Hatanaka
2012-04-02
Initial 64 bit direct object support.
Akira Hatanaka
2012-03-28
Sort relocation entries before they are written out to a file. MIPS ABI
Akira Hatanaka
2012-03-01
Pass endian information to constructors. Define separate functions to create
Akira Hatanaka
2012-02-17
remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.
Jia Liu
2012-02-17
add Emacs tag and fix some comment error in file headers
Jia Liu
2012-01-28
Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and...
James Molloy
2011-12-22
Move the Mips only bits of the ELF writer to lib/Target/Mips.
Rafael Espindola