summaryrefslogtreecommitdiff
path: root/lib/Target/Mips
AgeCommit message (Expand)Author
2018-11-16Merging r344591:Tom Stellard
2018-11-16Merging r344516:Tom Stellard
2018-11-13Merging r342946:Tom Stellard
2018-11-13Merging r342884:Tom Stellard
2018-11-13Merging r341919:Tom Stellard
2018-11-13Merging r341221:Tom Stellard
2018-11-13Merging r340932:Tom Stellard
2018-11-13Merging r340931:Tom Stellard
2018-11-13Merging r340927:Tom Stellard
2018-08-01[MIPS GlobalISel] Select global addressPetar Jovanovic
2018-07-30Remove trailing spaceFangrui Song
2018-07-28DAG: Add calling convention argument to calling convention funcsMatt Arsenault
2018-07-26[mips] Sign extend i32 return values on MIPS64Stefan Maksimovic
2018-07-25[MIPS GlobalISel] Lower pointer argumentsPetar Jovanovic
2018-07-25[mips] Replace custom parsing logic for data directives by the `addAliasForDi...Simon Atanasyan
2018-07-24[mips] Fix local dynamic TLS with Sym64Simon Atanasyan
2018-07-21[mips] Factor out register class selection for global base register. NFCSimon Atanasyan
2018-07-21[mips] Move out the WrapperPat declaration from the NotInMicroMips predicateSimon Atanasyan
2018-07-18[mips] Fix predicate for the MipsTruncIntFP patternSimon Atanasyan
2018-07-17[Mips][FastISel] Fix handling of icmp with i1 typePetar Jovanovic
2018-07-16[mips] Eliminate the usage of hasStdEnc in MipsPat.Simon Atanasyan
2018-07-16[MIPS GlobalISel] Select instructions to load and store i32 on stackPetar Jovanovic
2018-07-13CodeGen: Remove pipeline dependencies on StackProtector; NFCMatthias Braun
2018-07-12[mips] Mark standard encoded instructions as not being in MIPS16eSimon Atanasyan
2018-07-11[mips] Update the P5600 scheduler model not to use instruction itineraries.Simon Atanasyan
2018-07-11[mips] Remove dead code. NFCSimon Atanasyan
2018-07-09[mips] Addition of the [d]rem and [d]remu instructionsStefan Maksimovic
2018-07-05[mips] Fix atomic operations at O0, v3Aleksandar Beserminji
2018-07-04[mips] Warn when crc, ginv, virt flags are used with too old revisionVladimir Stefanovic
2018-07-03[MIPS GlobalISel] Lower arguments using stackPetar Jovanovic
2018-07-02[Mips][FastISel] Do not duplicate condition while lowering branchesPetar Jovanovic
2018-06-29[mips] Support shrink-wrappingPetar Jovanovic
2018-06-25Add Triple::isMIPS()/isMIPS32()/isMIPS64(). NFCAlexander Richardson
2018-06-24[mips][ias] Enable IAS by default for OpenBSD / FreeBSD mips64/mips64el.Brad Smith
2018-06-21[mips] Modify comment to test new email address (NFC).Simon Dardis
2018-06-20[mips] Add microMIPS specific addressing patterns.Simon Dardis
2018-06-20[mips] Correct predicates for loads, bit manipulation instructions and some p...Simon Dardis
2018-06-20[mips] Fix the predicates of some DSP instructions from AdditionalPredicates ...Simon Dardis
2018-06-19[mips] Mark microMIPS64 as being unsupported.Simon Dardis
2018-06-19[mips] Fix the predicates of some aliasesSimon Dardis
2018-06-15[mips] Add licensing information of the microMIPS tablegen files. (NFC)Simon Dardis
2018-06-14[mips] Correct predicates for MSA pseudo instructionsSimon Dardis
2018-06-13[mips][microMIPS] Extending size reduction pass with LWP and SWPZoran Jovanovic
2018-06-12[mips] Guard some floating point instructions correctlySimon Dardis
2018-06-12[mips] Extend LONG_BRANCH_LUi/ADDiu with extra parameterAleksandar Beserminji
2018-06-11[mips] Fix spill slot for mips3, n64 abiAleksandar Beserminji
2018-06-08[mips] Correct the predicates for a number of codegen only instructionsSimon Dardis
2018-06-07[Mips] Silencing warnings in instruction info (NFC)Petar Jovanovic
2018-06-06Change TII isCopyInstr way of returning arguments(NFC)Petar Jovanovic
2018-06-06[MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixupPeter Smith