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
...
*
[mips] Add assembler support for '.set mipsX'.
Daniel Sanders
2014-08-04
1
-3
/
+95
*
Avoid resetting the UseSoftFloat and FloatABIType on the TargetMachine
Eric Christopher
2014-07-18
1
-1
/
+1
*
[mips] Correct .MIPS.abiflags fp_abi field for -mfpxx and without .module
Daniel Sanders
2014-07-15
1
-1
/
+1
*
[mips] Correct the AFL_FLAGS1_ODDSPREG flag in .MIPS.abiflags when no '.modul...
Daniel Sanders
2014-07-14
1
-3
/
+3
*
[mips] Add support for -modd-spreg/-mno-odd-spreg
Daniel Sanders
2014-07-10
1
-31
/
+77
*
Fix r212522 - [mips] Improve encapsulation of the .MIPS.abiflags implementati...
Daniel Sanders
2014-07-08
1
-0
/
+3
*
[mips] Improve encapsulation of the .MIPS.abiflags implementation and limit s...
Daniel Sanders
2014-07-08
1
-68
/
+75
*
Mips.abiflags is a new implicitly generated section that will be present on ...
Vladimir Medic
2014-07-08
1
-44
/
+189
*
[mips] Implementation of dli.
Matheus Almeida
2014-06-19
1
-7
/
+90
*
[mips] Small update to the logic behind the expansion of assembly pseudo inst...
Matheus Almeida
2014-06-19
1
-9
/
+20
*
[mips] Fix expansion of memory operation if destination register is not a GPR.
Matheus Almeida
2014-06-18
1
-4
/
+29
*
[mips] Report correct location when "erroring" about the use of $at when it's...
Matheus Almeida
2014-06-18
1
-6
/
+13
*
[mips] Access $at only if necessary.
Matheus Almeida
2014-06-18
1
-3
/
+6
*
[mips] Update MipsAsmParser so that it's possible to handle immediates that s...
Matheus Almeida
2014-06-18
1
-0
/
+2
*
[mips] Remove the last usage of parseRegister from MipsAsmParser.
Matheus Almeida
2014-06-18
1
-29
/
+33
*
[mips][mips64r6] ssnop is deprecated on MIPS32r6/MIPS64r6
Daniel Sanders
2014-06-16
1
-0
/
+14
*
[mips][mips64r6] [ls][wd]c2 were re-encoded with 11-bit signed immediates rat...
Daniel Sanders
2014-06-16
1
-0
/
+10
*
[mips][mips64r6] bc1[tf] are not available on MIPS32r6/MIPS64r6
Daniel Sanders
2014-06-12
1
-1
/
+11
*
[mips] Implement jr.hb and jalr.hb (Jump Register and Jump and Link Register ...
Matheus Almeida
2014-06-11
1
-0
/
+25
*
AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperand
David Blaikie
2014-06-08
1
-115
/
+101
*
[mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_PCLO16
Zoran Jovanovic
2014-05-27
1
-0
/
+2
*
[mips] Implement l[wd]c3, and s[wd]c3.
Daniel Sanders
2014-05-08
1
-1
/
+18
*
[mips] Move expansion of .cpsetup to target streamer.
Matheus Almeida
2014-05-01
1
-51
/
+1
*
[mips] Add support for .cpload.
Matheus Almeida
2014-04-30
1
-0
/
+32
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-14
/
+14
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-3
/
+3
*
Create MCTargetOptions.
Evgeniy Stepanov
2014-04-23
1
-1
/
+2
*
[mips] Clang-format MipsAsmParser.
Matheus Almeida
2014-04-22
1
-33
/
+32
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
1
-0
/
+2
*
[mips] Add initial support for NaN2008 in the back-end.
Matheus Almeida
2014-04-16
1
-0
/
+24
*
MipsAsmParser.cpp: Fix vg_leak in MipsOperand::CreateMem(). Mem.Base is manag...
NAKAMURA Takumi
2014-04-15
1
-0
/
+16
*
MipsAsmParser::ParseRegister(): Be responsible to delete an Operand on a temp...
NAKAMURA Takumi
2014-04-15
1
-0
/
+2
*
Current definition of subtract with immediate instruction aliases uses CodeGe...
Vladimir Medic
2014-04-15
1
-28
/
+0
*
[mips] Extend MipsMCExpr class to handle %higher(sym1 - sym2 + const) and
Sasa Stankovic
2014-04-03
1
-25
/
+26
*
[mips] Renamed ParseAnyRegisterWithoutDollar to MatchAnyRegisterWithoutDollar
Daniel Sanders
2014-04-01
1
-8
/
+14
*
[mips] Extend ParseJumpTarget to support the full symbol expression syntax.
Daniel Sanders
2014-04-01
1
-27
/
+6
*
[mips] Use AsmLexer::peekTok() to resolve the conflict between $reg and $sym
Daniel Sanders
2014-04-01
1
-15
/
+10
*
[mips] Hoist Parser.Lex() calls out of MatchAnyRegisterNameWithoutDollar()
Daniel Sanders
2014-04-01
1
-9
/
+8
*
[mips] Rewrite MipsAsmParser and MipsOperand.
Daniel Sanders
2014-04-01
1
-932
/
+704
*
Revert: [mips] Rewrite MipsAsmParser and MipsOperand.' due to buildbot errors...
Daniel Sanders
2014-03-31
1
-704
/
+932
*
[mips] Rewrite MipsAsmParser and MipsOperand.
Daniel Sanders
2014-03-31
1
-932
/
+704
*
[mips] Fix use of uninitialized value reported by the sanitizer-x86_64-linux-...
Daniel Sanders
2014-03-31
1
-0
/
+2
*
[mips] Implement missing relocations in the integrated assembler.
Daniel Sanders
2014-03-31
1
-0
/
+8
*
Capitalize the D in parseDirectiveGpDWord.
Rafael Espindola
2014-03-31
1
-4
/
+4
*
Parse .gpdword and convert another llc -filetype=obj test.
Rafael Espindola
2014-03-28
1
-1
/
+22
*
[mips] Some uses of isMips64()/hasMips64() are really tests for 64-bit GPR's
Daniel Sanders
2014-03-27
1
-15
/
+14
*
[mips] Attempting to use register $32 should be an error instead of an assert...
Daniel Sanders
2014-03-27
1
-1
/
+1
*
[mips] Add support for .cpsetup
Daniel Sanders
2014-03-27
1
-0
/
+133
*
[mips] Add support to the '.dword' directive.
Matheus Almeida
2014-03-26
1
-0
/
+5
*
[mips] Rename function in MipsAsmParser.
Matheus Almeida
2014-03-26
1
-4
/
+4
[prev]
[next]