summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips
Commit message (Expand)AuthorAgeFilesLines
* Move the DataLayout to the generic TargetMachine, making it mandatory.Mehdi Amini2015-03-122-6/+8
* Have getCallPreservedMask and getThisCallPreservedMask take aEric Christopher2015-03-114-5/+8
* Have getCalleeSavedRegs take a non-null MachineFunction all theEric Christopher2015-03-112-3/+3
* [mips][microMIPS] Make usage of NOT16 by code generatorJozef Kolek2015-03-112-0/+4
* Remove the use of the subtarget in MCCodeEmitter creation andEric Christopher2015-03-102-4/+0
* DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini2015-03-101-7/+8
* Remove an unused variable.Eric Christopher2015-03-101-1/+0
* Add logical ops to Mips fast-iselReed Kotler2015-03-091-1/+89
* Move unreferenced passes into the cpp fileBenjamin Kramer2015-03-096-88/+63
* [mips] [IAS] Add missing constraints and improve testing for the .module dire...Toma Tabacu2015-03-063-7/+41
* [mips][microMIPS] Make usage of ADDU16 and SUBU16 by code generatorJozef Kolek2015-03-042-3/+6
* [mips] Rename the LA/LI/DLI TableGen definitions and classes. NFC.Toma Tabacu2015-03-043-16/+17
* [mips] Keep the parameter list of Filler::searchRange() consistent. NFC.Vasileios Kalintiris2015-03-041-9/+9
* [mips] Specify the correct value type when combining a CMovFP node.Vasileios Kalintiris2015-03-041-4/+2
* Remove MCStreamer.h include from MCContext.h and explictly include it where n...Pete Cooper2015-03-041-0/+1
* [mips] Optimize conditional moves where RHS is zero.Vasileios Kalintiris2015-03-021-0/+32
* [mips][microMIPS] Change register class for GP registerZoran Jovanovic2015-02-271-6/+11
* [mips] Remove redundant periods from -mattr=help descriptions for MIPS.Toma Tabacu2015-02-271-6/+6
* [mips] Account for constant-zero operands in ADDE nodes.Vasileios Kalintiris2015-02-271-2/+6
* getRegForInlineAsmConstraint wants to use TargetRegisterInfo forEric Christopher2015-02-262-7/+9
* Fix justify error for small structures in varargs for MIPS64BEPetar Jovanovic2015-02-261-0/+4
* Remove an argument-less call to getSubtargetImpl from TargetLoweringBase.Eric Christopher2015-02-262-2/+2
* [MIPS]Multiple and add instructions for Mips are currently available in mips3...Vladimir Medic2015-02-251-14/+14
* [mips] Reformat some TableGen definitions. NFC.Toma Tabacu2015-02-242-14/+18
* Beginning of alloca implementation for Mips fast-iselReed Kotler2015-02-241-20/+139
* [mips] Honour -mno-odd-spreg for vector insert/extract when MSA is enabled.Daniel Sanders2015-02-232-5/+20
* Remove obsolete comment.Eric Christopher2015-02-211-5/+0
* Have the MipsAsmPrinter fp stub emission code take a customEric Christopher2015-02-212-43/+59
* Turn an if+llvm_unreachable into an assert and reword comment.Eric Christopher2015-02-211-7/+4
* Endianness can be gotten from the DataLayout which we alreadyEric Christopher2015-02-211-1/+1
* CodeGen: convert CCState interface to using ArrayRefsTim Northover2015-02-211-18/+16
* Reversed revision 229706. The reason is regression, which is caused by theJozef Kolek2015-02-202-6/+3
* Fix wording and grammar in Mips subtarget options.Eric Christopher2015-02-201-23/+18
* Get the cached subtarget off the MachineFunction rather thanEric Christopher2015-02-201-1/+1
* Remove unused argument from emitInlineAsmStart.Eric Christopher2015-02-192-3/+2
* [mips][microMIPS] Make usage of AND16, OR16 and XOR16 by code generatorJozef Kolek2015-02-191-0/+2
* Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.Michael Kuperstein2015-02-194-68/+63
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-02-194-63/+68
* MC: Remove NullStreamer hook, as it is redundant with NullTargetStreamer.Peter Collingbourne2015-02-191-9/+10
* [mips][microMIPS] Make usage of ADDU16 and SUBU16 by code generatorJozef Kolek2015-02-182-3/+6
* [mips][microMIPS] Implement JALX instructionJozef Kolek2015-02-182-2/+3
* [mips] Add backend support for Mips32r[35] and Mips64r[35].Daniel Sanders2015-02-187-9/+124
* [mips] Avoid redundant sign extension of the result of binary bitwise instruc...Vasileios Kalintiris2015-02-181-0/+8
* [mips] [IAS] Fix using .cpsetup with local labels (PR22518).Toma Tabacu2015-02-182-7/+16
* Make the Mips AsmPrinter independent of global subtargetEric Christopher2015-02-182-11/+23
* Unify selectMipsCPU implementations.Eric Christopher2015-02-183-20/+11
* Prefer SmallVector::append/insert over push_back loops.Benjamin Kramer2015-02-172-7/+3
* [Mips] Add .MIPS.options section descriptor kinds enumerationSimon Atanasyan2015-02-161-1/+1
* AArch64: Safely handle the incoming sret call argument.Andrew Trick2015-02-162-4/+7
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-152-4/+4
OpenPOWER on IntegriCloud