summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* [Mips] Fix evaluating J-format branch targetsSimon Atanasyan2019-10-071-4/+7
* [mips] Push `fixup_Mips_LO16` fixup for `jialc` and `jic` instructionsSimon Atanasyan2019-10-031-2/+5
* [mips] Fix code indentation. NFCSimon Atanasyan2019-09-301-3/+3
* [Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet2019-09-273-11/+8
* [Alignment] Introduce llvm::Align to MCSectionGuillaume Chatelet2019-09-132-7/+10
* [Alignment][NFC] use llvm::Align for AsmPrinter::EmitAlignmentGuillaume Chatelet2019-09-112-3/+4
* [LLVM][Alignment] Make functions using log of alignment explicitGuillaume Chatelet2019-09-052-2/+2
* [mips] Inline emitStoreWithSymOffset and emitLoadWithSymOffset methods. NFCSimon Atanasyan2019-08-291-41/+0
* [MC] Minor cleanup to MCFixup::Kind handling. NFC.Sam Clegg2019-08-231-1/+1
* [mips] Remove duplicated case from the `StringSwitch`. NFCSimon Atanasyan2019-08-211-1/+0
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* [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
* Delete dead storesFangrui Song2019-07-121-2/+1
* 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
* [ARM] Support .reloc *, R_ARM_NONE, *Fangrui Song2019-05-173-8/+3
* [mips] LLVM and GAS now use same instructions for CFA Definition. NFCISimon Atanasyan2019-05-151-1/+1
* [Mips] Create a TargetInfo header. NFCRichard Trieu2019-05-142-5/+1
* [Mips] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-116-3/+403
* [mips] Emit `.module softfloat` directiveSimon Atanasyan2019-02-261-2/+5
* [AsmPrinter] Remove hidden flag -print-schedule.Andrea Di Biagio2019-02-043-5/+4
* Reapply: [mips] Handle MipsMCExpr sub-expression for the MEK_DTPREL tagSimon Atanasyan2019-01-242-8/+11
* Revert "[mips] Handle MipsMCExpr sub-expression for the MEK_DTPREL tag"Amara Emerson2019-01-242-11/+8
* [mips] Handle MipsMCExpr sub-expression for the MEK_DTPREL tagSimon Atanasyan2019-01-232-8/+11
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1924-96/+72
* [mips] Emit .reloc R_{MICRO}MIPS_JALR along with j(al)r(c) $25Vladimir Stefanovic2019-01-172-1/+11
* [mips][micrompis] Emit 16bit NOPs by defaultAleksandar Beserminji2019-01-091-1/+5
* [mips] Show an error on attempt to use 64-bit PC-relative relocationSimon Atanasyan2018-12-291-0/+4
* [mips] Show a regular error message on attempt to use one byte relocationSimon Atanasyan2018-12-291-1/+4
* [mips] Enable using of integrated assembler in all cases.Simon Atanasyan2018-12-121-21/+1
* [mips] Fix TestDWARF32Version5Addr8AllForms test failure on MIPS hostsSimon Atanasyan2018-12-033-0/+12
* [mips][mc] Add basic support for R_MIPS_JALR/R_MICROMIPS_JALRVladimir Stefanovic2018-11-213-2/+18
* [mips][micromips] Fix how values in .gcc_except_table are calculatedAleksandar Beserminji2018-10-162-0/+10
* [mips][micromips] Fix overlaping FDEs errorAleksandar Beserminji2018-10-152-0/+24
* [mips][micromips] Revert "Fix overlaping FDEs error"Aleksandar Beserminji2018-10-152-24/+0
* [mips][micromips] Fix overlaping FDEs errorAleksandar Beserminji2018-10-152-0/+24
* [mips] Set pointer size to 4 bytes for N32 ABISimon Atanasyan2018-10-091-2/+1
* [mips] Add support MIPS r6 Debian triplesSimon Atanasyan2018-09-271-4/+11
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-1/+1
* [mips][microMIPS] Fix the definition of MOVEP instructionSimon Atanasyan2018-09-191-0/+6
* [mips] Fix MIPS N32 ABI triples supportSimon Atanasyan2018-09-173-2/+9
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* [mips] Replace custom parsing logic for data directives by the `addAliasForDi...Simon Atanasyan2018-07-252-2/+9
* [mips] Remove dead code. NFCSimon Atanasyan2018-07-112-11/+0
* Add Triple::isMIPS()/isMIPS32()/isMIPS64(). NFCAlexander Richardson2018-06-253-8/+5
* [mips][ias] Enable IAS by default for OpenBSD / FreeBSD mips64/mips64el.Brad Smith2018-06-241-0/+5
* [MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixupPeter Smith2018-06-062-3/+6
OpenPOWER on IntegriCloud