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
*
set register class properly for mips16 here
Reed Kotler
2012-12-20
1
-1
/
+2
*
This assert is overly restrictive and does not work for mips16.
Reed Kotler
2012-12-20
1
-1
/
+0
*
This code implements most of mips16 hardfloat as it is done by gcc.
Reed Kotler
2012-12-15
1
-0
/
+44
*
Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.
Patrik Hagglund
2012-12-13
1
-3
/
+3
*
[mips] Do not copy GOT address to register $gp if the function being called has
Akira Hatanaka
2012-12-13
1
-4
/
+9
*
Sorry about the churn. One more change to getOptimalMemOpType() hook. Did I
Evan Cheng
2012-12-12
1
-1
/
+2
*
- Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term.
Evan Cheng
2012-12-12
1
-1
/
+1
*
Revert EVT->MVT changes, r169836-169851, due to buildbot failures.
Patrik Hagglund
2012-12-11
1
-3
/
+3
*
Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.
Patrik Hagglund
2012-12-11
1
-3
/
+3
*
Some enhancements for memcpy / memset inline expansion.
Evan Cheng
2012-12-10
1
-1
/
+4
*
[mips] Delete nodes and instructions for dynamic alloca that are no longer in
Akira Hatanaka
2012-12-07
1
-1
/
+0
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-8
/
+8
*
[mips] Generate big GOT code.
Akira Hatanaka
2012-11-21
1
-3
/
+13
*
[mips] Simplify lowering functions in MipsISelLowering.cpp by using the helper
Akira Hatanaka
2012-11-21
1
-148
/
+32
*
[mips] Add helper functions that create nodes for computing address.
Akira Hatanaka
2012-11-21
1
-0
/
+65
*
[mips] Add command line option "-mxgot".
Akira Hatanaka
2012-11-21
1
-0
/
+4
*
[mips] When a node which loads from a GOT is created, pass a MachinePointerInfo
Akira Hatanaka
2012-11-21
1
-4
/
+6
*
Initial implementation of MipsTargetLowering::isLegalAddressingMode.
Akira Hatanaka
2012-11-17
1
-0
/
+20
*
[mips] Custom-lower ISD::FRAME_TO_ARGS_OFFSET node.
Akira Hatanaka
2012-11-07
1
-0
/
+26
*
Delete MipsFunctionInfo::NextStackOffset. No functionality change intended.
Akira Hatanaka
2012-11-07
1
-3
/
+2
*
[mips] Add member field MipsFunctionInfo::IncomingArgSize which holds the size
Akira Hatanaka
2012-11-02
1
-0
/
+1
*
[mips] Allow tail-call optimization for vararg functions and functions which
Akira Hatanaka
2012-10-30
1
-13
/
+17
*
Add code for saving formal argument information to MipsFunctionInfo. This
Akira Hatanaka
2012-10-30
1
-0
/
+2
*
Add definition of function MipsTargetLowering::passArgOnStack which emits nodes
Akira Hatanaka
2012-10-30
1
-0
/
+18
*
Do not do tail-call optimization if target is mips16.
Akira Hatanaka
2012-10-30
1
-0
/
+4
*
Expand all atomic ops for mips16.
Reed Kotler
2012-10-29
1
-2
/
+23
*
[mips] Do not tail-call optimize vararg functions or functions with byval
Akira Hatanaka
2012-10-27
1
-8
/
+6
*
[mips] Make sure FuncArg doesn't advance when OrigArgIndex is the same as in the
Akira Hatanaka
2012-10-27
1
-1
/
+4
*
Use the methods and classes that were added to simplify LowerCall and
Akira Hatanaka
2012-10-27
1
-413
/
+41
*
Add method MipsTargetLowering::writeVarArgRegs which copies argument registers
Akira Hatanaka
2012-10-27
1
-0
/
+45
*
Add method MipsTargetLowering::passByValArg.
Akira Hatanaka
2012-10-27
1
-0
/
+97
*
Add method MipsTargetLowering::copyByValRegs.
Akira Hatanaka
2012-10-27
1
-0
/
+43
*
Add class MipsCC which provides methods used to analyze formal and call
Akira Hatanaka
2012-10-26
1
-0
/
+128
*
Delete MipsFunctionInfo::InArgFIRange.
Akira Hatanaka
2012-10-26
1
-2
/
+0
*
[mips] Make sure sret argument is returned in register V0.
Akira Hatanaka
2012-10-24
1
-2
/
+3
*
[mips] Use 64-bit registers to return an sret pointer if target ABI is N64.
Akira Hatanaka
2012-10-19
1
-2
/
+4
*
[mips] Add code to do tail call optimization.
Akira Hatanaka
2012-10-19
1
-5
/
+39
*
[mips] Delete MipsFunctionInfo::MaxCallFrameSize which is no longer used.
Akira Hatanaka
2012-10-19
1
-4
/
+0
*
Add node and enum for mips tail call.
Akira Hatanaka
2012-10-19
1
-0
/
+1
*
Implement MipsTargetLowering::CanLowerReturn.
Akira Hatanaka
2012-10-10
1
-1
/
+16
*
Patch for integer multiply, signed/unsigned, long/long long.
Reed Kotler
2012-10-05
1
-2
/
+4
*
MIPS DSP: Branch on Greater Than or Equal To Value 32 in DSPControl Pos Field...
Akira Hatanaka
2012-09-27
1
-0
/
+66
*
MIPS DSP: all the remaining instructions which read or write accumulators.
Akira Hatanaka
2012-09-27
1
-0
/
+60
*
MIPS DSP: add support for extract-word instructions.
Akira Hatanaka
2012-09-27
1
-0
/
+87
*
Add MIPS DSP register classes. Set actions of DSP vector operations and override
Akira Hatanaka
2012-09-21
1
-0
/
+39
*
SelectionDAG node enums for MIPS DSP nodes.
Akira Hatanaka
2012-09-21
1
-0
/
+14
*
Handled unaligned load/stores properly in Mips16
Akira Hatanaka
2012-09-15
1
-2
/
+7
*
Misc.
Akira Hatanaka
2012-09-12
1
-3
/
+6
*
Fix PR11985
Michael Liao
2012-09-12
1
-4
/
+4
*
Stop casting away const qualifier needlessly.
Roman Divacky
2012-09-05
1
-1
/
+1
[next]