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
/
AsmParser
/
MipsAsmParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
1
-0
/
+50
*
[mips][microMIPS] Implement ADDIUPC instruction
Jozef Kolek
2015-01-21
1
-0
/
+8
*
Reverted revision 226577.
Jozef Kolek
2015-01-20
1
-49
/
+0
*
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
1
-0
/
+50
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-2
/
+2
*
[mips][microMIPS] Implement BEQZ16 and BNEZ16 instructions
Jozef Kolek
2015-01-12
1
-0
/
+11
*
Replace several 'assert(false' with 'llvm_unreachable' or fold a condition in...
Craig Topper
2015-01-05
1
-3
/
+1
*
Minor cleanup to all the switches after MatchInstructionImpl in all the AsmPa...
Craig Topper
2015-01-03
1
-3
/
+2
*
[mips][microMIPS] Implement CACHE, PREF, SSNOP, EHB and PAUSE instructions
Jozef Kolek
2014-12-23
1
-0
/
+9
*
[mips][microMIPS] Implement LWSP and SWSP instructions
Jozef Kolek
2014-12-23
1
-0
/
+5
*
[mips][microMIPS] Implement SWP and LWP instructions
Zoran Jovanovic
2014-12-16
1
-1
/
+47
*
[mips][microMIPS] Implement SWM16 and LWM16 instructions
Zoran Jovanovic
2014-11-27
1
-0
/
+23
*
[mips][microMIPS] Implement LBU16, LHU16, LW16, SB16, SH16 and SW16 instructions
Jozef Kolek
2014-11-24
1
-0
/
+46
*
[mips][microMIPS] Implement 16-bit instructions registers including ZERO inst...
Jozef Kolek
2014-11-24
1
-0
/
+12
*
[mips][micromips] Implement SWM32 and LWM32 instructions
Zoran Jovanovic
2014-11-19
1
-1
/
+121
*
[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
1
-0
/
+30
*
MCAsmParserExtension has a copy of the MCAsmParser. Use it.
Rafael Espindola
2014-11-11
1
-8
/
+49
*
[mips] Improve error/warning messages and testing for the .cpload assembler d...
Toma Tabacu
2014-11-06
1
-2
/
+11
*
[mips][microMIPS] Implement ANDI16 instruction
Zoran Jovanovic
2014-11-05
1
-0
/
+10
*
Reverted revisions 221351, 221352 and 221353.
Zoran Jovanovic
2014-11-05
1
-10
/
+0
*
[mips][microMIPS] Implement ANDI16 instruction
Zoran Jovanovic
2014-11-05
1
-0
/
+10
*
Revert "[mips] Add names and tests for the hardware registers"
Rafael Espindola
2014-11-04
1
-31
/
+0
*
[mips] Add names and tests for the hardware registers
Vasileios Kalintiris
2014-11-04
1
-0
/
+31
*
[mips] Improve support for the .set mips16/nomips16 assembler directives.
Toma Tabacu
2014-11-04
1
-6
/
+22
*
[mips][microMIPS] Implement ADDIUR1SP instruction
Zoran Jovanovic
2014-10-23
1
-0
/
+10
*
ps][microMIPS] Implement ADDIUR2 instruction
Zoran Jovanovic
2014-10-23
1
-0
/
+9
*
ps][microMIPS] Implement LI16 instruction
Zoran Jovanovic
2014-10-23
1
-0
/
+8
*
[mips][microMIPS] Implement CodeGen support for SLL16 and SRL16 instructions
Zoran Jovanovic
2014-10-23
1
-0
/
+9
*
[mips][microMIPS] Implement microMIPS 16-bit instructions registers
Zoran Jovanovic
2014-10-21
1
-0
/
+19
*
[mips][microMIPS] Implement ADDIUSP instruction
Zoran Jovanovic
2014-10-10
1
-0
/
+9
*
[mips][microMIPS] Implement ADDIUS5 instruction
Zoran Jovanovic
2014-10-10
1
-0
/
+19
*
[mips][microMIPS] Implement JALRS16 instruction
Zoran Jovanovic
2014-10-10
1
-0
/
+1
*
MipsAsmParser.cpp: fix VS2012 build
Hans Wennborg
2014-10-03
1
-1
/
+1
*
[mips] Print warning when using register names not available in N32/64
Daniel Sanders
2014-10-03
1
-0
/
+30
*
[mips] Rename emit and parse functions for the .cpload assembler directive. NFC.
Toma Tabacu
2014-10-01
1
-4
/
+4
*
[mips] Add assembler support for the .set nodsp directive.
Toma Tabacu
2014-09-17
1
-0
/
+17
*
[mips] Improve the error messages given by MipsAsmParser.
Toma Tabacu
2014-09-16
1
-39
/
+42
*
[mips] Use early exit in MipsAsmParser::matchCPURegisterName(). NFC.
Toma Tabacu
2014-09-15
1
-17
/
+18
*
[mips][microMIPS] Implement BGEZALS and BLTZALS instructions
Zoran Jovanovic
2014-09-12
1
-0
/
+2
*
[mips][microMIPS] Implement JALS and JALRS instructions.
Zoran Jovanovic
2014-09-12
1
-4
/
+20
*
Remove a temporary variable and just construct a unique_ptr directly using ma...
Craig Topper
2014-09-12
1
-9
/
+6
*
[mips] Add assembler support for .set mips0 directive.
Toma Tabacu
2014-09-09
1
-0
/
+16
*
[mips] Add assembler support for .set push/pop directive.
Toma Tabacu
2014-09-09
1
-17
/
+84
*
[mips] Change Feature-related types from unsigned to uint64_t in MipsAsmParse...
Toma Tabacu
2014-09-05
1
-2
/
+2
*
[mips] Rename data members and member functions in MipsAssemblerOptions.
Toma Tabacu
2014-09-05
1
-14
/
+14
*
[mips] Rename MipsAsmParser functions to conform to the LLVM Coding Standards...
Toma Tabacu
2014-09-04
1
-61
/
+61
*
Fix some cases where StringRef was being passed by const reference. Remove co...
Craig Topper
2014-08-30
1
-1
/
+1
[prev]
[next]