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
/
MipsAsmPrinter.h
Age
Commit message (
Expand
)
Author
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-01-18
This is a resubmittal. For some reason it broke the bots yesterday
Jack Carter
2013-01-11
Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'
Derek Schuff
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-10-01
Merge commit '72f0976c1b91c7ba50dce4d0ad0289dc14d37f81'
Derek Schuff
2012-09-27
MIPS DSP: add code necessary for pseudo instruction lowering.
Akira Hatanaka
2012-07-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
2012-03-28
Emit all directives except for ".cprestore" during asm printing rather than emit
Akira Hatanaka
2012-03-17
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-02-17
add Emacs tag and fix some comment error in file headers
Jia Liu
2011-11-23
This patch makes the following changes necessary for MIPS' direct code emission.
Akira Hatanaka
2011-07-07
Lower MachineInstr to MC Inst and print to .s files.
Akira Hatanaka
2011-07-07
Rather than having printMemOperand change the way memory operands are printed
Akira Hatanaka
2011-07-07
Change visibility of MipsAsmPrinter.
Akira Hatanaka