index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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
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
2013-02-15
Fix minor mips16 issues in directives for function prologue. Probably this does
Reed Kotler
2013-02-06
[mips] Make NOP a pseudo instruction and expand it to "sll $zero, $zero, 0".
Akira Hatanaka
2013-02-05
This patch changes a static_cast to dyn_cast
Jack Carter
2013-01-30
This patch implements runtime Mips specific
Jack Carter
2013-01-18
This is a resubmittal. For some reason it broke the bots yesterday
Jack Carter
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-10
[mips] Set HWEncoding field of registers. Use delete function
Akira Hatanaka
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-02
[mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directive
Akira Hatanaka
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-10-02
The mips 64bit instructions DSLL, DSRA, DSRL, DEXT and DINS get transformed b...
Jack Carter
2012-09-27
MIPS DSP: add code necessary for pseudo instruction lowering.
Akira Hatanaka
2012-09-10
Remove redundant semicolons which are null statements.
Dmitri Gribenko
2012-09-06
There are some Mips instructions that are lowered by the
Jack Carter
2012-08-31
The instruction DINS may be transformed into DINSU or DEXTM depending
Jack Carter
2012-08-28
The instruction DEXT may be transformed into DEXTU or DEXTM depending
Jack Carter
2012-08-28
Some instructions are passed to the assembler to be
Jack Carter
2012-07-18
Mips specific inline asm operand modifier 'M':
Jack Carter
2012-07-16
Doubleword Shift Left Logical Plus 32
Jack Carter
2012-07-11
This change removes an "initialization" warning.
Jack Carter
2012-07-10
Mips specific inline asm operand modifier 'L'.
Jack Carter
2012-07-06
Changes per review of commit 159787
Jack Carter
2012-07-05
Mips specific inline asm operand modifier D.
Jack Carter
2012-06-28
Changed the formatting sequence of a curly brace to
Jack Carter
2012-06-28
The Mips specific inline asm operand modifier 'z' has the
Jack Carter
2012-06-28
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-21
The inline asm operand modifier 'c' is suppose
Jack Carter
2012-06-14
Fix coding style violations. Remove white spaces and tabs.
Akira Hatanaka
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
[next]