summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [mips] [IAS] Fix expansion of negative 32-bit immediates for LI/DLI.Toma Tabacu2015-05-151-5/+18
* [mips] [IAS] Enforce .set nomacro.Toma Tabacu2015-05-141-0/+10
* [mips] [IAS] Emit .set macro/nomacro.Toma Tabacu2015-05-141-0/+2
* [mips] [IAS] Warn when LA is used with a 64-bit symbol.Toma Tabacu2015-05-141-8/+11
* [mips] [IAS] Give expandLoadAddressSym() more specific arguments. NFC.Toma Tabacu2015-05-141-23/+13
* MC: Modernize MCOperand API naming. NFC.Jim Grosbach2015-05-131-90/+90
* [mips] [IAS] Preemptively fix warning introduced by r237255. NFC.Toma Tabacu2015-05-131-3/+6
* [mips] [IAS] Unify common functionality of LA and LI.Toma Tabacu2015-05-131-86/+82
* Reverting r237234, "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-05-131-42/+38
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-05-131-38/+42
* Rename the MIPS routine abiUsesSoftFloat -> useSoftFloat to matchEric Christopher2015-05-071-1/+1
* [mips] Add the SoftFloat MipsSubtarget feature.Toma Tabacu2015-05-071-2/+4
* [mips] [IAS] Fix error messages for using LI with 64-bit immediates.Toma Tabacu2015-05-011-12/+13
* [mips] [IAS] Slightly improve shift instruction generation in expandLoadImm.Toma Tabacu2015-05-011-20/+35
* [mips] [IAS] Inline assemble-time shifting out of createLShiftOri. NFC.Toma Tabacu2015-04-291-15/+24
* [mips] [IAS] Do not generate redundant ORi in createLShiftOri.Toma Tabacu2015-04-281-0/+4
* [mips] [IAS] Rename the createShiftOr function to createLShiftOri. NFC.Toma Tabacu2015-04-281-13/+13
* [mips] [IAS] Store the expandLoadImm destination register in a variable. NFC.Toma Tabacu2015-04-281-11/+12
* [mips] Correct bytes to bits in 2 comments. NFC.Toma Tabacu2015-04-271-2/+2
* [mips] [IAS] Improve warning for using AT with .set noat.Toma Tabacu2015-04-271-12/+7
* [mips] [IAS] Rename getATRegNum and setATReg to {g,s}etATRegIndex. NFC.Toma Tabacu2015-04-271-8/+8
* [mips] [IAS] Move NOP emission after pseudo-instruction expansion. NFC.Toma Tabacu2015-04-231-11/+9
* [mips] [IAS] Implement the .asciiz directive.Toma Tabacu2015-04-211-0/+2
* [mips] [IAS] Add support for the .insn directive.Toma Tabacu2015-04-161-0/+21
* [mips] [IAS] Refactor the function which checks for the availability of AT. NFC.Toma Tabacu2015-04-151-8/+13
* [mips] [IAS] Improve comments in MipsAsmParser::expandLoadImm. NFC.Toma Tabacu2015-04-101-7/+5
* [mips] [IAS] Do not generate redundant move when expanding lw/sw with symbol.Toma Tabacu2015-04-081-6/+8
* [mips] [IAS] Allow .set assignments for already defined symbols.Toma Tabacu2015-04-071-5/+1
* Remove more superfluous .str() and replace std::string concatenation with Twine.Yaron Keren2015-03-301-1/+1
* [mips] Move the setATReg definition inside the MipsAssemblerOptions class. NFC.Toma Tabacu2015-03-261-9/+7
* Revert "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-03-241-41/+37
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-03-241-37/+41
* Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer2015-03-231-0/+1
* [mips] [IAS] Outline NOP creation. NFC.Toma Tabacu2015-03-161-22/+26
* [mips] [IAS] Add missing constraints and improve testing for the .module dire...Toma Tabacu2015-03-061-0/+18
* [mips] Rename the LA/LI/DLI TableGen definitions and classes. NFC.Toma Tabacu2015-03-041-8/+8
* Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.Michael Kuperstein2015-02-191-41/+37
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-02-191-37/+41
* [mips] Add backend support for Mips32r[35] and Mips64r[35].Daniel Sanders2015-02-181-3/+44
* [mips] [IAS] Fix using .cpsetup with local labels (PR22518).Toma Tabacu2015-02-181-5/+13
* Prefer SmallVector::append/insert over push_back loops.Benjamin Kramer2015-02-171-3/+1
* [mips] Improve support for the .set at/noat assembler directives.Toma Tabacu2015-02-131-36/+53
* [mips][microMIPS] Implement movep instructionZoran Jovanovic2015-02-101-0/+78
* [mips] Manually replace JAL pseudo-instructions with their JALR equivalent, i...Toma Tabacu2015-01-301-0/+50
* [mips][microMIPS] Implement SWM and LWM aliasesZoran Jovanovic2015-01-281-0/+32
* [mips][microMIPS] Implement LWGP instructionJozef Kolek2015-01-281-1/+31
* [mips] Add range checks and transformation to octeon instructions in AsmParser.Kai Nacke2015-01-271-0/+78
* Move the Mips target to storing the ABI in the TargetMachine ratherEric Christopher2015-01-261-10/+9
* [mips] Add new error message and improve testing for parsing the .module dire...Toma Tabacu2015-01-231-26/+27
* Reformat.NAKAMURA Takumi2015-01-231-3/+2
OpenPOWER on IntegriCloud