| Commit message (Expand) | Author | Age | Files | Lines |
| * | Re-land r301697 "[IR] Make add/remove Attributes use AttrBuilder instead of A... | Reid Kleckner | 2017-05-02 | 1 | -2/+2 |
| * | PEI: Skip dead objects when looking at CSRs | Matt Arsenault | 2017-05-02 | 1 | -0/+3 |
| * | [PDB/CodeView] Read/write codeview inlinee line information. | Zachary Turner | 2017-05-02 | 1 | -0/+1 |
| * | [DAGCombine] (uaddo X, (addcarry Y, 0, Carry)) -> (addcarry X, Y, Carry) | Amaury Sechet | 2017-05-02 | 1 | -0/+21 |
| * | [DAGCombine] (add X, (addcarry Y, 0, Carry)) -> (addcarry X, Y, Carry) | Amaury Sechet | 2017-05-02 | 1 | -0/+5 |
| * | [SelectionDAG] Improve support for promotion of <1 x fX> floating point argum... | Simon Pilgrim | 2017-05-02 | 3 | -13/+20 |
| * | [DAGCombiner] Improve MatchBswapHword logic (PR31357) | Simon Pilgrim | 2017-05-02 | 1 | -11/+16 |
| * | MachineFrameInfo: Track whether MaxCallFrameSize is computed yet; NFC | Matthias Braun | 2017-05-01 | 2 | -2/+4 |
| * | Rename WeakVH to WeakTrackingVH; NFC | Sanjoy Das | 2017-05-01 | 1 | -4/+5 |
| * | Remove unnecessary conditions as suggested by clang-tidy. NFC | Gabor Horvath | 2017-05-01 | 1 | -4/+2 |
| * | [SelectionDAG] Use known ones to provide a better bound for the known zeros f... | Craig Topper | 2017-05-01 | 1 | -2/+16 |
| * | Generalize the specialized flag-carrying SDNodes by moving flags into SDNode. | Amara Emerson | 2017-05-01 | 6 | -126/+93 |
| * | [DAGCombiner] shrink/widen a vselect to match its condition operand size (PR1... | Sanjay Patel | 2017-04-30 | 1 | -0/+61 |
| * | Do not legalize large add with addc/adde, introduce addcarry and do it with u... | Amaury Sechet | 2017-04-30 | 6 | -37/+189 |
| * | [APInt] Replace calls to setBits with more specific calls to setBitsFrom and ... | Craig Topper | 2017-04-30 | 1 | -1/+1 |
| * | [globalisel][tablegen] Compute available feature bits correctly. | Daniel Sanders | 2017-04-29 | 1 | -2/+3 |
| * | [KnownBits] Add methods for determining if the known bits represent a negativ... | Craig Topper | 2017-04-29 | 1 | -5/+5 |
| * | Revert r301697 "[IR] Make add/remove Attributes use AttrBuilder instead of At... | Hans Wennborg | 2017-04-28 | 1 | -2/+2 |
| * | Remove line and file from DINamespace. | Adrian Prantl | 2017-04-28 | 2 | -6/+0 |
| * | Properly handle PHIs with subregisters in UnreachableBlockElim | Krzysztof Parzyszek | 2017-04-28 | 1 | -8/+21 |
| * | [IR] Make add/remove Attributes use AttrBuilder instead of AttributeList | Reid Kleckner | 2017-04-28 | 1 | -2/+2 |
| * | Make getParamAlignment use argument numbers | Reid Kleckner | 2017-04-28 | 2 | -4/+3 |
| * | GlobalISel: Followup for r301679 | Matthias Braun | 2017-04-28 | 1 | -1/+2 |
| * | TargetLowering: Add finalizeLowering() function; NFC | Matthias Braun | 2017-04-28 | 3 | -10/+7 |
| * | Kill off the old SimplifyInstruction API by converting remaining users. | Daniel Berlin | 2017-04-28 | 1 | -1/+1 |
| * | Use Argument::hasAttribute and AttributeList::ReturnIndex more | Reid Kleckner | 2017-04-28 | 1 | -22/+18 |
| * | Cleanup: Use DIExpression::prepend in buildDbgValueForSpill(). (NFC) | Adrian Prantl | 2017-04-28 | 1 | -8/+3 |
| * | [APInt] Add clearSignBit method. Use it and setSignBit in a few places. NFCI | Craig Topper | 2017-04-28 | 1 | -1/+1 |
| * | [InlineCost] Improve the cost heuristic for Switch | Jun Bum Lim | 2017-04-28 | 3 | -110/+60 |
| * | [DAGCombiner] Add ComputeNumSignBits vector demanded elements support to ASHR... | Simon Pilgrim | 2017-04-28 | 1 | -1/+39 |
| * | [ValueTracking] Convert computeKnownBitsFromRangeMetadata to use KnownBits st... | Craig Topper | 2017-04-28 | 1 | -1/+1 |
| * | [SelectionDAG] Use KnownBits struct in DAG's computeKnownBits and simplifyDem... | Craig Topper | 2017-04-28 | 7 | -521/+461 |
| * | [SelectionDAG] Use various APInt methods to reduce temporary APInt creation | Craig Topper | 2017-04-28 | 5 | -38/+29 |
| * | [StackMaps] Increase the size of the "location size" field | Sanjoy Das | 2017-04-28 | 1 | -6/+12 |
| * | [APInt] Use inplace shift methods where possible. NFCI | Craig Topper | 2017-04-28 | 4 | -7/+7 |
| * | Use a pointer type for target frame indices during statepoint lowering | Sanjoy Das | 2017-04-27 | 2 | -7/+19 |
| * | Rename some PDB classes. | Zachary Turner | 2017-04-27 | 2 | -8/+9 |
| * | Turn DISubprogram into a variable-length node. | Adrian Prantl | 2017-04-26 | 2 | -5/+5 |
| * | Revert "Turn DISubprogram into a variable-length node." | Adrian Prantl | 2017-04-26 | 2 | -5/+5 |
| * | Turn DISubprogram into a variable-length node. | Adrian Prantl | 2017-04-26 | 2 | -5/+5 |
| * | MachineFrameInfo: Move implementation to an own file; NFC | Matthias Braun | 2017-04-26 | 3 | -208/+219 |
| * | Add support for DW_TAG_thrown_type. | Adrian Prantl | 2017-04-26 | 2 | -0/+13 |
| * | [DAGCombiner] add (sext i1 X), 1 --> zext (not i1 X) | Sanjay Patel | 2017-04-26 | 1 | -6/+23 |
| * | [ValueTracking] Introduce a KnownBits struct to wrap the two APInts for compu... | Craig Topper | 2017-04-26 | 1 | -3/+4 |
| * | Reverts commit r301424, r301425 and r301426 | Sanjoy Das | 2017-04-26 | 1 | -5/+5 |
| * | Rename WeakVH to WeakTrackingVH; NFC | Sanjoy Das | 2017-04-26 | 1 | -5/+5 |
| * | [TargetLowering] fix isConstTrueVal to account for build vector truncation | Sanjay Patel | 2017-04-26 | 1 | -13/+17 |
| * | Fix signed multiplication with overflow fallback. | Ranjeet Singh | 2017-04-26 | 1 | -2/+2 |
| * | [DAG] add FIXME comments for splat detection; NFC | Sanjay Patel | 2017-04-26 | 2 | -0/+7 |
| * | PR31007 and PR27884 will be closed: a possibility to compile constants like 0... | Andrew V. Tischenko | 2017-04-26 | 1 | -0/+3 |