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] Fix 'jumpy' debug line info around calls.
Daniel Sanders
2015-01-24
1
-19
/
+19
*
[mips] Add support for accessing $gp as a named register.
Daniel Sanders
2015-01-09
1
-0
/
+22
*
[SelectionDAG] Allow targets to specify legality of extloads' result
Ahmed Bougacha
2015-01-08
1
-7
/
+10
*
[mips][microMIPS] Fix bugs related to atomic SC/LL instructions
Jozef Kolek
2014-12-18
1
-4
/
+8
*
[mips] Enable code generation for MIPS-III.
Vasileios Kalintiris
2014-12-12
1
-0
/
+6
*
[mips] Support SELECT nodes for targets that don't have conditional-move inst...
Vasileios Kalintiris
2014-12-12
1
-0
/
+90
*
[mips] Fix passing of small structures for big-endian O32.
Daniel Sanders
2014-12-02
1
-0
/
+16
*
Fix build of Mips code with MSVC by using our macro instead of __attribute__(...
Reid Kleckner
2014-11-14
1
-4
/
+3
*
First stage of call lowering for Mips fast-isel
Reed Kotler
2014-11-13
1
-0
/
+5
*
We can get the TLOF from the TargetMachine - so constructor no longer require...
Aditya Nandakumar
2014-11-13
1
-1
/
+1
*
This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...
Aditya Nandakumar
2014-11-13
1
-1
/
+1
*
[mips] Promote i32 arguments to i64 for the N32/N64 ABI and fix <64-bit struc...
Daniel Sanders
2014-11-07
1
-29
/
+94
*
[mips] Removed the remainder of MipsCC. NFC.
Daniel Sanders
2014-11-07
1
-21
/
+18
*
[mips] Remove MipsCC::reservedArgArea() in favour of MipsABIInfo::GetCalleeAl...
Daniel Sanders
2014-11-07
1
-13
/
+14
*
[mips] Move MipsCCState to a separate file and clang-formatted it.
Daniel Sanders
2014-11-07
1
-199
/
+1
*
[mips] Fix unused variable warnings introduced in r221521
Daniel Sanders
2014-11-07
1
-9
/
+0
*
[mips] Remove remaining use of MipsCC::intArgRegs() in favour of MipsABIInfo:...
Daniel Sanders
2014-11-07
1
-12
/
+6
*
[mips] Remove MipsCC::getRegVT(). NFC
Daniel Sanders
2014-11-07
1
-15
/
+0
*
[mips] Remove MipsCC::analyzeCallOperands in favour of CCState::AnalyzeCallOp...
Daniel Sanders
2014-11-07
1
-44
/
+32
*
[mips] Move SpecialCallingConv to MipsCCState and use it from tablegen-erated...
Daniel Sanders
2014-11-07
1
-30
/
+35
*
[mips] Removed IsVarArg from MipsISelLowering::analyzeCallOperands(). NFC.
Daniel Sanders
2014-11-07
1
-7
/
+5
*
[mips] Removed IsSoftFloat from MipsISelLowering::analyzeCallOperands(). NFC
Daniel Sanders
2014-11-06
1
-4
/
+4
*
[mips] Removed MipsISelLowering::analyzeFormalArguments() in favour of CCStat...
Daniel Sanders
2014-11-06
1
-30
/
+8
*
[mips] Add the following MIPS options that control gp-relative addressing of
Sasa Stankovic
2014-11-06
1
-21
/
+12
*
[mips] Remove unused prototype and variable. NFC.
Daniel Sanders
2014-11-03
1
-1
/
+0
*
Re-commit r221056 and others with fix, "[mips] Move F128 argument handling in...
Daniel Sanders
2014-11-02
1
-119
/
+166
*
Revert r221056 and others, "[mips] Move F128 argument handling into MipsCCSta...
NAKAMURA Takumi
2014-11-02
1
-157
/
+119
*
Renamed CCState members that appear to misspell 'Processed' as 'Proceed'. NFC.
Daniel Sanders
2014-11-01
1
-2
/
+2
*
[mips] Move all ByVal handling into CCState and tablegen-erated code. NFC.
Daniel Sanders
2014-11-01
1
-93
/
+83
*
[mips] Fix unused variable warning introduced in r221056
Daniel Sanders
2014-11-01
1
-1
/
+0
*
[mips] Remove ByValArgInfo::Address in favour of CCValAssign::getMemLocOffset...
Daniel Sanders
2014-11-01
1
-19
/
+18
*
[mips] Move F128 argument handling into MipsCCState as we did for returns. NFC.
Daniel Sanders
2014-11-01
1
-26
/
+75
*
[mips] Remove MipsCC::CCInfo. NFC.
Daniel Sanders
2014-11-01
1
-33
/
+32
*
[mips] Removed MipsCC::fixedArgFn(). NFC
Daniel Sanders
2014-11-01
1
-21
/
+15
*
[tablegen] Add CustomCallingConv and use it to tablegen-erate the outermost p...
Daniel Sanders
2014-11-01
1
-14
/
+5
*
[mips] Return {f128} correctly for N32/N64.
Daniel Sanders
2014-10-07
1
-2
/
+6
*
[mips] For indirect calls we don't need $gp to point to .got. Mips linker
Sasa Stankovic
2014-10-01
1
-8
/
+20
*
Fix unused variable warning added in r218509
Daniel Sanders
2014-09-26
1
-1
/
+0
*
[mips] Generalize the handling of f128 return values to support f128 arguments.
Daniel Sanders
2014-09-26
1
-25
/
+73
*
[mips] Add CCValAssign::[ASZ]ExtUpper and CCPromoteToUpperBitsInType and hand...
Daniel Sanders
2014-09-25
1
-4
/
+74
*
constify the TargetMachine being passed through the Mips subtarget
Eric Christopher
2014-09-19
1
-2
/
+2
*
[mips] Remove custom versions of CCState::AnalyzeReturn() and CCState::Analyz...
Daniel Sanders
2014-09-18
1
-43
/
+10
*
[mips] Return an ArrayRef from MipsCC::intArgRegs() and remove MipsCC::numInt...
Daniel Sanders
2014-09-10
1
-20
/
+18
*
[mips] Move MipsTargetLowering::MipsCC::regSize() to MipsSubtarget::getGPRSiz...
Daniel Sanders
2014-09-09
1
-29
/
+31
*
[mips] Don't cache IsO32 and IsFP64 in MipsTargetLowering::MipsCC
Daniel Sanders
2014-09-09
1
-19
/
+24
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
1
-0
/
+1
*
Fix some cases where StringRef was being passed by const reference. Remove co...
Craig Topper
2014-08-30
1
-2
/
+2
*
Fix typos:
Sylvestre Ledru
2014-08-11
1
-1
/
+1
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
1
-1
/
+0
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
1
-0
/
+1
[next]