summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips
Commit message (Expand)AuthorAgeFilesLines
...
* [mips] synci microMIPS instruction definition.Simon Dardis2016-10-243-3/+15
* [mips][ias] Handle more complicated expressions for memory operandsSimon Dardis2016-10-181-2/+54
* [mips] Fix sync instruction definitionSimon Dardis2016-10-182-2/+8
* [mips] Macro expansion for ld, sd for O32Simon Dardis2016-10-182-0/+106
* [mips][FastISel] Instantiate the MipsFastISel class only for targets that sup...Vasileios Kalintiris2016-10-182-22/+13
* [mips] Fix aui/daui/dahi/dati for MIPSR6Simon Dardis2016-10-147-17/+52
* [mips] Add IAS support for dvp, evpSimon Dardis2016-10-134-4/+44
* Revert r283690, "MC: Remove unused entities."Peter Collingbourne2016-10-101-1/+1
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-097-38/+56
* MC: Remove unused entities.Peter Collingbourne2016-10-091-1/+1
* Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini2016-10-081-2/+1
* Target: Remove unused patterns and transforms. NFC.Peter Collingbourne2016-10-073-13/+0
* [mips][ias] fix li macro when values are negated with ~Simon Dardis2016-10-052-6/+34
* 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
OpenPOWER on IntegriCloud