aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsAsmPrinter.cpp
AgeCommit message (Expand)Author
2015-03-24[ndk][mips] Old binutils does not support nan directive.Logan Chien
2015-01-09[mips] Add comment which explains why we need to change the assembler options...Toma Tabacu
2015-01-06Use the same call off of the TargetMachine rather than the subtarget.Eric Christopher
2014-12-17[mips] Set GCC-compatible MIPS asssembler options before inline asm blocks.Toma Tabacu
2014-11-19[mips][micromips] Implement SWM32 and LWM32 instructionsZoran Jovanovic
2014-11-06[mips] Tolerate the use of the %z inline asm operand modifier with non-immedi...Toma Tabacu
2014-10-24[mips] Replace MipsABIEnum with a MipsABIInfo class.Daniel Sanders
2014-08-14[mips] Rename [gs]etCanHaveModuleDir to more natural namesDaniel Sanders
2014-08-08[mips] Initial implementation of -mabicalls/-mno-abicalls.Daniel Sanders
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher
2014-07-21[mips] Do not emit '.module fp=...' unless we really need to.Daniel Sanders
2014-07-21[mips] Do not emit '.module [no]oddspreg' unless we really need to.Daniel Sanders
2014-07-18Fundamentally change the MipsSubtarget replacement machinery:Eric Christopher
2014-07-18Reset the Subtarget in the AsmPrinter for each machine functionEric Christopher
2014-07-10[mips] Add support for -modd-spreg/-mno-odd-spregDaniel Sanders
2014-07-09[mips][mips64r6] Use JALR for indirect branches instead of JR (which is not a...Daniel Sanders
2014-07-09[mips][mips64r6] Use JALR for returns instead of JR (which is not available o...Daniel Sanders
2014-07-08[mips] Improve encapsulation of the .MIPS.abiflags implementation and limit s...Daniel Sanders
2014-07-08Mips.abiflags is a new implicitly generated section that will be present on ...Vladimir Medic
2014-05-27[mips] Optimize long branch for MIPS64 by removing %higher and %highest.Sasa Stankovic
2014-04-30[mips] Fix MipsLongBranch pass to work when the offset from the branch to theSasa Stankovic
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth
2014-04-16[mips] Add initial support for NaN2008 in the back-end.Matheus Almeida
2014-04-16[mips] Fix emission of '.option pic0' for MIPS-IV.Daniel Sanders
2014-04-16[mips] Emit '.set nomicromips' before a function's entry labelMatheus Almeida
2014-02-28[mips] Implement NaCl sandboxing of indirect jumps:Sasa Stankovic
2014-02-14This patch has two main functions:Reed Kotler
2014-01-31Remove another hasRawTextSupport.Rafael Espindola
2014-01-28Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse
2014-01-27Print .mask and .fmask with the target streamer.Rafael Espindola
2014-01-27Print .frame via the target streamer.Rafael Espindola
2014-01-27Use SwitchSection in MipsAsmPrinter::EmitStartOfAsmFile.Rafael Espindola
2014-01-26Implement the missing bits corresponding to .mips_hack_elf_flags.Rafael Espindola
2014-01-26Convert some easy uses of EmitRawText to TargetStreamer methods.Rafael Espindola
2014-01-25This reverts commit r200064 and r200051.Rafael Espindola
2014-01-25[Mips] TargetStreamer ELF flag Support for default and commandline options.Jack Carter
2014-01-14Fix a low hanging use of hasRawTextSupport.Rafael Espindola
2014-01-14Replace .mips_hack_stocg with ".set micromips" and ".set nomicromips".Rafael Espindola
2014-01-14Make getTargetStreamer return a possibly null pointer.Rafael Espindola
2014-01-07Move the llvm mangler to lib/IR.Rafael Espindola
2014-01-06[Mips] TargetStreamer Support for .abicalls and .set pic0.Jack Carter
2014-01-03Make the llvm mangler depend only on DataLayout.Rafael Espindola
2013-12-02Remove dead code.Rafael Espindola
2013-11-19reverts 195057 per requestJack Carter
2013-11-19[Mips] Support for MicroMips STO refactoring.Jack Carter
2013-11-12[mips][msa] Enable inlinse assembly for MSA.Daniel Sanders
2013-11-12[mips][msa] Added support for matching bclr, and bclri from normal IR (i.e. n...Daniel Sanders
2013-10-29Add a helper getSymbol to AsmPrinter.Rafael Espindola
2013-10-29The asm printer has a mangler. Use it.Rafael Espindola