summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini2015-07-161-3/+2
* [mips] [IAS] Refactor the emitDirectiveModuleOddSPReg() functions. NFC.Toma Tabacu2015-06-251-2/+1
* Clean up redundant copies of Triple objects. NFCDaniel Sanders2015-06-161-1/+1
* Replace string GNU Triples with llvm::Triple in TargetMachine::getTargetTripl...Daniel Sanders2015-06-161-1/+2
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-101-3/+2
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-091-2/+2
* Create a MCSymbolELF.Rafael Espindola2015-06-021-3/+4
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-4/+4
* [Mips] Prefer Twine::utohexstr over utohexstr, saves a string copy.Benjamin Kramer2015-05-231-3/+2
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-1/+1
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-4/+4
* MC: Modernize MCOperand API naming. NFC.Jim Grosbach2015-05-131-8/+8
* [mips] Emit the .insn directive for empty basic blocks.Vasileios Kalintiris2015-05-081-0/+6
* [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames2015-04-241-32/+32
* [mips] Refactor saved-registers bitmask creation in MipsAsmPrinter::printSave...Toma Tabacu2015-04-091-20/+11
* [mips] Distinguish 'R', 'ZC', and 'm' inline assembly memory constraint.Daniel Sanders2015-03-241-6/+12
* Grab the cached subtarget off of the MachineFunction.Eric Christopher2015-03-211-5/+4
* Have the MipsAsmPrinter fp stub emission code take a customEric Christopher2015-02-211-34/+46
* Turn an if+llvm_unreachable into an assert and reword comment.Eric Christopher2015-02-211-7/+4
* Endianness can be gotten from the DataLayout which we alreadyEric Christopher2015-02-211-1/+1
* Get the cached subtarget off the MachineFunction rather thanEric Christopher2015-02-201-1/+1
* Remove unused argument from emitInlineAsmStart.Eric Christopher2015-02-191-2/+1
* Make the Mips AsmPrinter independent of global subtargetEric Christopher2015-02-181-9/+22
* Mips: Canonicalize access to function attributes, NFCDuncan P. N. Exon Smith2015-02-141-4/+1
* Get rid of a few calls through the subtarget to get the ABIEric Christopher2015-01-291-7/+6
* Compute the ELF SectionKind from the flags.Rafael Espindola2015-01-291-9/+7
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-1/+1
* Move the Mips target to storing the ABI in the TargetMachine ratherEric Christopher2015-01-261-1/+2
* [mips] Add comment which explains why we need to change the assembler options...Toma Tabacu2015-01-091-0/+6
* Use the same call off of the TargetMachine rather than the subtarget.Eric Christopher2015-01-061-1/+1
* [mips] Set GCC-compatible MIPS asssembler options before inline asm blocks.Toma Tabacu2014-12-171-1/+18
* [mips][micromips] Implement SWM32 and LWM32 instructionsZoran Jovanovic2014-11-191-0/+20
* [mips] Tolerate the use of the %z inline asm operand modifier with non-immedi...Toma Tabacu2014-11-061-7/+5
* [mips] Replace MipsABIEnum with a MipsABIInfo class.Daniel Sanders2014-10-241-5/+5
* [mips] Rename [gs]etCanHaveModuleDir to more natural namesDaniel Sanders2014-08-141-1/+1
* [mips] Initial implementation of -mabicalls/-mno-abicalls.Daniel Sanders2014-08-081-3/+1
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-4/+6
* [mips] Do not emit '.module fp=...' unless we really need to.Daniel Sanders2014-07-211-10/+15
* [mips] Do not emit '.module [no]oddspreg' unless we really need to.Daniel Sanders2014-07-211-3/+8
* Fundamentally change the MipsSubtarget replacement machinery:Eric Christopher2014-07-181-2/+2
* Reset the Subtarget in the AsmPrinter for each machine functionEric Christopher2014-07-181-1/+3
* [mips] Add support for -modd-spreg/-mno-odd-spregDaniel Sanders2014-07-101-2/+6
* [mips][mips64r6] Use JALR for indirect branches instead of JR (which is not a...Daniel Sanders2014-07-091-6/+8
* [mips][mips64r6] Use JALR for returns instead of JR (which is not available o...Daniel Sanders2014-07-091-0/+42
* [mips] Improve encapsulation of the .MIPS.abiflags implementation and limit s...Daniel Sanders2014-07-081-12/+3
* Mips.abiflags is a new implicitly generated section that will be present on ...Vladimir Medic2014-07-081-1/+16
* [mips] Optimize long branch for MIPS64 by removing %higher and %highest.Sasa Stankovic2014-05-271-1/+0
* [mips] Fix MipsLongBranch pass to work when the offset from the branch to theSasa Stankovic2014-04-301-1/+9
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-1/+1
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
OpenPOWER on IntegriCloud