Age | Commit message (Expand) | Author | Files | Lines |
2020-03-11 | Specify branch probabilities for callbr dests | Bill Wendling | 1 | -2/+2 |
2020-02-25 | [SelectionDAG][PowerPC][AArch64][X86][ARM] Add chain input and output the ISD... | Craig Topper | 1 | -1/+3 |
2020-02-24 | Allow "callbr" to return non-void values | Bill Wendling | 1 | -2/+13 |
2020-02-24 | [Intrinsic] Add fixed point saturating division intrinsics. | Bevin Hansson | 1 | -5/+22 |
2020-02-20 | [SVE] Add support for lowering GEPs involving scalable vectors. | Eli Friedman | 1 | -30/+59 |
2020-02-18 | Use SETNE directly rather than SUB/SETNE 0 for stack guard check | James Clarke | 1 | -8/+4 |
2020-02-15 | Fix gcc9.2 -Winit-list-lifetime warning. NFCI. | Simon Pilgrim | 1 | -5/+5 |
2020-02-13 | Add dbgs() output to help track down missing DW_AT_location bugs, NFC | Vedant Kumar | 1 | -3/+9 |
2020-02-13 | [AsmPrinter] De-capitalize Emit{Function,BasicBlock]* and Emit{Start,End}OfAs... | Fangrui Song | 1 | -1/+1 |
2020-02-06 | Revert "[DebugInfo] Remove some users of DBG_VALUEs IsIndirect field" | Jeremy Morse | 1 | -4/+2 |
2020-02-06 | Revert "[DebugInfo][DAG] Distinguish different kinds of location indirection" | Jeremy Morse | 1 | -19/+5 |
2020-02-04 | [SEH] Remove CATCHPAD SDNode and X86::EH_RESTORE MachineInstr | Reid Kleckner | 1 | -5/+0 |
2020-02-03 | [Alignment][NFC] Use Align for getMemcpy/Memmove/Memset | Guillaume Chatelet | 1 | -20/+19 |
2020-02-01 | [LegalizeTypes][X86] Add a new strategy for type legalizing f16 type that sof... | Craig Topper | 1 | -3/+8 |
2020-01-28 | [FPEnv] Add pragma FP_CONTRACT support under strict FP. | Wang, Pengfei | 1 | -25/+47 |
2020-01-28 | [instrinsics] Add @llvm.memcpy.inline instrinsics | Guillaume Chatelet | 1 | -1/+22 |
2020-01-27 | [FPEnv] Divide macro INSTRUCTION into INSTRUCTION and DAG_INSTRUCTION, | Wang, Pengfei | 1 | -2/+2 |
2020-01-24 | [Alignment][NFC] Deprecate Align::None() | Guillaume Chatelet | 1 | -2/+2 |
2020-01-22 | Add support for (expressing) vscale. | Sander de Smalen | 1 | -0/+10 |
2020-01-18 | [DAG] Add helper for creating constant vector index with correct type. NFC. | Michael Liao | 1 | -29/+20 |
2020-01-16 | GlobalISel: Apply target MMO flags to atomics | Matt Arsenault | 1 | -10/+4 |
2020-01-16 | GlobalISel: Preserve load/store metadata in IRTranslator | Matt Arsenault | 1 | -38/+11 |
2020-01-14 | [FPEnv] Fix chain handling regression after 04a8696 | Ulrich Weigand | 1 | -34/+28 |
2020-01-13 | [FPEnv] Fix chain handling for fpexcept.strict nodes | Ulrich Weigand | 1 | -11/+61 |
2020-01-08 | [Intrinsic] Add fixed point division intrinsics. | Bevin Hansson | 1 | -12/+69 |
2020-01-07 | Revert "Allow output constraints on "asm goto"" | Bill Wendling | 1 | -2/+0 |
2020-01-07 | Allow output constraints on "asm goto" | Bill Wendling | 1 | -0/+2 |
2020-01-06 | [NFC] Fix trivial typos in comments | James Henderson | 1 | -1/+1 |
2020-01-03 | Move tail call disabling code to target independent code | Reid Kleckner | 1 | -7/+15 |
2020-01-02 | DAG: Use TargetConstant for FENCE operands | Matt Arsenault | 1 | -4/+4 |
2020-01-02 | [SelectionDAG] Simplify SelectionDAGBuilder::visitInlineAsm | Fangrui Song | 1 | -3/+1 |
2020-01-02 | [FPEnv] Default NoFPExcept SDNodeFlag to false | Ulrich Weigand | 1 | -6/+9 |
2020-01-01 | [NFC] Fixes -Wrange-loop-analysis warnings | Mark de Wever | 1 | -1/+1 |
2019-12-29 | [SelectionDAT] Simplify SelectionDAGBuilder::visitInlineAsm | Fangrui Song | 1 | -11/+3 |
2019-12-27 | Delete setjmp_undefined_for_msvc workaround after llvm.setjmp was removed | Fangrui Song | 1 | -8/+0 |
2019-12-27 | Delete llvm.{sig,}{setjmp,longjmp} remnant after r136821 | Fangrui Song | 1 | -6/+0 |
2019-12-23 | [SelectionDAG] Change SelectionDAGISel::{funcInfo,SDB} to use unique_ptr | Fangrui Song | 1 | -6/+7 |
2019-12-22 | [SelectionDAG] Copy FP flags when visiting a binary instruction. | Valentin Churavy | 1 | -0/+7 |
2019-12-18 | [SelectionDAGBuilder] Use getConstant instead of getTargetConstant to build t... | Craig Topper | 1 | -2/+2 |
2019-12-18 | Reapply: [DebugInfo] Correctly handle salvaged casts and split fragments at ISel | stozer | 1 | -2/+19 |
2019-12-18 | Revert "[DebugInfo] Correctly handle salvaged casts and split fragments at ISel" | stozer | 1 | -19/+2 |
2019-12-18 | [DebugInfo] Correctly handle salvaged casts and split fragments at ISel | stozer | 1 | -2/+19 |
2019-12-18 | [X86] Add calculation for elements in structures in getting uniform base for ... | Wang, Pengfei | 1 | -6/+28 |
2019-12-13 | [NFC] Use SelectionDAG::getMemBasePlusOffset() instead of getNode(ISD::ADD) | Alex Richardson | 1 | -4/+2 |
2019-12-12 | [DebugInfo] Prevent invalid fragments at ISel from dropping debug info | stozer | 1 | -1/+7 |
2019-12-11 | [IR] Split out target specific intrinsic enums into separate headers | Reid Kleckner | 1 | -1/+3 |
2019-12-07 | [FPEnv] Constrained FCmp intrinsics | Ulrich Weigand | 1 | -1/+13 |
2019-12-06 | [FPEnv][SelectionDAG] Relax chain requirements | Ulrich Weigand | 1 | -2/+6 |
2019-11-26 | [Codegen][ARM] Add addressing modes from masked loads and stores | David Green | 1 | -5/+8 |
2019-11-21 | [PGO][PGSO] DAG.shouldOptForSize part. | Hiroshi Yamauchi | 1 | -3/+5 |