index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Mips
Age
Commit message (
Expand
)
Author
2012-05-25
Fix predicate HasStandardEncoding in MipsInstrInfo.td per suggestion of
Akira Hatanaka
2012-05-25
Delete MipsExpandPseudo.cpp.
Akira Hatanaka
2012-05-25
Move the code in MipsExpandPseudo to MipsInstrInfo::expandPostRAPseudo.
Akira Hatanaka
2012-05-25
Remove the code that expands MIPS' .cpload directive.
Akira Hatanaka
2012-05-25
Remove the code that emits MIPS' .cprestore directive.
Akira Hatanaka
2012-05-25
Remove pseudo instructions that are no longer used.
Akira Hatanaka
2012-05-25
Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall
Justin Holewinski
2012-05-24
Turn on mips16 pseudo op when compiling for mips16.
Akira Hatanaka
2012-05-24
Enable Mips16 compiler to compile a null program.
Akira Hatanaka
2012-05-24
Use uint16_t to store registers in static tables. Matches other tables.
Craig Topper
2012-05-22
This patch adds a predicate to existing mips32 and mips64 so that those
Akira Hatanaka
2012-05-19
Add support for the 'd' mips inline asm output modifier.
Eric Christopher
2012-05-18
Add support for the mips 'x' inline asm modifier.
Eric Christopher
2012-05-16
This patch adds the register class for MIPS16 as well as the ability for
Akira Hatanaka
2012-05-15
Allow MCCodeEmitter access to the target MCRegisterInfo.
Jim Grosbach
2012-05-15
Temporarily disable anti-dependence breaking for Mips until bug 12829 is
Akira Hatanaka
2012-05-14
Add a command line option to skip the delay slot filler pass entirely for Mips.
Akira Hatanaka
2012-05-12
Remove MipsEmitGPRestore.cpp.
Akira Hatanaka
2012-05-12
Delete all functions that are no longer needed in MipsFunctionInfo, including
Akira Hatanaka
2012-05-12
Stop reserving register $gp. Do not call isGPFI to check whether a frame object
Akira Hatanaka
2012-05-12
Do not add the pass which restores $gp after every function call.
Akira Hatanaka
2012-05-12
Make the following changes in MipsISelLowering.cpp:
Akira Hatanaka
2012-05-12
Make the following changes in MipsFrameLowering.cpp:
Akira Hatanaka
2012-05-12
Make the following changes in MipsAsmPrinter.cpp:
Akira Hatanaka
2012-05-12
Insert instructions to the entry basic block which initializes the global
Akira Hatanaka
2012-05-11
Do not replace operands of pseudo instructions with register $zero.
Akira Hatanaka
2012-05-11
Fix a misleading comment.
Akira Hatanaka
2012-05-10
Add support for the 'X' inline asm operand modifier.
Eric Christopher
2012-05-09
Add another peephole pattern for conditional moves.
Akira Hatanaka
2012-05-09
Make register FP allocatable if the compiled function does not have dynamic
Akira Hatanaka
2012-05-09
Expand 64-bit shifts if target ABI is O32.
Akira Hatanaka
2012-05-08
Define mips16 instruction formats.
Akira Hatanaka
2012-05-07
Add support for the 'x' constraint.
Eric Christopher
2012-05-07
Add support for the 'l' constraint.
Eric Christopher
2012-05-07
Add support for the 'c' constraint.
Eric Christopher
2012-05-07
Add support for the 'P' constraint.
Eric Christopher
2012-05-07
Add support for the 'O' constraint.
Eric Christopher
2012-05-07
Add support for the 'N' inline asm constraint.
Eric Christopher
2012-05-07
Add support for the 'L' inline asm constraint.
Eric Christopher
2012-05-07
Add support for the inline asm constraint 'K'.
Eric Christopher
2012-05-07
Support the 'J' constraint.
Eric Christopher
2012-05-07
Add support for the 'I' inline asm constraint. Also add tests
Eric Christopher
2012-05-07
Allow 64 bit integer values in gpu registers if arch and abi are 64 bit.
Eric Christopher
2012-05-07
When using inline asm constraints representing
Eric Christopher
2012-05-04
Make ARM and Mips use TargetMachine::getTLSModel()
Hans Wennborg
2012-05-04
Remove the SubRegClasses field from RegisterClass descriptions.
Jakob Stoklund Olesen
2012-05-01
Move MipsDisassembler classes into an anonymous namespace.
Benjamin Kramer
2012-05-01
Change the PassManager from a reference to a pointer.
Bill Wendling
2012-04-25
Do not use $gp as a dedicated global register if the target ABI is not O32.
Akira Hatanaka
2012-04-23
This patch fixes a problem which arose when using the Post-RA scheduler
Preston Gurd
[next]