summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsSEISelDAGToDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* [SelectionDAG] Disallow indirect "i" constraintFangrui Song2019-12-291-4/+0
* [IR] Split out target specific intrinsic enums into separate headersReid Kleckner2019-12-111-0/+1
* [mips] Split long lines in the code. NFCSimon Atanasyan2019-11-031-7/+10
* [Mips] Fix 374055Mirko Brkusanin2019-10-101-3/+3
* [Mips] Emit proper ABI for _mcount callsMirko Brkusanin2019-10-081-0/+45
* [Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet2019-09-271-2/+2
* Fix uninitialized variable warning. NFCI.Simon Pilgrim2019-09-221-1/+1
* [MIPS] Don't dereference dyn_cast<> Constant results. NFCI.Simon Pilgrim2019-09-221-2/+2
* [Alignment] Move OffsetToAlignment to Alignment.hGuillaume Chatelet2019-09-121-1/+2
* [mips] Support the "o" inline asm constraintSimon Atanasyan2019-07-171-0/+1
* [mips] Extend range of register indexes accepted by cfcmsa/ctcmsaSimon Atanasyan2019-06-011-12/+2
* [mips] Move initGlobalBaseReg to MipsFunctionInfo. NFCPetar Avramovic2019-05-311-90/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [mips] Optimize shifts for types larger than GPR size (mips2/mips3)Aleksandar Beserminji2019-01-141-0/+18
* Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner2018-11-011-1/+1
* [mips] Prevent shrink-wrap for BuildPairF64, ExtractElementF64 when they use $spVladimir Stefanovic2018-08-291-0/+12
* [mips] Correct predicates for loads, bit manipulation instructions and some p...Simon Dardis2018-06-201-3/+3
* [NFC] fix trivial typos in commentsHiroshi Inoue2018-01-221-1/+1
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-3/+3
* [mips] Match 'ins' and its' variants with C++ codeSimon Dardis2017-11-031-0/+58
* [mips] Pick the right variant of DINS upfront and enable target instruction v...Simon Dardis2017-09-141-2/+5
* Reland "[mips] Fix multiprecision arithmetic."Simon Dardis2017-07-131-46/+53
* Revert "[mips] Fix multiprecision arithmetic."Simon Dardis2017-06-291-53/+46
* [mips] Fix multiprecision arithmetic.Simon Dardis2017-06-141-46/+53
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [mips][msa] Fix generation of bm(n)zi and bins[lr]i instructionsPetar Jovanovic2017-04-071-2/+2
* Remove redundant condition (PR32263). NFCI.Simon Pilgrim2017-03-151-1/+1
* [mips][msa] Accept more values for constant splatsSimon Dardis2017-03-101-6/+229
* [mips] Recommit: "N64 static relocation model support"Simon Dardis2017-01-271-0/+2
* Revert "[mips] N64 static relocation model support"Simon Dardis2017-01-261-2/+0
* [mips] N64 static relocation model supportSimon Dardis2017-01-261-0/+2
* [LLC][MIPS] Fix crash after enabling LLVM_ENABLE_EXPENSIVE_CHECKSNitesh Jain2017-01-041-0/+6
* Fixed MSVC out of range shift warningSimon Pilgrim2016-08-011-1/+1
* [mips] Clang generates unaligned offset for MSA instruction st.dHrvoje Varga2016-08-011-23/+51
* [mips] Optimize materialization of i64 constantsSimon Dardis2016-07-251-2/+2
* [mips] SelectionDAGISel subclasses now follow the optimization level.Daniel Sanders2016-07-141-2/+3
* [mips][microMIPS] Implement LDC1, SDC1, LDC2, SDC2, LWC1, SWC1, LWC2 and SWC2...Zlatko Buljan2016-07-111-1/+25
* Convert more cases to isPositionIndependent(). NFC.Rafael Espindola2016-06-281-2/+2
* [mips] Eliminate unused code for addrRegReg complex pattern. NFC.Vasileios Kalintiris2016-06-151-12/+0
* [mips][dsp] Fix use without def on DSPCtrl registers read by rddsp intrinsic.Daniel Sanders2016-06-141-1/+2
* Pass DebugLoc and SDLoc by const ref.Benjamin Kramer2016-06-121-2/+2
* SDAG: Implement Select instead of SelectImpl in MipsDAGToDAGISelJustin Bogner2016-05-131-32/+33
* [mips] Use range-based for loops and simplify slightly the code. NFC.Vasileios Kalintiris2016-04-151-9/+13
* Revert "[mips] Promote the result of SETCC nodes to GPR width."Vasileios Kalintiris2016-03-011-3/+17
* [mips] Promote the result of SETCC nodes to GPR width.Vasileios Kalintiris2016-03-011-17/+3
* [mips] Check the register class before replacing materializations of zero wit...Vasileios Kalintiris2015-10-291-0/+5
* [mips] Remove incorrect DebugLoc entries from prologuePetar Jovanovic2015-08-281-1/+1
* Make TargetLowering::getPointerTy() taking DataLayout as an argumentMehdi Amini2015-07-091-1/+1
* [mips] Correct and improve special-case shuffle instructions.Daniel Sanders2015-05-191-9/+10
* Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"Sergey Dmitrouk2015-04-281-21/+25
OpenPOWER on IntegriCloud