aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-22[mips][ias] Support .dtprel[d]word and .tprel[d]word directivesSimon Atanasyan1-0/+8
2016-08-17Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner1-1/+1
2016-08-08Re-commit r277988: [mips][ias] Fix all the hacks related to MIPS-specific una...Daniel Sanders1-0/+4
2016-08-08Revert r277988: [mips][ias] Fix all the hacks related to MIPS-specific unary ...Daniel Sanders1-4/+0
2016-08-08[mips][ias] Fix all the hacks related to MIPS-specific unary operators (%hi/%...Daniel Sanders1-0/+4
2016-07-19[mips][ias] R_MIPS_GOT_(PAGE|OFST) do not need symbolsDaniel Sanders1-4/+4
2016-05-19ps][microMIPS] Add R_MICROMIPS_PC21_S1 relocationZoran Jovanovic1-1/+3
2016-05-16[mips][ias] Fix R_MICROMIPS_GOT16 evaluation and eliminate symbol for R_MICRO...Daniel Sanders1-7/+3
2016-05-13[mips][ias] Work around yet another incorrect microMIPS relocation evaluation...Daniel Sanders1-3/+7
2016-05-12[mips][ias] Work around incorrect another microMIPS relocation evaluation exp...Daniel Sanders1-1/+1
2016-05-12[mips][ias] Handle N64 compound relocations and R_MIPS_SUB in needsRelocateWi...Daniel Sanders1-5/+6
2016-05-11[mips][ias] Work around incorrect microMIPS relocation evaluation exposed by ...Daniel Sanders1-0/+5
2016-05-10[mips][ias] Make the default path unreachable in needsRelocateWithSymbol() (e...Daniel Sanders1-1/+114
2016-05-09[mips] Try to fix 'truncation from FindBestPredicateResult to bool' reported ...Daniel Sanders1-3/+3
2016-05-09[mips][ias] R_MIPS_(GOT|HI|LO|PC)16 and R_MIPS_GPREL32 do not need symbols.Daniel Sanders1-11/+10
2016-05-07MipsELFObjectWriter.cpp: Activate debug printer just for +Asserts. [-Wunused-...NAKAMURA Takumi1-0/+2
2016-05-06[mips] Correct the ordering of HI/LO pairs in the relocation table.Daniel Sanders1-186/+269
2016-05-03[mips] Use MipsMCExpr instead of MCSymbolRefExpr for all relocations.Daniel Sanders1-3/+2
2016-04-22[mips][microMIPS] Add R_MICROMIPS_PC18_S3 relocationZoran Jovanovic1-0/+2
2016-04-21[mips][microMIPS] Add R_MICROMIPS_PC19_S2 relocationZoran Jovanovic1-0/+2
2016-04-21[mips][microMIPS] Add R_MICROMIPS_PC26_S1 relocationZoran Jovanovic1-0/+2
2016-04-18[NFC] Header cleanupMehdi Amini1-1/+0
2016-02-15[mips] Implemented the .hword directive.Scott Egerton1-0/+1
2016-01-14Handle offsets larger than 32 bits.Rafael Espindola1-2/+4
2016-01-14Assert that a cmp function defines a total order.Rafael Espindola1-3/+2
2016-01-13Convert a few assert failures into proper errors.Rafael Espindola1-3/+4
2015-12-17Avoid explicit relocation sorting most of the time.Rafael Espindola1-0/+14
2015-12-17Always sort by offset first. NFC.Rafael Espindola1-3/+0
2015-11-12Implement .reloc (constant offset only) with support for R_MIPS_NONE and R_MI...Daniel Sanders1-0/+2
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-06-16[mips][ias] Expand on r238751 to cover as many relocs as possible.Daniel Sanders1-22/+36
2015-06-04Bring back r239006 with a fix.Rafael Espindola1-1/+1
2015-06-04Revert "Pack the MCSymbolELF bit fields into MCSymbol's Flags."Rafael Espindola1-1/+1
2015-06-04Pack the MCSymbolELF bit fields into MCSymbol's Flags.Rafael Espindola1-1/+1
2015-06-02Merge MCELF.h into MCSymbolELF.h.Rafael Espindola1-3/+3
2015-06-01Fix relocation selection for foo-. on mips.Rafael Espindola1-1/+1
2015-06-01Simplify code, NFC.Rafael Espindola1-107/+60
2015-05-29Pass MCSymbols to the helper functions in MCELF.h.Rafael Espindola1-4/+2
2015-05-29Pass a MCSymbol to needsRelocateWithSymbol.Rafael Espindola1-5/+4
2015-05-28Remove a trivial forwarding function. NFC.Rafael Espindola1-1/+1
2015-04-14Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola1-1/+2
2015-04-14Re-enable target-specific relocation table sorting and use it for MipsPetar Jovanovic1-0/+180
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-1/+1
2015-03-24[mips] Simplify boolean expressions in Mips target with `clang-tidy`Simon Atanasyan1-8/+6
2015-03-13Recommit r232027 with PR22883 fixed: Add infrastructure for support of multip...Daniel Sanders1-0/+2
2015-01-21[mips][microMIPS] MicroMIPS 16-bit unconditional branch instruction BJozef Kolek1-0/+3
2015-01-20Reverted revision 226577.Jozef Kolek1-3/+0
2015-01-20[mips][microMIPS] MicroMIPS 16-bit unconditional branch instruction BJozef Kolek1-0/+3
2015-01-12[mips][microMIPS] Implement BEQZ16 and BNEZ16 instructionsJozef Kolek1-0/+3