summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
...
* Fully fix the movw/movt addend.Rafael Espindola2017-07-112-2/+2
* [mips][mt][2/7] Implement .module and .set directives for the MT ASE.Simon Dardis2017-07-111-0/+17
* [mips][mt][1/7] Add the MT ASE as a subtarget feature.Simon Dardis2017-07-111-0/+2
* Remove redundant argument.Rafael Espindola2017-06-242-2/+3
* ARM: move some logic from processFixupValue to applyFixup.Rafael Espindola2017-06-232-2/+4
* Use a MutableArrayRef. NFC.Rafael Espindola2017-06-212-4/+4
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-075-5/+5
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-065-5/+5
* [mips] Emit R_MICROMIPS_TLS_GOTTPREL relocation for %gottprel in case of micr...Simon Atanasyan2017-04-304-1/+9
* Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...Konstantin Zhuravlyov2017-04-171-1/+1
* This patch closes PR#32216: Better testing of schedule model instruction late...Andrew V. Tischenko2017-04-143-4/+5
* [mips] Use Triple::isLittleEndian to check endianness. NFCSimon Atanasyan2017-04-101-3/+1
* Add MCContext argument to MCAsmBackend::applyFixup for error reportingAlex Bradbury2017-04-052-52/+29
* [Mips] Emit the correct DINS variantStrahinja Petrovic2017-03-231-8/+11
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-141-2/+8
* Move some error handling down to MCStreamer.Rafael Espindola2017-02-102-2/+2
* [mips] MUL macro variationsSimon Dardis2017-02-081-3/+2
* [Mips] Fix some Include What You Use warnings; other minor fixes (NFC).Eugene Zelenko2017-02-034-8/+20
* [mips] Remove absolute size assertion for end directiveSimon Dardis2017-02-031-4/+4
* [mips] Fix an initialization issue with MipsABIInfo in MipsTargetELFStreamerSimon Dardis2017-02-011-0/+12
* [Mips] Fix some Clang-tidy modernize and Include What You Use warnings; other...Eugene Zelenko2017-02-015-69/+62
* [Mips] Fix some Clang-tidy modernize and Include What You Use warnings; other...Eugene Zelenko2017-01-301-31/+33
* [mips] Recommit: "N64 static relocation model support"Simon Dardis2017-01-272-10/+9
* Revert "[mips] N64 static relocation model support"Simon Dardis2017-01-262-10/+10
* [mips] N64 static relocation model supportSimon Dardis2017-01-262-10/+10
* [mips] Correct c.cond.fmt instruction definition.Simon Dardis2017-01-161-1/+3
* Revert "[mips] Honour -mno-odd-spreg for vector splat"Simon Dardis2017-01-101-12/+0
* [mips] Honour -mno-odd-spreg for vector splatSimon Dardis2017-01-101-0/+12
* [mips] Eliminate else-after-return. NFCSimon Atanasyan2016-12-101-4/+3
* [mips][ias] N32/N64 must not sort the relocation table.Simon Dardis2016-12-051-0/+7
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-092-13/+12
* [mips][ias] Enable IAS by default for N64 on Debian mips64el.Simon Dardis2016-09-151-0/+4
* [mips][microMIPS] Implement DBITSWAP, DLSA and LWUPC and add tests for AUI in...Hrvoje Varga2016-09-081-1/+4
* [mips][ias] Support .dtprel[d]word and .tprel[d]word directivesSimon Atanasyan2016-08-223-0/+16
* [mips][microMIPS] Implement BLTZC, BLEZC, BGEZC and BGTZC instructions, fix d...Hrvoje Varga2016-08-222-2/+33
* Replace "fallthrough" 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-085-3/+21
* Revert r277988: [mips][ias] Fix all the hacks related to MIPS-specific unary ...Daniel Sanders2016-08-085-21/+3
* [mips][ias] Fix all the hacks related to MIPS-specific unary operators (%hi/%...Daniel Sanders2016-08-085-3/+21
* [mips] MIPS64R6 compact branch supportSimon Dardis2016-07-261-2/+5
* MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFCJoel Jones2016-07-252-8/+17
* [mips][ias] R_MIPS_GOT_(PAGE|OFST) do not need symbolsDaniel Sanders2016-07-191-4/+4
* [mips] Correct label prefixes for N32 and N64.Daniel Sanders2016-07-191-2/+9
* Fix branch relaxation in 16-bit mode.Nirav Dave2016-07-111-1/+2
* [mips][microMIPS] Implement LDC1, SDC1, LDC2, SDC2, LWC1, SWC1, LWC2 and SWC2...Zlatko Buljan2016-07-112-0/+16
* Delete MCCodeGenInfo.Rafael Espindola2016-06-301-12/+0
* [mips][micromips] Implement LD, LLD, LWU, SD, DSRL, DSRL32 and DSRLV instruct...Hrvoje Varga2016-06-271-0/+4
* [mips] Don't derive the default ABI from the CPU in the backend.Daniel Sanders2016-06-231-28/+3
* [mips][micromips] Implement DCLO, DCLZ, DROTR, DROTR32 and DROTRV instructionsHrvoje Varga2016-06-161-0/+12
* [mips] Optimize stack pointer adjustments.Simon Dardis2016-06-142-0/+5
OpenPOWER on IntegriCloud