summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix -Wimplicit-fallthrough warning. NFCI.Simon Pilgrim2017-07-081-0/+1
* [MIPS] Handle PIC load address macro instructions in N64.Simon Dardis2017-06-301-0/+80
* [mips] Refine the condition for when to use CALL16 vs a GOT displacement.Simon Dardis2017-06-271-2/+6
* [mips] Allow $AT to be used as a register namePetar Jovanovic2017-06-221-1/+1
* [mips] Implement the ".rdata" MIPS assembly directive.Simon Dardis2017-06-221-0/+22
* Revert "[Target] Implement the ".rdata" MIPS assembly directive."Davide Italiano2017-06-221-22/+0
* [Target] Implement the ".rdata" MIPS assembly directive.Davide Italiano2017-06-211-0/+22
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-4/+4
* [mips] Expansion of LI.S and LI.DZoran Jovanovic2017-05-301-39/+348
* [mips] Fix 64bit slt/sltu/nor with immediatesSimon Dardis2017-02-281-0/+22
* [mips] Handle 64 bit immediate in and/or/xor pseudo instructions on mips64Simon Dardis2017-02-241-5/+13
* [mips][ias] Further relax operands of certain assembly instructionsSimon Dardis2017-02-231-15/+36
* [mips] divide macro instruction cleanup.Simon Dardis2017-02-131-46/+117
* [mips] MUL macro variationsSimon Dardis2017-02-081-0/+136
* Move mnemonicIsValid to Mips target.Craig Topper2017-02-081-0/+14
* [mips] dla expansion without the at registerSimon Dardis2017-02-061-29/+75
* [mips] Expansion of BEQL and BNEL with immediate operandsSimon Dardis2017-02-021-5/+27
* [mips] Parse the 'bopt' and 'nobopt' directives in IAS.Simon Dardis2017-02-011-0/+8
* [mips] Addition of the immediate cases for the instructions [d]div, [d]divuSimon Dardis2017-01-311-3/+52
* [Mips] Fix some Clang-tidy modernize and Include What You Use warnings; other...Eugene Zelenko2017-01-301-64/+131
* [mips] Correct c.cond.fmt instruction definition.Simon Dardis2017-01-161-4/+13
* [mips] For PIC code convert unconditional jump to unconditional branchSimon Atanasyan2016-12-121-0/+11
* [mips] Correct jal expansion for local symbols in .local directives.Simon Dardis2016-11-251-1/+2
* [mips] Add support for unaligned load/store macros.Vasileios Kalintiris2016-11-221-84/+105
* [mips] seq macro supportSimon Dardis2016-11-211-0/+89
* [TableGen] Move OperandMatchResultTy enum to MCTargetAsmParser.hAlex Bradbury2016-11-011-10/+10
* [mips][ias] Handle more complicated expressions for memory operandsSimon Dardis2016-10-181-2/+54
* [mips] Fix sync instruction definitionSimon Dardis2016-10-181-0/+7
* [mips] Macro expansion for ld, sd for O32Simon Dardis2016-10-181-0/+95
* [mips] Fix aui/daui/dahi/dati for MIPSR6Simon Dardis2016-10-141-0/+10
* Revert r283690, "MC: Remove unused entities."Peter Collingbourne2016-10-101-1/+1
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-4/+4
* MC: Remove unused entities.Peter Collingbourne2016-10-091-1/+1
* [mips][ias] fix li macro when values are negated with ~Simon Dardis2016-10-051-3/+9
* Revert "[mips] Add rsqrt, recip for MIPS"Simon Dardis2016-10-051-9/+3
* [mips] Add rsqrt, recip for MIPSSimon Dardis2016-09-271-3/+9
* Defer asm errors to post-statement failureNirav Dave2016-09-161-40/+20
* Revert "[mips] Fix aui/daui/dahi/dati for MIPSR6"Simon Dardis2016-09-161-10/+0
* [mips] Fix aui/daui/dahi/dati for MIPSR6Simon Dardis2016-09-161-0/+10
* Revert r281336 (and r281337), it caused PR30372.Nico Weber2016-09-131-20/+40
* Defer asm errors to post-statement failureNirav Dave2016-09-131-40/+20
* Temporarily Revert "[MC] Defer asm errors to post-statement failure" as it's ...Eric Christopher2016-09-131-20/+40
* [MC] Defer asm errors to post-statement failureNirav Dave2016-09-121-40/+20
* [mips][microMIPS] Implement DBITSWAP, DLSA and LWUPC and add tests for AUI in...Hrvoje Varga2016-09-081-3/+14
* [mips][ias] Support .dtprel[d]word and .tprel[d]word directivesSimon Atanasyan2016-08-221-1/+97
* [mips][microMIPS] Implement BLTZC, BLEZC, BGEZC and BGTZC instructions, fix d...Hrvoje Varga2016-08-221-12/+51
* Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-1/+1
* Re-commit r277988: [mips][ias] Fix all the hacks related to MIPS-specific una...Daniel Sanders2016-08-081-163/+70
* Revert r277988: [mips][ias] Fix all the hacks related to MIPS-specific unary ...Daniel Sanders2016-08-081-70/+163
OpenPOWER on IntegriCloud