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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r235153
Pirama Arumuga Nainar
2015-05-18
1
-27
/
+49
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
1
-39
/
+60
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
1
-93
/
+630
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-201
/
+1088
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-200
/
+581
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
2
-129
/
+146
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
3
-1032
/
+1144
*
Merge remote-tracking branch 'upstream/release_34' into merge-20140211
Stephen Hines
2014-02-11
1
-352
/
+962
|
\
|
*
Merging r195152:
Bill Wendling
2013-11-20
1
-0
/
+36
|
*
[Mips] Support for MicroMips STO refactoring.
Jack Carter
2013-11-19
1
-36
/
+0
|
*
[mips][msa] Fix immediate value of LSA instruction as it was being wrongly en...
Matheus Almeida
2013-11-18
1
-5
/
+57
|
*
Fix bug in .gpword directive parsing.
Vladimir Medic
2013-11-13
1
-4
/
+2
|
*
This patch fixes a bug in floating point operands parsing, when instruction a...
Vladimir Medic
2013-11-13
1
-2
/
+19
|
*
Implement gpword directive for mips, test case added. Stype changes using cla...
Vladimir Medic
2013-11-06
1
-299
/
+313
|
*
[mips][msa] Direct Object Emission support for CTCMSA and CFCMSA.
Matheus Almeida
2013-10-21
1
-1
/
+78
|
*
[mips][msa] Direct Object Emission of INSERT.{B,H,W} instruction.
Matheus Almeida
2013-10-14
1
-0
/
+122
|
*
This reverts 192447 because of compiler warning generated on darwin build.
Matheus Almeida
2013-10-11
1
-121
/
+0
|
*
[mips][msa] Direct Object Emission of INSERT.{B,H,W} instruction.
Matheus Almeida
2013-10-11
1
-0
/
+121
|
*
Add a MCTargetStreamer interface.
Rafael Espindola
2013-10-08
1
-2
/
+8
|
*
Remove some really nasty uses of hasRawTextSupport.
Rafael Espindola
2013-10-05
1
-0
/
+36
|
*
forgot to remove this file as well
Jack Carter
2013-10-04
1
-53
/
+0
|
*
reverting per request
Jack Carter
2013-10-04
1
-19
/
+0
|
*
[MC][AsmParser] Hook for post assembly file processing
Jack Carter
2013-10-04
2
-0
/
+72
|
*
This patch adds aliases for Mips sub instruction with immediate operands. Cor...
Vladimir Medic
2013-10-01
1
-0
/
+22
|
*
[mips][msa] Direct Object Emission support for the MSA instruction set.
Jack Carter
2013-09-25
1
-4
/
+129
|
*
This patch implements Mips load/store instructions from/to coprocessor 2. Tes...
Vladimir Medic
2013-09-16
1
-1
/
+35
|
*
Add an instruction deprecation feature to TableGen.
Joey Gouly
2013-09-12
1
-2
/
+8
|
*
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
*
|
Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807
Stephen Hines
2013-08-07
1
-238
/
+237
|
\
\
|
|
/
|
*
[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
[next]