summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsAsmPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* [AsmPrinter] refactor to remove remove AsmVariant. NFCNick Desaulniers2019-04-101-4/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [DebugInfo] Rename EmitDebugThreadLocal back to EmitDebugValue. NFCSimon Atanasyan2018-11-281-1/+1
* [X86][Mips] Remove unused method declaration from the X86 and Mips AsmPrinters.Craig Topper2017-12-081-3/+0
* [Mips] Fix some Clang-tidy modernize-use-using and Include What You Use warni...Eugene Zelenko2017-08-031-21/+30
* [LLVM][XRAY][MIPS] Support xray on mips/mipsel/mips64/mips64elSagar Thakur2017-02-151-0/+14
* [DebugInfo] Rename EmitDebugValue to EmitDebugThreadLocal (NFC)Simon Dardis2017-02-081-1/+1
* [mips] Fix debug information for __thread variablePetar Jovanovic2017-01-201-0/+1
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-3/+1
* Revert "[mips] Fix c.<cc>.<fmt> instruction definition."Simon Dardis2016-09-091-0/+2
* [mips] Fix c.<cc>.<fmt> instruction definition.Simon Dardis2016-09-091-2/+0
* [mips] Range check uimm20 and fixed a bug this revealed.Daniel Sanders2016-02-291-2/+0
* 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
* [mips] Emit the .insn directive for empty basic blocks.Vasileios Kalintiris2015-05-081-0/+1
* Remove obsolete comment.Eric Christopher2015-02-211-5/+0
* Have the MipsAsmPrinter fp stub emission code take a customEric Christopher2015-02-211-9/+13
* Remove unused argument from emitInlineAsmStart.Eric Christopher2015-02-191-1/+1
* Make the Mips AsmPrinter independent of global subtargetEric Christopher2015-02-181-2/+1
* std::unique_ptrify the MCStreamer argument to createAsmPrinterDavid Blaikie2015-01-181-3/+5
* [mips] Set GCC-compatible MIPS asssembler options before inline asm blocks.Toma Tabacu2014-12-171-1/+6
* [mips][micromips] Implement SWM32 and LWM32 instructionsZoran Jovanovic2014-11-191-0/+1
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Reset the Subtarget in the AsmPrinter for each machine functionEric Christopher2014-07-181-5/+8
* [mips][mips64r6] Use JALR for indirect branches instead of JR (which is not a...Daniel Sanders2014-07-091-1/+5
* [mips][mips64r6] Use JALR for returns instead of JR (which is not available o...Daniel Sanders2014-07-091-0/+2
* [mips] Fix MipsLongBranch pass to work when the offset from the branch to theSasa Stankovic2014-04-301-0/+2
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-13/+13
* [C++] Use 'nullptr'.Craig Topper2014-04-281-2/+2
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-1/+1
* [mips] Implement NaCl sandboxing of indirect jumps:Sasa Stankovic2014-02-281-0/+2
* This patch has two main functions:Reed Kotler2014-02-141-0/+23
* Remove another hasRawTextSupport.Rafael Espindola2014-01-311-1/+0
* Print .mask and .fmask with the target streamer.Rafael Espindola2014-01-271-2/+1
* This reverts commit r200064 and r200051.Rafael Espindola2014-01-251-6/+0
* [Mips] TargetStreamer ELF flag Support for default and commandline options.Jack Carter2014-01-251-0/+6
* Fix a bug related to constant islands for Mips16 and mips16/32 dual mode.Reed Kotler2013-11-261-3/+2
* [mips][msa] Added support for matching bclr, and bclri from normal IR (i.e. n...Daniel Sanders2013-11-121-0/+1
* Make first substantial checkin of my port of ARM constant islands code to Mips.Reed Kotler2013-10-271-1/+20
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-081-0/+2
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-161-1/+0
* This is a resubmittal. For some reason it broke the bots yesterdayJack Carter2013-01-181-0/+1
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-1/+1
* MIPS DSP: add code necessary for pseudo instruction lowering.Akira Hatanaka2012-09-271-0/+8
* Emit all directives except for ".cprestore" during asm printing rather than emitAkira Hatanaka2012-03-281-1/+9
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-171-1/+1
* add Emacs tag and fix some comment error in file headersJia Liu2012-02-171-1/+1
* This patch makes the following changes necessary for MIPS' direct code emission.Akira Hatanaka2011-11-231-2/+4
* Lower MachineInstr to MC Inst and print to .s files. Akira Hatanaka2011-07-071-4/+0
* Rather than having printMemOperand change the way memory operands are printedAkira Hatanaka2011-07-071-2/+2
OpenPOWER on IntegriCloud