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
*
[multiversion] Switch the TTI queries from TargetMachine to Subtarget
Chandler Carruth
2015-02-01
1
-1
/
+1
*
[multiversion] Switch all of the targets over to use the
Chandler Carruth
2015-02-01
2
-13
/
+13
*
[PM] Switch the TargetMachine interface from accepting a pass manager
Chandler Carruth
2015-01-31
2
-6
/
+7
*
[PM] Change the core design of the TTI analysis to use a polymorphic
Chandler Carruth
2015-01-31
1
-1
/
+1
*
[mips] Manually replace JAL pseudo-instructions with their JALR equivalent, i...
Toma Tabacu
2015-01-30
2
-2
/
+55
*
Get rid of a few calls through the subtarget to get the ABI
Eric Christopher
2015-01-29
3
-15
/
+15
*
Remove most of the TargetMachine::getSubtarget/getSubtargetImpl
Eric Christopher
2015-01-29
20
-309
/
+196
*
Compute the ELF SectionKind from the flags.
Rafael Espindola
2015-01-29
4
-29
/
+19
*
[Mips][Disassembler] When disassembler meets cache/pref instructions for r6 i...
Vladimir Medic
2015-01-29
2
-0
/
+23
*
[mips][microMIPS] Implement SWM and LWM aliases
Zoran Jovanovic
2015-01-28
2
-0
/
+45
*
[mips][microMIPS] Implement LWGP instruction
Jozef Kolek
2015-01-28
6
-1
/
+100
*
[mips] Add range checks and transformation to octeon instructions in AsmParser.
Kai Nacke
2015-01-27
1
-0
/
+78
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
7
-44
/
+43
*
Move the Mips target to storing the ABI in the TargetMachine rather
Eric Christopher
2015-01-26
16
-115
/
+196
*
[mips] Enable arithmetic and binary operations for the i128 data type.
Vasileios Kalintiris
2015-01-26
4
-30
/
+66
*
When disassembler meets compact jump instructions for r6 it crashes as the ac...
Vladimir Medic
2015-01-26
1
-1
/
+0
*
Revert "[mips] Fix assertion on i128 addition/subtraction on MIPS64"
Vasileios Kalintiris
2015-01-26
2
-37
/
+5
*
Correct the header guard for MipsABIInfo.h.
Eric Christopher
2015-01-26
1
-2
/
+2
*
[mips] Fix 'jumpy' debug line info around calls.
Daniel Sanders
2015-01-24
3
-39
/
+35
*
[mips] Fix assertion on i128 addition/subtraction on MIPS64
Daniel Sanders
2015-01-24
2
-5
/
+37
*
[mips] fix spelling of 'disassembler'
Alexei Starovoitov
2015-01-23
1
-3
/
+3
*
[mips] Add new error message and improve testing for parsing the .module dire...
Toma Tabacu
2015-01-23
1
-26
/
+27
*
Reformat.
NAKAMURA Takumi
2015-01-23
1
-3
/
+2
*
MipsAsmParser.cpp: Suppress a warning introduced in r226657. [-Wunused-variable]
NAKAMURA Takumi
2015-01-23
1
-3
/
+2
*
[mips][microMIPS] MicroMIPS 16-bit unconditional branch instruction B
Jozef Kolek
2015-01-21
11
-1
/
+153
*
[mips][microMIPS] Implement ADDIUPC instruction
Jozef Kolek
2015-01-21
6
-0
/
+56
*
[Mips][Disassembler]When disassembler meets load/store from coprocessor 2 ins...
Vladimir Medic
2015-01-21
2
-0
/
+23
*
Reverted revision 226577.
Jozef Kolek
2015-01-20
11
-152
/
+1
*
Silencing a -Wunused-variable warning in non-asserts builds; NFC.
Aaron Ballman
2015-01-20
1
-3
/
+2
*
[mips][microMIPS] MicroMIPS 16-bit unconditional branch instruction B
Jozef Kolek
2015-01-20
11
-1
/
+153
*
[mips] Add octeon branch instructions bbit0/bbit032/bbit1/bbit132
Kai Nacke
2015-01-20
2
-0
/
+83
*
std::unique_ptrify the MCStreamer argument to createAsmPrinter
David Blaikie
2015-01-18
1
-3
/
+5
*
[mips] Remove a redundant semicolon and add space before curly brackets. NFC.
Toma Tabacu
2015-01-16
1
-2
/
+2
*
[mips] Fix a typo in the compare patterns for MIPS32r6/MIPS64r6.
Daniel Sanders
2015-01-15
1
-2
/
+2
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
8
-14
/
+14
*
[mips] Refine octeon instructions seq/seqi/sne/snei
Kai Nacke
2015-01-14
1
-2
/
+4
*
Remove unused predicate.
Eric Christopher
2015-01-14
1
-2
/
+0
*
[mips][microMIPS] Fix issue with 16b instructions in jr instruction delay slot
Jozef Kolek
2015-01-13
1
-5
/
+16
*
[mips][microMIPS] Implement BEQZ16 and BNEZ16 instructions
Jozef Kolek
2015-01-12
10
-0
/
+107
*
[mips] Add support for accessing $gp as a named register.
Daniel Sanders
2015-01-09
2
-0
/
+24
*
[mips] Add comment which explains why we need to change the assembler options...
Toma Tabacu
2015-01-09
1
-0
/
+6
*
Make the TargetMachine in MipsSubtarget a reference rather
Eric Christopher
2015-01-08
3
-15
/
+15
*
Update include - this class doesn't use the target machine, but
Eric Christopher
2015-01-08
1
-1
/
+1
*
Fix a couple of odd formatting issues.
Eric Christopher
2015-01-08
1
-6
/
+4
*
This routine is in InstrInfo, there's no need to access it again.
Eric Christopher
2015-01-08
1
-8
/
+3
*
[SelectionDAG] Allow targets to specify legality of extloads' result
Ahmed Bougacha
2015-01-08
2
-12
/
+15
*
[CodeGen] Use MVT iterator_ranges in legality loops. NFC intended.
Ahmed Bougacha
2015-01-07
1
-10
/
+6
*
Remove dead variable.
Eric Christopher
2015-01-06
2
-2
/
+1
*
Use the same call off of the TargetMachine rather than the subtarget.
Eric Christopher
2015-01-06
1
-1
/
+1
[next]