summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsAsmPrinter.cpp
Commit message (Expand)AuthorAge
* [mips] Optimize long branch for MIPS64 by removing %higher and %highest.Sasa Stankovic2014-05-27
* [mips] Fix MipsLongBranch pass to work when the offset from the branch to theSasa Stankovic2014-04-30
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [mips] Add initial support for NaN2008 in the back-end.Matheus Almeida2014-04-16
* [mips] Fix emission of '.option pic0' for MIPS-IV.Daniel Sanders2014-04-16
* [mips] Emit '.set nomicromips' before a function's entry labelMatheus Almeida2014-04-16
* [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
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-28
* Print .mask and .fmask with the target streamer.Rafael Espindola2014-01-27
* Print .frame via the target streamer.Rafael Espindola2014-01-27
* Use SwitchSection in MipsAsmPrinter::EmitStartOfAsmFile.Rafael Espindola2014-01-27
* Implement the missing bits corresponding to .mips_hack_elf_flags.Rafael Espindola2014-01-26
* Convert some easy uses of EmitRawText to TargetStreamer methods.Rafael Espindola2014-01-26
* 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 low hanging use of hasRawTextSupport.Rafael Espindola2014-01-14
* Replace .mips_hack_stocg with ".set micromips" and ".set nomicromips".Rafael Espindola2014-01-14
* Make getTargetStreamer return a possibly null pointer.Rafael Espindola2014-01-14
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-07
* [Mips] TargetStreamer Support for .abicalls and .set pic0.Jack Carter2014-01-06
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-03
* Remove dead code.Rafael Espindola2013-12-02
* reverts 195057 per requestJack Carter2013-11-19
* [Mips] Support for MicroMips STO refactoring.Jack Carter2013-11-19
* [mips][msa] Enable inlinse assembly for MSA.Daniel Sanders2013-11-12
* [mips][msa] Added support for matching bclr, and bclri from normal IR (i.e. n...Daniel Sanders2013-11-12
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-29
* The asm printer has a mangler. Use it.Rafael Espindola2013-10-29
* 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
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-05
* reverting per requestJack Carter2013-10-04
* [MC][AsmParser] Hook for post assembly file processingJack Carter2013-10-04
* [mips] Rename register classes CPURegs and CPU64Regs.Akira Hatanaka2013-08-06
* [mips] Do not emit ".option pic0" if target is mips64.Akira Hatanaka2013-06-26
* Mips ELF: Mark object file as ABI compliant Jack Carter2013-06-18
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-16
* Remove some uneeded pseudos in the presence of the naked function attribute.Reed Kotler2013-05-03
* Mips specific inline asm operand modifier 'D' Jack Carter2013-04-09
* This patch enables llvm to switch between compiling for mips32/mips64 Reed Kotler2013-04-09
* ELF symbol table field st_other support, Jack Carter2013-02-19
* Remove a final dependency on the form field in tablegen; which is a remnantReed Kotler2013-02-15
* Fix minor mips16 issues in directives for function prologue. Probably this doesReed Kotler2013-02-15
* [mips] Make NOP a pseudo instruction and expand it to "sll $zero, $zero, 0".Akira Hatanaka2013-02-06
* This patch changes a static_cast to dyn_castJack Carter2013-02-05
* This patch implements runtime Mips specificJack Carter2013-01-30
* This is a resubmittal. For some reason it broke the bots yesterdayJack Carter2013-01-18