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