summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* Handle BUNDLE instructions in MipsAsmPrinterAlex Richardson2019-12-041-0/+4
* [mips] Split long lines in the code. NFCSimon Atanasyan2019-11-031-2/+4
* [Alignment][NFC] Use Align for TargetFrameLowering/SubtargetGuillaume Chatelet2019-10-171-1/+1
* [Alignment][NFC] use llvm::Align for AsmPrinter::EmitAlignmentGuillaume Chatelet2019-09-111-4/+3
* [Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir...Guillaume Chatelet2019-09-111-1/+2
* [LLVM][Alignment] Make functions using log of alignment explicitGuillaume Chatelet2019-09-051-3/+3
* [mips] Switch to the `.text` section after emitting asm file preambleSimon Atanasyan2019-09-031-0/+4
* Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-151-3/+3
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-111-1/+1
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-101-1/+1
* [Mips] Create a TargetInfo header. NFCRichard Trieu2019-05-141-0/+1
* [Mips] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-111-1/+1
* [AsmPrinter] refactor to support %c w/ GlobalAddress'Nick Desaulniers2019-04-261-1/+1
* [AsmPrinter] refactor to remove remove AsmVariant. NFCNick Desaulniers2019-04-101-4/+3
* [mips] Emit `.module softfloat` directiveSimon Atanasyan2019-02-261-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [mips] Emit .reloc R_{MICRO}MIPS_JALR along with j(al)r(c) $25Vladimir Stefanovic2019-01-171-0/+41
* [mips] Fix TestDWARF32Version5Addr8AllForms test failure on MIPS hostsSimon Atanasyan2018-12-031-9/+15
* [DebugInfo] Rename EmitDebugThreadLocal back to EmitDebugValue. NFCSimon Atanasyan2018-11-281-2/+1
* [Mips] Supplement long branch pseudo instructionsStefan Maksimovic2018-11-051-1/+5
* Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner2018-11-011-0/+1
* 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
OpenPOWER on IntegriCloud