summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/TargetLoweringBase.cpp
Commit message (Expand)AuthorAgeFilesLines
* [TargetLowering][ARM][Mips][WebAssembly] Remove the ordered FP compare from R...Craig Topper2020-01-101-5/+0
* [Intrinsic] Add fixed point division intrinsics.Bevin Hansson2020-01-081-0/+2
* [DAGCombine] Initialize the default operation action for SIGN_EXTEND_INREG fo...QingShan Zhang2020-01-031-0/+1
* Delete llvm.{sig,}{setjmp,longjmp} remnant after r136821Fangrui Song2019-12-271-2/+0
* [Codegen][ARM] Add addressing modes from masked loads and storesDavid Green2019-11-261-0/+2
* [FPEnv] Add an option to disable strict float node mutating to an normalPengfei Wang2019-11-211-0/+9
* [FEnv] File with properties of constrained intrinsicsSerge Pavlov2019-11-201-32/+3
* [TargetLowering] Increase the storage size of NumRegistersForVT to allow the ...Craig Topper2019-11-131-1/+4
* [IR] Add Freeze instructionaqjune2019-11-051-0/+1
* [PGO][PGSO] Fix -DBUILD_SHARED_LIBS=on builds after D69580/llvmorg-10-init-87...Fangrui Song2019-10-311-0/+22
* [AArch64][SVE] Add SPLAT_VECTOR ISD NodeGraham Hunter2019-10-181-4/+12
* [FPEnv] Add constrained intrinsics for lrint and lroundKevin P. Neal2019-10-071-0/+4
* Revert r372893 "[CodeGen] Replace -max-jump-table-size with -max-jump-table-t...Hans Wennborg2019-09-271-9/+9
* [TargetLowering] Make allowsMemoryAccess methode virtual.Thomas Raoux2019-09-261-6/+18
* [CodeGen] Replace -max-jump-table-size with -max-jump-table-targetsEvandro Menezes2019-09-251-9/+9
* [SVE][MVT] Fixed-length vector MVT rangesGraham Hunter2019-09-171-1/+2
* AArch64: support arm64_32, an ILP32 slice for watchOS.Tim Northover2019-09-121-0/+1
* [Intrinsic] Add the llvm.umul.fix.sat intrinsicBjorn Pettersson2019-09-071-0/+1
* [Alignment][NFC] Change internal representation of TargetLowering.hGuillaume Chatelet2019-09-051-4/+0
* [LLVM][Alignment] Make functions using log of alignment explicitGuillaume Chatelet2019-09-051-3/+3
* [TargetLowering][PS4] Add sincos(f) lib functions when target is PS4Robert Lougher2019-09-021-0/+5
* [FPEnv] Add fptosi and fptoui constrained intrinsics.Kevin P. Neal2019-08-281-0/+2
* [LLVM][NFC] remove unused fieldsGuillaume Chatelet2019-08-231-2/+0
* [TargetLowering] Teach computeRegisterProperties to only widen v3i16/v3f16 ve...Craig Topper2019-08-181-11/+23
* MVT: Add v3i16/v3f16 vectorsMatt Arsenault2019-08-151-1/+2
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-1/+1
* [PowerPC] Support fp128 libcallsFangrui Song2019-07-151-0/+28
* [TargetLowering] Add MachineMemOperand::Flags to allowsMemoryAccess tests (PR...Simon Pilgrim2019-06-121-2/+3
* [TargetLowering] Add allowsMemoryAccess(MachineMemOperand) helper wrapper. NFCI.Simon Pilgrim2019-06-111-0/+8
* Allow target to handle STRICT floating-point nodesUlrich Weigand2019-06-051-0/+28
* [CodeGen] Add lrint/llrint builtinsAdhemerval Zanella2019-05-281-0/+2
* [Intrinsic] Signed Fixed Point Saturation Multiplication IntrinsicLeonard Chan2019-05-211-0/+1
* [CodeGen] Add lround/llround builtinsAdhemerval Zanella2019-05-161-0/+2
* [CodeGen] Use "DL.getPointerSizeInBits" instead of "8 * DL.getPointerSize". NFCBjorn Pettersson2019-05-091-1/+1
* [SelectionDAG] remove constant folding limitations based on FP exceptionsSanjay Patel2019-05-021-1/+0
* [CodeGen] Refactor the option for the maximum jump table sizeEvandro Menezes2019-03-291-2/+2
* [CodeGen] Add MMOs to statepoint nodes during SelectionDAGPhilip Reames2019-03-121-9/+9
* [SDAG][AArch64] Legalize VECREDUCENikita Popov2019-03-111-0/+15
* Implementation of asm-goto support in LLVMCraig Topper2019-02-081-0/+1
* [Intrinsic] Unsigned Fixed Point Multiplication IntrinsicLeonard Chan2019-02-041-0/+1
* [opaque pointer types] Pass function types to CallInst creation.James Y Knight2019-02-011-1/+1
* [opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight2019-02-011-2/+2
* Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."James Y Knight2019-01-311-2/+2
* [opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight2019-01-311-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Allow FP types for atomicrmw xchgMatt Arsenault2019-01-171-0/+8
* [Intrinsic] Signed Fixed Point Multiplication IntrinsicLeonard Chan2018-12-121-0/+1
* [SelectionDAG] Initial support for FSHL/FSHR funnel shift opcodes (PR39467)Simon Pilgrim2018-12-051-0/+2
* [IR] Add a dedicated FNeg IR InstructionCameron McInally2018-11-131-0/+1
* Fix ignorded type qualifier warning [NFC]Serge Guelton2018-11-071-1/+1
OpenPOWER on IntegriCloud