summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMInstructionSelector.cpp
Commit message (Expand)AuthorAgeFilesLines
* TableGen/GlobalISel: Add way for SDNodeXForm to work on timmMatt Arsenault2020-01-091-6/+9
* [IR] Split out target specific intrinsic enums into separate headersReid Kleckner2019-12-111-0/+1
* [globalisel] Rename G_GEP to G_PTR_ADDDaniel Sanders2019-11-051-1/+1
* [SDAG] Minor code cleanup/standardization of atomic accessors [NFC]Philip Reames2019-08-151-1/+1
* Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-151-15/+15
* [GlobalISel] Make the InstructionSelector instance non-const, allowing state ...Amara Emerson2019-08-131-4/+3
* Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders2019-08-011-1/+1
* [ARM] Replace fp-only-sp and d16 with fp64 and d32.Simon Tatham2019-05-281-5/+6
* [ARM GlobalISel] Fixup r359768Diana Picus2019-05-021-2/+1
* [ARM GlobalISel] Select extensions to < 32 bitsDiana Picus2019-05-021-5/+2
* Fixup r358063Diana Picus2019-04-101-2/+2
* [ARM GlobalISel] Add some asserts. NFC.Diana Picus2019-04-101-0/+2
* [ARM GlobalISel] Select G_FCONSTANT for VFP3Diana Picus2019-04-101-0/+27
* [ARM GlobalISel] Select G_FCONSTANT into poolsDiana Picus2019-04-101-0/+21
* [ARM GlobalISel] Fix G_STORE with s1Diana Picus2019-03-281-0/+18
* [ARM GlobalISel] Fix selection of G_SELECTDiana Picus2019-03-281-5/+3
* [AArch64/ARM] Fix two compiler warnings in InstructionSelector, NFCIJonas Hahnfeld2019-03-041-5/+6
* [ARM GlobalISel] Make arm_i32imm an IntImmLeafDiana Picus2019-02-281-0/+5
* [ARM GlobalISel] Support global variables for Thumb2Diana Picus2019-02-281-23/+72
* [ARM GlobalISel] Support G_FRAME_INDEX for Thumb2Diana Picus2019-02-211-1/+3
* [ARM GlobalISel] Style fix. NFCIDiana Picus2019-02-151-1/+5
* [ARM GlobalISel] Support branches for Thumb2Diana Picus2019-02-151-7/+15
* [ARM GlobalISel] Support G_SELECT for Thumb2Diana Picus2019-02-131-2/+10
* [ARM] Add OptMinSize to ARMSubtargetSam Parker2019-02-081-1/+1
* [ARM GlobalISel] Support G_ICMP for Thumb2Diana Picus2019-02-071-8/+21
* [ARM GlobalISel] Support G_GEP for Thumb2Diana Picus2019-02-051-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ARM GlobalISel] Minor refactoring. NFCIDiana Picus2018-12-141-43/+84
* [ARM GlobalISel] Support exts and truncs for Thumb2Diana Picus2018-12-131-12/+15
* [ARM GlobalISel] Select load/store for Thumb2Diana Picus2018-12-121-2/+16
* [GlobalISel][ARM] Adding HPR and QPR regclasses to FPRB regbankRoman Tereshin2018-05-231-0/+2
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-21/+24
* TargetMachine: Add address space to getPointerSizeMatt Arsenault2018-03-141-2/+2
* [ARM GlobalISel] Select G_PHIDiana Picus2018-01-041-16/+33
* [ARM GlobalISel] Fix selection of pointer constantsDiana Picus2018-01-041-8/+26
* [ARM GlobalISel] Support G_INTTOPTR and G_PTRTOINT for s32Diana Picus2017-12-221-0/+22
* [ARM GlobalISel] Support pointer constantsDiana Picus2017-12-221-1/+10
* [ARM GlobalISel] Fix assertion in RegBankSelectDiana Picus2017-12-201-0/+25
* Revert r319691: [globalisel][tablegen] Split atomic load/store into separate ...Daniel Sanders2017-12-051-0/+6
* [globalisel][tablegen] Split atomic load/store into separate opcode and enabl...Daniel Sanders2017-12-041-6/+0
* [ARM GlobalISel] Fix selecting G_BRCONDDiana Picus2017-11-291-1/+1
* [globalisel][tablegen] Generate rule coverage and use it to identify untested...Daniel Sanders2017-11-161-4/+5
* [ARM GlobalISel] Remove C++ code for G_CONSTANTDiana Picus2017-11-141-22/+0
* [arm] Fix Unnecessary reloads from GOT.Evgeniy Stepanov2017-11-131-1/+5
* InstructionSelectorImpl.h: Modularize/remove ODR violations by using a static...David Blaikie2017-10-261-2/+2
* [ARM] GlobalISel: Select shiftsDiana Picus2017-10-061-0/+16
* [ARM] GlobalISel: Minor cleanups in inst selectorDiana Picus2017-09-051-11/+10
* [ARM] GlobalISel: Support global variables for RWPIDiana Picus2017-09-051-15/+51
* [ARM] GlobalISel: Support ROPI global variablesDiana Picus2017-09-011-2/+14
* [ARM] GlobalISel: Select globals in PIC modeDiana Picus2017-08-291-5/+22
OpenPOWER on IntegriCloud