index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Mips
/
MipsAsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directive
Akira Hatanaka
2012-11-02
1
-5
/
+2
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-1
/
+1
*
The mips 64bit instructions DSLL, DSRA, DSRL, DEXT and DINS get transformed b...
Jack Carter
2012-10-02
1
-17
/
+0
*
MIPS DSP: add code necessary for pseudo instruction lowering.
Akira Hatanaka
2012-09-27
1
-0
/
+11
*
Remove redundant semicolons which are null statements.
Dmitri Gribenko
2012-09-10
1
-1
/
+1
*
There are some Mips instructions that are lowered by the
Jack Carter
2012-09-06
1
-25
/
+9
*
The instruction DINS may be transformed into DINSU or DEXTM depending
Jack Carter
2012-08-31
1
-3
/
+3
*
The instruction DEXT may be transformed into DEXTU or DEXTM depending
Jack Carter
2012-08-28
1
-0
/
+11
*
Some instructions are passed to the assembler to be
Jack Carter
2012-08-28
1
-20
/
+24
*
Mips specific inline asm operand modifier 'M':
Jack Carter
2012-07-18
1
-3
/
+8
*
Doubleword Shift Left Logical Plus 32
Jack Carter
2012-07-16
1
-1
/
+21
*
This change removes an "initialization" warning.
Jack Carter
2012-07-11
1
-4
/
+3
*
Mips specific inline asm operand modifier 'L'.
Jack Carter
2012-07-10
1
-14
/
+22
*
Changes per review of commit 159787
Jack Carter
2012-07-06
1
-6
/
+5
*
Mips specific inline asm operand modifier D.
Jack Carter
2012-07-05
1
-7
/
+41
*
Changed the formatting sequence of a curly brace to
Jack Carter
2012-06-28
1
-2
/
+2
*
The Mips specific inline asm operand modifier 'z' has the
Jack Carter
2012-06-28
1
-1
/
+13
*
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-28
1
-3
/
+3
*
The inline asm operand modifier 'c' is suppose
Jack Carter
2012-06-21
1
-1
/
+2
*
Fix coding style violations. Remove white spaces and tabs.
Akira Hatanaka
2012-06-14
1
-2
/
+2
*
Remove code in MipsAsmPrinter and MipsMCInstLower.
Akira Hatanaka
2012-06-14
1
-9
/
+0
*
Bundle jump/branch instructions with the instructions in the delay slot in
Akira Hatanaka
2012-06-13
1
-3
/
+8
*
disable use of directive .set nomicromips
Akira Hatanaka
2012-06-13
1
-1
/
+2
*
Remove code which is no longer needed in MipsAsmPrinter and MipsMCInstLower.
Akira Hatanaka
2012-06-02
1
-57
/
+0
*
Add support for the mips inline asm 'm' output modifier.
Eric Christopher
2012-05-30
1
-0
/
+5
*
Remove the code that emits MIPS' .cprestore directive.
Akira Hatanaka
2012-05-25
1
-22
/
+0
*
Turn on mips16 pseudo op when compiling for mips16.
Akira Hatanaka
2012-05-24
1
-1
/
+7
*
Add support for the 'd' mips inline asm output modifier.
Eric Christopher
2012-05-19
1
-12
/
+17
*
Add support for the mips 'x' inline asm modifier.
Eric Christopher
2012-05-18
1
-0
/
+5
*
Make the following changes in MipsAsmPrinter.cpp:
Akira Hatanaka
2012-05-12
1
-20
/
+5
*
Add support for the 'X' inline asm operand modifier.
Eric Christopher
2012-05-10
1
-4
/
+16
*
Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...
Craig Topper
2012-04-20
1
-5
/
+5
*
Emit all directives except for ".cprestore" during asm printing rather than emit
Akira Hatanaka
2012-03-28
1
-45
/
+92
*
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-03-17
1
-1
/
+1
*
Remove unused header files.
Akira Hatanaka
2012-03-09
1
-2
/
+0
*
remove blanks, and some code format
Jia Liu
2012-02-28
1
-9
/
+9
*
Add an option to use a virtual register as the global base register instead of
Akira Hatanaka
2012-02-24
1
-0
/
+12
*
Remove dead code. Improve llvm_unreachable text. Simplify some control flow.
Ahmed Charles
2012-02-19
1
-4
/
+1
*
remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.
Jia Liu
2012-02-17
1
-1
/
+1
*
add Emacs tag and fix some comment error in file headers
Jia Liu
2012-02-17
1
-1
/
+1
*
Cleanup Mips code and rename some variables. Patch by Jack Carter
Bruno Cardoso Lopes
2011-12-30
1
-5
/
+5
*
Detect unaligned loads/stores that have been added for Mips64 support.
Akira Hatanaka
2011-12-24
1
-1
/
+8
*
Tidy up. Simplify logic. No functional change intended.
Akira Hatanaka
2011-12-19
1
-1
/
+2
*
Expand .cprestore directive to multiple instructions if the offset does not fit
Akira Hatanaka
2011-12-13
1
-9
/
+7
*
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
1
-2
/
+2
*
This patch makes the following changes necessary for MIPS' direct code emission.
Akira Hatanaka
2011-11-23
1
-9
/
+16
*
Remove MipsMCSymbolRefExpr.
Akira Hatanaka
2011-11-15
1
-1
/
+0
*
Mips MC object code emission improvements:
Bruno Cardoso Lopes
2011-11-11
1
-0
/
+1
*
Properly handle Mips MC relocations and lower cpload and cprestore macros to ...
Bruno Cardoso Lopes
2011-11-08
1
-24
/
+62
*
Replace (Lower|Upper)caseString in favor of StringRef's newest methods.
Benjamin Kramer
2011-11-06
1
-5
/
+4
[next]