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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup and factoring of mips16 tablegen classes. Make register classes
Akira Hatanaka
2012-05-31
3
-61
/
+89
*
Add support for the mips inline asm 'm' output modifier.
Eric Christopher
2012-05-30
1
-0
/
+5
*
Fix some uses of getSubRegisters() to use getSubReg() instead.
Jakob Stoklund Olesen
2012-05-30
2
-9
/
+12
*
Fix predicate HasStandardEncoding in MipsInstrInfo.td per suggestion of
Akira Hatanaka
2012-05-25
1
-3
/
+2
*
Delete MipsExpandPseudo.cpp.
Akira Hatanaka
2012-05-25
1
-117
/
+0
*
Move the code in MipsExpandPseudo to MipsInstrInfo::expandPostRAPseudo.
Akira Hatanaka
2012-05-25
5
-9
/
+53
*
Remove the code that expands MIPS' .cpload directive.
Akira Hatanaka
2012-05-25
2
-24
/
+0
*
Remove the code that emits MIPS' .cprestore directive.
Akira Hatanaka
2012-05-25
3
-50
/
+0
*
Remove pseudo instructions that are no longer used.
Akira Hatanaka
2012-05-25
2
-29
/
+0
*
Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall
Justin Holewinski
2012-05-25
2
-16
/
+15
*
Turn on mips16 pseudo op when compiling for mips16.
Akira Hatanaka
2012-05-24
1
-1
/
+7
*
Enable Mips16 compiler to compile a null program.
Akira Hatanaka
2012-05-24
4
-6
/
+29
*
Use uint16_t to store registers in static tables. Matches other tables.
Craig Topper
2012-05-24
1
-5
/
+5
*
This patch adds a predicate to existing mips32 and mips64 so that those
Akira Hatanaka
2012-05-22
6
-101
/
+134
*
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
*
This patch adds the register class for MIPS16 as well as the ability for
Akira Hatanaka
2012-05-16
5
-11
/
+26
*
Allow MCCodeEmitter access to the target MCRegisterInfo.
Jim Grosbach
2012-05-15
2
-0
/
+5
*
Temporarily disable anti-dependence breaking for Mips until bug 12829 is
Akira Hatanaka
2012-05-15
1
-1
/
+1
*
Add a command line option to skip the delay slot filler pass entirely for Mips.
Akira Hatanaka
2012-05-14
1
-0
/
+10
*
Remove MipsEmitGPRestore.cpp.
Akira Hatanaka
2012-05-12
3
-99
/
+0
*
Delete all functions that are no longer needed in MipsFunctionInfo, including
Akira Hatanaka
2012-05-12
2
-15
/
+1
*
Stop reserving register $gp. Do not call isGPFI to check whether a frame object
Akira Hatanaka
2012-05-12
1
-8
/
+1
*
Do not add the pass which restores $gp after every function call.
Akira Hatanaka
2012-05-12
1
-9
/
+0
*
Make the following changes in MipsISelLowering.cpp:
Akira Hatanaka
2012-05-12
1
-8
/
+8
*
Make the following changes in MipsFrameLowering.cpp:
Akira Hatanaka
2012-05-12
1
-32
/
+3
*
Make the following changes in MipsAsmPrinter.cpp:
Akira Hatanaka
2012-05-12
3
-31
/
+11
*
Insert instructions to the entry basic block which initializes the global
Akira Hatanaka
2012-05-12
1
-35
/
+52
*
Do not replace operands of pseudo instructions with register $zero.
Akira Hatanaka
2012-05-11
1
-1
/
+2
*
Fix a misleading comment.
Akira Hatanaka
2012-05-11
1
-1
/
+1
*
Add support for the 'X' inline asm operand modifier.
Eric Christopher
2012-05-10
1
-4
/
+16
*
Add another peephole pattern for conditional moves.
Akira Hatanaka
2012-05-09
1
-0
/
+10
*
Make register FP allocatable if the compiled function does not have dynamic
Akira Hatanaka
2012-05-09
1
-2
/
+8
*
Expand 64-bit shifts if target ABI is O32.
Akira Hatanaka
2012-05-09
2
-3
/
+83
*
Define mips16 instruction formats.
Akira Hatanaka
2012-05-08
2
-0
/
+636
*
Add support for the 'x' constraint.
Eric Christopher
2012-05-07
1
-1
/
+8
*
Add support for the 'l' constraint.
Eric Christopher
2012-05-07
1
-0
/
+7
*
Add support for the 'c' constraint.
Eric Christopher
2012-05-07
1
-1
/
+13
*
Add support for the 'P' constraint.
Eric Christopher
2012-05-07
1
-0
/
+11
*
Add support for the 'O' constraint.
Eric Christopher
2012-05-07
1
-0
/
+11
*
Add support for the 'N' inline asm constraint.
Eric Christopher
2012-05-07
1
-0
/
+11
*
Add support for the 'L' inline asm constraint.
Eric Christopher
2012-05-07
1
-0
/
+11
*
Add support for the inline asm constraint 'K'.
Eric Christopher
2012-05-07
1
-0
/
+11
*
Support the 'J' constraint.
Eric Christopher
2012-05-07
1
-0
/
+11
*
Add support for the 'I' inline asm constraint. Also add tests
Eric Christopher
2012-05-07
2
-0
/
+48
*
Allow 64 bit integer values in gpu registers if arch and abi are 64 bit.
Eric Christopher
2012-05-07
1
-2
/
+4
*
When using inline asm constraints representing
Eric Christopher
2012-05-07
1
-1
/
+1
*
Make ARM and Mips use TargetMachine::getTLSModel()
Hans Wennborg
2012-05-04
1
-3
/
+6
*
Remove the SubRegClasses field from RegisterClass descriptions.
Jakob Stoklund Olesen
2012-05-04
1
-12
/
+4
*
Move MipsDisassembler classes into an anonymous namespace.
Benjamin Kramer
2012-05-01
1
-0
/
+4
[next]