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
/
InstPrinter
/
MipsInstPrinter.cpp
Age
Commit message (
Expand
)
Author
2013-02-05
This patch that sets the EmitAlias flag in td files
Jack Carter
2013-01-12
This patch tackles the problem of parsing Mips
Jack Carter
2012-11-21
[mips] Generate big GOT code.
Akira Hatanaka
2012-07-21
Add HIGHER and HIGHEST relocations to Mips backend.
Akira Hatanaka
2012-07-05
Enclose instruction rdhwr with directives, which are needed when target is
Akira Hatanaka
2012-04-02
Move getOpcodeName from the various target InstPrinters into the superclass M...
Benjamin Kramer
2012-04-02
Remove getInstructionName from MCInstPrinter implementations in favor of usin...
Craig Topper
2012-02-28
remove blanks, and some code format
Jia Liu
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-02-07
Convert assert(0) to llvm_unreachable
Craig Topper
2011-12-19
Tidy up. Simplify logic. No functional change intended.
Akira Hatanaka
2011-12-14
Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct object
Akira Hatanaka
2011-12-07
Add a few moreLocal/Global R_MIPS_GOT related fixups and
Bruno Cardoso Lopes
2011-11-11
Fix printing of MCSymbolRegExpr. Needs three closing parentheses for
Akira Hatanaka
2011-11-08
Properly handle Mips MC relocations and lower cpload and cprestore macros to ...
Bruno Cardoso Lopes
2011-11-06
Replace (Lower|Upper)caseString in favor of StringRef's newest methods.
Benjamin Kramer
2011-09-21
These do not need to be conditional on the presence of CommentStream, as they...
Owen Anderson
2011-09-21
In the disassembler C API, be careful not to confuse the comment streamer tha...
Owen Anderson
2011-09-15
Don't attach annotations to MCInst's. Instead, have the disassembler return,...
Owen Anderson
2011-09-09
80 columns.
Akira Hatanaka
2011-07-08
Silence compiler warning.
Benjamin Kramer
2011-07-07
Lower MachineInstr to MC Inst and print to .s files.
Akira Hatanaka