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 support to '.set mips64'.
Matheus Almeida
2014-03-26
1
-0
/
+6
*
[mips] Add support to '.set mips64r2'.
Matheus Almeida
2014-03-26
1
-0
/
+6
*
[mips] Hoist common functionality into a new function.
Matheus Almeida
2014-03-26
1
-29
/
+30
*
[mips] Add support for '.option pic2'.
Matheus Almeida
2014-03-26
1
-0
/
+11
*
[mips] The register names depend on the ABI being N32/N64 rather than the arc...
Daniel Sanders
2014-03-26
1
-15
/
+18
*
[mips] $s8 is an alias for $fp in all ABI's, not just N32/N64.
Daniel Sanders
2014-03-26
1
-2
/
+2
*
[mips] '.set at=$0' should be equivalent to '.set noat'
Daniel Sanders
2014-03-25
1
-1
/
+1
*
[mips] Correct testcase for .set at=$reg and emit the new warnings for numeri...
Daniel Sanders
2014-03-25
1
-11
/
+19
*
[mips] Fix assembler temporary expansion and add associated warnings about th...
Daniel Sanders
2014-03-25
1
-2
/
+11
*
[mips] Add error message when trying to use $at in '.set noat' mode.
Daniel Sanders
2014-03-24
1
-1
/
+6
*
[mips] Implement shorthand add / sub forms for MIPS.
Daniel Sanders
2014-03-24
1
-0
/
+30
*
[mips] Assembly parser must invoke the target streamer to handle .set reorder...
Matheus Almeida
2014-03-10
1
-0
/
+1
*
This patch implements .set dsp directive and sets appropriate feature bits.Th...
Vladimir Medic
2014-03-05
1
-0
/
+7
*
This patch implements .set mips32r2 directive and sets appropriate feature bi...
Vladimir Medic
2014-03-04
1
-0
/
+21
*
[mips] Make it impossible to have UnknownABI in CodeGen and Integrated Assemb...
Daniel Sanders
2014-02-20
1
-0
/
+6
*
[mips] Implement %hi(sym1 - sym2) and %lo(sym1 - sym2) expressions
Petar Jovanovic
2014-02-04
1
-2
/
+15
*
[mips] Fix typo.
Matheus Almeida
2014-01-30
1
-1
/
+1
*
Change MCStreamer EmitInstruction interface to take subtarget info
David Woodhouse
2014-01-28
1
-1
/
+1
*
Implement the missing bits corresponding to .mips_hack_elf_flags.
Rafael Espindola
2014-01-26
1
-15
/
+1
*
This reverts commit r200064 and r200051.
Rafael Espindola
2014-01-25
1
-44
/
+15
*
[Mips] TargetStreamer ELF flag Support for default and commandline options.
Jack Carter
2014-01-25
1
-15
/
+44
*
Fix known typos
Alp Toker
2014-01-24
1
-2
/
+2
*
Unify duplicated functions.
Rafael Espindola
2014-01-24
1
-1
/
+1
*
[Mips] formatting through clang-format
Jack Carter
2014-01-22
1
-10
/
+10
*
[Mips] TargetStreamer Support for .set mips16.
Jack Carter
2014-01-22
1
-3
/
+29
*
Replace .mips_hack_stocg with ".set micromips" and ".set nomicromips".
Rafael Espindola
2014-01-14
1
-28
/
+5
*
Make getTargetStreamer return a possibly null pointer.
Rafael Espindola
2014-01-14
1
-1
/
+1
*
correct target directive handling error handling
Saleem Abdulrasool
2014-01-13
1
-7
/
+12
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-2
/
+2
*
[Mips] TargetStreamer Support for .abicalls and .set pic0.
Jack Carter
2014-01-06
1
-0
/
+43
*
[mips] Add checks for alignment and maximum displacements for most of the
Matheus Almeida
2013-12-13
1
-0
/
+44
*
Method parseSetAssignment treats every operand with '$' sign as register and ...
Vladimir Medic
2013-12-09
1
-16
/
+1
*
reverts 195057 per request
Jack Carter
2013-11-19
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
*
reverting per request
Jack Carter
2013-10-04
1
-19
/
+0
*
[MC][AsmParser] Hook for post assembly file processing
Jack Carter
2013-10-04
1
-0
/
+19
*
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
[prev]
[next]