| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add 'musttail' marker to call instructions | Reid Kleckner | 2014-04-24 | 1 | -0/+4 |
| * | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -1/+2 |
| * | Remove some empty statements | Alp Toker | 2014-04-19 | 1 | -1/+1 |
| * | Start pushing changes for Mips Fast-Isel | Reed Kotler | 2014-04-17 | 1 | -0/+14 |
| * | Break PseudoSourceValue out of the Value hierarchy. It is now the root of its... | Nick Lewycky | 2014-04-15 | 1 | -2/+2 |
| * | [mips] Fix fcopysign for MIPS-IV and add the test. | Daniel Sanders | 2014-04-14 | 1 | -1/+1 |
| * | [mips] Fix more incorrect uses of HasMips64 and isMips64() | Daniel Sanders | 2014-04-14 | 1 | -5/+5 |
| * | Re-commit: [mips] abs.[ds], and neg.[ds] should be allowed regardless of -ena... | Daniel Sanders | 2014-04-09 | 1 | -70/+0 |
| * | Reverting commit r205628 due to mips64 issues. | Reed Kotler | 2014-04-07 | 1 | -0/+70 |
| * | [mips] abs.[ds], and neg.[ds] should be allowed regardless of -enable-no-nans... | Daniel Sanders | 2014-04-04 | 1 | -70/+0 |
| * | Make consistent use of MCPhysReg instead of uint16_t throughout the tree. | Craig Topper | 2014-04-04 | 1 | -13/+13 |
| * | [mips] Rewrite MipsAsmParser and MipsOperand. | Daniel Sanders | 2014-04-01 | 1 | -0/+1 |
| * | Revert: [mips] Rewrite MipsAsmParser and MipsOperand.' due to buildbot errors... | Daniel Sanders | 2014-03-31 | 1 | -1/+0 |
| * | [mips] Rewrite MipsAsmParser and MipsOperand. | Daniel Sanders | 2014-03-31 | 1 | -0/+1 |
| * | Fixed issue with microMIPS JAL instruction. | Zoran Jovanovic | 2014-03-31 | 1 | -4/+1 |
| * | [mips] Some uses of isMips64()/hasMips64() are really tests for 64-bit GPR's | Daniel Sanders | 2014-03-27 | 1 | -2/+2 |
| * | [mips] The decision between GOT_DISP and GOT16 for global addresses depends o... | Daniel Sanders | 2014-03-27 | 1 | -2/+2 |
| * | [mips] Stop caching the result of hasMips64(), isABI_O32(), isABI_N32(), and ... | Daniel Sanders | 2014-03-27 | 1 | -48/+45 |
| * | [mips] The decision to use MO_GOT_PAGE and MO_GOT_OFST depends on the ABI bei... | Daniel Sanders | 2014-03-26 | 1 | -5/+5 |
| * | [MIPS] Add cpu octeon and some instructions | Kai Nacke | 2014-03-20 | 1 | -2/+7 |
| * | Implementation of microMIPS 16-bit instructions MOVE and JALR. | Zoran Jovanovic | 2014-03-20 | 1 | -1/+4 |
| * | [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. | Benjamin Kramer | 2014-03-02 | 1 | -5/+5 |
| * | Remove unnecessary #includes. | Bill Wendling | 2014-01-06 | 1 | -1/+0 |
| * | Refactor function that checks that __builtin_returnaddress's argument is cons... | Bill Wendling | 2014-01-06 | 1 | -4/+1 |
| * | Emit an error message if the value passed to __builtin_returnaddress isn't a ... | Bill Wendling | 2014-01-05 | 1 | -0/+7 |
| * | Support for microMIPS LL and SC instructions. | Zoran Jovanovic | 2013-12-19 | 1 | -4/+6 |
| * | Check for null pointer before dereferencing. A careless typo on my part. | Reed Kotler | 2013-12-12 | 1 | -2/+2 |
| * | [mips] Small code generation improvement for conditional operator (select) | Matheus Almeida | 2013-12-05 | 1 | -0/+33 |
| * | [mips] Add some comments related to the optimization performed in performSELE... | Matheus Almeida | 2013-12-05 | 1 | -8/+21 |
| * | [mips] Fix a bug in function CC_MipsO32_FP64. The second double precision | Akira Hatanaka | 2013-11-12 | 1 | -1/+1 |
| * | [mips] Revert part of r194510 that was accidentally committed. | Akira Hatanaka | 2013-11-12 | 1 | -1/+1 |
| * | [mips] Fix and re-enable a test case that has been disabled for a long time. | Akira Hatanaka | 2013-11-12 | 1 | -1/+1 |
| * | [mips][msa] Enable inlinse assembly for MSA. | Daniel Sanders | 2013-11-12 | 1 | -9/+46 |
| * | [mips] Make sure there is a chain edge dependency between loads that read | Akira Hatanaka | 2013-11-09 | 1 | -3/+5 |
| * | [mips] Simplify LowerFormalArguments using getRegClassFor. | Akira Hatanaka | 2013-10-28 | 1 | -15/+2 |
| * | [mips] Rename isel nodes. | Akira Hatanaka | 2013-10-15 | 1 | -3/+3 |
| * | [mips] Transfer kill flag to the newly created operand. | Akira Hatanaka | 2013-10-15 | 1 | -1/+5 |
| * | [mips] Do not generate INS/EXT nodes if target does not have support for | Akira Hatanaka | 2013-10-09 | 1 | -14/+18 |
| * | [mips] Coding style clean up. | Akira Hatanaka | 2013-10-07 | 1 | -48/+34 |
| * | [mips] Fix definition of mfhi and mflo instructions to read from the whole | Akira Hatanaka | 2013-10-07 | 1 | -1/+2 |
| * | [mips] Make sure loads from lazy-binding entries do not get CSE'd or hoisted out | Akira Hatanaka | 2013-09-28 | 1 | -8/+18 |
| * | [mips] Rewrite MipsTargetLowering::getAddr functions as template functions. | Akira Hatanaka | 2013-09-27 | 1 | -74/+48 |
| * | Revert r191350. | Akira Hatanaka | 2013-09-25 | 1 | -83/+51 |
| * | [mips] Define getTargetNode as a template function. | Akira Hatanaka | 2013-09-25 | 1 | -51/+83 |
| * | [mips][msa] Added support for matching pckev, and pckod from normal IR (i.e. ... | Daniel Sanders | 2013-09-24 | 1 | -0/+2 |
| * | [mips][msa] Added support for matching ilv[lr], ilvod, and ilvev from normal ... | Daniel Sanders | 2013-09-24 | 1 | -0/+4 |
| * | [mips][msa] Added support for matching shf from normal IR (i.e. not intrinsics) | Daniel Sanders | 2013-09-24 | 1 | -0/+1 |
| * | [mips][msa] Added support for matching vshf from normal IR (i.e. not intrinsics) | Daniel Sanders | 2013-09-24 | 1 | -0/+1 |
| * | [mips][msa] Remove the VSPLAT and VSPLATD nodes in favour of matching BUILD_V... | Daniel Sanders | 2013-09-24 | 1 | -2/+0 |
| * | [mips][msa] Added support for matching max, maxi, min, mini from normal IR (i... | Daniel Sanders | 2013-09-24 | 1 | -0/+4 |