aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/MCTargetDesc/MipsELFStreamer.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-09-20Cleanup places that passed SMLoc by const reference to pass it by value inste...Craig Topper1-1/+1
2015-06-04Bring back r239006 with a fix.Rafael Espindola1-4/+1
2015-06-04Revert "Pack the MCSymbolELF bit fields into MCSymbol's Flags."Rafael Espindola1-1/+4
2015-06-04Pack the MCSymbolELF bit fields into MCSymbol's Flags.Rafael Espindola1-4/+1
2015-06-03Remove getOrCreateSymbolData. There is no MCSymbolData anymore.Rafael Espindola1-1/+1
2015-06-02Merge MCELF.h into MCSymbolELF.h.Rafael Espindola1-3/+4
2015-05-29Pass MCSymbols to the helper functions in MCELF.h.Rafael Espindola1-2/+2
2015-05-21Move alignment from MCSectionData to MCSection.Rafael Espindola1-1/+1
2015-04-16[mips] [IAS] Add support for the .insn directive.Toma Tabacu1-2/+8
2015-04-14Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola1-1/+2
2015-03-19Split the object streamer callback in one per file format.Rafael Espindola1-7/+5
2014-11-05[mips][microMIPS] Mark symbols as microMIPS if necessaryZoran Jovanovic1-0/+35
2014-10-15Simplify handling of --noexecstack by using getNonexecutableStackSection.Rafael Espindola1-2/+2
2014-09-03Make some helpers static or move into the llvm namespace.Benjamin Kramer1-0/+1
2014-07-21[mips] Add MipsOptionRecord abstraction and use it to implement .reginfo/.MIP...Daniel Sanders1-0/+24
2014-03-27[mips] Implement custom MCELFStreamer.Matheus Almeida1-0/+19
2013-10-08Add a MCTargetStreamer interface.Rafael Espindola1-55/+0
2013-10-05Remove some really nasty uses of hasRawTextSupport.Rafael Espindola1-72/+34
2013-10-04reverting per requestJack Carter1-19/+2
2013-10-04[MC][AsmParser] Hook for post assembly file processingJack Carter1-2/+19
2013-06-18Mips ELF: Mark object file as ABI compliant Jack Carter1-0/+4
2013-02-19ELF symbol table field st_other support, Jack Carter1-0/+4
2013-02-19ELF symbol table field st_other support, Jack Carter1-1/+4
2013-02-19ELF symbol table field st_other support, Jack Carter1-1/+19
2013-02-05This patch that sets the Mips ELF header flag for Jack Carter1-0/+3
2013-01-30This patch implements runtime Mips specificJack Carter1-0/+61