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.cpp
Age
Commit message (
Expand
)
Author
2012-06-14
Remove code in MipsAsmPrinter and MipsMCInstLower.
Akira Hatanaka
2012-06-13
Bundle jump/branch instructions with the instructions in the delay slot in
Akira Hatanaka
2012-06-13
disable use of directive .set nomicromips
Akira Hatanaka
2012-06-02
Remove code which is no longer needed in MipsAsmPrinter and MipsMCInstLower.
Akira Hatanaka
2012-05-30
Add support for the mips inline asm 'm' output modifier.
Eric Christopher
2012-05-25
Remove the code that emits MIPS' .cprestore directive.
Akira Hatanaka
2012-05-24
Turn on mips16 pseudo op when compiling for mips16.
Akira Hatanaka
2012-05-19
Add support for the 'd' mips inline asm output modifier.
Eric Christopher
2012-05-18
Add support for the mips 'x' inline asm modifier.
Eric Christopher
2012-05-12
Make the following changes in MipsAsmPrinter.cpp:
Akira Hatanaka
2012-05-10
Add support for the 'X' inline asm operand modifier.
Eric Christopher
2012-04-20
Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...
Craig Topper
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-03-09
Remove unused header files.
Akira Hatanaka
2012-02-28
remove blanks, and some code format
Jia Liu
2012-02-24
Add an option to use a virtual register as the global base register instead of
Akira Hatanaka
2012-02-19
Remove dead code. Improve llvm_unreachable text. Simplify some control flow.
Ahmed Charles
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
2011-12-30
Cleanup Mips code and rename some variables. Patch by Jack Carter
Bruno Cardoso Lopes
2011-12-24
Detect unaligned loads/stores that have been added for Mips64 support.
Akira Hatanaka
2011-12-19
Tidy up. Simplify logic. No functional change intended.
Akira Hatanaka
2011-12-13
Expand .cprestore directive to multiple instructions if the offset does not fit
Akira Hatanaka
2011-12-07
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-11-23
This patch makes the following changes necessary for MIPS' direct code emission.
Akira Hatanaka
2011-11-15
Remove MipsMCSymbolRefExpr.
Akira Hatanaka
2011-11-11
Mips MC object code emission improvements:
Bruno Cardoso Lopes
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-10-11
Fix function isUnalignedLoadStore.
Akira Hatanaka
2011-10-08
Add patterns for unaligned load and store instructions and enable the
Akira Hatanaka
2011-09-22
Add enums and functions for symbols Mips64 uses.
Akira Hatanaka
2011-09-21
Add a base class for Mips TargetMachines and add Mips64 TargetMachines.
Akira Hatanaka
2011-09-09
O64 will not be supported.
Akira Hatanaka
2011-09-09
Drop support for Mips1 and Mips2.
Akira Hatanaka
2011-08-24
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-17
Add support for half-word unaligned loads and stores.
Akira Hatanaka
2011-08-16
Fix handling of double precision loads and stores when Mips1 is targeted.
Akira Hatanaka
2011-08-12
Define unaligned load and store.
Akira Hatanaka
2011-07-25
Separate MCInstPrinter registration from AsmPrinter registration.
Evan Cheng
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
2011-07-07
Reverse order of operands of address operand mem so that the base operand comes
Akira Hatanaka
2011-07-07
Add missing return statement.
Akira Hatanaka
2011-07-01
Improve Mips back-end's handling of DBG_VALUE.
Akira Hatanaka
2011-06-21
Re-apply 132758 and 132768 which were speculatively reverted in 132777.
Akira Hatanaka
2011-06-09
Speculatively revert 132758 and 132768 to try to fix the Windows buildbots.
Eric Christopher
2011-06-09
Initial support for inline asm memory operand constraints.
Akira Hatanaka
[prev]
[next]