summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
Commit message (Expand)AuthorAge
* Keep TBAA info when rewriting SelectionDAG loads and storesRichard Sandiford2013-10-28
* CodeGen: Emit a libcall if the target doesn't support 16-byte wide atomicsDavid Majnemer2013-10-18
* Initial support for Neon scalar instructions.Jiangning Liu2013-09-24
* SelectionDAG: Remove unnecessary uses of TargetLowering::getPointerTy()Tom Stellard2013-08-26
* Update makeLibCall to return both the call and the chain associated with the ...Michael Gottesman2013-08-13
* TargetLowering: Add getVectorIdxTy() function v2Tom Stellard2013-08-05
* Improve the comment from r185794 (re: PromoteIntRes_BUILD_VECTOR)Hal Finkel2013-07-08
* Fix PromoteIntRes_BUILD_VECTOR crash with i1 vectorsHal Finkel2013-07-08
* Remove trailing whitespace from SelectionDAG/*.cppStephen Lin2013-07-08
* Add missing case to switch statement - DAGTypeLegalizer::ExpandIntegerResultLang Hames2013-06-28
* Introduce getSelect usage and use more getSelectCCMatt Arsenault2013-06-14
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-18
* Fix legalization of SETCC with promoted integer intrinsicsHal Finkel2013-05-15
* Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.Tim Northover2013-04-20
* FormattingEli Bendersky2013-04-04
* Fix PR10475Michael Liao2013-03-01
* Legalizer: Reword comment again, per Duncan's suggestion.Benjamin Kramer2013-01-27
* Legalizer: Add an assert and tweak a comment to clarify the assumptions this ...Benjamin Kramer2013-01-27
* When the legalizer is splitting vector shifts, the result may not have the ri...Benjamin Kramer2013-01-27
* Make APFloat constructor require explicit semantics.Tim Northover2013-01-22
* Refactor to expose RTLIB calls to targets.Tim Northover2013-01-09
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Refactor DAGCombinerInfo. Change the different booleans that indicate if we a...Nadav Rotem2012-12-27
* Change TargetLowering::RegisterTypeForVT to contain MVTs, instead ofPatrik Hagglund2012-12-19
* Revert EVT->MVT changes, r169836-169851, due to buildbot failures.Patrik Hagglund2012-12-11
* Change TargetLowering::RegisterTypeForVT to contain MVTs, instead ofPatrik Hagglund2012-12-11
* Back out r166591, not sure why this made it through since I cancelled the com...Micah Villmow2012-10-24
* Delete a directory that wasn't supposed to be checked in yet.Micah Villmow2012-10-24
* Fix PR13991: legalizing an overflowing multiplication operation is harder thanDuncan Sands2012-10-02
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Fix both the test for zero and what we do if we have a zero forEric Christopher2012-09-13
* Reformat, remove a couple unused variables and move some variablesEric Christopher2012-09-13
* Revert "Take account of boolean vector contents when promoting a build vector...Pete Cooper2012-09-01
* Take account of boolean vector contents when promoting a build vector from i1...Pete Cooper2012-08-30
* Remove tabs.Bill Wendling2012-07-19
* Remove unused variable.Benjamin Kramer2012-07-17
* Fix a crash in the legalization of large vectors.Nadav Rotem2012-07-17
* Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski2012-05-25
* Always compute all the bits in ComputeMaskedBits.Rafael Espindola2012-04-04
* LegalizeIntegerTypes: Reorder operations in the "big shift by small amount" o...Benjamin Kramer2012-02-29
* Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng2012-02-28
* Fix off-by one in comment.Benjamin Kramer2012-02-28
* LegalizeIntegerTypes: Reenable the large shift with small amount optimization.Benjamin Kramer2012-02-28
* Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar2012-02-28
* Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng2012-02-28
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Fix a bug in the type-legalization of vector integers. When we bitcast one ve...Nadav Rotem2012-01-18