summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips
Commit message (Expand)AuthorAgeFilesLines
* Recommit: "[mips] Add rsqrt, recip for MIPS"Simon Dardis2016-10-057-19/+43
* Revert "[mips] Add rsqrt, recip for MIPS"Simon Dardis2016-10-058-77/+25
* [mips][fastisel] Consider soft-float an unsupported floating point modeSimon Dardis2016-10-041-2/+6
* Use StringRef instead of raw pointers in MCAsmInfo/MCInstrInfo APIs (NFC)Mehdi Amini2016-10-011-2/+2
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-0110-22/+10
* Remove an unnecessary duplicate initialization of TLOF from the MipsEric Christopher2016-09-291-4/+0
* [mips] Disable tail calls temporarilySimon Dardis2016-09-271-1/+1
* [mips] Add rsqrt, recip for MIPSSimon Dardis2016-09-278-25/+77
* Add optimization bisect support to an optional Mips passAndrew Kaylor2016-09-261-0/+3
* [mips] LLVM PR/30197 - Tail call incorrectly clobbers arguments for mipsSimon Dardis2016-09-211-1/+3
* Defer asm errors to post-statement failureNirav Dave2016-09-161-40/+20
* [mips] Fix previous revert r281726.Simon Dardis2016-09-161-36/+0
* Revert "[mips] Fix aui/daui/dahi/dati for MIPSR6"Simon Dardis2016-09-167-39/+47
* [mips] Fix aui/daui/dahi/dati for MIPSR6Simon Dardis2016-09-167-11/+75
* Move the Mangler from the AsmPrinter down to TLOF and clean up theEric Christopher2016-09-162-6/+3
* [mips][ias] Enable IAS by default for N64 on Debian mips64el.Simon Dardis2016-09-151-0/+4
* Finish renaming remaining analyzeBranch functionsMatt Arsenault2016-09-142-5/+5
* Make analyzeBranch family of instruction names consistentMatt Arsenault2016-09-142-3/+3
* AArch64: Use TTI branch functions in branch relaxationMatt Arsenault2016-09-142-4/+11
* getVectorElementType().getSizeInBits() -> getScalarSizeInBits() ; NFCISanjay Patel2016-09-141-2/+2
* Revert r281336 (and r281337), it caused PR30372.Nico Weber2016-09-131-20/+40
* Defer asm errors to post-statement failureNirav Dave2016-09-131-40/+20
* Temporarily Revert "[MC] Defer asm errors to post-statement failure" as it's ...Eric Christopher2016-09-131-20/+40
* [MC] Defer asm errors to post-statement failureNirav Dave2016-09-121-40/+20
* CodeGen: Give MachineBasicBlock::reverse_iterator a handle to the current MIDuncan P. N. Exon Smith2016-09-113-20/+15
* Revert "[mips] Fix c.<cc>.<fmt> instruction definition."Simon Dardis2016-09-0915-539/+209
* [mips] Fix c.<cc>.<fmt> instruction definition.Simon Dardis2016-09-0915-209/+539
* [mips][microMIPS] Implement DBITSWAP, DLSA and LWUPC and add tests for AUI in...Hrvoje Varga2016-09-088-12/+126
* [mips] Disable the TImode shift libcalls for 32-bit targets.Vasileios Kalintiris2016-09-071-0/+7
* [mips] Tighten FastISel restrictionsSimon Dardis2016-09-061-1/+17
* [mips] Include missed file from previous commitSimon Dardis2016-09-011-0/+1044
* [mips] interAptiv based generic schedule modelSimon Dardis2016-09-013-3/+8
* Add ISD::EH_DWARF_CFA, simplify @llvm.eh.dwarf.cfa on Mips, fix on PowerPCHal Finkel2016-09-012-20/+9
* MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun2016-08-254-4/+4
* [mips] Preparatory work for a generic schedulerSimon Dardis2016-08-248-360/+566
* [mips][ias] Support .dtprel[d]word and .tprel[d]word directivesSimon Atanasyan2016-08-224-1/+113
* [mips][microMIPS] Implement BLTZC, BLEZC, BGEZC and BGTZC instructions, fix d...Hrvoje Varga2016-08-227-96/+306
* [SelectionDAG] Rename fextend -> fpextend, fround -> fpround, frnd -> froundMichael Kuperstein2016-08-181-4/+4
* [mips] Correct tail call encoding for MIPSR6Simon Dardis2016-08-189-41/+31
* Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-1/+1
* [mips] Add l.[sd] and s.[sd] instruction aliasesSimon Dardis2016-08-171-0/+19
* Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-173-8/+8
* [mips] Enforce compact branch restrictionsSimon Dardis2016-08-161-13/+12
* ADT: Remove all ilist_iterator => pointer casts, NFCDuncan P. N. Exon Smith2016-08-121-2/+1
* Use the range variant of find instead of unpacking begin/endDavid Majnemer2016-08-111-1/+1
* Re-commit r277988: [mips][ias] Fix all the hacks related to MIPS-specific una...Daniel Sanders2016-08-086-166/+91
* Revert r277988: [mips][ias] Fix all the hacks related to MIPS-specific unary ...Daniel Sanders2016-08-086-91/+166
* [mips][ias] Fix all the hacks related to MIPS-specific unary operators (%hi/%...Daniel Sanders2016-08-086-166/+91
* [mips][microMIPS] Implement CFC1, CFC2, CTC1 and CTC2 instructionsHrvoje Varga2016-08-045-7/+35
* [mips] Enable tail calls by defaultSimon Dardis2016-08-048-10/+61
OpenPOWER on IntegriCloud