Age | Commit message (Expand) | Author |
2013-04-20 | Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE. | Tim Northover |
2013-04-04 | Formatting | Eli Bendersky |
2013-03-01 | Fix PR10475 | Michael Liao |
2013-01-27 | Legalizer: Reword comment again, per Duncan's suggestion. | Benjamin Kramer |
2013-01-27 | Legalizer: Add an assert and tweak a comment to clarify the assumptions this ... | Benjamin Kramer |
2013-01-27 | When the legalizer is splitting vector shifts, the result may not have the ri... | Benjamin Kramer |
2013-01-22 | Make APFloat constructor require explicit semantics. | Tim Northover |
2013-01-09 | Refactor to expose RTLIB calls to targets. | Tim Northover |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth |
2012-12-27 | Refactor DAGCombinerInfo. Change the different booleans that indicate if we a... | Nadav Rotem |
2012-12-19 | Change TargetLowering::RegisterTypeForVT to contain MVTs, instead of | Patrik Hagglund |
2012-12-11 | Revert EVT->MVT changes, r169836-169851, due to buildbot failures. | Patrik Hagglund |
2012-12-11 | Change TargetLowering::RegisterTypeForVT to contain MVTs, instead of | Patrik Hagglund |
2012-10-24 | Back out r166591, not sure why this made it through since I cancelled the com... | Micah Villmow |
2012-10-24 | Delete a directory that wasn't supposed to be checked in yet. | Micah Villmow |
2012-10-02 | Fix PR13991: legalizing an overflowing multiplication operation is harder than | Duncan Sands |
2012-09-27 | Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S... | Sylvestre Ledru |
2012-09-27 | Fix a typo 'iff' => 'if' | Sylvestre Ledru |
2012-09-13 | Fix both the test for zero and what we do if we have a zero for | Eric Christopher |
2012-09-13 | Reformat, remove a couple unused variables and move some variables | Eric Christopher |
2012-09-01 | Revert "Take account of boolean vector contents when promoting a build vector... | Pete Cooper |
2012-08-30 | Take account of boolean vector contents when promoting a build vector from i1... | Pete Cooper |
2012-07-19 | Remove tabs. | Bill Wendling |
2012-07-17 | Remove unused variable. | Benjamin Kramer |
2012-07-17 | Fix a crash in the legalization of large vectors. | Nadav Rotem |
2012-05-25 | Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall | Justin Holewinski |
2012-04-04 | Always compute all the bits in ComputeMaskedBits. | Rafael Espindola |
2012-02-29 | LegalizeIntegerTypes: Reorder operations in the "big shift by small amount" o... | Benjamin Kramer |
2012-02-28 | Re-commit r151623 with fix. Only issue special no-return calls if it's a dire... | Evan Cheng |
2012-02-28 | Fix off-by one in comment. | Benjamin Kramer |
2012-02-28 | LegalizeIntegerTypes: Reenable the large shift with small amount optimization. | Benjamin Kramer |
2012-02-28 | Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre... | Daniel Dunbar |
2012-02-28 | Some ARM implementaions, e.g. A-series, does return stack prediction. That is, | Evan Cheng |
2012-02-05 | Convert assert(0) to llvm_unreachable | Craig Topper |
2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie |
2012-01-18 | Fix a bug in the type-legalization of vector integers. When we bitcast one ve... | Nadav Rotem |
2012-01-10 | Remove unnecessary default cases in switches that cover all enum values. | David Blaikie |
2011-12-28 | PR11662. | Nadav Rotem |
2011-12-25 | Fix a typo in the widening of vectors in PromoteIntRes. Patch by Shemer Anat. | Nadav Rotem |
2011-12-13 | Initial CodeGen support for CTTZ/CTLZ where a zero input produces an | Chandler Carruth |
2011-12-08 | Fix a bug in the integer-promotion of bitcast operations on vector types. | Nadav Rotem |
2011-11-16 | CONCAT_VECTORS can have more than two operands. PR11389. | Eli Friedman |
2011-11-15 | Remove some unnecessary includes of PseudoSourceValue.h. | Jay Foad |
2011-11-08 | Added invariant field to the DAG.getLoad method and changed all calls. | Pete Cooper |
2011-10-21 | 1. Fix the widening of SETCC in WidenVecOp_SETCC. Use the correct return CC t... | Nadav Rotem |
2011-10-20 | Revert r142579, "Fix a type in the legalization of CONCAT_VECTORS". This is | Chad Rosier |
2011-10-20 | Fix a type in the legalization of CONCAT_VECTORS. | Nadav Rotem |
2011-09-27 | Cleanup PromoteIntOp_EXTRACT_VECTOR_ELT and PromoteIntRes_SETCC. | Nadav Rotem |
2011-09-25 | [vector-select] Address one of the issues in pr10902. EXTRACT_VECTOR_ELEMENT | Nadav Rotem |
2011-09-24 | Implement Duncan's suggestion to use the result of getSetCCResultType if it i... | Nadav Rotem |