summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsISelDAGToDAG.h
Commit message (Expand)AuthorAgeFilesLines
* [MIPS] For vectors, select `add %x, C` as `sub %x, -C` if it results in inlin...Roman Lebedev2019-09-181-0/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* CodeGen: Remove pipeline dependencies on StackProtector; NFCMatthias Braun2018-07-131-0/+2
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-13/+13
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-1/+1
* [mips] Clang generates unaligned offset for MSA instruction st.dHrvoje Varga2016-08-011-2/+11
* [mips] SelectionDAGISel subclasses now follow the optimization level.Daniel Sanders2016-07-141-2/+2
* [mips][microMIPS] Implement LDC1, SDC1, LDC2, SDC2, LWC1, SWC1, LWC2 and SWC2...Zlatko Buljan2016-07-111-1/+7
* [mips][mips16] Fix machine verifier errors about incorrect register classes o...Daniel Sanders2016-06-161-2/+2
* [mips] Eliminate unused code for addrRegReg complex pattern. NFC.Vasileios Kalintiris2016-06-151-5/+0
* SDAG: Implement Select instead of SelectImpl in MipsDAGToDAGISelJustin Bogner2016-05-131-2/+2
* SDAG: Rename Select->SelectImpl and repurpose Select as returning voidJustin Bogner2016-05-051-1/+1
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* [mips] Correct and improve special-case shuffle instructions.Daniel Sanders2015-05-191-1/+2
* Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"Sergey Dmitrouk2015-04-281-1/+1
* Revert "[DebugInfo] Add debug locations to constant SD nodes"Daniel Jasper2015-04-281-1/+1
* [DebugInfo] Add debug locations to constant SD nodesSergey Dmitrouk2015-04-281-1/+1
* Recommit r232027 with PR22883 fixed: Add infrastructure for support of multip...Daniel Sanders2015-03-131-1/+1
* Revert "r232027 - Add infrastructure for support of multiple memory constraints"Hal Finkel2015-03-121-1/+1
* Add infrastructure for support of multiple memory constraints.Daniel Sanders2015-03-121-1/+1
* [mips][microMIPS] Implement CodeGen support for SW16 and LW16 instructionsZoran Jovanovic2015-02-041-0/+3
* Remove most of the TargetMachine::getSubtarget/getSubtargetImplEric Christopher2015-01-291-5/+0
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Fundamentally change the MipsSubtarget replacement machinery:Eric Christopher2014-07-181-1/+1
* Make it possible for the Subtarget to change between functionEric Christopher2014-07-101-2/+2
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-6/+6
* [mips] Prevent %lo relocation being used on MSA loads and stores.Daniel Sanders2014-03-031-0/+4
* [mips][msa] Added support for matching bclr, and bclri from normal IR (i.e. n...Daniel Sanders2013-11-121-0/+3
* [mips][msa] Added support for matching bins[lr]i.[bhwd] from normal IR (i.e. ...Daniel Sanders2013-10-301-0/+6
* [mips][msa] Added support for matching splati from normal IR (i.e. not intrin...Daniel Sanders2013-09-271-0/+4
* [mips][msa] Remove the VSPLAT and VSPLATD nodes in favour of matching BUILD_V...Daniel Sanders2013-09-241-0/+17
* [mips][msa] Added load/store intrinsics.Daniel Sanders2013-08-281-0/+5
* [Mips] Support for unaligned load/store microMips instructionsJack Carter2013-08-131-0/+3
* [mips] Rename functions and variables to start with proper case.Akira Hatanaka2013-03-141-3/+3
* Add header file MipsISelDAGToDAG.h.Akira Hatanaka2013-03-141-0/+93
OpenPOWER on IntegriCloud