| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | [mips] synci microMIPS instruction definition. | Simon Dardis | 2016-10-24 | 3 | -3/+15 |
| * | [mips][ias] Handle more complicated expressions for memory operands | Simon Dardis | 2016-10-18 | 1 | -2/+54 |
| * | [mips] Fix sync instruction definition | Simon Dardis | 2016-10-18 | 2 | -2/+8 |
| * | [mips] Macro expansion for ld, sd for O32 | Simon Dardis | 2016-10-18 | 2 | -0/+106 |
| * | [mips][FastISel] Instantiate the MipsFastISel class only for targets that sup... | Vasileios Kalintiris | 2016-10-18 | 2 | -22/+13 |
| * | [mips] Fix aui/daui/dahi/dati for MIPSR6 | Simon Dardis | 2016-10-14 | 7 | -17/+52 |
| * | [mips] Add IAS support for dvp, evp | Simon Dardis | 2016-10-13 | 4 | -4/+44 |
| * | Revert r283690, "MC: Remove unused entities." | Peter Collingbourne | 2016-10-10 | 1 | -1/+1 |
| * | Move the global variables representing each Target behind accessor function | Mehdi Amini | 2016-10-09 | 7 | -38/+56 |
| * | MC: Remove unused entities. | Peter Collingbourne | 2016-10-09 | 1 | -1/+1 |
| * | Turn cl::values() (for enum) from a vararg function to using C++ variadic tem... | Mehdi Amini | 2016-10-08 | 1 | -2/+1 |
| * | Target: Remove unused patterns and transforms. NFC. | Peter Collingbourne | 2016-10-07 | 3 | -13/+0 |
| * | [mips][ias] fix li macro when values are negated with ~ | Simon Dardis | 2016-10-05 | 2 | -6/+34 |
| * | Recommit: "[mips] Add rsqrt, recip for MIPS" | Simon Dardis | 2016-10-05 | 7 | -19/+43 |
| * | Revert "[mips] Add rsqrt, recip for MIPS" | Simon Dardis | 2016-10-05 | 8 | -77/+25 |
| * | [mips][fastisel] Consider soft-float an unsupported floating point mode | Simon Dardis | 2016-10-04 | 1 | -2/+6 |
| * | Use StringRef instead of raw pointers in MCAsmInfo/MCInstrInfo APIs (NFC) | Mehdi Amini | 2016-10-01 | 1 | -2/+2 |
| * | Use StringRef in Pass/PassManager APIs (NFC) | Mehdi Amini | 2016-10-01 | 10 | -22/+10 |
| * | Remove an unnecessary duplicate initialization of TLOF from the Mips | Eric Christopher | 2016-09-29 | 1 | -4/+0 |
| * | [mips] Disable tail calls temporarily | Simon Dardis | 2016-09-27 | 1 | -1/+1 |
| * | [mips] Add rsqrt, recip for MIPS | Simon Dardis | 2016-09-27 | 8 | -25/+77 |
| * | Add optimization bisect support to an optional Mips pass | Andrew Kaylor | 2016-09-26 | 1 | -0/+3 |
| * | [mips] LLVM PR/30197 - Tail call incorrectly clobbers arguments for mips | Simon Dardis | 2016-09-21 | 1 | -1/+3 |
| * | Defer asm errors to post-statement failure | Nirav Dave | 2016-09-16 | 1 | -40/+20 |
| * | [mips] Fix previous revert r281726. | Simon Dardis | 2016-09-16 | 1 | -36/+0 |
| * | Revert "[mips] Fix aui/daui/dahi/dati for MIPSR6" | Simon Dardis | 2016-09-16 | 7 | -39/+47 |
| * | [mips] Fix aui/daui/dahi/dati for MIPSR6 | Simon Dardis | 2016-09-16 | 7 | -11/+75 |
| * | Move the Mangler from the AsmPrinter down to TLOF and clean up the | Eric Christopher | 2016-09-16 | 2 | -6/+3 |
| * | [mips][ias] Enable IAS by default for N64 on Debian mips64el. | Simon Dardis | 2016-09-15 | 1 | -0/+4 |
| * | Finish renaming remaining analyzeBranch functions | Matt Arsenault | 2016-09-14 | 2 | -5/+5 |
| * | Make analyzeBranch family of instruction names consistent | Matt Arsenault | 2016-09-14 | 2 | -3/+3 |
| * | AArch64: Use TTI branch functions in branch relaxation | Matt Arsenault | 2016-09-14 | 2 | -4/+11 |
| * | getVectorElementType().getSizeInBits() -> getScalarSizeInBits() ; NFCI | Sanjay Patel | 2016-09-14 | 1 | -2/+2 |
| * | Revert r281336 (and r281337), it caused PR30372. | Nico Weber | 2016-09-13 | 1 | -20/+40 |
| * | Defer asm errors to post-statement failure | Nirav Dave | 2016-09-13 | 1 | -40/+20 |
| * | Temporarily Revert "[MC] Defer asm errors to post-statement failure" as it's ... | Eric Christopher | 2016-09-13 | 1 | -20/+40 |
| * | [MC] Defer asm errors to post-statement failure | Nirav Dave | 2016-09-12 | 1 | -40/+20 |
| * | CodeGen: Give MachineBasicBlock::reverse_iterator a handle to the current MI | Duncan P. N. Exon Smith | 2016-09-11 | 3 | -20/+15 |
| * | Revert "[mips] Fix c.<cc>.<fmt> instruction definition." | Simon Dardis | 2016-09-09 | 15 | -539/+209 |
| * | [mips] Fix c.<cc>.<fmt> instruction definition. | Simon Dardis | 2016-09-09 | 15 | -209/+539 |
| * | [mips][microMIPS] Implement DBITSWAP, DLSA and LWUPC and add tests for AUI in... | Hrvoje Varga | 2016-09-08 | 8 | -12/+126 |
| * | [mips] Disable the TImode shift libcalls for 32-bit targets. | Vasileios Kalintiris | 2016-09-07 | 1 | -0/+7 |
| * | [mips] Tighten FastISel restrictions | Simon Dardis | 2016-09-06 | 1 | -1/+17 |
| * | [mips] Include missed file from previous commit | Simon Dardis | 2016-09-01 | 1 | -0/+1044 |
| * | [mips] interAptiv based generic schedule model | Simon Dardis | 2016-09-01 | 3 | -3/+8 |
| * | Add ISD::EH_DWARF_CFA, simplify @llvm.eh.dwarf.cfa on Mips, fix on PowerPC | Hal Finkel | 2016-09-01 | 2 | -20/+9 |
| * | MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu... | Matthias Braun | 2016-08-25 | 4 | -4/+4 |
| * | [mips] Preparatory work for a generic scheduler | Simon Dardis | 2016-08-24 | 8 | -360/+566 |
| * | [mips][ias] Support .dtprel[d]word and .tprel[d]word directives | Simon Atanasyan | 2016-08-22 | 4 | -1/+113 |
| * | [mips][microMIPS] Implement BLTZC, BLEZC, BGEZC and BGTZC instructions, fix d... | Hrvoje Varga | 2016-08-22 | 7 | -96/+306 |