aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetLoweringBase.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-02-01[LegalizeTypes][X86] Add a new strategy for type legalizing f16 type that sof...Craig Topper1-4/+13
2020-01-27[FPEnv] Divide macro INSTRUCTION into INSTRUCTION and DAG_INSTRUCTION,Wang, Pengfei1-1/+1
2020-01-16GlobalISel: Apply target MMO flags to atomicsMatt Arsenault1-0/+19
2020-01-16GlobalISel: Preserve load/store metadata in IRTranslatorMatt Arsenault1-0/+37
2020-01-10[TargetLowering][ARM][Mips][WebAssembly] Remove the ordered FP compare from R...Craig Topper1-5/+0
2020-01-08[Intrinsic] Add fixed point division intrinsics.Bevin Hansson1-0/+2
2020-01-03[DAGCombine] Initialize the default operation action for SIGN_EXTEND_INREG fo...QingShan Zhang1-0/+1
2019-12-27Delete llvm.{sig,}{setjmp,longjmp} remnant after r136821Fangrui Song1-2/+0
2019-11-26[Codegen][ARM] Add addressing modes from masked loads and storesDavid Green1-0/+2
2019-11-21[FPEnv] Add an option to disable strict float node mutating to an normalPengfei Wang1-0/+9
2019-11-20[FEnv] File with properties of constrained intrinsicsSerge Pavlov1-32/+3
2019-11-13[TargetLowering] Increase the storage size of NumRegistersForVT to allow the ...Craig Topper1-1/+4
2019-11-05[IR] Add Freeze instructionaqjune1-0/+1
2019-10-31[PGO][PGSO] Fix -DBUILD_SHARED_LIBS=on builds after D69580/llvmorg-10-init-87...Fangrui Song1-0/+22
2019-10-18[AArch64][SVE] Add SPLAT_VECTOR ISD NodeGraham Hunter1-4/+12
2019-10-07[FPEnv] Add constrained intrinsics for lrint and lroundKevin P. Neal1-0/+4
2019-09-27Revert r372893 "[CodeGen] Replace -max-jump-table-size with -max-jump-table-t...Hans Wennborg1-9/+9
2019-09-26[TargetLowering] Make allowsMemoryAccess methode virtual.Thomas Raoux1-6/+18
2019-09-25[CodeGen] Replace -max-jump-table-size with -max-jump-table-targetsEvandro Menezes1-9/+9
2019-09-17[SVE][MVT] Fixed-length vector MVT rangesGraham Hunter1-1/+2
2019-09-12AArch64: support arm64_32, an ILP32 slice for watchOS.Tim Northover1-0/+1
2019-09-07[Intrinsic] Add the llvm.umul.fix.sat intrinsicBjorn Pettersson1-0/+1
2019-09-05[Alignment][NFC] Change internal representation of TargetLowering.hGuillaume Chatelet1-4/+0
2019-09-05[LLVM][Alignment] Make functions using log of alignment explicitGuillaume Chatelet1-3/+3
2019-09-02[TargetLowering][PS4] Add sincos(f) lib functions when target is PS4Robert Lougher1-0/+5
2019-08-28[FPEnv] Add fptosi and fptoui constrained intrinsics.Kevin P. Neal1-0/+2
2019-08-23[LLVM][NFC] remove unused fieldsGuillaume Chatelet1-2/+0
2019-08-18[TargetLowering] Teach computeRegisterProperties to only widen v3i16/v3f16 ve...Craig Topper1-11/+23
2019-08-15MVT: Add v3i16/v3f16 vectorsMatt Arsenault1-1/+2
2019-07-16Fix parameter name comments using clang-tidy. NFC.Rui Ueyama1-1/+1
2019-07-15[PowerPC] Support fp128 libcallsFangrui Song1-0/+28
2019-06-12[TargetLowering] Add MachineMemOperand::Flags to allowsMemoryAccess tests (PR...Simon Pilgrim1-2/+3
2019-06-11[TargetLowering] Add allowsMemoryAccess(MachineMemOperand) helper wrapper. NFCI.Simon Pilgrim1-0/+8
2019-06-05Allow target to handle STRICT floating-point nodesUlrich Weigand1-0/+28
2019-05-28[CodeGen] Add lrint/llrint builtinsAdhemerval Zanella1-0/+2
2019-05-21[Intrinsic] Signed Fixed Point Saturation Multiplication IntrinsicLeonard Chan1-0/+1
2019-05-16[CodeGen] Add lround/llround builtinsAdhemerval Zanella1-0/+2
2019-05-09[CodeGen] Use "DL.getPointerSizeInBits" instead of "8 * DL.getPointerSize". NFCBjorn Pettersson1-1/+1
2019-05-02[SelectionDAG] remove constant folding limitations based on FP exceptionsSanjay Patel1-1/+0
2019-03-29[CodeGen] Refactor the option for the maximum jump table sizeEvandro Menezes1-2/+2
2019-03-12[CodeGen] Add MMOs to statepoint nodes during SelectionDAGPhilip Reames1-9/+9
2019-03-11[SDAG][AArch64] Legalize VECREDUCENikita Popov1-0/+15
2019-02-08Implementation of asm-goto support in LLVMCraig Topper1-0/+1
2019-02-04[Intrinsic] Unsigned Fixed Point Multiplication IntrinsicLeonard Chan1-0/+1
2019-02-01[opaque pointer types] Pass function types to CallInst creation.James Y Knight1-1/+1
2019-02-01[opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight1-2/+2
2019-01-31Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."James Y Knight1-2/+2
2019-01-31[opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight1-2/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-17Allow FP types for atomicrmw xchgMatt Arsenault1-0/+8