| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | [DebugInfo] Align comments in debug_loc section | Bjorn Pettersson | 2018-01-05 | 1 | -4/+16 |
| * | [DAGCombine] Fix for PR37563 | Sam Parker | 2018-01-05 | 1 | -2/+12 |
| * | [GISel]: Don't create G_MUL with 1 during translation of GEP | Aditya Nandakumar | 2018-01-05 | 1 | -7/+12 |
| * | Debug Info: Support DW_AT_calling_convention on composite types. | Adrian Prantl | 2018-01-05 | 1 | -0/+9 |
| * | [DAGCombine] Ensure SDNode use iterator is incremented properly. | Amara Emerson | 2018-01-04 | 1 | -2/+2 |
| * | Changes in the branch relaxation algorithm. | Elena Demikhovsky | 2018-01-04 | 1 | -57/+107 |
| * | support phi ranges for machine-level IR | Bob Wilson | 2018-01-04 | 1 | -16/+10 |
| * | [DAGCombine] Handle out of range EXTRACT_VECTOR_ELT indices | Simon Pilgrim | 2018-01-03 | 2 | -1/+5 |
| * | [ExpandMemcmp] rename variables and add hook to override pref for number of l... | Sanjay Patel | 2018-01-03 | 1 | -14/+17 |
| * | Thread MCSubtargetInfo through Target::createMCAsmBackend | Alex Bradbury | 2018-01-03 | 1 | -7/+4 |
| * | [GlobalISel][Legalizer] Fix legalization of llvm.smul.with.overflow | Amara Emerson | 2018-01-03 | 1 | -1/+15 |
| * | [AArch64][GlobalISel] Fix assert fail with unknown intrinsic. | Amara Emerson | 2018-01-02 | 1 | -5/+8 |
| * | [AArch64][GlobalISel] Enable GlobalISel at -O0 by default | Amara Emerson | 2018-01-02 | 1 | -2/+10 |
| * | Revert r321089: "[DAG] Elide overlapping store" (and subsequent fix in r321204) | Daniel Jasper | 2018-01-02 | 1 | -21/+21 |
| * | [DAGCombine] Fix for PR35765 | Sam Parker | 2018-01-02 | 1 | -1/+0 |
| * | [SelectionDAG] Teach WidenVecOp_Convert to widen the operation if a widened r... | Craig Topper | 2018-01-02 | 1 | -4/+13 |
| * | [SelectionDAG] Remove ifs on getTypeAction being TypeWidenVector from some of... | Craig Topper | 2018-01-02 | 1 | -9/+11 |
| * | [SelectionDAG][X86][AArch64] Require targets to specify the promotion type wh... | Craig Topper | 2018-01-01 | 1 | -37/+21 |
| * | Use phi ranges to simplify code. No functionality change intended. | Benjamin Kramer | 2017-12-30 | 6 | -81/+51 |
| * | [MachineOperand] Fix LiveDebugVariables code after isRenamable change. | Geoff Berry | 2017-12-29 | 1 | -1/+4 |
| * | Avoid modifying DbgInfo while looping in salvageDebuginfo | Dimitry Andric | 2017-12-28 | 1 | -1/+6 |
| * | [SelectionDAG] Add creating new node debug messages for load, store, gather, ... | Craig Topper | 2017-12-28 | 1 | -8/+24 |
| * | [SelectionDAG] Add some debug print messages to LegalizeVectorOps. | Craig Topper | 2017-12-28 | 1 | -2/+15 |
| * | [DAGCombine] foldBinOpIntoSelect can fail to constant fold in some cases. | Simon Pilgrim | 2017-12-27 | 1 | -6/+8 |
| * | [DAGCombine] visitANDLike - ensure APInt is is in range for getSExtValue/getZ... | Simon Pilgrim | 2017-12-26 | 1 | -4/+7 |
| * | [DAGCombine] Don't combine (and (setne X, 0), (setne X, -1)) --> (setuge (add... | Simon Pilgrim | 2017-12-26 | 1 | -1/+2 |
| * | [DAGCombiners] Don't turn ANDs to shuffles with zero so early. Give some othe... | Craig Topper | 2017-12-24 | 1 | -7/+8 |
| * | [SelectionDAG] Teach SelectionDAG::getNode to constant fold zext/aext/sext of... | Craig Topper | 2017-12-23 | 1 | -0/+3 |
| * | [SelectionDAG][X86] Don't use ->getValueType(0) after a call to getOperand to... | Craig Topper | 2017-12-23 | 3 | -7/+7 |
| * | [DAG] Add missing case check from findbaseoffset merge from r321389. | Nirav Dave | 2017-12-22 | 1 | -2/+4 |
| * | Integrate findBaseOffset address analyses to BaseIndexOffset. NFCI. | Nirav Dave | 2017-12-22 | 2 | -70/+27 |
| * | Revert "[DAG] Integrate findBaseOffset address analyses to BaseIndexOffset. N... | Nirav Dave | 2017-12-22 | 2 | -27/+70 |
| * | (Re-landing) Expose a TargetMachine::getTargetTransformInfo function | Sanjoy Das | 2017-12-22 | 1 | -4/+3 |
| * | [SelectionDAG] Reverse the order of operands in the ISD::ADD created by Targe... | Craig Topper | 2017-12-22 | 1 | -1/+1 |
| * | [DAG] Integrate findBaseOffset address analyses to BaseIndexOffset. NFCI. | Nirav Dave | 2017-12-22 | 2 | -70/+27 |
| * | [DAGCombine] Revert r321259 | Sam Parker | 2017-12-22 | 1 | -26/+0 |
| * | Add hasProfileData() to check if a function has profile data. NFC. | Easwaran Raman | 2017-12-22 | 1 | -3/+3 |
| * | [DAGCombiner] Remove (xor (xor x, c1), c2) -> (xor x, (xor c1, c2)) fold. NFCI. | Simon Pilgrim | 2017-12-21 | 1 | -15/+0 |
| * | [DAGCombiner] Generalize (or (and X, c1), c2) -> (and (or X, c2), c1|c2) comb... | Simon Pilgrim | 2017-12-21 | 1 | -10/+10 |
| * | [DAGCombiner] Generalize (and (or x, C), D) -> D iff (C & D) == D combine to ... | Simon Pilgrim | 2017-12-21 | 1 | -4/+6 |
| * | [DAGCombine] Improve ReduceLoadWidth for SRL | Sam Parker | 2017-12-21 | 1 | -0/+26 |
| * | Revert "Expose a TargetMachine::getTargetTransformInfo function" | Sanjoy Das | 2017-12-21 | 1 | -3/+4 |
| * | Expose a TargetMachine::getTargetTransformInfo function | Sanjoy Das | 2017-12-21 | 1 | -4/+3 |
| * | DAG: Tolerate non-MemSDNodes for OPC_RecordMemRef | Matt Arsenault | 2017-12-20 | 1 | -8/+24 |
| * | [DAG] Fix condition on overlapping store check. | Nirav Dave | 2017-12-20 | 1 | -2/+2 |
| * | [PGO] Function section hotness prefix should look at all blocks | Teresa Johnson | 2017-12-20 | 1 | -11/+4 |
| * | Add optional SelectionDAG* parameter to SValue::dump and SDValue::dumpr | Krzysztof Parzyszek | 2017-12-20 | 1 | -4/+4 |
| * | Revert "Fix faulty assertion in debug info" | Adrian McCarthy | 2017-12-19 | 2 | -4/+2 |
| * | Fix faulty assertion in debug info | Adrian McCarthy | 2017-12-19 | 2 | -2/+4 |
| * | Silence a bunch of implicit fallthrough warnings | Adrian Prantl | 2017-12-19 | 3 | -1/+3 |