summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Arch/MipsArchTree.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ELF] Wrap things in `namespace lld { namespace elf {`, NFCFangrui Song2019-10-071-12/+14
* [LLD][ELF][MIPS] - Inline the short helper function. NFC.George Rimar2019-09-241-10/+8
* [LLD][ELF] - Simplify getFlagsFromEmulation(). NFCI.George Rimar2019-09-231-12/+2
* [mips] Deduce MIPS specific ELF header flags from `emulation`Simon Atanasyan2019-09-221-1/+19
* [ELF] Rename odd variable names "New" after r365730. NFCFangrui Song2019-08-131-10/+10
* [Coding style change] Rename variables so that they start with a lowercase le...Rui Ueyama2019-07-101-116/+116
* ELF: De-template ELFFileBase. NFCI.Peter Collingbourne2019-04-051-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ELF][MIPS] Add mote tests on MipsArchTree routines, fix typos in error messagesSimon Atanasyan2018-07-101-16/+17
* [ELF][MIPS] Simplify `checkFlags` routine and inline `rejectMicroMips64`. NFCSimon Atanasyan2018-07-061-9/+6
* [ELF][MIPS] Remove support for linking microMIPS 64-bit codeSimon Atanasyan2018-07-061-0/+9
* [ELF][mips] Print the full file path for files with incompatible ISAAlexander Richardson2017-12-071-14/+20
* [MIPS] Set STO_MIPS_MICROMIPS flag and less-significant bit for microMIPS sym...Simon Atanasyan2017-11-131-0/+2
* [lld] unified COFF and ELF error handling on new Common/ErrorHandlerBob Haarman2017-10-251-1/+1
* LLD/ELF: Allow targets to set e_flagsKonstantin Zhuravlyov2017-10-241-1/+1
* [MIPS] Generate thunks for microMIPS codeSimon Atanasyan2017-10-031-0/+5
* [MIPS] Fix PLT entries generation in case of linking regular and microMIPS codeSimon Atanasyan2017-10-021-5/+5
* [ELF] - Introduce std::vector<InputFile *> global arrays.George Rimar2017-09-191-2/+3
* Rename ObjectFile -> ObjFile.Rui Ueyama2017-07-261-1/+1
* Detemplate SymbolTable.Rafael Espindola2017-07-261-1/+1
* [ELF] - Apply clang-format. NFC.George Rimar2017-07-181-3/+3
* LLD: Move ELF/Mips.cpp to ELF/Arch/MipsArchTree.cppKonstantin Zhuravlyov2017-06-191-0/+369
OpenPOWER on IntegriCloud