summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mips] Extend list of relocations supported by the `.reloc` directiveSimon Atanasyan2018-06-011-1/+2
* [mips] Emit R_MICROMIPS_GPREL16/R_MICROMIPS_SUB/R_MICROMIPS_LO16 / HI16 reloc...Simon Atanasyan2018-05-291-0/+14
* [mips] Emit R_MICROMIPS_HIGHER / R_MICROMIPS_HIGHEST relocationsSimon Atanasyan2018-05-291-0/+4
* MC: Separate creating a generic object writer from creating a target object w...Peter Collingbourne2018-05-211-10/+6
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-7/+7
* [Mips] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-03-291-4/+4
* [Mips] Handle one byte unsupported relocationsStefan Maksimovic2018-01-111-0/+2
* [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames2017-10-101-2/+4
* [MC] Plumb unique_ptr<MCELFObjectTargetWriter> through createELFObjectWriter toLang Hames2017-10-091-3/+3
* [mips] Do not pass redundant IsN64 flag to MCELFObjectTargetWriter. NFCSimon Atanasyan2017-09-211-5/+4
* [mips] Fix relocation record format and ELF header for N32 ABISimon Atanasyan2017-09-211-5/+3
* [mips] Use RegisterMCAsmBackend to register all MIPS asm backends. NFCSimon Atanasyan2017-09-071-12/+15
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* [mips] Emit R_MICROMIPS_TLS_GOTTPREL relocation for %gottprel in case of micr...Simon Atanasyan2017-04-301-0/+2
* [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-271-2/+2
* Revert "[mips] N64 static relocation model support"Simon Dardis2017-01-261-2/+2
* [mips] N64 static relocation model supportSimon Dardis2017-01-261-2/+2
* [mips][ias] N32/N64 must not sort the relocation table.Simon Dardis2016-12-051-0/+7
* [mips][ias] Support .dtprel[d]word and .tprel[d]word directivesSimon Atanasyan2016-08-221-0/+8
* 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-081-0/+4
* Revert r277988: [mips][ias] Fix all the hacks related to MIPS-specific unary ...Daniel Sanders2016-08-081-4/+0
* [mips][ias] Fix all the hacks related to MIPS-specific unary operators (%hi/%...Daniel Sanders2016-08-081-0/+4
* [mips][ias] R_MIPS_GOT_(PAGE|OFST) do not need symbolsDaniel Sanders2016-07-191-4/+4
* ps][microMIPS] Add R_MICROMIPS_PC21_S1 relocationZoran Jovanovic2016-05-191-1/+3
* [mips][ias] Fix R_MICROMIPS_GOT16 evaluation and eliminate symbol for R_MICRO...Daniel Sanders2016-05-161-7/+3
* [mips][ias] Work around yet another incorrect microMIPS relocation evaluation...Daniel Sanders2016-05-131-3/+7
* [mips][ias] Work around incorrect another microMIPS relocation evaluation exp...Daniel Sanders2016-05-121-1/+1
* [mips][ias] Handle N64 compound relocations and R_MIPS_SUB in needsRelocateWi...Daniel Sanders2016-05-121-5/+6
* [mips][ias] Work around incorrect microMIPS relocation evaluation exposed by ...Daniel Sanders2016-05-111-0/+5
* [mips][ias] Make the default path unreachable in needsRelocateWithSymbol() (e...Daniel Sanders2016-05-101-1/+114
* [mips] Try to fix 'truncation from FindBestPredicateResult to bool' reported ...Daniel Sanders2016-05-091-3/+3
* [mips][ias] R_MIPS_(GOT|HI|LO|PC)16 and R_MIPS_GPREL32 do not need symbols.Daniel Sanders2016-05-091-11/+10
* MipsELFObjectWriter.cpp: Activate debug printer just for +Asserts. [-Wunused-...NAKAMURA Takumi2016-05-071-0/+2
* [mips] Correct the ordering of HI/LO pairs in the relocation table.Daniel Sanders2016-05-061-186/+269
* [mips] Use MipsMCExpr instead of MCSymbolRefExpr for all relocations.Daniel Sanders2016-05-031-3/+2
* [mips][microMIPS] Add R_MICROMIPS_PC18_S3 relocationZoran Jovanovic2016-04-221-0/+2
* [mips][microMIPS] Add R_MICROMIPS_PC19_S2 relocationZoran Jovanovic2016-04-211-0/+2
* [mips][microMIPS] Add R_MICROMIPS_PC26_S1 relocationZoran Jovanovic2016-04-211-0/+2
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* [mips] Implemented the .hword directive.Scott Egerton2016-02-151-0/+1
* Handle offsets larger than 32 bits.Rafael Espindola2016-01-141-2/+4
* Assert that a cmp function defines a total order.Rafael Espindola2016-01-141-3/+2
* Convert a few assert failures into proper errors.Rafael Espindola2016-01-131-3/+4
* Avoid explicit relocation sorting most of the time.Rafael Espindola2015-12-171-0/+14
* Always sort by offset first. NFC.Rafael Espindola2015-12-171-3/+0
* Implement .reloc (constant offset only) with support for R_MIPS_NONE and R_MI...Daniel Sanders2015-11-121-0/+2
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
OpenPOWER on IntegriCloud