index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Mips
/
AsmParser
/
MipsAsmParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
*
Minor changes based on post commit review:
Jack Carter
2012-10-05
1
-13
/
+12
*
[ms-inline asm] Add a few typedefs to simplify future changes.
Chad Rosier
2012-10-05
1
-1
/
+1
*
Implement methods that enable expansion of load immediate
Jack Carter
2012-10-04
1
-28
/
+103
*
This patch is a partial implementation of mips .set assembler directive. Dire...
Jack Carter
2012-10-04
1
-43
/
+238
*
[ms-inline asm] Add the convertToMapAndConstraints() function that is used to
Chad Rosier
2012-10-01
1
-2
/
+5
*
Rather then have a wrapper function, have tblgen instantiate the implementation.
Chad Rosier
2012-09-24
1
-17
/
+0
*
Rather then have a wrapper function, have tblgen instantiate the implementation.
Chad Rosier
2012-09-24
1
-4
/
+0
*
[ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.
Chad Rosier
2012-09-21
1
-0
/
+4
*
Make helper function static.
Benjamin Kramer
2012-09-10
1
-2
/
+1
[next]