summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMLegalizerInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* [TargetLowering][ARM][Mips][WebAssembly] Remove the ordered FP compare from R...Craig Topper2020-01-101-4/+4
* [globalisel] Rename G_GEP to G_PTR_ADDDaniel Sanders2019-11-051-1/+1
* [globalisel] Add G_SEXT_INREGDaniel Sanders2019-08-091-0/+2
* [GlobalISel] Accept multiple vregs for lowerCall's resultDiana Picus2019-06-271-13/+6
* GlobalISel: Remove unsigned variant of SrcOpMatt Arsenault2019-06-241-1/+1
* [ARM GlobalISel] Add support for s64 G_ADD and G_SUB.Eli Friedman2019-06-201-1/+10
* [ARM] Replace fp-only-sp and d16 with fp64 and d32.Simon Tatham2019-05-281-2/+2
* [ARM GlobalISel] Widen G_SELECT operandsDiana Picus2019-05-071-2/+3
* [ARM GlobalISel] Widen G_INTTOPTR/G_PTRTOINTDiana Picus2019-05-071-2/+6
* [ARM GlobalISel] Widen G_GEP index operandDiana Picus2019-05-071-1/+3
* [ARM GlobalISel] Legalize extensions to < 32 bitsDiana Picus2019-05-021-1/+1
* [ARM GlobalISel] Widen small shift operandsDiana Picus2019-04-301-0/+1
* [ARM GlobalISel] 64-bit memops should be alignedDiana Picus2019-03-251-9/+10
* [ARM GlobalISel] Support G_CTLZ for Thumb2Diana Picus2019-03-011-7/+0
* [ARM GlobalISel] Support global variables for Thumb2Diana Picus2019-02-281-2/+1
* [ARM GlobalISel] Support floating point for Thumb2Diana Picus2019-02-221-29/+29
* [ARM GlobalISel] Support G_FRAME_INDEX for Thumb2Diana Picus2019-02-211-1/+2
* [ARM GlobalISel] Support G_PHI for Thumb2Diana Picus2019-02-191-5/+5
* [ARM GlobalISel] Support branches for Thumb2Diana Picus2019-02-151-2/+2
* GlobalISel: Add alignment to LegalityQuery MMOsMatt Arsenault2019-02-141-6/+6
* [ARM GlobalISel] Support G_SELECT for Thumb2Diana Picus2019-02-131-3/+3
* [ARM GlobalISel] Support G_ICMP for Thumb2Diana Picus2019-02-071-4/+4
* [ARM GlobalISel] Support G_GEP for Thumb2Diana Picus2019-02-051-2/+2
* GlobalISel: Allow bitcount ops to have different result typeMatt Arsenault2019-01-311-4/+8
* [ARM GlobalISel] Support integer division for Thumb2Diana Picus2019-01-281-19/+21
* [ARM GlobalISel] Support shifts for Thumb2Diana Picus2019-01-251-4/+4
* [ARM GlobalISel] Remove rebase artifact from r351882. NFCDiana Picus2019-01-251-3/+0
* GlobalISel: Allow shift amount to be a different typeMatt Arsenault2019-01-221-1/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ARM GlobalISel] Support G_CONSTANT for Thumb2Diana Picus2018-12-191-4/+4
* [ARM GlobalISel] Thumb2: casts between int and ptrDiana Picus2018-12-141-3/+3
* [ARM GlobalISel] Allow simple binary ops in Thumb2Diana Picus2018-12-141-4/+4
* [ARM GlobalISel] Support exts and truncs for Thumb2Diana Picus2018-12-131-3/+3
* [ARM GlobalISel] Select load/store for Thumb2Diana Picus2018-12-121-4/+18
* [ARM GlobalISel] Nothing is legal for ThumbDiana Picus2018-12-061-0/+7
* [GISel]: Provide standard interface to observe changes in GISel passesAditya Nandakumar2018-12-051-1/+2
* [ARM GlobalISel] Support G_CTLZ and G_CTLZ_ZERO_UNDEFDiana Picus2018-11-261-0/+16
* [GlobalISel][ARM] LegalizerInfo verifier: Adding LegalizerInfo::verify(...) ...Roman Tereshin2018-05-311-3/+5
* [IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code...Craig Topper2018-03-291-1/+1
* Fix layering by moving ValueTypes.h from CodeGen to IRDavid Blaikie2018-03-231-1/+1
* Fix formatting for r323876. NFCDiana Picus2018-01-311-5/+5
* [ARM GlobalISel] Modernize LegalizerInfo. NFCIDiana Picus2018-01-311-126/+68
* [ARM GlobalISel] Legalize G_SITOFP and G_UITOFPDiana Picus2018-01-301-0/+11
* [ARM GlobalISel] Legalize G_FPTOSI and G_FPTOUIDiana Picus2018-01-301-3/+12
* [ARM][GISel] PR35965 Constrain RegClasses of nested instructions built from D...Daniel Sanders2018-01-291-0/+3
* [globalisel] Make LegalizerInfo::LegalizeAction available outside of Legalize...Daniel Sanders2018-01-291-10/+12
* [ARM GlobalISel] Rename local variable. NFCDiana Picus2018-01-171-2/+2
* [ARM GlobalISel] Legalize G_FPEXT and G_FPTRUNCDiana Picus2018-01-171-0/+12
* [ARM GlobalISel] Legalize G_FMADiana Picus2018-01-121-0/+7
* [ARM GlobalISel] Legalize G_FNEG for s32 and s64Diana Picus2018-01-101-1/+2
OpenPOWER on IntegriCloud