Fix relocation selection for foo-. on mips.
[oota-llvm.git] / lib / Target / Mips / MipsAsmPrinter.cpp
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-23 Benjamin Kramer[Mips] Prefer Twine::utohexstr over utohexstr, saves...
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-05-13 Jim GrosbachMC: Modernize MCOperand API naming. NFC.
2015-05-08 Vasileios Kalintiris[mips] Emit the .insn directive for empty basic blocks.
2015-04-24 Lang Hames[AsmPrinter] Make AsmPrinter's OutStreamer member a...
2015-04-09 Toma Tabacu[mips] Refactor saved-registers bitmask creation in...
2015-03-24 Daniel Sanders[mips] Distinguish 'R', 'ZC', and 'm' inline assembly...
2015-03-21 Eric ChristopherGrab the cached subtarget off of the MachineFunction.
2015-02-21 Eric ChristopherHave the MipsAsmPrinter fp stub emission code take...
2015-02-21 Eric ChristopherTurn an if+llvm_unreachable into an assert and reword...
2015-02-21 Eric ChristopherEndianness can be gotten from the DataLayout which...
2015-02-20 Eric ChristopherGet the cached subtarget off the MachineFunction rather...
2015-02-19 Eric ChristopherRemove unused argument from emitInlineAsmStart.
2015-02-18 Eric ChristopherMake the Mips AsmPrinter independent of global subtarget
2015-02-14 Duncan P. N. Exon... Mips: Canonicalize access to function attributes, NFC
2015-01-29 Eric ChristopherGet rid of a few calls through the subtarget to get...
2015-01-29 Rafael EspindolaCompute the ELF SectionKind from the flags.
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-26 Eric ChristopherMove the Mips target to storing the ABI in the TargetMa...
2015-01-09 Toma Tabacu[mips] Add comment which explains why we need to change...
2015-01-06 Eric ChristopherUse the same call off of the TargetMachine rather than...
2014-12-17 Toma Tabacu[mips] Set GCC-compatible MIPS asssembler options befor...
2014-11-19 Zoran Jovanovic[mips][micromips] Implement SWM32 and LWM32 instructions
2014-11-06 Toma Tabacu[mips] Tolerate the use of the %z inline asm operand...
2014-10-24 Daniel Sanders[mips] Replace MipsABIEnum with a MipsABIInfo class.
2014-08-14 Daniel Sanders[mips] Rename [gs]etCanHaveModuleDir to more natural...
2014-08-08 Daniel Sanders[mips] Initial implementation of -mabicalls/-mno-abicalls.
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-21 Daniel Sanders[mips] Do not emit '.module fp=...' unless we really...
2014-07-21 Daniel Sanders[mips] Do not emit '.module [no]oddspreg' unless we...
2014-07-18 Eric ChristopherFundamentally change the MipsSubtarget replacement...
2014-07-18 Eric ChristopherReset the Subtarget in the AsmPrinter for each machine...
2014-07-10 Daniel Sanders[mips] Add support for -modd-spreg/-mno-odd-spreg
2014-07-09 Daniel Sanders[mips][mips64r6] Use JALR for indirect branches instead...
2014-07-09 Daniel Sanders[mips][mips64r6] Use JALR for returns instead of JR...
2014-07-08 Daniel Sanders[mips] Improve encapsulation of the .MIPS.abiflags...
2014-07-08 Vladimir MedicMips.abiflags is a new implicitly generated section...
2014-05-27 Sasa Stankovic[mips] Optimize long branch for MIPS64 by removing...
2014-04-30 Sasa Stankovic[mips] Fix MipsLongBranch pass to work when the offset...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-16 Matheus Almeida[mips] Add initial support for NaN2008 in the back...
2014-04-16 Daniel Sanders[mips] Fix emission of '.option pic0' for MIPS-IV.
2014-04-16 Matheus Almeida[mips] Emit '.set nomicromips' before a function's...
2014-02-28 Sasa Stankovic[mips] Implement NaCl sandboxing of indirect jumps:
2014-02-14 Reed KotlerThis patch has two main functions:
2014-01-31 Rafael EspindolaRemove another hasRawTextSupport.
2014-01-28 David WoodhouseChange MCStreamer EmitInstruction interface to take...
2014-01-27 Rafael EspindolaPrint .mask and .fmask with the target streamer.
2014-01-27 Rafael EspindolaPrint .frame via the target streamer.
2014-01-27 Rafael EspindolaUse SwitchSection in MipsAsmPrinter::EmitStartOfAsmFile.
2014-01-26 Rafael EspindolaImplement the missing bits corresponding to .mips_hack_...
2014-01-26 Rafael EspindolaConvert some easy uses of EmitRawText to TargetStreamer...
2014-01-25 Rafael EspindolaThis reverts commit r200064 and r200051.
2014-01-25 Jack Carter[Mips] TargetStreamer ELF flag Support for default...
2014-01-14 Rafael EspindolaFix a low hanging use of hasRawTextSupport.
2014-01-14 Rafael EspindolaReplace .mips_hack_stocg with ".set micromips" and...
2014-01-14 Rafael EspindolaMake getTargetStreamer return a possibly null pointer.
2014-01-07 Rafael EspindolaMove the llvm mangler to lib/IR.
2014-01-06 Jack Carter[Mips] TargetStreamer Support for .abicalls and .set...
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2013-12-02 Rafael EspindolaRemove dead code.
2013-11-19 Jack Carterreverts 195057 per request
2013-11-19 Jack Carter[Mips] Support for MicroMips STO refactoring.
2013-11-12 Daniel Sanders[mips][msa] Enable inlinse assembly for MSA.
2013-11-12 Daniel Sanders[mips][msa] Added support for matching bclr, and bclri...
2013-10-29 Rafael EspindolaAdd a helper getSymbol to AsmPrinter.
2013-10-29 Rafael EspindolaThe asm printer has a mangler. Use it.
2013-10-27 Reed KotlerMake first substantial checkin of my port of ARM consta...
2013-10-08 Rafael EspindolaAdd a MCTargetStreamer interface.
2013-10-05 Rafael EspindolaRemove some really nasty uses of hasRawTextSupport.
2013-10-04 Jack Carterreverting per request
2013-10-04 Jack Carter[MC][AsmParser] Hook for post assembly file processing
2013-08-06 Akira Hatanaka[mips] Rename register classes CPURegs and CPU64Regs.
2013-06-26 Akira Hatanaka[mips] Do not emit ".option pic0" if target is mips64.
2013-06-18 Jack CarterMips ELF: Mark object file as ABI compliant
2013-06-16 David BlaikieDebugInfo: remove target-specific Frame Index handling...
2013-05-03 Reed KotlerRemove some uneeded pseudos in the presence of the...
2013-04-09 Jack CarterMips specific inline asm operand modifier 'D'
2013-04-09 Reed KotlerThis patch enables llvm to switch between compiling...
2013-02-19 Jack CarterELF symbol table field st_other support,
2013-02-15 Reed KotlerRemove a final dependency on the form field in tablegen...
2013-02-15 Reed KotlerFix minor mips16 issues in directives for function...
2013-02-06 Akira Hatanaka[mips] Make NOP a pseudo instruction and expand it...
2013-02-05 Jack CarterThis patch changes a static_cast to dyn_cast
2013-01-30 Jack CarterThis patch implements runtime Mips specific
2013-01-18 Jack CarterThis is a resubmittal. For some reason it broke the...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-10 Akira Hatanaka[mips] Set HWEncoding field of registers. Use delete...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-02 Akira Hatanaka[mips] Delete MipsFunctionInfo::EmitNOAT. Unconditional...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-02 Jack CarterThe mips 64bit instructions DSLL, DSRA, DSRL, DEXT...
2012-09-27 Akira HatanakaMIPS DSP: add code necessary for pseudo instruction...
2012-09-10 Dmitri GribenkoRemove redundant semicolons which are null statements.
2012-09-06 Jack CarterThere are some Mips instructions that are lowered by the
2012-08-31 Jack CarterThe instruction DINS may be transformed into DINSU...
2012-08-28 Jack CarterThe instruction DEXT may be transformed into DEXTU...
next