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
/
MipsISelLowering.h
Age
Commit message (
Expand
)
Author
2013-03-12
[mips] Rename function and variable names to start with proper case. Fix typos.
Akira Hatanaka
2013-03-06
[mips] Custom-legalize BR_JT.
Akira Hatanaka
2013-03-05
[mips] Fix MipsTargetLowering::LowerCallResult and LowerReturn to correctly
Akira Hatanaka
2013-03-05
[mips] Fix MipsTargetLowering::LowerCall to pass fp128 arguments in floating
Akira Hatanaka
2013-03-05
[mips] Correct handling of fp128 (long double) formals and read long double
Akira Hatanaka
2013-03-01
Fix PR10475
Michael Liao
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-24
Make psuedo FEXT_T8I816_ins a custom inserter. It should be expanded
Reed Kotler
2013-02-23
Expand pseudos/macros for Selt. This is the last of the complex
Reed Kotler
2013-02-22
Fix a nomenclature mistake. Slt->Slti in the functions. The "i" refers
Reed Kotler
2013-02-22
Expand mips16 SelT form pseudso/macros.
Reed Kotler
2013-02-21
Expand the sel pseudo/macro. This generates basic blocks where previously
Reed Kotler
2013-02-15
[mips] Clean up class MipsCCInfo.
Akira Hatanaka
2013-01-30
[mips] Lower EH_RETURN.
Akira Hatanaka
2013-01-28
Make some code a little simpler.
Reed Kotler
2013-01-24
The next phase of Mips16 hard float implementation.
Reed Kotler
2013-01-22
[mips] Clean up code in MipsTargetLowering::LowerCall. No functional change
Akira Hatanaka
2012-12-15
This code implements most of mips16 hardfloat as it is done by gcc.
Reed Kotler
2012-12-12
Sorry about the churn. One more change to getOptimalMemOpType() hook. Did I
Evan Cheng
2012-12-12
- Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term.
Evan Cheng
2012-12-10
Some enhancements for memcpy / memset inline expansion.
Evan Cheng
2012-11-17
Initial implementation of MipsTargetLowering::isLegalAddressingMode.
Akira Hatanaka
2012-11-07
[mips] Custom-lower ISD::FRAME_TO_ARGS_OFFSET node.
Akira Hatanaka
2012-10-30
[mips] Allow tail-call optimization for vararg functions and functions which
Akira Hatanaka
2012-10-30
Add definition of function MipsTargetLowering::passArgOnStack which emits nodes
Akira Hatanaka
2012-10-27
[mips] Do not tail-call optimize vararg functions or functions with byval
Akira Hatanaka
2012-10-27
Add method MipsTargetLowering::writeVarArgRegs which copies argument registers
Akira Hatanaka
2012-10-27
Add method MipsTargetLowering::passByValArg.
Akira Hatanaka
2012-10-27
Add method MipsTargetLowering::copyByValRegs.
Akira Hatanaka
2012-10-26
Add class MipsCC which provides methods used to analyze formal and call
Akira Hatanaka
2012-10-19
[mips] Add code to do tail call optimization.
Akira Hatanaka
2012-10-19
Add node and enum for mips tail call.
Akira Hatanaka
2012-10-10
Implement MipsTargetLowering::CanLowerReturn.
Akira Hatanaka
2012-09-27
MIPS DSP: Branch on Greater Than or Equal To Value 32 in DSPControl Pos Field...
Akira Hatanaka
2012-09-27
MIPS DSP: add support for extract-word instructions.
Akira Hatanaka
2012-09-21
Add MIPS DSP register classes. Set actions of DSP vector operations and override
Akira Hatanaka
2012-09-21
SelectionDAG node enums for MIPS DSP nodes.
Akira Hatanaka
2012-07-31
Expand DYNAMIC_STACKALLOC nodes rather than doing custom-lowering.
Akira Hatanaka
2012-07-11
Implement MipsTargetLowering::LowerSELECT_CC to custom lower SELECT_CC.
Akira Hatanaka
2012-07-11
Lower RETURNADDR node in Mips backend.
Akira Hatanaka
2012-06-14
Fix coding style violations. Remove white spaces and tabs.
Akira Hatanaka
2012-06-13
Set a higher value for maxStoresPerMemcpy in MipsISelLowering.cpp.
Akira Hatanaka
2012-06-02
Define functions MipsTargetLowering::LowerLOAD and LowerSTORE which
Akira Hatanaka
2012-06-02
Define Mips specific unaligned load/store nodes.
Akira Hatanaka
2012-05-25
Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall
Justin Holewinski
2012-05-09
Expand 64-bit shifts if target ABI is O32.
Akira Hatanaka
2012-05-07
Add support for the 'I' inline asm constraint. Also add tests
Eric Christopher
2012-04-11
Emit abs.s or abs.d only if -enable-no-nans-fp-math is supplied by user.
Akira Hatanaka
2012-03-17
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
[next]