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] [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
*
[mips] [IAS] Rename the createShiftOr function to createLShiftOri. NFC.
Toma Tabacu
2015-04-28
1
-13
/
+13
*
[mips] [IAS] Store the expandLoadImm destination register in a variable. NFC.
Toma Tabacu
2015-04-28
1
-11
/
+12
*
[mips] Correct bytes to bits in 2 comments. NFC.
Toma Tabacu
2015-04-27
1
-2
/
+2
*
[mips] [IAS] Improve warning for using AT with .set noat.
Toma Tabacu
2015-04-27
1
-12
/
+7
*
[mips] [IAS] Rename getATRegNum and setATReg to {g,s}etATRegIndex. NFC.
Toma Tabacu
2015-04-27
1
-8
/
+8
*
[mips] [IAS] Move NOP emission after pseudo-instruction expansion. NFC.
Toma Tabacu
2015-04-23
1
-11
/
+9
*
[mips] [IAS] Implement the .asciiz directive.
Toma Tabacu
2015-04-21
1
-0
/
+2
*
[mips] [IAS] Add support for the .insn directive.
Toma Tabacu
2015-04-16
1
-0
/
+21
*
[mips] [IAS] Refactor the function which checks for the availability of AT. NFC.
Toma Tabacu
2015-04-15
1
-8
/
+13
*
[mips] [IAS] Improve comments in MipsAsmParser::expandLoadImm. NFC.
Toma Tabacu
2015-04-10
1
-7
/
+5
*
[mips] [IAS] Do not generate redundant move when expanding lw/sw with symbol.
Toma Tabacu
2015-04-08
1
-6
/
+8
*
[mips] [IAS] Allow .set assignments for already defined symbols.
Toma Tabacu
2015-04-07
1
-5
/
+1
*
Remove more superfluous .str() and replace std::string concatenation with Twine.
Yaron Keren
2015-03-30
1
-1
/
+1
*
[mips] Move the setATReg definition inside the MipsAssemblerOptions class. NFC.
Toma Tabacu
2015-03-26
1
-9
/
+7
*
Revert "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-03-24
1
-41
/
+37
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-03-24
1
-37
/
+41
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
[mips] [IAS] Outline NOP creation. NFC.
Toma Tabacu
2015-03-16
1
-22
/
+26
*
[mips] [IAS] Add missing constraints and improve testing for the .module dire...
Toma Tabacu
2015-03-06
1
-0
/
+18
*
[mips] Rename the LA/LI/DLI TableGen definitions and classes. NFC.
Toma Tabacu
2015-03-04
1
-8
/
+8
*
Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Michael Kuperstein
2015-02-19
1
-41
/
+37
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-02-19
1
-37
/
+41
*
[mips] Add backend support for Mips32r[35] and Mips64r[35].
Daniel Sanders
2015-02-18
1
-3
/
+44
*
[mips] [IAS] Fix using .cpsetup with local labels (PR22518).
Toma Tabacu
2015-02-18
1
-5
/
+13
*
Prefer SmallVector::append/insert over push_back loops.
Benjamin Kramer
2015-02-17
1
-3
/
+1
*
[mips] Improve support for the .set at/noat assembler directives.
Toma Tabacu
2015-02-13
1
-36
/
+53
*
[mips][microMIPS] Implement movep instruction
Zoran Jovanovic
2015-02-10
1
-0
/
+78
*
[mips] Manually replace JAL pseudo-instructions with their JALR equivalent, i...
Toma Tabacu
2015-01-30
1
-0
/
+50
*
[mips][microMIPS] Implement SWM and LWM aliases
Zoran Jovanovic
2015-01-28
1
-0
/
+32
*
[mips][microMIPS] Implement LWGP instruction
Jozef Kolek
2015-01-28
1
-1
/
+31
*
[mips] Add range checks and transformation to octeon instructions in AsmParser.
Kai Nacke
2015-01-27
1
-0
/
+78
*
Move the Mips target to storing the ABI in the TargetMachine rather
Eric Christopher
2015-01-26
1
-10
/
+9
*
[mips] Add new error message and improve testing for parsing the .module dire...
Toma Tabacu
2015-01-23
1
-26
/
+27
*
Reformat.
NAKAMURA Takumi
2015-01-23
1
-3
/
+2
[prev]
[next]