summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* [DebugInfo] Examine all uses of isDebugValue() for debug instructions.Shiva Chen2018-05-091-0/+2
* [mips] Support 'y' operand code to print exact log2 of the operandSimon Atanasyan2018-02-071-0/+7
* [mips] Handle 'M' and 'L' operand codes for memory operandsSimon Atanasyan2018-02-071-6/+16
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-1/+1
* [mips] Set microMIPS ASE flagAleksandar Beserminji2017-11-241-0/+1
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-2/+2
* [MC] Adding code padding for performance stability - infrastructure. NFC.Omer Paparo Bivas2017-10-241-0/+1
* Untabify.NAKAMURA Takumi2017-10-181-5/+5
* Test commit.Aleksandar Beserminji2017-09-141-1/+1
* [MIPS] Implement support for -mstack-alignment.John Baldwin2017-08-141-1/+1
* [Mips] Fix some Clang-tidy modernize-use-using and Include What You Use warni...Eugene Zelenko2017-08-031-19/+34
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [mips][XRay] Use the base version of emitXRayTableSimon Dardis2017-05-041-34/+1
* Move size and alignment information of regclass to TargetRegisterInfoKrzysztof Parzyszek2017-04-241-3/+3
* [LLVM][XRAY][MIPS] Support xray on mips/mipsel/mips64/mips64elSagar Thakur2017-02-151-4/+163
* [DebugInfo] Rename EmitDebugValue to EmitDebugThreadLocal (NFC)Simon Dardis2017-02-081-1/+1
* [mips] Recommit: "N64 static relocation model support"Simon Dardis2017-01-271-1/+3
* Revert "[mips] N64 static relocation model support"Simon Dardis2017-01-261-3/+1
* [mips] N64 static relocation model supportSimon Dardis2017-01-261-1/+3
* [mips] Fix debug information for __thread variablePetar Jovanovic2017-01-201-0/+16
* Fix spelling mistakes in MIPS target comments. NFC.Simon Pilgrim2016-11-181-1/+1
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-4/+4
* Remove an unnecessary duplicate initialization of TLOF from the MipsEric Christopher2016-09-291-4/+0
* Revert "[mips] Fix c.<cc>.<fmt> instruction definition."Simon Dardis2016-09-091-0/+7
* [mips] Fix c.<cc>.<fmt> instruction definition.Simon Dardis2016-09-091-7/+0
* [mips] Correct tail call encoding for MIPSR6Simon Dardis2016-08-181-3/+10
* MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun2016-07-281-3/+3
* Use isPositionIndependent(). NFC.Rafael Espindola2016-06-271-3/+2
* [llvm-objdump] Support detection of feature bits from the object and implemen...Daniel Sanders2016-06-161-2/+3
* [mips] EABI CodeGen is completely untested and seems to have bitrotted. Remov...Daniel Sanders2016-06-031-10/+0
* Don't pass a Reloc::Model to MC.Rafael Espindola2016-05-181-1/+1
* [mips] Fix inconsistent .cprestore behaviour between direct object emission a...Daniel Sanders2016-05-061-7/+13
* [mips] More range-based for loops. NFC.Vasileios Kalintiris2016-04-151-4/+3
* [mips] Range check uimm20 and fixed a bug this revealed.Daniel Sanders2016-02-291-18/+0
* Revert "CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC"Duncan P. N. Exon Smith2016-02-221-2/+3
* CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFCDuncan P. N. Exon Smith2016-02-211-3/+2
* Mips: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-201-2/+2
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-3/+2
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-2/+3
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-3/+2
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-2/+3
* [WinEH] Add some support for code generating catchpadReid Kleckner2015-08-271-1/+1
* [mips] Remap move as or.Vasileios Kalintiris2015-08-111-1/+1
* 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
OpenPOWER on IntegriCloud