| Commit message (Expand) | Author | Age | Files | Lines |
| * | ARM: Allow __fp16 as a function arg or return type for AArch64 | Oliver Stannard | 2014-07-11 | 1 | -1/+1 |
| * | Revert "Reapply "DebugInfo: Ensure that all debug location scope chains from ... | David Blaikie | 2014-07-11 | 2 | -8/+4 |
| * | Reapply "DebugInfo: Ensure that all debug location scope chains from instruct... | David Blaikie | 2014-07-10 | 2 | -4/+8 |
| * | SelectionDAG: Factor FP_TO_SINT lower code out of DAGLegalizer | Jan Vesely | 2014-07-10 | 2 | -58/+65 |
| * | Revert "Revert r212640, "Add trunc (select c, a, b) -> select c (trunc a), (t... | Matt Arsenault | 2014-07-10 | 1 | -0/+13 |
| * | [DAG] Further improve the logic in DAGCombiner that folds a pair of shuffles ... | Andrea Di Biagio | 2014-07-10 | 1 | -14/+51 |
| * | [x86,SDAG] Introduce any- and sign-extend-vector-inreg nodes analogous | Chandler Carruth | 2014-07-10 | 6 | -9/+113 |
| * | Revert r212640, "Add trunc (select c, a, b) -> select c (trunc a), (trunc b) ... | NAKAMURA Takumi | 2014-07-10 | 1 | -14/+0 |
| * | Make it possible for ints/floats to return different values from getBooleanCo... | Daniel Sanders | 2014-07-10 | 10 | -50/+95 |
| * | [AArch64]Fix an assertion failure in DAG Combiner about concating 2 build_vec... | Hao Liu | 2014-07-10 | 1 | -4/+18 |
| * | [SDAG] Make the new zext-vector-inreg node default to expand so targets | Chandler Carruth | 2014-07-09 | 1 | -1/+4 |
| * | Recommit r212203: Don't try to construct debug LexicalScopes hierarchy for fu... | David Blaikie | 2014-07-09 | 4 | -4/+33 |
| * | Add trunc (select c, a, b) -> select c (trunc a), (trunc b) combine. | Matt Arsenault | 2014-07-09 | 1 | -0/+14 |
| * | [x86] Fix a bug in my new zext-vector-inreg DAG trickery where we were | Chandler Carruth | 2014-07-09 | 2 | -0/+36 |
| * | Sink two variables only used in an assert into the assert itself. Should | Chandler Carruth | 2014-07-09 | 1 | -3/+3 |
| * | [x86] Add a ZERO_EXTEND_VECTOR_INREG DAG node and use it when widening | Chandler Carruth | 2014-07-09 | 5 | -1/+72 |
| * | [SDAG] At the suggestion of Hal, switch to an output parameter that | Chandler Carruth | 2014-07-09 | 3 | -22/+27 |
| * | [DAG] Teach how to combine a pair of shuffles into a single shuffle if the re... | Andrea Di Biagio | 2014-07-08 | 1 | -3/+21 |
| * | Fix some Twine locals. | Benjamin Kramer | 2014-07-08 | 1 | -9/+7 |
| * | [x86,SDAG] Sink the logic for folding shuffles of splats more | Chandler Carruth | 2014-07-08 | 1 | -5/+35 |
| * | [SDAG] Actually check for a non-constant splat and clarify comments | Chandler Carruth | 2014-07-08 | 1 | -4/+8 |
| * | [SDAG] Build up a more rich set of APIs for querying build-vector SDAG | Chandler Carruth | 2014-07-08 | 3 | -13/+47 |
| * | [x86] Revert r212324 which was too aggressive w.r.t. allowing undef | Chandler Carruth | 2014-07-07 | 3 | -44/+31 |
| * | Make helper functions static. | Benjamin Kramer | 2014-07-07 | 1 | -1/+1 |
| * | CodeGen: it turns out that NAND is not the same thing as BIC. At all. | Tim Northover | 2014-07-07 | 1 | -1/+1 |
| * | [x86] Generalize BuildVectorSDNode::getConstantSplatValue to work for | Chandler Carruth | 2014-07-04 | 3 | -31/+44 |
| * | Move function dependent resetting of a subtarget variable out of the | Eric Christopher | 2014-07-04 | 1 | -0/+1 |
| * | Temporarily revert "Don't try to construct debug LexicalScopes hierarchy for ... | Eric Christopher | 2014-07-03 | 4 | -26/+4 |
| * | bug fix for PR20020: anti-dependency-breaker causes miscompilation | Sanjay Patel | 2014-07-03 | 1 | -0/+31 |
| * | Fix ppcf128 component access on little-endian systems | Ulrich Weigand | 2014-07-03 | 4 | -11/+19 |
| * | [x86] Fix the completely broken vector widening legalization of bswap. | Chandler Carruth | 2014-07-03 | 1 | -1/+1 |
| * | [codegen,aarch64] Add a target hook to the code generator to control | Chandler Carruth | 2014-07-03 | 1 | -40/+48 |
| * | Revert "DebugInfo: Ensure that all debug location scope chains from instructi... | David Blaikie | 2014-07-02 | 2 | -8/+4 |
| * | DebugInfo: Ensure that all debug location scope chains from instructions with... | David Blaikie | 2014-07-02 | 2 | -4/+8 |
| * | [RegAllocGreedy] Provide a subtarget hook to disable the local reassignment | Quentin Colombet | 2014-07-02 | 1 | -4/+14 |
| * | Don't try to construct debug LexicalScopes hierarchy for functions that do no... | David Blaikie | 2014-07-02 | 4 | -4/+26 |
| * | Revert "Revert "MachineScheduler: better book-keeping for asserts."" | Chad Rosier | 2014-07-02 | 1 | -7/+11 |
| * | Fix missing const | Matt Arsenault | 2014-07-02 | 1 | -1/+1 |
| * | [cleanup] Hoist an if-else chain on ISD opcodes (really designed for | Chandler Carruth | 2014-07-02 | 1 | -17/+28 |
| * | [cleanup] Remove dead 'break;' statements that I meant to nuke in | Chandler Carruth | 2014-07-02 | 1 | -2/+0 |
| * | [cleanup] Hoist the promotion dispatch logic into the promote function | Chandler Carruth | 2014-07-02 | 1 | -23/+22 |
| * | [cleanup] Nuke the 'VectorOp' bit of the promote method names. | Chandler Carruth | 2014-07-02 | 1 | -9/+9 |
| * | [x86] Clean up and modernize the doxygen and API comments for the vector | Chandler Carruth | 2014-07-02 | 1 | -24/+38 |
| * | [FastISel] Factor out stackmap intrinsic selection code into a dedicated help... | Juergen Ributzka | 2014-07-01 | 1 | -73/+76 |
| * | [DAG] Pass the argument list to the CallLoweringInfo via move semantics. NFCI. | Juergen Ributzka | 2014-07-01 | 6 | -17/+18 |
| * | Move remaining LLVM_ENABLE_DUMP conditionals out of the headers | Alp Toker | 2014-07-01 | 3 | -6/+7 |
| * | Revert "MachineScheduler: better book-keeping for asserts." | Chad Rosier | 2014-07-01 | 1 | -7/+5 |
| * | [PeepholeOptimzer] Fix a typo in a comment. | Quentin Colombet | 2014-07-01 | 1 | -1/+1 |
| * | [PeepholeOptimizer] Advanced rewriting of copies to avoid cross register banks | Quentin Colombet | 2014-07-01 | 1 | -13/+368 |
| * | [RegAllocGreedy] Provide a flag to disable the local reassignment heuristic. | Quentin Colombet | 2014-07-01 | 1 | -1/+7 |