summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsAsmPrinter.h
Commit message (Expand)AuthorAge
* [mips] Fix MipsLongBranch pass to work when the offset from the branch to theSasa Stankovic2014-04-30
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* [mips] Implement NaCl sandboxing of indirect jumps:Sasa Stankovic2014-02-28
* This patch has two main functions:Reed Kotler2014-02-14
* Remove another hasRawTextSupport.Rafael Espindola2014-01-31
* Print .mask and .fmask with the target streamer.Rafael Espindola2014-01-27
* This reverts commit r200064 and r200051.Rafael Espindola2014-01-25
* [Mips] TargetStreamer ELF flag Support for default and commandline options.Jack Carter2014-01-25
* Fix a bug related to constant islands for Mips16 and mips16/32 dual mode.Reed Kotler2013-11-26
* [mips][msa] Added support for matching bclr, and bclri from normal IR (i.e. n...Daniel Sanders2013-11-12
* Make first substantial checkin of my port of ARM constant islands code to Mips.Reed Kotler2013-10-27
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-08
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-16
* This is a resubmittal. For some reason it broke the bots yesterdayJack Carter2013-01-18
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* MIPS DSP: add code necessary for pseudo instruction lowering.Akira Hatanaka2012-09-27
* Emit all directives except for ".cprestore" during asm printing rather than emitAkira Hatanaka2012-03-28
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-17
* add Emacs tag and fix some comment error in file headersJia Liu2012-02-17
* This patch makes the following changes necessary for MIPS' direct code emission.Akira Hatanaka2011-11-23
* Lower MachineInstr to MC Inst and print to .s files. Akira Hatanaka2011-07-07
* Rather than having printMemOperand change the way memory operands are printedAkira Hatanaka2011-07-07
* Change visibility of MipsAsmPrinter.Akira Hatanaka2011-07-07