summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MCTargetDesc/MipsELFStreamer.h
Commit message (Expand)AuthorAgeFilesLines
* [AsmPrinter] Remove hidden flag -print-schedule.Andrea Di Biagio2019-02-041-2/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [mips][micromips] Fix overlaping FDEs errorAleksandar Beserminji2018-10-151-0/+7
* [mips][micromips] Revert "Fix overlaping FDEs error"Aleksandar Beserminji2018-10-151-7/+0
* [mips][micromips] Fix overlaping FDEs errorAleksandar Beserminji2018-10-151-0/+7
* [mips] Replace custom parsing logic for data directives by the `addAliasForDi...Simon Atanasyan2018-07-251-2/+4
* MC: Change the streamer ctors to take an object writer instead of a stream. N...Peter Collingbourne2018-05-181-2/+2
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-111-2/+4
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-111-8/+4
* This patch closes PR#32216: Better testing of schedule model instruction late...Andrew V. Tischenko2017-04-141-1/+2
* Move some error handling down to MCStreamer.Rafael Espindola2017-02-101-1/+1
* [Mips] Fix some Include What You Use warnings; other minor fixes (NFC).Eugene Zelenko2017-02-031-5/+5
* Cleanup places that passed SMLoc by const reference to pass it by value inste...Craig Topper2015-09-201-2/+1
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-1/+1
* [mips] [IAS] Add support for the .insn directive.Toma Tabacu2015-04-161-0/+3
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-141-3/+3
* Split the object streamer callback in one per file format.Rafael Espindola2015-03-191-2/+2
* Move the Mips target to storing the ABI in the TargetMachine ratherEric Christopher2015-01-261-1/+1
* [mips][microMIPS] Mark symbols as microMIPS if necessaryZoran Jovanovic2014-11-051-0/+17
* Simplify handling of --noexecstack by using getNonexecutableStackSection.Rafael Espindola2014-10-151-2/+1
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* [mips] Add MipsOptionRecord abstraction and use it to implement .reginfo/.MIP...Daniel Sanders2014-07-211-3/+19
* [mips] Remove unused private field.Matheus Almeida2014-03-271-2/+1
* [mips] Implement custom MCELFStreamer.Matheus Almeida2014-03-271-0/+43
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-051-43/+0
* reverting per requestJack Carter2013-10-041-2/+0
* [MC][AsmParser] Hook for post assembly file processingJack Carter2013-10-041-0/+2
* ELF symbol table field st_other support, Jack Carter2013-02-191-1/+5
* This patch changes a static_cast to dyn_castJack Carter2013-02-051-1/+5
* Removing initializer for the field removed in r173887David Blaikie2013-01-301-1/+1
* Remove unused variable (introduced in r173884) to clear clang -Werror buildDavid Blaikie2013-01-301-2/+0
* This patch implements runtime Mips specificJack Carter2013-01-301-0/+37
OpenPOWER on IntegriCloud