| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | [SelectionDAG] Rename fextend -> fpextend, fround -> fpround, frnd -> fround | Michael Kuperstein | 2016-08-18 | 1 | -4/+4 |
* | [mips] Correct tail call encoding for MIPSR6 | Simon Dardis | 2016-08-18 | 9 | -41/+31 |
* | Replace a few more "fall through" comments with LLVM_FALLTHROUGH | Justin Bogner | 2016-08-17 | 1 | -1/+1 |
* | [mips] Add l.[sd] and s.[sd] instruction aliases | Simon Dardis | 2016-08-17 | 1 | -0/+19 |
* | Replace "fallthrough" comments with LLVM_FALLTHROUGH | Justin Bogner | 2016-08-17 | 3 | -8/+8 |
* | [mips] Enforce compact branch restrictions | Simon Dardis | 2016-08-16 | 1 | -13/+12 |
* | ADT: Remove all ilist_iterator => pointer casts, NFC | Duncan P. N. Exon Smith | 2016-08-12 | 1 | -2/+1 |
* | Use the range variant of find instead of unpacking begin/end | David Majnemer | 2016-08-11 | 1 | -1/+1 |
* | Re-commit r277988: [mips][ias] Fix all the hacks related to MIPS-specific una... | Daniel Sanders | 2016-08-08 | 6 | -166/+91 |
* | Revert r277988: [mips][ias] Fix all the hacks related to MIPS-specific unary ... | Daniel Sanders | 2016-08-08 | 6 | -91/+166 |
* | [mips][ias] Fix all the hacks related to MIPS-specific unary operators (%hi/%... | Daniel Sanders | 2016-08-08 | 6 | -166/+91 |
* | [mips][microMIPS] Implement CFC1, CFC2, CTC1 and CTC2 instructions | Hrvoje Varga | 2016-08-04 | 5 | -7/+35 |
* | [mips] Enable tail calls by default | Simon Dardis | 2016-08-04 | 8 | -10/+61 |