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
*
Silencing two MSVC warnings; 'argument' : truncation from 'unsigned int' to '...
Aaron Ballman
2015-07-14
1
-1
/
+1
*
[mips] Fix li/la differences between IAS and GAS.
Daniel Sanders
2015-07-14
1
-82
/
+83
*
[mips] [IAS] Add support for the .module softfloat/hardfloat directives.
Toma Tabacu
2015-06-30
1
-0
/
+40
*
[mips] [IAS] Make .module directives change AssemblerOptions->front().
Toma Tabacu
2015-06-30
1
-8
/
+34
*
Reverting r241058 because it's causing buildbot failures.
Ranjeet Singh
2015-06-30
1
-3
/
+1
*
There are a few places where subtarget features are still
Ranjeet Singh
2015-06-30
1
-1
/
+3
*
[mips] [IAS] Add support for the .set oddspreg/nooddspreg directives.
Toma Tabacu
2015-06-30
1
-0
/
+34
*
[mips] Add COP0 register class and use it in M[FT]C0/DM[FT]C0.
Daniel Sanders
2015-06-27
1
-2
/
+18
*
[mips] [IAS] Add partial support for the ULW pseudo-instruction.
Toma Tabacu
2015-06-26
1
-0
/
+79
*
[mips] [IAS] Refactor the emitDirectiveModuleFP() functions. NFC.
Toma Tabacu
2015-06-25
1
-3
/
+17
*
[mips] [IAS] Refactor the emitDirectiveModuleOddSPReg() functions. NFC.
Toma Tabacu
2015-06-25
1
-2
/
+18
*
[mips] [IAS] Fix parsing of memory offset expressions with parenthesis depth >1.
Toma Tabacu
2015-06-25
1
-2
/
+5
*
[mips] [IAS] Add partial support for the ULHU pseudo-instruction.
Toma Tabacu
2015-06-23
1
-0
/
+111
*
[mips] [IAS] Add support for generating DADDu to createAddu(). NFC.
Toma Tabacu
2015-06-23
1
-7
/
+7
*
[mips] [IAS] Add support for LAReg with identical source and destination regi...
Toma Tabacu
2015-06-22
1
-15
/
+25
*
[mips] [IAS] Add support for LASym with identical source and destination regi...
Toma Tabacu
2015-06-22
1
-8
/
+20
*
[mips] [IAS] Add support for expanding LASym with a source register operand.
Toma Tabacu
2015-06-17
1
-12
/
+19
*
[mips] [IAS] Add support for the B{L,G}{T,E}(U) branch pseudo-instructions.
Toma Tabacu
2015-06-17
1
-0
/
+220
*
[mips] [IAS] Fix LA with relative label operands.
Toma Tabacu
2015-06-17
1
-12
/
+9
*
[mips] [IAS] Fix LW with relative label operands.
Toma Tabacu
2015-06-17
1
-21
/
+5
*
[mips] [IAS] Refactor symbol-address loading code into a helper function. NFC.
Toma Tabacu
2015-06-16
1
-17
/
+23
*
Recommit "[mips] [IAS] Add support for BNE and BEQ with an immediate operand....
Toma Tabacu
2015-06-11
1
-0
/
+61
*
[mips] Change existing uimm10 operand to restrict the accepted immediates
Zoran Jovanovic
2015-06-11
1
-0
/
+3
*
Recommit "[mips] [IAS] Restore STI.FeatureBits in .set pop." (r239144).
Toma Tabacu
2015-06-09
1
-11
/
+15
*
Revert "[mips] [IAS] Add support for BNE and BEQ with an immediate operand." ...
Toma Tabacu
2015-06-09
1
-61
/
+0
*
[mips] [IAS] Add support for BNE and BEQ with an immediate operand.
Toma Tabacu
2015-06-09
1
-0
/
+61
*
Revert "[mips] [IAS] Restore STI.FeatureBits in .set pop." (r239144).
Toma Tabacu
2015-06-05
1
-15
/
+11
*
[mips] [IAS] Restore STI.FeatureBits in .set pop.
Toma Tabacu
2015-06-05
1
-11
/
+15
*
[mips] [IAS] Add support for the .set softfloat/hardfloat directives.
Toma Tabacu
2015-06-02
1
-0
/
+28
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-22
/
+22
*
Use operator<< instead of print in a few more places.
Rafael Espindola
2015-05-27
1
-2
/
+2
*
Use std::bitset for SubtargetFeatures.
Michael Kuperstein
2015-05-26
1
-38
/
+42
*
[mips] [IAS] Factor out .set nomacro warning. NFC.
Toma Tabacu
2015-05-20
1
-8
/
+11
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-4
/
+4
*
[mips] [IAS] Fix expansion of negative 32-bit immediates for LI/DLI.
Toma Tabacu
2015-05-15
1
-5
/
+18
*
[mips] [IAS] Enforce .set nomacro.
Toma Tabacu
2015-05-14
1
-0
/
+10
*
[mips] [IAS] Emit .set macro/nomacro.
Toma Tabacu
2015-05-14
1
-0
/
+2
*
[mips] [IAS] Warn when LA is used with a 64-bit symbol.
Toma Tabacu
2015-05-14
1
-8
/
+11
*
[mips] [IAS] Give expandLoadAddressSym() more specific arguments. NFC.
Toma Tabacu
2015-05-14
1
-23
/
+13
*
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
2015-05-13
1
-90
/
+90
*
[mips] [IAS] Preemptively fix warning introduced by r237255. NFC.
Toma Tabacu
2015-05-13
1
-3
/
+6
*
[mips] [IAS] Unify common functionality of LA and LI.
Toma Tabacu
2015-05-13
1
-86
/
+82
*
Reverting r237234, "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-05-13
1
-42
/
+38
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-05-13
1
-38
/
+42
*
Rename the MIPS routine abiUsesSoftFloat -> useSoftFloat to match
Eric Christopher
2015-05-07
1
-1
/
+1
*
[mips] Add the SoftFloat MipsSubtarget feature.
Toma Tabacu
2015-05-07
1
-2
/
+4
*
[mips] [IAS] Fix error messages for using LI with 64-bit immediates.
Toma Tabacu
2015-05-01
1
-12
/
+13
*
[mips] [IAS] Slightly improve shift instruction generation in expandLoadImm.
Toma Tabacu
2015-05-01
1
-20
/
+35
*
[mips] [IAS] Inline assemble-time shifting out of createLShiftOri. NFC.
Toma Tabacu
2015-04-29
1
-15
/
+24
*
[mips] [IAS] Do not generate redundant ORi in createLShiftOri.
Toma Tabacu
2015-04-28
1
-0
/
+4
[next]