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
/
MipsFrameLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-03-17
1
-1
/
+1
*
Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...
Craig Topper
2012-03-05
1
-1
/
+1
*
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
-28
/
+11
*
remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.
Jia Liu
2012-02-17
1
-1
/
+1
*
Mark 64-bit register RA_64 unused too.
Akira Hatanaka
2012-01-25
1
-4
/
+5
*
Modify MipsFrameLowering::emitPrologue and emitEpilogue.
Akira Hatanaka
2012-01-25
1
-78
/
+68
*
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-12-02
1
-2
/
+2
*
Fix functions in MipsFrameLowering.cpp and MipsRegisterInfo.cpp. Use 64-bit
Akira Hatanaka
2011-11-15
1
-16
/
+20
*
Set nomacro before emitting the sequence of instructions that set global pointer
Akira Hatanaka
2011-11-15
1
-3
/
+2
*
Remove variable that keeps the size of area used to save byval or variable
Akira Hatanaka
2011-11-14
1
-1
/
+0
*
Mips MC object code emission improvements:
Bruno Cardoso Lopes
2011-11-11
1
-0
/
+1
*
Emit Mips64's sequence of instructions that set global register in prologue.
Akira Hatanaka
2011-11-11
1
-1
/
+21
*
Include RegSaveAreaSize in the computation of stack size.
Akira Hatanaka
2011-11-07
1
-0
/
+1
*
Enclose directive .cprestore with .set macro and nomacro to silence assembler
Akira Hatanaka
2011-08-11
1
-3
/
+9
*
Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for
Evan Cheng
2011-07-18
1
-7
/
+0
*
Coding style fixes.
Akira Hatanaka
2011-06-07
1
-3
/
+4
*
Add test case for C++ exception handling and fix the following mistakes in Mi...
Akira Hatanaka
2011-06-07
1
-30
/
+60
*
Custom-lower FRAMEADDR. Patch by Sasa Stankovic.
Akira Hatanaka
2011-06-02
1
-1
/
+2
*
Use MachineFrameInfo::hasCalls instead of MipsFunctionInfo::hasCall to check if
Akira Hatanaka
2011-05-26
1
-2
/
+1
*
Add support for C++ exception handling.
Akira Hatanaka
2011-05-26
1
-8
/
+40
*
Change initial value of MaxCallFrameSize. MipsFI::getMaxCallFrameSize() should
Akira Hatanaka
2011-05-25
1
-1
/
+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
-108
/
+18
*
Insert instructions that copy $sp to or from $fp at the right locations.
Akira Hatanaka
2011-05-21
1
-11
/
+26
*
Make $fp and $ra callee-saved registers and let PrologEpilogInserter handle
Akira Hatanaka
2011-05-20
1
-82
/
+28
*
Reverse unnecessary changes made in r129606 and r129608. There is no change i...
Akira Hatanaka
2011-04-15
1
-8
/
+9
*
Fix lines that have incorrect indentation or exceed 80 columns. There is no c...
Akira Hatanaka
2011-04-15
1
-13
/
+15
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-2
/
+2
*
Fix indentation.
Akira Hatanaka
2011-04-07
1
-2
/
+2
*
Update ATUsed every time after expandRegLargeImmPair is called.
Akira Hatanaka
2011-04-07
1
-4
/
+8
*
Initialize variable.
Bill Wendling
2011-03-04
1
-1
/
+1
*
Expands register/immediate pairs when the immediate is too large to fit in 16...
Bruno Cardoso Lopes
2011-03-04
1
-6
/
+82
*
Ensure Mips::GP is properly reloaded after a function call. Patch by Sasa Sta...
Bruno Cardoso Lopes
2011-01-18
1
-0
/
+7
*
Teach frame lowering to ignore debug values after the terminators.
Jakob Stoklund Olesen
2011-01-13
1
-1
/
+1
*
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-10
1
-0
/
+307