| Commit message (Expand) | Author | Age | Files | Lines |
| * | [TargetLowering][ARM][Mips][WebAssembly] Remove the ordered FP compare from R... | Craig Topper | 2020-01-10 | 1 | -5/+0 |
| * | [Intrinsic] Add fixed point division intrinsics. | Bevin Hansson | 2020-01-08 | 1 | -0/+2 |
| * | [DAGCombine] Initialize the default operation action for SIGN_EXTEND_INREG fo... | QingShan Zhang | 2020-01-03 | 1 | -0/+1 |
| * | Delete llvm.{sig,}{setjmp,longjmp} remnant after r136821 | Fangrui Song | 2019-12-27 | 1 | -2/+0 |
| * | [Codegen][ARM] Add addressing modes from masked loads and stores | David Green | 2019-11-26 | 1 | -0/+2 |
| * | [FPEnv] Add an option to disable strict float node mutating to an normal | Pengfei Wang | 2019-11-21 | 1 | -0/+9 |
| * | [FEnv] File with properties of constrained intrinsics | Serge Pavlov | 2019-11-20 | 1 | -32/+3 |
| * | [TargetLowering] Increase the storage size of NumRegistersForVT to allow the ... | Craig Topper | 2019-11-13 | 1 | -1/+4 |
| * | [IR] Add Freeze instruction | aqjune | 2019-11-05 | 1 | -0/+1 |
| * | [PGO][PGSO] Fix -DBUILD_SHARED_LIBS=on builds after D69580/llvmorg-10-init-87... | Fangrui Song | 2019-10-31 | 1 | -0/+22 |
| * | [AArch64][SVE] Add SPLAT_VECTOR ISD Node | Graham Hunter | 2019-10-18 | 1 | -4/+12 |
| * | [FPEnv] Add constrained intrinsics for lrint and lround | Kevin P. Neal | 2019-10-07 | 1 | -0/+4 |
| * | Revert r372893 "[CodeGen] Replace -max-jump-table-size with -max-jump-table-t... | Hans Wennborg | 2019-09-27 | 1 | -9/+9 |
| * | [TargetLowering] Make allowsMemoryAccess methode virtual. | Thomas Raoux | 2019-09-26 | 1 | -6/+18 |
| * | [CodeGen] Replace -max-jump-table-size with -max-jump-table-targets | Evandro Menezes | 2019-09-25 | 1 | -9/+9 |
| * | [SVE][MVT] Fixed-length vector MVT ranges | Graham Hunter | 2019-09-17 | 1 | -1/+2 |
| * | AArch64: support arm64_32, an ILP32 slice for watchOS. | Tim Northover | 2019-09-12 | 1 | -0/+1 |
| * | [Intrinsic] Add the llvm.umul.fix.sat intrinsic | Bjorn Pettersson | 2019-09-07 | 1 | -0/+1 |
| * | [Alignment][NFC] Change internal representation of TargetLowering.h | Guillaume Chatelet | 2019-09-05 | 1 | -4/+0 |
| * | [LLVM][Alignment] Make functions using log of alignment explicit | Guillaume Chatelet | 2019-09-05 | 1 | -3/+3 |
| * | [TargetLowering][PS4] Add sincos(f) lib functions when target is PS4 | Robert Lougher | 2019-09-02 | 1 | -0/+5 |
| * | [FPEnv] Add fptosi and fptoui constrained intrinsics. | Kevin P. Neal | 2019-08-28 | 1 | -0/+2 |
| * | [LLVM][NFC] remove unused fields | Guillaume Chatelet | 2019-08-23 | 1 | -2/+0 |
| * | [TargetLowering] Teach computeRegisterProperties to only widen v3i16/v3f16 ve... | Craig Topper | 2019-08-18 | 1 | -11/+23 |
| * | MVT: Add v3i16/v3f16 vectors | Matt Arsenault | 2019-08-15 | 1 | -1/+2 |
| * | Fix parameter name comments using clang-tidy. NFC. | Rui Ueyama | 2019-07-16 | 1 | -1/+1 |
| * | [PowerPC] Support fp128 libcalls | Fangrui Song | 2019-07-15 | 1 | -0/+28 |
| * | [TargetLowering] Add MachineMemOperand::Flags to allowsMemoryAccess tests (PR... | Simon Pilgrim | 2019-06-12 | 1 | -2/+3 |
| * | [TargetLowering] Add allowsMemoryAccess(MachineMemOperand) helper wrapper. NFCI. | Simon Pilgrim | 2019-06-11 | 1 | -0/+8 |
| * | Allow target to handle STRICT floating-point nodes | Ulrich Weigand | 2019-06-05 | 1 | -0/+28 |
| * | [CodeGen] Add lrint/llrint builtins | Adhemerval Zanella | 2019-05-28 | 1 | -0/+2 |
| * | [Intrinsic] Signed Fixed Point Saturation Multiplication Intrinsic | Leonard Chan | 2019-05-21 | 1 | -0/+1 |
| * | [CodeGen] Add lround/llround builtins | Adhemerval Zanella | 2019-05-16 | 1 | -0/+2 |
| * | [CodeGen] Use "DL.getPointerSizeInBits" instead of "8 * DL.getPointerSize". NFC | Bjorn Pettersson | 2019-05-09 | 1 | -1/+1 |
| * | [SelectionDAG] remove constant folding limitations based on FP exceptions | Sanjay Patel | 2019-05-02 | 1 | -1/+0 |
| * | [CodeGen] Refactor the option for the maximum jump table size | Evandro Menezes | 2019-03-29 | 1 | -2/+2 |
| * | [CodeGen] Add MMOs to statepoint nodes during SelectionDAG | Philip Reames | 2019-03-12 | 1 | -9/+9 |
| * | [SDAG][AArch64] Legalize VECREDUCE | Nikita Popov | 2019-03-11 | 1 | -0/+15 |
| * | Implementation of asm-goto support in LLVM | Craig Topper | 2019-02-08 | 1 | -0/+1 |
| * | [Intrinsic] Unsigned Fixed Point Multiplication Intrinsic | Leonard Chan | 2019-02-04 | 1 | -0/+1 |
| * | [opaque pointer types] Pass function types to CallInst creation. | James Y Knight | 2019-02-01 | 1 | -1/+1 |
| * | [opaque pointer types] Add a FunctionCallee wrapper type, and use it. | James Y Knight | 2019-02-01 | 1 | -2/+2 |
| * | Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it." | James Y Knight | 2019-01-31 | 1 | -2/+2 |
| * | [opaque pointer types] Add a FunctionCallee wrapper type, and use it. | James Y Knight | 2019-01-31 | 1 | -2/+2 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Allow FP types for atomicrmw xchg | Matt Arsenault | 2019-01-17 | 1 | -0/+8 |
| * | [Intrinsic] Signed Fixed Point Multiplication Intrinsic | Leonard Chan | 2018-12-12 | 1 | -0/+1 |
| * | [SelectionDAG] Initial support for FSHL/FSHR funnel shift opcodes (PR39467) | Simon Pilgrim | 2018-12-05 | 1 | -0/+2 |
| * | [IR] Add a dedicated FNeg IR Instruction | Cameron McInally | 2018-11-13 | 1 | -0/+1 |
| * | Fix ignorded type qualifier warning [NFC] | Serge Guelton | 2018-11-07 | 1 | -1/+1 |