summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/Mips16ISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* [TargetLowering][ARM][Mips][WebAssembly] Remove the ordered FP compare from R...Craig Topper2020-01-101-3/+0
* Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-151-8/+8
* Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFCFangrui Song2019-06-211-2/+1
* [TargetLowering] Add MachineMemOperand::Flags to allowsMemoryAccess tests (PR...Simon Pilgrim2019-06-121-5/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [opaque pointer types] Remove some calls to generic Type subtype accessors.James Y Knight2019-01-101-14/+9
* Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie2017-11-081-1/+1
* CodeGen: Use MachineInstr& in TargetLowering, NFCDuncan P. N. Exon Smith2016-06-301-64/+71
* [NFC] Header cleanupMehdi Amini2016-04-181-2/+0
* Mips: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-201-6/+3
* Make TargetLowering::getPointerTy() taking DataLayout as an argumentMehdi Amini2015-07-091-1/+2
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Rename the MIPS routine abiUsesSoftFloat -> useSoftFloat to matchEric Christopher2015-05-071-1/+1
* [mips] Add the SoftFloat MipsSubtarget feature.Toma Tabacu2015-05-071-1/+1
* Remove an argument-less call to getSubtargetImpl from TargetLoweringBase.Eric Christopher2015-02-261-1/+1
* Remove most of the TargetMachine::getSubtarget/getSubtargetImplEric Christopher2015-01-291-32/+27
* [mips] Fix 'jumpy' debug line info around calls.Daniel Sanders2015-01-241-2/+2
* Re-commit r221056 and others with fix, "[mips] Move F128 argument handling in...Daniel Sanders2014-11-021-4/+3
* Revert r221056 and others, "[mips] Move F128 argument handling into MipsCCSta...NAKAMURA Takumi2014-11-021-3/+4
* [mips] Move all ByVal handling into CCState and tablegen-erated code. NFC.Daniel Sanders2014-11-011-4/+3
* [mips] For indirect calls we don't need $gp to point to .got. Mips linkerSasa Stankovic2014-10-011-2/+4
* Fix spelling and reflow comments.Eric Christopher2014-09-291-6/+5
* constify the TargetMachine being passed through the Mips subtargetEric Christopher2014-09-191-2/+2
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-0/+2
* Fix typos:Sylvestre Ledru2014-08-111-1/+1
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-2/+0
* Nuke the old JIT.Rafael Espindola2014-08-071-0/+2
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-7/+14
* Add alignment value to allowsUnalignedMemoryAccessMatt Arsenault2014-07-271-3/+4
* In preparation for replacing the whole subtarget on the target machine,Eric Christopher2014-07-181-4/+6
* The subtarget in MipsTargetLowering isn't going to change andEric Christopher2014-07-181-1/+1
* Avoid resetting the UseSoftFloat and FloatABIType on the TargetMachineEric Christopher2014-07-181-1/+1
* Remove dead code.Eric Christopher2014-07-031-7/+0
* Target: change member from reference to pointerSaleem Abdulrasool2014-05-171-3/+3
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-2/+2
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Retire llvm::array_endof in favor of non-member std::end.Benjamin Kramer2014-04-121-11/+10
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-041-1/+1
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-6/+3
* Make one statement easier to understand from post commmit feedback from aReed Kotler2014-02-191-1/+1
* This patch has two main functions:Reed Kotler2014-02-141-3/+27
* Add address space argument to allowsUnalignedMemoryAccess.Matt Arsenault2014-02-051-1/+3
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* [Mips] Does not take in account 'use-soft-float' attribute's value whenSimon Atanasyan2013-12-251-2/+1
* Make all the conditional Mips 16 branches get initially set for theReed Kotler2013-11-151-24/+24
* Let rotr and bswap be handled by expansion for Mips16 since we don'tReed Kotler2013-10-081-0/+5
* [mips] Make sure loads from lazy-binding entries do not get CSE'd or hoisted outAkira Hatanaka2013-09-281-3/+6
* [mips] Rewrite MipsTargetLowering::getAddr functions as template functions.Akira Hatanaka2013-09-271-1/+3
* Revert r191350.Akira Hatanaka2013-09-251-3/+1
OpenPOWER on IntegriCloud