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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow {e,r}bp as the target of {read,write}_register.
Pat Gavlin
2015-07-09
1
-1
/
+2
*
Re-instate the EVT parameter to getScalarShiftAmountTy() for OOT user
Mehdi Amini
2015-07-09
1
-1
/
+1
*
Make isLegalAddressingMode() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-2
/
+2
*
Make TargetLowering::getShiftAmountTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-1
/
+3
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-1
/
+2
*
[TargetLowering] StringRefize asm constraint getters.
Benjamin Kramer
2015-07-05
1
-6
/
+4
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
Add address space argument to isLegalAddressingMode
Matt Arsenault
2015-06-01
1
-1
/
+2
*
Migrate existing backends that care about software floating point
Eric Christopher
2015-05-12
1
-0
/
+1
*
Change getTargetNodeName() to produce compiler warnings for missing cases, fi...
Matthias Braun
2015-05-07
1
-1
/
+1
*
[mips] Distinguish 'R', 'ZC', and 'm' inline assembly memory constraint.
Daniel Sanders
2015-03-24
1
-2
/
+5
*
Fix sign extension for MIPS64 in makeLibCall function
Petar Jovanovic
2015-03-23
1
-0
/
+2
*
Make each target map all inline assembly memory constraints to InlineAsm::Con...
Daniel Sanders
2015-03-16
1
-0
/
+6
*
getRegForInlineAsmConstraint wants to use TargetRegisterInfo for
Eric Christopher
2015-02-26
1
-3
/
+4
*
Remove most of the TargetMachine::getSubtarget/getSubtargetImpl
Eric Christopher
2015-01-29
1
-0
/
+3
*
[mips] Fix 'jumpy' debug line info around calls.
Daniel Sanders
2015-01-24
1
-18
/
+14
*
[mips] Add support for accessing $gp as a named register.
Daniel Sanders
2015-01-09
1
-0
/
+2
*
[mips] Support SELECT nodes for targets that don't have conditional-move inst...
Vasileios Kalintiris
2014-12-12
1
-0
/
+3
*
[mips] Removed the remainder of MipsCC. NFC.
Daniel Sanders
2014-11-07
1
-18
/
+6
*
[mips] Remove MipsCC::reservedArgArea() in favour of MipsABIInfo::GetCalleeAl...
Daniel Sanders
2014-11-07
1
-5
/
+2
*
[mips] Remove remaining use of MipsCC::intArgRegs() in favour of MipsABIInfo:...
Daniel Sanders
2014-11-07
1
-3
/
+0
*
[mips] Remove MipsCC::getRegVT(). NFC
Daniel Sanders
2014-11-07
1
-7
/
+0
*
[mips] Remove MipsCC::analyzeCallOperands in favour of CCState::AnalyzeCallOp...
Daniel Sanders
2014-11-07
1
-4
/
+0
*
[mips] Move SpecialCallingConv to MipsCCState and use it from tablegen-erated...
Daniel Sanders
2014-11-07
1
-7
/
+0
*
[mips] Removed IsVarArg from MipsISelLowering::analyzeCallOperands(). NFC.
Daniel Sanders
2014-11-07
1
-1
/
+1
*
[mips] Removed IsSoftFloat from MipsISelLowering::analyzeCallOperands(). NFC
Daniel Sanders
2014-11-06
1
-2
/
+1
*
[mips] Removed MipsISelLowering::analyzeFormalArguments() in favour of CCStat...
Daniel Sanders
2014-11-06
1
-3
/
+0
*
[mips] Add the following MIPS options that control gp-relative addressing of
Sasa Stankovic
2014-11-06
1
-0
/
+15
*
[mips] Remove unused prototype and variable. NFC.
Daniel Sanders
2014-11-03
1
-4
/
+0
*
Re-commit r221056 and others with fix, "[mips] Move F128 argument handling in...
Daniel Sanders
2014-11-02
1
-34
/
+7
*
Revert r221056 and others, "[mips] Move F128 argument handling into MipsCCSta...
NAKAMURA Takumi
2014-11-02
1
-7
/
+34
*
[mips] Move all ByVal handling into CCState and tablegen-erated code. NFC.
Daniel Sanders
2014-11-01
1
-33
/
+7
*
[mips] Remove ByValArgInfo::Address in favour of CCValAssign::getMemLocOffset...
Daniel Sanders
2014-11-01
1
-9
/
+8
*
[mips] Move F128 argument handling into MipsCCState as we did for returns. NFC.
Daniel Sanders
2014-11-01
1
-1
/
+0
*
[mips] Remove MipsCC::CCInfo. NFC.
Daniel Sanders
2014-11-01
1
-9
/
+9
*
[mips] Removed MipsCC::fixedArgFn(). NFC
Daniel Sanders
2014-11-01
1
-8
/
+3
*
[tablegen] Add CustomCallingConv and use it to tablegen-erate the outermost p...
Daniel Sanders
2014-11-01
1
-3
/
+0
*
[mips] For indirect calls we don't need $gp to point to .got. Mips linker
Sasa Stankovic
2014-10-01
1
-1
/
+2
*
[mips] Generalize the handling of f128 return values to support f128 arguments.
Daniel Sanders
2014-09-26
1
-4
/
+4
*
constify the TargetMachine being passed through the Mips subtarget
Eric Christopher
2014-09-19
1
-4
/
+6
*
[mips] Remove custom versions of CCState::AnalyzeReturn() and CCState::Analyz...
Daniel Sanders
2014-09-18
1
-7
/
+0
*
[mips] Return an ArrayRef from MipsCC::intArgRegs() and remove MipsCC::numInt...
Daniel Sanders
2014-09-10
1
-4
/
+1
*
[mips] Move MipsTargetLowering::MipsCC::regSize() to MipsSubtarget::getGPRSiz...
Daniel Sanders
2014-09-09
1
-3
/
+0
*
[mips] Don't cache IsO32 and IsFP64 in MipsTargetLowering::MipsCC
Daniel Sanders
2014-09-09
1
-4
/
+4
*
Fix some cases where StringRef was being passed by const reference. Remove co...
Craig Topper
2014-08-30
1
-1
/
+1
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-3
/
+3
*
[mips][PR19612] Fix va_arg for big-endian mode.
Daniel Sanders
2014-08-01
1
-0
/
+1
*
In preparation for replacing the whole subtarget on the target machine,
Eric Christopher
2014-07-18
1
-4
/
+8
*
The subtarget in MipsTargetLowering isn't going to change and
Eric Christopher
2014-07-18
1
-1
/
+1
[next]