summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r344591:Tom Stellard2018-11-161-0/+9
* [MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixupPeter Smith2018-06-061-1/+2
* [mips] Extend list of relocations supported by the `.reloc` directiveSimon Atanasyan2018-06-011-0/+75
* [mips] Emit R_MICROMIPS_GPREL16/R_MICROMIPS_SUB/R_MICROMIPS_LO16 / HI16 reloc...Simon Atanasyan2018-05-291-0/+6
* [mips] Emit R_MICROMIPS_HIGHER / R_MICROMIPS_HIGHEST relocationsSimon Atanasyan2018-05-291-0/+6
* MC: Separate creating a generic object writer from creating a target object w...Peter Collingbourne2018-05-211-3/+3
* MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an M...Peter Collingbourne2018-05-211-9/+9
* [MIPS] Add static_assert that all Fixups are handled in getFixupKindAlexander Richardson2018-03-271-2/+7
* Thread MCSubtargetInfo through Target::createMCAsmBackendAlex Bradbury2018-01-031-2/+3
* [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames2017-10-101-1/+1
* [mips] Fix relocation record format and ELF header for N32 ABISimon Atanasyan2017-09-211-1/+9
* [mips] Use RegisterMCAsmBackend to register all MIPS asm backends. NFCSimon Atanasyan2017-09-071-34/+1
* Fully fix the movw/movt addend.Rafael Espindola2017-07-111-1/+1
* Remove redundant argument.Rafael Espindola2017-06-241-1/+2
* ARM: move some logic from processFixupValue to applyFixup.Rafael Espindola2017-06-231-1/+2
* Use a MutableArrayRef. NFC.Rafael Espindola2017-06-211-3/+3
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [mips] Emit R_MICROMIPS_TLS_GOTTPREL relocation for %gottprel in case of micr...Simon Atanasyan2017-04-301-0/+2
* Add MCContext argument to MCAsmBackend::applyFixup for error reportingAlex Bradbury2017-04-051-46/+28
* [mips][ias] Support .dtprel[d]word and .tprel[d]word directivesSimon Atanasyan2016-08-221-0/+4
* Re-commit r277988: [mips][ias] Fix all the hacks related to MIPS-specific una...Daniel Sanders2016-08-081-2/+8
* Revert r277988: [mips][ias] Fix all the hacks related to MIPS-specific unary ...Daniel Sanders2016-08-081-8/+2
* [mips][ias] Fix all the hacks related to MIPS-specific unary operators (%hi/%...Daniel Sanders2016-08-081-2/+8
* MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFCJoel Jones2016-07-251-4/+8
* ps][microMIPS] Add R_MICROMIPS_PC21_S1 relocationZoran Jovanovic2016-05-191-1/+11
* [mips][ias] Fix R_MICROMIPS_GOT16 evaluation and eliminate symbol for R_MICRO...Daniel Sanders2016-05-161-0/+1
* [mips] Use MipsMCExpr instead of MCSymbolRefExpr for all relocations.Daniel Sanders2016-05-031-8/+13
* [mips][microMIPS] Add R_MICROMIPS_PC18_S3 relocationZoran Jovanovic2016-04-221-0/+15
* [mips][microMIPS] Add R_MICROMIPS_PC19_S2 relocationZoran Jovanovic2016-04-211-0/+3
* [mips][microMIPS] Add R_MICROMIPS_PC26_S1 relocationZoran Jovanovic2016-04-211-0/+12
* [MC, COFF] Add .reloc support for WinCOFFDavid Majnemer2016-01-191-10/+5
* [Assembler] Make fatal assembler errors non-fatalOliver Stannard2015-11-171-16/+32
* Implement .reloc (constant offset only) with support for R_MIPS_NONE and R_MI...Daniel Sanders2015-11-121-0/+14
* Change isUIntN/isIntN calls with constant N to use the template version. NFCCraig Topper2015-10-101-8/+8
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-8/+4
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-4/+8
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-8/+4
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-4/+8
* [mips64] Emit correct addend for some PC-relative relocationsPetar Jovanovic2015-06-231-6/+0
* Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and c...Daniel Sanders2015-06-101-16/+11
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-8/+8
* [mc] Clean up emission of byte sequencesBenjamin Kramer2015-04-171-6/+1
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-141-1/+2
* [mips][microMIPS] MicroMIPS 16-bit unconditional branch instruction BJozef Kolek2015-01-211-1/+13
* Reverted revision 226577.Jozef Kolek2015-01-201-13/+1
* [mips][microMIPS] MicroMIPS 16-bit unconditional branch instruction BJozef Kolek2015-01-201-1/+13
* [mips][microMIPS] Implement BEQZ16 and BNEZ16 instructionsJozef Kolek2015-01-121-0/+10
* Support padding unaligned data in .text.Joerg Sonnenberger2014-10-021-1/+6
* [mips][mips64r6] Relocation R_MIPS_PC18_S3Zoran Jovanovic2014-06-131-0/+9
* [mips][mips64r6] Add R_MIPS_PC19_S2Zoran Jovanovic2014-06-121-0/+9
OpenPOWER on IntegriCloud