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
*
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
/
+4
*
Rename the MIPS routine abiUsesSoftFloat -> useSoftFloat to match
Eric Christopher
2015-05-07
1
-2
/
+2
*
Change getTargetNodeName() to produce compiler warnings for missing cases, fi...
Matthias Braun
2015-05-07
1
-2
/
+26
*
[mips] Correct 128-bit shifts on 64-bit targets.
Daniel Sanders
2015-04-29
1
-5
/
+5
*
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
Sergey Dmitrouk
2015-04-28
1
-64
/
+76
*
Revert "[DebugInfo] Add debug locations to constant SD nodes"
Daniel Jasper
2015-04-28
1
-76
/
+64
*
[DebugInfo] Add debug locations to constant SD nodes
Sergey Dmitrouk
2015-04-28
1
-64
/
+76
*
[MIPS] OperationAction for FP_TO_FP16, FP16_TO_FP
Pirama Arumuga Nainar
2015-04-20
1
-2
/
+22
*
Allow memory intrinsics to be tail calls
Krzysztof Parzyszek
2015-04-13
1
-0
/
+1
*
[mips] Distinguish 'R', 'ZC', and 'm' inline assembly memory constraint.
Daniel Sanders
2015-03-24
1
-0
/
+4
*
Fix sign extension for MIPS64 in makeLibCall function
Petar Jovanovic
2015-03-23
1
-0
/
+9
*
Have getCallPreservedMask and getThisCallPreservedMask take a
Eric Christopher
2015-03-11
1
-1
/
+2
*
[mips] Specify the correct value type when combining a CMovFP node.
Vasileios Kalintiris
2015-03-04
1
-4
/
+2
*
[mips] Optimize conditional moves where RHS is zero.
Vasileios Kalintiris
2015-03-02
1
-0
/
+32
*
getRegForInlineAsmConstraint wants to use TargetRegisterInfo for
Eric Christopher
2015-02-26
1
-4
/
+5
*
CodeGen: convert CCState interface to using ArrayRefs
Tim Northover
2015-02-21
1
-18
/
+16
*
AArch64: Safely handle the incoming sret call argument.
Andrew Trick
2015-02-16
1
-2
/
+5
*
MathExtras: Bring Count(Trailing|Leading)Ones and CountPopulation in line wit...
Benjamin Kramer
2015-02-12
1
-1
/
+1
*
Only access TLOF via the TargetMachine, not TargetLowering.
Eric Christopher
2015-02-03
1
-7
/
+8
*
Remove most of the TargetMachine::getSubtarget/getSubtargetImpl
Eric Christopher
2015-01-29
1
-103
/
+57
*
Move the Mips target to storing the ABI in the TargetMachine rather
Eric Christopher
2015-01-26
1
-7
/
+20
*
[mips] Enable arithmetic and binary operations for the i128 data type.
Vasileios Kalintiris
2015-01-26
1
-26
/
+28
*
[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
[next]