| Commit message (Expand) | Author | Age | Files | Lines |
* | [MIPS] For vectors, select `add %x, C` as `sub %x, -C` if it results in inlin... | Roman Lebedev | 2019-09-18 | 1 | -0/+5 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | CodeGen: Remove pipeline dependencies on StackProtector; NFC | Matthias Braun | 2018-07-13 | 1 | -0/+2 |
* | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -13/+13 |
* | Use StringRef in Pass/PassManager APIs (NFC) | Mehdi Amini | 2016-10-01 | 1 | -1/+1 |
* | [mips] Clang generates unaligned offset for MSA instruction st.d | Hrvoje Varga | 2016-08-01 | 1 | -2/+11 |
* | [mips] SelectionDAGISel subclasses now follow the optimization level. | Daniel Sanders | 2016-07-14 | 1 | -2/+2 |
* | [mips][microMIPS] Implement LDC1, SDC1, LDC2, SDC2, LWC1, SWC1, LWC2 and SWC2... | Zlatko Buljan | 2016-07-11 | 1 | -1/+7 |
* | [mips][mips16] Fix machine verifier errors about incorrect register classes o... | Daniel Sanders | 2016-06-16 | 1 | -2/+2 |
* | [mips] Eliminate unused code for addrRegReg complex pattern. NFC. | Vasileios Kalintiris | 2016-06-15 | 1 | -5/+0 |
* | SDAG: Implement Select instead of SelectImpl in MipsDAGToDAGISel | Justin Bogner | 2016-05-13 | 1 | -2/+2 |
* | SDAG: Rename Select->SelectImpl and repurpose Select as returning void | Justin Bogner | 2016-05-05 | 1 | -1/+1 |
* | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -1/+1 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -1/+1 |
* | [mips] Correct and improve special-case shuffle instructions. | Daniel Sanders | 2015-05-19 | 1 | -1/+2 |
* | Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes" | Sergey Dmitrouk | 2015-04-28 | 1 | -1/+1 |
* | Revert "[DebugInfo] Add debug locations to constant SD nodes" | Daniel Jasper | 2015-04-28 | 1 | -1/+1 |
* | [DebugInfo] Add debug locations to constant SD nodes | Sergey Dmitrouk | 2015-04-28 | 1 | -1/+1 |
* | Recommit r232027 with PR22883 fixed: Add infrastructure for support of multip... | Daniel Sanders | 2015-03-13 | 1 | -1/+1 |
* | Revert "r232027 - Add infrastructure for support of multiple memory constraints" | Hal Finkel | 2015-03-12 | 1 | -1/+1 |
* | Add infrastructure for support of multiple memory constraints. | Daniel Sanders | 2015-03-12 | 1 | -1/+1 |
* | [mips][microMIPS] Implement CodeGen support for SW16 and LW16 instructions | Zoran Jovanovic | 2015-02-04 | 1 | -0/+3 |
* | Remove most of the TargetMachine::getSubtarget/getSubtargetImpl | Eric Christopher | 2015-01-29 | 1 | -5/+0 |
* | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
* | Fundamentally change the MipsSubtarget replacement machinery: | Eric Christopher | 2014-07-18 | 1 | -1/+1 |
* | Make it possible for the Subtarget to change between function | Eric Christopher | 2014-07-10 | 1 | -2/+2 |
* | [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final... | Craig Topper | 2014-04-29 | 1 | -6/+6 |
* | [mips] Prevent %lo relocation being used on MSA loads and stores. | Daniel Sanders | 2014-03-03 | 1 | -0/+4 |
* | [mips][msa] Added support for matching bclr, and bclri from normal IR (i.e. n... | Daniel Sanders | 2013-11-12 | 1 | -0/+3 |
* | [mips][msa] Added support for matching bins[lr]i.[bhwd] from normal IR (i.e. ... | Daniel Sanders | 2013-10-30 | 1 | -0/+6 |
* | [mips][msa] Added support for matching splati from normal IR (i.e. not intrin... | Daniel Sanders | 2013-09-27 | 1 | -0/+4 |
* | [mips][msa] Remove the VSPLAT and VSPLATD nodes in favour of matching BUILD_V... | Daniel Sanders | 2013-09-24 | 1 | -0/+17 |
* | [mips][msa] Added load/store intrinsics. | Daniel Sanders | 2013-08-28 | 1 | -0/+5 |
* | [Mips] Support for unaligned load/store microMips instructions | Jack Carter | 2013-08-13 | 1 | -0/+3 |
* | [mips] Rename functions and variables to start with proper case. | Akira Hatanaka | 2013-03-14 | 1 | -3/+3 |
* | Add header file MipsISelDAGToDAG.h. | Akira Hatanaka | 2013-03-14 | 1 | -0/+93 |