| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert "[DebugInfo] Remove some users of DBG_VALUEs IsIndirect field" | Jeremy Morse | 2020-02-12 | 1 | -4/+2 |
| * | Revert "[DebugInfo][DAG] Distinguish different kinds of location indirection" | Jeremy Morse | 2020-02-12 | 1 | -19/+5 |
| * | [FPEnv] Fix chain handling regression after 04a8696 | Ulrich Weigand | 2020-01-14 | 1 | -34/+28 |
| * | [FPEnv] Fix chain handling for fpexcept.strict nodes | Ulrich Weigand | 2020-01-13 | 1 | -11/+61 |
| * | [Intrinsic] Add fixed point division intrinsics. | Bevin Hansson | 2020-01-08 | 1 | -12/+69 |
| * | Revert "Allow output constraints on "asm goto"" | Bill Wendling | 2020-01-07 | 1 | -2/+0 |
| * | Allow output constraints on "asm goto" | Bill Wendling | 2020-01-07 | 1 | -0/+2 |
| * | [NFC] Fix trivial typos in comments | James Henderson | 2020-01-06 | 1 | -1/+1 |
| * | Move tail call disabling code to target independent code | Reid Kleckner | 2020-01-03 | 1 | -7/+15 |
| * | DAG: Use TargetConstant for FENCE operands | Matt Arsenault | 2020-01-02 | 1 | -4/+4 |
| * | [SelectionDAG] Simplify SelectionDAGBuilder::visitInlineAsm | Fangrui Song | 2020-01-02 | 1 | -3/+1 |
| * | [FPEnv] Default NoFPExcept SDNodeFlag to false | Ulrich Weigand | 2020-01-02 | 1 | -6/+9 |
| * | [NFC] Fixes -Wrange-loop-analysis warnings | Mark de Wever | 2020-01-01 | 1 | -1/+1 |
| * | [SelectionDAT] Simplify SelectionDAGBuilder::visitInlineAsm | Fangrui Song | 2019-12-29 | 1 | -11/+3 |
| * | Delete setjmp_undefined_for_msvc workaround after llvm.setjmp was removed | Fangrui Song | 2019-12-27 | 1 | -8/+0 |
| * | Delete llvm.{sig,}{setjmp,longjmp} remnant after r136821 | Fangrui Song | 2019-12-27 | 1 | -6/+0 |
| * | [SelectionDAG] Change SelectionDAGISel::{funcInfo,SDB} to use unique_ptr | Fangrui Song | 2019-12-23 | 1 | -6/+7 |
| * | [SelectionDAG] Copy FP flags when visiting a binary instruction. | Valentin Churavy | 2019-12-22 | 1 | -0/+7 |
| * | [SelectionDAGBuilder] Use getConstant instead of getTargetConstant to build t... | Craig Topper | 2019-12-18 | 1 | -2/+2 |
| * | Reapply: [DebugInfo] Correctly handle salvaged casts and split fragments at ISel | stozer | 2019-12-18 | 1 | -2/+19 |
| * | Revert "[DebugInfo] Correctly handle salvaged casts and split fragments at ISel" | stozer | 2019-12-18 | 1 | -19/+2 |
| * | [DebugInfo] Correctly handle salvaged casts and split fragments at ISel | stozer | 2019-12-18 | 1 | -2/+19 |
| * | [X86] Add calculation for elements in structures in getting uniform base for ... | Wang, Pengfei | 2019-12-18 | 1 | -6/+28 |
| * | [NFC] Use SelectionDAG::getMemBasePlusOffset() instead of getNode(ISD::ADD) | Alex Richardson | 2019-12-13 | 1 | -4/+2 |
| * | [DebugInfo] Prevent invalid fragments at ISel from dropping debug info | stozer | 2019-12-12 | 1 | -1/+7 |
| * | [IR] Split out target specific intrinsic enums into separate headers | Reid Kleckner | 2019-12-11 | 1 | -1/+3 |
| * | [FPEnv] Constrained FCmp intrinsics | Ulrich Weigand | 2019-12-07 | 1 | -1/+13 |
| * | [FPEnv][SelectionDAG] Relax chain requirements | Ulrich Weigand | 2019-12-06 | 1 | -2/+6 |
| * | [Codegen][ARM] Add addressing modes from masked loads and stores | David Green | 2019-11-26 | 1 | -5/+8 |
| * | [PGO][PGSO] DAG.shouldOptForSize part. | Hiroshi Yamauchi | 2019-11-21 | 1 | -3/+5 |
| * | Move floating point related entities to namespace level | Serge Pavlov | 2019-11-20 | 1 | -2/+1 |
| * | [FEnv] File with properties of constrained intrinsics | Serge Pavlov | 2019-11-20 | 1 | -129/+11 |
| * | DAG: Add function context to isFMAFasterThanFMulAndFAdd | Matt Arsenault | 2019-11-19 | 1 | -1/+1 |
| * | Temporarily Revert "Add support for options -frounding-math, ftrapping-math, ... | Eric Christopher | 2019-11-18 | 1 | -1/+2 |
| * | [SVE][CodeGen] Scalable vector MVT size queries | Graham Hunter | 2019-11-18 | 1 | -8/+25 |
| * | Move floating point related entities to namespace level | Serge Pavlov | 2019-11-15 | 1 | -2/+1 |
| * | [IR] Redefine Freeze instruction | aqjune | 2019-11-12 | 1 | -1/+1 |
| * | [IR] Add Freeze instruction | aqjune | 2019-11-05 | 1 | -0/+5 |
| * | [FPEnv][SelectionDAG] Refactor strict FP node construction | Ulrich Weigand | 2019-11-04 | 1 | -23/+23 |
| * | [PGO][PGSO] TargetLowering/TargetTransformationInfo/SwitchLoweringUtils part. | Hiroshi Yamauchi | 2019-10-31 | 1 | -1/+1 |
| * | [DebugInfo][DAG] Distinguish different kinds of location indirection | Jeremy Morse | 2019-10-30 | 1 | -5/+19 |
| * | Fix some spelling mistakes in comments. NFC | Greg Bedwell | 2019-10-29 | 1 | -4/+4 |
| * | Add Windows Control Flow Guard checks (/guard:cf). | Andrew Paverd | 2019-10-28 | 1 | -4/+22 |
| * | [AArch64][SVE] Implement masked load intrinsics | Kerry McLaughlin | 2019-10-28 | 1 | -6/+9 |
| * | [Alignment][NFC] TargetCallingConv::setByValAlign | Guillaume Chatelet | 2019-10-21 | 1 | -2/+2 |
| * | [Alignment][NFC] TargetCallingConv::setOrigAlign and TargetLowering::getABIAl... | Guillaume Chatelet | 2019-10-21 | 1 | -5/+5 |
| * | [AArch64][SVE] Add SPLAT_VECTOR ISD Node | Graham Hunter | 2019-10-18 | 1 | -5/+20 |
| * | [DebugInfo] Remove some users of DBG_VALUEs IsIndirect field | Jeremy Morse | 2019-10-15 | 1 | -2/+5 |
| * | Reapply r374743 with a fix for the ocaml binding | Joerg Sonnenberger | 2019-10-14 | 1 | -21/+3 |
| * | Revert "Add a pass to lower is.constant and objectsize intrinsics" | Dmitri Gribenko | 2019-10-14 | 1 | -3/+21 |