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
/
Mips16InstrInfo.h
Age
Commit message (
Expand
)
Author
2013-05-13
[mips] Rename functions. No functionality changes.
Akira Hatanaka
2013-03-29
[mips] Define overloaded versions of storeRegToStack and loadRegFromStack.
Akira Hatanaka
2013-02-25
Make pseudos FEXT_CCRX16_ins and FEXT_CCRXI16_ins into custom emitters.
Reed Kotler
2013-02-24
Make psuedo FEXT_T8I816_ins into a custom emitter.
Reed Kotler
2013-02-20
Expand pseudos/macros:
Reed Kotler
2013-02-19
Expand pseudos BteqzT8CmpiX16 and BtnezT8CmpiX16.
Reed Kotler
2013-02-18
Beginning of expanding all current mips16 macro/pseudo instruction sequences.
Reed Kotler
2013-02-16
One more try to make this look nice. I have lots of pseudo lowering
Reed Kotler
2013-02-16
Use a different scheme to chose 16/32 variants. This scheme is more
Reed Kotler
2013-02-13
For Mips 16, add the optimization where the 16 bit form of addiu sp can be used
Reed Kotler
2013-02-08
When Mips16 frames grow large, the immediate field may exceed the maximum
Reed Kotler
2013-01-04
[mips] 80 columns.
Akira Hatanaka
2012-12-20
fix most of remaining issues with large frames.
Reed Kotler
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-10-31
Implement ADJCALLSTACKUP and ADJCALLSTACKDOWN
Reed Kotler
2012-07-31
Add definitions of two subclasses of MipsRegisterInfo, Mips16RegisterInfo and
Akira Hatanaka
2012-07-31
Add definitions of two subclasses of MipsInstrInfo, MipsInstrInfo (for mips16),
Akira Hatanaka