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
*
[PEI] Pass the frame index operand number to the eliminateFrameIndex function.
Chad Rosier
2013-01-31
1
-10
/
+3
*
[mips] Implement MipsRegisterInfo::getRegPressureLimit.
Akira Hatanaka
2013-01-22
1
-0
/
+22
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-2
/
+2
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-12
/
+12
*
[mips] Stop reserving register AT and use register scavenger when a scratch
Akira Hatanaka
2012-11-03
1
-2
/
+2
*
[mips] Do not reserve all 64-bit registers, but only the ones which need to be
Akira Hatanaka
2012-11-02
1
-8
/
+4
*
This patch is for the implementation of mips16 complex pattern addr16.
Reed Kotler
2012-10-28
1
-5
/
+12
*
Add MIPS accumulator and DSP control registers.
Akira Hatanaka
2012-09-21
1
-0
/
+3
*
Add a member of type Mips16InstrInfo/MipsSEInstrInfo to class
Akira Hatanaka
2012-08-22
1
-3
/
+2
*
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-08-22
1
-2
/
+1
*
Add register Mips::GP to the list of reserved registers if target is bare-metal
Akira Hatanaka
2012-08-22
1
-0
/
+6
*
Implement MipsSERegisterInfo::eliminateCallFramePseudoInstr. The function emits
Akira Hatanaka
2012-07-31
1
-9
/
+0
*
Add definitions of two subclasses of MipsRegisterInfo, Mips16RegisterInfo and
Akira Hatanaka
2012-07-31
1
-63
/
+1
*
Expand DYNAMIC_STACKALLOC nodes rather than doing custom-lowering.
Akira Hatanaka
2012-07-31
1
-2
/
+2
*
Eliminate the stack slot used to save the global base register.
Akira Hatanaka
2012-07-25
1
-2
/
+1
*
Make register Mips::RA allocatable if not in mips16 mode.
Akira Hatanaka
2012-07-10
1
-4
/
+8
*
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-28
1
-1
/
+1
*
Fix coding style violations. Remove white spaces and tabs.
Akira Hatanaka
2012-06-14
1
-6
/
+4
*
In MipsRegisterInfo::eliminateFrameIndex, call Mips::loadImmediate
Akira Hatanaka
2012-06-14
1
-25
/
+7
*
Stop reserving register $gp. Do not call isGPFI to check whether a frame object
Akira Hatanaka
2012-05-12
1
-8
/
+1
*
Fix a misleading comment.
Akira Hatanaka
2012-05-11
1
-1
/
+1
*
Make register FP allocatable if the compiled function does not have dynamic
Akira Hatanaka
2012-05-09
1
-2
/
+8
*
This patch fixes a problem which arose when using the Post-RA scheduler
Preston Gurd
2012-04-23
1
-0
/
+5
*
Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...
Craig Topper
2012-04-20
1
-9
/
+8
*
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
[next]