summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mips] Fix sc, scs, ll, lld instructions expandingSimon Atanasyan2019-11-271-35/+0
* [Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet2019-09-271-8/+5
* [Alignment] Introduce llvm::Align to MCSectionGuillaume Chatelet2019-09-131-5/+8
* [mips] Inline emitStoreWithSymOffset and emitLoadWithSymOffset methods. NFCSimon Atanasyan2019-08-291-41/+0
* [mips] Make a couple of class methods plain static functions. NFCSimon Atanasyan2019-08-071-9/+9
* [mips] Use isMicroMips() function to check enabled feature flag. NFCSimon Atanasyan2019-08-071-2/+1
* [Mips] Instruction `sc` now accepts symbol as an argumentSimon Atanasyan2019-08-071-0/+52
* [mips] Implement .cplocal directiveSimon Atanasyan2019-07-171-20/+47
* [Mips] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-111-1/+1
* [mips] Emit `.module softfloat` directiveSimon Atanasyan2019-02-261-2/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [mips][micrompis] Emit 16bit NOPs by defaultAleksandar Beserminji2019-01-091-1/+5
* [mips] Add support for Global INValidate ASEPetar Jovanovic2018-05-171-0/+22
* [mips] Add support for Virtualization ASEPetar Jovanovic2018-04-271-0/+22
* [mips] Add support for CRC ASEPetar Jovanovic2018-03-141-0/+22
* Reland "[mips][mt][6/7] Add support for mftr, mttr instructions."Simon Dardis2017-11-141-0/+15
* Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"Matthias Braun2017-10-121-1/+1
* TargetMachine: Merge TargetMachine and LLVMTargetMachineMatthias Braun2017-10-121-1/+1
* [mips] implement .set dspr2 directivePetar Jovanovic2017-10-051-0/+6
* Revert "Reland "[mips][mt][6/7] Add support for mftr, mttr instructions.""Simon Dardis2017-08-141-15/+0
* Reland "[mips][mt][6/7] Add support for mftr, mttr instructions."Simon Dardis2017-08-141-0/+15
* Revert "Reland "[mips][mt][6/7] Add support for mftr, mttr instructions.""Simon Dardis2017-07-141-15/+0
* Reland "[mips][mt][6/7] Add support for mftr, mttr instructions.""Simon Dardis2017-07-141-0/+15
* Revert "[mips][mt][6/7] Add support for mftr, mttr instructions."Simon Dardis2017-07-131-15/+0
* [mips][mt][6/7] Add support for mftr, mttr instructions.Simon Dardis2017-07-121-0/+15
* [mips][mt][2/7] Implement .module and .set directives for the MT ASE.Simon Dardis2017-07-111-0/+17
* 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] MUL macro variationsSimon Dardis2017-02-081-3/+2
* [mips] Remove absolute size assertion for end directiveSimon Dardis2017-02-031-4/+4
* [mips] Fix an initialization issue with MipsABIInfo in MipsTargetELFStreamerSimon Dardis2017-02-011-0/+12
* [mips] Recommit: "N64 static relocation model support"Simon Dardis2017-01-271-8/+7
* Revert "[mips] N64 static relocation model support"Simon Dardis2017-01-261-8/+8
* [mips] N64 static relocation model supportSimon Dardis2017-01-261-8/+8
* Revert "[mips] Honour -mno-odd-spreg for vector splat"Simon Dardis2017-01-101-12/+0
* [mips] Honour -mno-odd-spreg for vector splatSimon Dardis2017-01-101-0/+12
* [mips][ias] Implement one N32 case (of two) for .cpsetup.Daniel Sanders2016-06-141-28/+27
* Move instances of std::function.Benjamin Kramer2016-06-121-4/+4
* Don't pass a Reloc::Model to MC.Rafael Espindola2016-05-181-1/+1
* [mips][ias] EF_MIPS_MICROMIPS should iff microMIPS code was emitted.Daniel Sanders2016-05-161-5/+8
* [mips][ias] Fix O32 .cprestore directive when inside .set noat region and off...Daniel Sanders2016-05-121-6/+7
* [mips][ias] Correct ELF eflags when Octeon is the target.Daniel Sanders2016-05-121-0/+4
* [mips][ias] Fix N32 and N64 .cprestore directive when inside .set noat region.Daniel Sanders2016-05-111-12/+19
* [mips] Fix inconsistent .cprestore behaviour between direct object emission a...Daniel Sanders2016-05-061-0/+8
* [mips][ias] Only round section sizes when explicitly requested.Daniel Sanders2016-05-041-12/+24
* [mips] Use MipsMCExpr instead of MCSymbolRefExpr for all relocations.Daniel Sanders2016-05-031-8/+17
* [mips][ias] Move createCpRestoreMemOp to MipsTargetStreamer. NFC.Daniel Sanders2016-04-291-16/+36
* [mips][ias] Split expandMemInst between MipsAsmParser and MipsTargetStreamer....Daniel Sanders2016-04-291-0/+100
* [mips][ias] Moved most instruction emission helpers to MipsTargetStreamer. NFC.Daniel Sanders2016-04-291-0/+93
* [mips][ias] Make section sizes a multiple of the alignment.Daniel Sanders2016-04-291-0/+15
OpenPOWER on IntegriCloud