summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [mips] Add initial support for NaN2008 in the back-end.Matheus Almeida2014-04-161-0/+6
* [mips] Fix emission of '.option pic0' for MIPS-IV.Daniel Sanders2014-04-161-4/+11
* [mips] Emit '.set nomicromips' before a function's entry labelMatheus Almeida2014-04-161-3/+2
* [mips] Implement NaCl sandboxing of indirect jumps:Sasa Stankovic2014-02-281-0/+35
* This patch has two main functions:Reed Kotler2014-02-141-0/+280
* Remove another hasRawTextSupport.Rafael Espindola2014-01-311-6/+0
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-281-1/+1
* Print .mask and .fmask with the target streamer.Rafael Espindola2014-01-271-19/+7
* Print .frame via the target streamer.Rafael Espindola2014-01-271-5/+1
* Use SwitchSection in MipsAsmPrinter::EmitStartOfAsmFile.Rafael Espindola2014-01-271-16/+17
* Implement the missing bits corresponding to .mips_hack_elf_flags.Rafael Espindola2014-01-261-44/+0
* Convert some easy uses of EmitRawText to TargetStreamer methods.Rafael Espindola2014-01-261-12/+14
* This reverts commit r200064 and r200051.Rafael Espindola2014-01-251-14/+12
* [Mips] TargetStreamer ELF flag Support for default and commandline options.Jack Carter2014-01-251-12/+14
* Fix a low hanging use of hasRawTextSupport.Rafael Espindola2014-01-141-10/+10
* Replace .mips_hack_stocg with ".set micromips" and ".set nomicromips".Rafael Espindola2014-01-141-3/+3
* Make getTargetStreamer return a possibly null pointer.Rafael Espindola2014-01-141-1/+1
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-071-1/+1
* [Mips] TargetStreamer Support for .abicalls and .set pic0.Jack Carter2014-01-061-6/+4
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-031-1/+2
* Remove dead code.Rafael Espindola2013-12-021-9/+0
* reverts 195057 per requestJack Carter2013-11-191-2/+2
* [Mips] Support for MicroMips STO refactoring.Jack Carter2013-11-191-2/+2
* [mips][msa] Enable inlinse assembly for MSA.Daniel Sanders2013-11-121-0/+5
* [mips][msa] Added support for matching bclr, and bclri from normal IR (i.e. n...Daniel Sanders2013-11-121-0/+9
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-291-1/+1
* The asm printer has a mangler. Use it.Rafael Espindola2013-10-291-1/+1
* Make first substantial checkin of my port of ARM constant islands code to Mips.Reed Kotler2013-10-271-0/+40
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-081-6/+11
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-051-9/+46
* reverting per requestJack Carter2013-10-041-2/+2
* [MC][AsmParser] Hook for post assembly file processingJack Carter2013-10-041-2/+2
* [mips] Rename register classes CPURegs and CPU64Regs.Akira Hatanaka2013-08-061-2/+2
OpenPOWER on IntegriCloud