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
...
*
Add test cases for Mips mthc1/mfhc1 instructions. Add check for odd value of ...
Vladimir Medic
2013-09-10
1
-0
/
+4
*
Remove obsolete code from MipsAsmParser.cpp.
Vladimir Medic
2013-09-10
1
-22
/
+0
*
[mips] Use ptr_rc to simplify definitions of base+index load/store instructions.
Akira Hatanaka
2013-08-28
1
-1
/
+92
*
[mips] Define register class FGRH32 for the high half of the 64-bit floating
Akira Hatanaka
2013-08-20
1
-0
/
+15
*
[mips] Fix bug in parsing accumulator registers.
Akira Hatanaka
2013-08-14
1
-2
/
+2
*
[mips] Use register operands instead of register classes in DSP instruction
Akira Hatanaka
2013-08-14
1
-1
/
+83
*
This patch introduces changes to MipsAsmParser register parsing routines. The...
Vladimir Medic
2013-08-13
1
-176
/
+146
*
[mips] Rename accumulator register classes and FP register operands.
Akira Hatanaka
2013-08-08
1
-7
/
+7
*
[mips] Delete register class HWRegs64.
Akira Hatanaka
2013-08-08
1
-39
/
+0
*
[mips] Rename register classes CPURegs and CPU64Regs.
Akira Hatanaka
2013-08-06
1
-23
/
+23
*
[mips] Mark instructions defined in Mips64InstrInfo.td that are duplicates of
Akira Hatanaka
2013-08-06
1
-3
/
+0
*
[mips] Replace usages of register classes with register operands. Also, remove
Akira Hatanaka
2013-08-06
1
-2
/
+44
*
This patch implements parsing of mips FCC register operands. The example inst...
Vladimir Medic
2013-07-30
1
-1
/
+42
*
[mips] Make MipsAsmParser::parseCCRRegs return NoMatch instead of ParseFail
Akira Hatanaka
2013-07-24
1
-2
/
+2
*
Split generated asm mnemonic matching table into a separate table for each as...
Craig Topper
2013-07-24
1
-1
/
+1
*
[mips] Fix MipsAsmParser::parseCCRRegs.
Akira Hatanaka
2013-07-22
1
-17
/
+10
*
This patch extends mips register parsing methods to allow indexed register pa...
Vladimir Medic
2013-07-18
1
-0
/
+12
*
This patch checks for valid mnemonics at the beginning of parseInstruction me...
Vladimir Medic
2013-07-17
1
-0
/
+5
*
This patch represents Mips utilization of r186388 code that alows asm matche...
Vladimir Medic
2013-07-16
1
-127
/
+10
*
This patch introduces RegisterOperand class into Mips FPU instruction defini...
Vladimir Medic
2013-06-24
1
-54
/
+83
*
Optimize register parsing for MipsAsmParser. Allow symbolic aliases for FPU r...
Vladimir Medic
2013-06-20
1
-48
/
+58
*
The RenderMethod field in RegisterOperand class sets the name of the method o...
Vladimir Medic
2013-06-19
1
-14
/
+1
*
Use pointers to the MCAsmInfo and MCRegInfo.
Bill Wendling
2013-06-18
1
-1
/
+1
*
Test commit for user vmedic, to verify commit access. One line of comment is ...
Vladimir Medic
2013-06-04
1
-1
/
+1
*
Mips assembler: Improve set register alias handling
Jack Carter
2013-05-28
1
-5
/
+28
*
Mips assembler: .set reorder support
Jack Carter
2013-04-25
1
-0
/
+13
*
Mips assembler: formatting and comment changes.
Jack Carter
2013-04-18
1
-302
/
+294
*
Fix -Werror build.
Evgeniy Stepanov
2013-04-17
1
-0
/
+2
*
Mips assembler: Enable handling of nested expressions
Jack Carter
2013-04-17
1
-108
/
+200
*
Mips assembler: Explicit floating point condition register recognition.
Jack Carter
2013-04-15
1
-0
/
+3
*
This patch that enables the Mips assembler to use symbols for offset for inst...
Jack Carter
2013-03-22
1
-17
/
+150
*
This patch enables the Mips .set directive to define aliases
Jack Carter
2013-03-21
1
-6
/
+93
*
Silence anonymous type in anonymous union warnings.
Eric Christopher
2013-03-15
1
-18
/
+23
*
Mips specific standalone assembler addressing mode %hi and %lo.
Jack Carter
2013-02-21
1
-0
/
+5
*
ELF symbol table field st_other support,
Jack Carter
2013-02-20
1
-85
/
+84
*
MCParser: Update method names per coding guidelines.
Jim Grosbach
2013-02-20
1
-19
/
+19
*
This patch implements parsing the .word
Jack Carter
2013-01-25
1
-7
/
+42
*
This is a resubmittal. For some reason it broke the bots yesterday
Jack Carter
2013-01-17
1
-1
/
+7
*
reverting 172579
Jack Carter
2013-01-16
1
-4
/
+1
*
Akira,
Jack Carter
2013-01-16
1
-1
/
+4
*
MipsAsmParser: Try to unbreak tests to add extra check.
NAKAMURA Takumi
2013-01-12
1
-2
/
+2
*
This patch tackles the problem of parsing Mips
Jack Carter
2013-01-12
1
-77
/
+253
*
Change SMRange to be half-open (exclusive end) instead of closed (inclusive)
Jordan Rose
2013-01-07
1
-27
/
+23
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
[ms-inline asm] Add support for creating AsmRewrites in the target specific
Chad Rosier
2012-10-25
1
-2
/
+3
*
[ms-inline asm] Remove the MatchInstruction() function. Previously, this was
Chad Rosier
2012-10-13
1
-6
/
+7
*
[ms-inline asm] Use the new API introduced in r165830 in lieu of the
Chad Rosier
2012-10-12
1
-4
/
+1
*
Initial assembler implementation of Mips load address macro
Jack Carter
2012-10-09
1
-4
/
+96
*
Improvements to MIPS64 assembler:
David Chisnall
2012-10-09
1
-42
/
+77
*
Minor changes based on post commit review:
Jack Carter
2012-10-06
1
-29
/
+30
[prev]
[next]