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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace neverHasSideEffects=1 with hasSideEffects=0 in all .td files.
Craig Topper
2014-11-26
2
-14
/
+14
*
[mips][micromips] Use call instructions with short delay slots
Zoran Jovanovic
2014-11-25
1
-21
/
+49
*
[mips][microMIPS] Fix JRADDIUSP instruction
Jozef Kolek
2014-11-24
1
-1
/
+0
*
[mips][microMIPS] Implement LBU16, LHU16, LW16, SB16, SH16 and SW16 instructions
Jozef Kolek
2014-11-24
5
-0
/
+164
*
[mips][microMIPS] Implement 16-bit instructions registers including ZERO inst...
Jozef Kolek
2014-11-24
3
-0
/
+41
*
[mips][microMIPS] Implement disassembler support for 16-bit instructions
Jozef Kolek
2014-11-24
2
-14
/
+57
*
[mips][microMIPS] This patch implements functionality in MIPS delay slot
Jozef Kolek
2014-11-21
3
-11
/
+53
*
Remove a bunch of unnecessary typecasts to 'const TargetRegisterClass *'
Craig Topper
2014-11-21
3
-15
/
+7
*
Fix more instances of -Wsentinel on Windows with s/NULL/nullptr/
Reid Kleckner
2014-11-20
1
-1
/
+1
*
Add out of line virtual destructors to all LLVMTargetMachine subclasses
Reid Kleckner
2014-11-20
2
-0
/
+3
*
[mips][micromips] Implement SWM32 and LWM32 instructions
Zoran Jovanovic
2014-11-19
10
-6
/
+288
*
[mips][microMIPS] Fix opcodes of MFHC1 and MTHC1 instructions.
Jozef Kolek
2014-11-19
1
-4
/
+4
*
[mips][microMIPS] Implement CodeGen support for 16-bit instruction ADDIUR2.
Jozef Kolek
2014-11-19
1
-0
/
+6
*
[mips][microMIPS] Implement CodeGen support for ADDIUS5 instruction.
Jozef Kolek
2014-11-19
2
-3
/
+10
*
[mips][microMIPS] Implement LWXS instruction.
Jozef Kolek
2014-11-19
2
-0
/
+23
*
[mips][microMIPS] Implement SDBBP and RDHWR instructions.
Jozef Kolek
2014-11-19
4
-4
/
+31
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+2
*
Test commit to verify that commit access works.
Jozef Kolek
2014-11-18
1
-1
/
+1
*
Fix build of Mips code with MSVC by using our macro instead of __attribute__(...
Reid Kleckner
2014-11-14
2
-5
/
+4
*
First stage of call lowering for Mips fast-isel
Reed Kotler
2014-11-13
3
-2
/
+319
*
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
3
-4
/
+10
*
[mips][micromips] Add predicate 'InMicroMips' at CodeGen patterns for microMI...
Zoran Jovanovic
2014-11-12
1
-1
/
+2
*
Pass an ArrayRef to MCDisassembler::getInstruction.
Rafael Espindola
2014-11-12
1
-15
/
+11
*
[mips] Add preliminary support for the MIPS II target.
Vasileios Kalintiris
2014-11-11
3
-5
/
+13
*
[mips] Add hardware register name "hwr_ulr" ($29)
Vasileios Kalintiris
2014-11-11
1
-0
/
+1
*
Recommit "[mips] Add names and tests for the hardware registers"
Vasileios Kalintiris
2014-11-11
2
-2
/
+37
*
MCAsmParserExtension has a copy of the MCAsmParser. Use it.
Rafael Espindola
2014-11-11
1
-8
/
+49
*
Misc style fixes. NFC.
Rafael Espindola
2014-11-10
1
-78
/
+53
*
[mips][microMIPS] Fix issue with delay slot filler and microMIPS
Zoran Jovanovic
2014-11-10
1
-11
/
+19
*
[mips] Fix sret arguments for N32/N64 which were accidentally broken in r221534.
Daniel Sanders
2014-11-10
1
-0
/
+1
*
[mips] Promote i32 arguments to i64 for the N32/N64 ABI and fix <64-bit struc...
Daniel Sanders
2014-11-07
5
-43
/
+143
*
[mips] Removed the remainder of MipsCC. NFC.
Daniel Sanders
2014-11-07
2
-39
/
+24
*
[mips] Remove MipsCC::reservedArgArea() in favour of MipsABIInfo::GetCalleeAl...
Daniel Sanders
2014-11-07
4
-18
/
+29
*
MipsCCState.h: Use LLVM_DELETED_FUNCTION for msc17.
NAKAMURA Takumi
2014-11-07
1
-2
/
+2
*
[mips] Move MipsCCState to a separate file and clang-formatted it.
Daniel Sanders
2014-11-07
4
-199
/
+260
*
[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
4
-15
/
+18
*
[mips] Remove MipsCC::getRegVT(). NFC
Daniel Sanders
2014-11-07
2
-22
/
+0
*
[mips] Remove MipsCC::analyzeCallOperands in favour of CCState::AnalyzeCallOp...
Daniel Sanders
2014-11-07
3
-48
/
+39
*
[mips] Move SpecialCallingConv to MipsCCState and use it from tablegen-erated...
Daniel Sanders
2014-11-07
3
-46
/
+48
*
[mips] Removed IsVarArg from MipsISelLowering::analyzeCallOperands(). NFC.
Daniel Sanders
2014-11-07
2
-8
/
+6
*
[mips] Removed IsSoftFloat from MipsISelLowering::analyzeCallOperands(). NFC
Daniel Sanders
2014-11-06
2
-6
/
+5
*
[mips] Removed MipsISelLowering::analyzeFormalArguments() in favour of CCStat...
Daniel Sanders
2014-11-06
2
-33
/
+8
*
[mips] Tolerate the use of the %z inline asm operand modifier with non-immedi...
Toma Tabacu
2014-11-06
1
-7
/
+5
*
[mips] Add the following MIPS options that control gp-relative addressing of
Sasa Stankovic
2014-11-06
5
-42
/
+111
*
[mips] Improve error/warning messages and testing for the .cpload assembler d...
Toma Tabacu
2014-11-06
1
-2
/
+11
*
ps][microMIPS] Implement CodeGen support for ANDI16 instruction
Zoran Jovanovic
2014-11-05
2
-2
/
+13
*
ps][microMIPS] Implement CodeGen support for SLL16 and SRL16 instructions
Zoran Jovanovic
2014-11-05
2
-9
/
+22
*
[mips][microMIPS] Implement ANDI16 instruction
Zoran Jovanovic
2014-11-05
5
-0
/
+64
[next]