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
/
MipsRegisterInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Turn on post register allocation scheduler.
Akira Hatanaka
2012-03-28
1
-0
/
+5
*
Emit all directives except for ".cprestore" during asm printing rather than emit
Akira Hatanaka
2012-03-28
1
-3
/
+1
*
Remove trailing white space.
Akira Hatanaka
2012-03-27
1
-1
/
+1
*
Reserve hardware registers.
Akira Hatanaka
2012-03-27
1
-0
/
+4
*
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-03-17
1
-1
/
+1
*
Use uint16_t to store registers and opcode in static tables in the target spe...
Craig Topper
2012-03-11
1
-2
/
+2
*
Use uint16_t to store registers in callee saved register tables to reduce siz...
Craig Topper
2012-03-04
1
-1
/
+1
*
Changes for migrating to using register mask operands.
Akira Hatanaka
2012-03-01
1
-33
/
+17
*
remove blanks, and some code format
Jia Liu
2012-02-28
1
-12
/
+12
*
Add an option to use a virtual register as the global base register instead of
Akira Hatanaka
2012-02-24
1
-2
/
+8
*
remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.
Jia Liu
2012-02-17
1
-1
/
+1
*
Modify MipsRegisterInfo::eliminateFrameIndex to use MipsAnalyzeImmediate to
Akira Hatanaka
2012-01-25
1
-12
/
+34
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-2
/
+0
*
Cleanup Mips code and rename some variables. Patch by Jack Carter
Bruno Cardoso Lopes
2011-12-30
1
-92
/
+0
*
Add register HWR29 numbering. Patch by Jack Carter
Bruno Cardoso Lopes
2011-12-06
1
-0
/
+1
*
Fix functions in MipsFrameLowering.cpp and MipsRegisterInfo.cpp. Use 64-bit
Akira Hatanaka
2011-11-15
1
-2
/
+4
*
Use array_lengthof to compute the number of iterations of a loop.
Akira Hatanaka
2011-11-07
1
-6
/
+6
*
Fix function MipsRegisterInfo::getRegisterNumbering.
Akira Hatanaka
2011-09-27
1
-33
/
+81
*
Add definitions of 64-bit register files. Add code for returning Mips64's set...
Akira Hatanaka
2011-09-23
1
-9
/
+56
*
Add F31 to the set of callee-saved registers.
Akira Hatanaka
2011-09-22
1
-1
/
+1
*
Make F31 and D15 non-reserved registers.
Akira Hatanaka
2011-09-09
1
-2
/
+0
*
Mips32 does not reserve even-numbered floating point registers.
Akira Hatanaka
2011-09-09
1
-5
/
+0
*
Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for
Evan Cheng
2011-07-18
1
-1
/
+0
*
Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down
Evan Cheng
2011-07-18
1
-15
/
+1
*
Next round of MC refactoring. This patch factor MC table instantiations, MC
Evan Cheng
2011-07-14
1
-1
/
+0
*
Simplify MipsRegisterInfo::eliminateFrameIndex.
Akira Hatanaka
2011-07-07
1
-33
/
+13
*
Reverse order of operands of address operand mem so that the base operand comes
Akira Hatanaka
2011-07-07
1
-2
/
+2
*
Improve Mips back-end's handling of DBG_VALUE.
Akira Hatanaka
2011-07-01
1
-22
/
+31
*
Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.
Evan Cheng
2011-06-28
1
-2
/
+1
*
Hide more details in tablegen generated MCRegisterInfo ctor function.
Evan Cheng
2011-06-28
1
-2
/
+1
*
Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc
Evan Cheng
2011-06-27
1
-1
/
+3
*
Starting to refactor Target to separate out code that's needed to fully describe
Evan Cheng
2011-06-24
1
-3
/
+4
*
Re-apply 132758 and 132768 which were speculatively reverted in 132777.
Akira Hatanaka
2011-06-21
1
-4
/
+6
*
Remove custom allocation order boilerplate that is no longer needed.
Jakob Stoklund Olesen
2011-06-09
1
-0
/
+2
*
Speculatively revert 132758 and 132768 to try to fix the Windows buildbots.
Eric Christopher
2011-06-09
1
-6
/
+4
*
Fix bug in lowering of DYNAMIC_STACKALLOC nodes. The correct offset of the
Akira Hatanaka
2011-06-08
1
-4
/
+6
*
Use the dwarf->llvm mapping to print register names in the cfi
Rafael Espindola
2011-05-30
1
-0
/
+4
*
Change the set of callee-saved registers for non-MIPS32 architectures specified
Akira Hatanaka
2011-05-28
1
-9
/
+1
*
Add support for C++ exception handling.
Akira Hatanaka
2011-05-26
1
-2
/
+1
*
Enable printing of immediates that do not fit in 16-bit. .cprestore can have
Akira Hatanaka
2011-05-24
1
-1
/
+1
*
Change StackDirection from StackGrowsUp to StackGrowsDown.
Akira Hatanaka
2011-05-23
1
-22
/
+23
*
Use the correct register to access stack frame objects.
Akira Hatanaka
2011-05-21
1
-10
/
+31
*
Make $fp and $ra callee-saved registers and let PrologEpilogInserter handle
Akira Hatanaka
2011-05-20
1
-3
/
+3
*
Increase number of available registers when target is MIPS32.
Akira Hatanaka
2011-05-19
1
-1
/
+9
*
1. Keep lines in 80 columns.
Akira Hatanaka
2011-05-06
1
-1
/
+1
*
Fix function MipsRegisterInfo::getRegisterNumbering.
Akira Hatanaka
2011-05-03
1
-10
/
+10
*
Reverse unnecessary changes made in r129606 and r129608. There is no change i...
Akira Hatanaka
2011-04-15
1
-5
/
+5
*
Fix lines that have incorrect indentation or exceed 80 columns. There is no c...
Akira Hatanaka
2011-04-15
1
-7
/
+9
*
Expands register/immediate pairs when the immediate is too large to fit in 16...
Bruno Cardoso Lopes
2011-03-04
1
-2
/
+35
*
Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H...
Bruno Cardoso Lopes
2011-03-04
1
-11
/
+11
[next]