index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
Mips
/
MipsISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mips] Reverse the order of source operands of shift and rotate instructions ...
Akira Hatanaka
2013-07-01
1
-7
/
+7
*
The getRegForInlineAsmConstraint function should only accept MVT value types.
Chad Rosier
2013-06-22
1
-1
/
+1
*
[mips] Big-endian code generation for atomic instructions.
Akira Hatanaka
2013-05-31
1
-2
/
+16
*
Order CALLSEQ_START and CALLSEQ_END nodes.
Andrew Trick
2013-05-29
1
-2
/
+2
*
Track IR ordering of SelectionDAG nodes 2/4.
Andrew Trick
2013-05-25
1
-46
/
+46
*
Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.
Michael J. Spencer
2013-05-24
1
-1
/
+1
*
[mips] Rename option to make it compatible with gcc.
Akira Hatanaka
2013-05-21
1
-1
/
+1
*
[mips] Trap on integer division by zero.
Akira Hatanaka
2013-05-20
1
-0
/
+31
*
Add LLVMContext argument to getSetCCResultType
Matt Arsenault
2013-05-18
1
-2
/
+3
*
[mips] Improve instruction selection for pattern (store (fp_to_sint $src), $p...
Akira Hatanaka
2013-05-16
1
-1
/
+29
*
[mips] Factor out unaligned store lowering code.
Akira Hatanaka
2013-05-16
1
-10
/
+14
*
[mips] Delete unused enum value.
Akira Hatanaka
2013-05-16
1
-1
/
+0
*
Checkin in of first of several patches to finish implementation of
Reed Kotler
2013-05-10
1
-4
/
+36
*
[mips] Fix handling of instructions which copy to/from accumulator registers.
Akira Hatanaka
2013-04-30
1
-2
/
+2
*
[mips] Instruction selection patterns for DSP-ASE vector select and compare
Akira Hatanaka
2013-04-30
1
-1
/
+3
*
[mips] Simplify code.
Akira Hatanaka
2013-04-30
1
-4
/
+1
*
Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.
Tim Northover
2013-04-20
1
-10
/
+0
*
[mips] Instruction selection patterns for DSP-ASE vector shifts.
Akira Hatanaka
2013-04-19
1
-0
/
+3
*
[mips] Rename function.
Akira Hatanaka
2013-04-18
1
-2
/
+2
*
[mips] Move MipsTargetLowering::lowerINTRINSIC_W_CHAIN and
Akira Hatanaka
2013-04-13
1
-170
/
+0
*
[mips] Clean up MipsISelDAGToDAG.cpp and MipsISelLowering.cpp.
Akira Hatanaka
2013-04-11
1
-10
/
+10
*
[mips] Fix DSP instructions to have explicit accumulator register operands.
Akira Hatanaka
2013-03-30
1
-66
/
+85
*
[mips] Move the code which does dag-combine for multiply-add/sub nodes to
Akira Hatanaka
2013-03-30
1
-186
/
+0
*
[mips] Fix definitions of multiply, multiply-add/sub and divide instructions.
Akira Hatanaka
2013-03-30
1
-31
/
+39
*
[mips] Remove function getFPBranchCodeFromCond. Rename invertFPCondCodeAdd.
Akira Hatanaka
2013-03-30
1
-18
/
+7
*
Fix indentation.
Akira Hatanaka
2013-03-30
1
-26
/
+26
*
[mips] Add mips-specific nodes which will be used to select multiply and divide
Akira Hatanaka
2013-03-30
1
-0
/
+6
*
[mips] Define two subclasses of MipsTargetLowering. Mips16TargetLowering is for
Akira Hatanaka
2013-03-13
1
-835
/
+58
*
[mips] Rename function and variable names to start with proper case. Fix typos.
Akira Hatanaka
2013-03-12
1
-530
/
+452
*
DAGCombiner: Use correct value type for checking legality of BR_CC v3
Tom Stellard
2013-03-08
1
-1
/
+4
*
[mips] Custom-legalize BR_JT.
Akira Hatanaka
2013-03-06
1
-1
/
+32
*
[mips] Fix MipsCC::analyzeReturn so that, in soft-float mode, fp128 gets
Akira Hatanaka
2013-03-05
1
-40
/
+49
*
[mips] Fix MipsTargetLowering::LowerCallResult and LowerReturn to correctly
Akira Hatanaka
2013-03-05
1
-14
/
+60
*
[mips] Fix MipsTargetLowering::LowerCall to pass fp128 arguments in floating
Akira Hatanaka
2013-03-05
1
-5
/
+12
*
[mips] Correct handling of fp128 (long double) formals and read long double
Akira Hatanaka
2013-03-05
1
-8
/
+68
*
Mips specific inline assembler constraint 'R'
Jack Carter
2013-03-04
1
-0
/
+5
*
Mips ISD typo
Jia Liu
2013-03-04
1
-1
/
+1
*
Make pseudos FEXT_CCRX16_ins and FEXT_CCRXI16_ins into custom emitters.
Reed Kotler
2013-02-25
1
-0
/
+61
*
Make psuedo FEXT_T8I816_ins into a custom emitter.
Reed Kotler
2013-02-24
1
-0
/
+35
*
Make psuedo FEXT_T8I816_ins a custom inserter. It should be expanded
Reed Kotler
2013-02-24
1
-0
/
+30
*
Expand pseudos/macros for Selt. This is the last of the complex
Reed Kotler
2013-02-23
1
-0
/
+78
*
[mips] Emit call16 operator instead of got_disp. The former allows lazy binding.
Akira Hatanaka
2013-02-22
1
-3
/
+1
*
Fix a nomenclature mistake. Slt->Slti in the functions. The "i" refers
Reed Kotler
2013-02-22
1
-7
/
+7
*
Expand mips16 SelT form pseudso/macros.
Reed Kotler
2013-02-22
1
-0
/
+77
*
Expand the sel pseudo/macro. This generates basic blocks where previously
Reed Kotler
2013-02-21
1
-1
/
+74
*
Update TargetLowering ivars for name policy.
Jim Grosbach
2013-02-20
1
-1
/
+1
*
[mips] Clean up class MipsCCInfo.
Akira Hatanaka
2013-02-15
1
-36
/
+48
*
[mips] Do not use function CC_MipsN_VarArg unless the function being analyzed
Akira Hatanaka
2013-02-05
1
-1
/
+1
*
Move MRI liveouts to Mips return instructions.
Jakob Stoklund Olesen
2013-02-05
1
-15
/
+10
*
[mips] Lower EH_RETURN.
Akira Hatanaka
2013-01-30
1
-0
/
+32
[next]