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
/
MipsMCCodeEmitter.cpp
Age
Commit message (
Expand
)
Author
2013-04-19
[mips] First patch which adds support for micromips.
Akira Hatanaka
2013-04-17
Mips assembler: Enable handling of nested expressions
Jack Carter
2013-03-22
Fix the invalid opcode for Mips branch instructions in the assembler
Jack Carter
2013-02-20
Fix the (clang -Werror) build by removing an unused member variable.
David Blaikie
2013-02-19
ELF symbol table field st_other support,
Jack Carter
2013-02-15
Remove a final dependency on the form field in tablegen; which is a remnant
Reed Kotler
2012-12-10
[mips] Set HWEncoding field of registers. Use delete function
Akira Hatanaka
2012-11-21
Mips direct object xgot support
Jack Carter
2012-10-03
This patch moves from using a hard coded number (4)
Jack Carter
2012-10-02
The mips 64bit instructions DSLL, DSRA, DSRL, DEXT and DINS get transformed b...
Jack Carter
2012-09-15
Remove unused private fields to silence -Wunused-private-field.
Craig Topper
2012-09-06
Mips specific llvm assembler support for branch and jump instructions.
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-14
Fix coding style violations. Remove white spaces and tabs.
Akira Hatanaka
2012-05-15
Allow MCCodeEmitter access to the target MCRegisterInfo.
Jim Grosbach
2012-04-22
Remove some potential warnings about variables used uninitialized.
Bill Wendling
2012-03-27
Retrieve and add the offset of a symbol in applyFixup rather than retrieve and
Akira Hatanaka
2012-03-21
Incremental big endian patch by Jack Carter.
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-24
Widen the instruction encoder that TblGen emits to a 64 bits, which should ac...
Owen Anderson
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2011-12-22
Local dynamic TLS model for direct object output. Create the correct TLS MIPS
Akira Hatanaka
2011-12-07
Variable cleanup. Based on past patch submittals variable names have
Bruno Cardoso Lopes
2011-12-07
Add a few moreLocal/Global R_MIPS_GOT related fixups and
Bruno Cardoso Lopes
2011-11-23
This patch makes the following changes necessary for MIPS' direct code emission.
Akira Hatanaka
2011-11-11
Mips MC object code emission improvements:
Bruno Cardoso Lopes
2011-09-30
Initial implementation of MipsMCCodeEmitter.
Akira Hatanaka