index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Mips
/
MipsISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mips] Lower EH_RETURN.
Akira Hatanaka
2013-01-30
1
-0
/
+32
*
Teach SDISel to combine fsin / fcos into a fsincos node if the following
Evan Cheng
2013-01-29
1
-0
/
+2
*
Remove addToNoHelperNeeded function that was left unused after r173649. Fixes...
Craig Topper
2013-01-28
1
-6
/
+0
*
Make some code a little simpler.
Reed Kotler
2013-01-28
1
-40
/
+38
*
fix use of std::std. it's ordered set.
Reed Kotler
2013-01-26
1
-3
/
+3
*
MipsISelLowering.cpp: Fill unreachable paths to fix warnings. [-Wsometimes-un...
NAKAMURA Takumi
2013-01-24
1
-0
/
+6
*
MipsISelLowering.cpp: Fix a warning, take two. [-Wunused-variable]
NAKAMURA Takumi
2013-01-24
1
-2
/
+2
*
MipsISelLowering.cpp: Fix a warning. [-Wunused-variable]
NAKAMURA Takumi
2013-01-24
1
-3
/
+5
*
The next phase of Mips16 hard float implementation.
Reed Kotler
2013-01-24
1
-36
/
+239
*
[mips] Clean up code in MipsTargetLowering::LowerCall. No functional change
Akira Hatanaka
2013-01-22
1
-20
/
+12
*
[mips] MipsTargetLowering::getSetCCResultType should return a vector type if
Akira Hatanaka
2013-01-04
1
-1
/
+3
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-5
/
+5
*
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
[next]