summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* CodeGen: generate single libcall for fptrunc -> f16 operations.Tim Northover2014-07-171-6/+6
* CodeGen: extend f16 conversions to permit types > float.Tim Northover2014-07-171-3/+20
* ARM: Allow __fp16 as a function arg or return type for AArch64Oliver Stannard2014-07-111-1/+1
* SelectionDAG: Factor FP_TO_SINT lower code out of DAGLegalizerJan Vesely2014-07-101-58/+3
* Make it possible for ints/floats to return different values from getBooleanCo...Daniel Sanders2014-07-101-3/+3
* [DAG] Pass the argument list to the CallLoweringInfo via move semantics. NFCI.Juergen Ributzka2014-07-011-8/+9
* SelectionDAG: Expand i64 = FP_TO_SINT i32Tom Stellard2014-06-171-0/+59
* LegalizeDAG: make sure cast is unsigned before using FP_TO_UINT.Tim Northover2014-06-151-1/+4
* IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover2014-06-131-8/+29
* SelectionDAG: Expand SELECT_CC to SELECT + SETCCTom Stellard2014-06-101-1/+17
* Fix wrong setcc result type when legalizing uaddo/usuboMatt Arsenault2014-05-281-5/+11
* Target: remove old constructors for CallLoweringInfoSaleem Abdulrasool2014-05-171-45/+38
* Use a logical not when inverting SetCC. This unfortunately doesn't fire on a...Pete Cooper2014-05-121-3/+3
* Implememting named register intrinsicsRenato Golin2014-05-061-0/+7
* We already calculate WideVT above, just reuse it.Eric Christopher2014-04-281-2/+1
* Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.Craig Topper2014-04-261-10/+5
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-141-3/+3
* SelectionDAG: Use helper function to improve legalization of ISD::MULTom Stellard2014-04-111-0/+17
* Add an optional ability to expand larger BUILD_VECTORs with shufflesHal Finkel2014-03-311-20/+117
* Add a TLI hook to control when BUILD_VECTOR might be expanded using shufflesHal Finkel2014-03-311-1/+10
* Make use of previously generated stores in SelectionDAGLegalize::ExpandExtrac...Hal Finkel2014-03-301-4/+33
* SelectionDAG: Allow promotion of SELECT nodes from float to int typesTom Stellard2014-03-241-1/+2
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-111-0/+1
* Fix non 2-space indentation.Matt Arsenault2014-03-111-73/+73
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-2/+2
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-061-1/+1
* Pass address space to allowsUnalignedMemoryAccessesMatt Arsenault2014-02-051-7/+15
* Add support for legalizing SETNE/SETEQ by inverting the condition code and th...Daniel Sanders2013-11-211-14/+54
* long lines and white space correctionJack Carter2013-11-191-29/+34
* Use more getZExtOrTruncsMatt Arsenault2013-11-171-5/+1
* Use getZExtOrTrunc instead of repeating the same logic.Matt Arsenault2013-11-171-5/+1
* Fix CodeGen for unaligned loads with address spacesMatt Arsenault2013-10-301-2/+5
* Keep TBAA info when rewriting SelectionDAG loads and storesRichard Sandiford2013-10-281-37/+42
* LegalizeDAG: allow libcalls for max/min atomic operationsTim Northover2013-10-251-0/+40
* CodeGen: Emit a libcall if the target doesn't support 16-byte wide atomicsDavid Majnemer2013-10-181-0/+8
* Fixed a bug in dynamic allocation memory on stack.Elena Demikhovsky2013-10-141-3/+3
* SelectionDAG: Clarify comments from r191600Tom Stellard2013-10-011-2/+2
* SelectionDAG: Silence unused variable warning on release buildsTom Stellard2013-09-281-0/+1
* SelectionDAG: Improve legalization of SELECT_CC with illegal condition codesTom Stellard2013-09-281-13/+37
* SelectionDAG: Try to expand all condition codes using getCCSwappedOperands()Tom Stellard2013-09-281-10/+9
* SelectionDAG: Clean up LegalizeSetCCCondCode() functionTom Stellard2013-09-281-26/+51
* SelectionDAG: Remove unnecessary uses of TargetLowering::getPointerTy()Tom Stellard2013-08-261-21/+23
* Replace getValueType().getSimpleVT() with getSimpleValueType().Craig Topper2013-08-151-7/+7
* Add ISD::FROUND for libm round()Hal Finkel2013-08-071-0/+7
* TargetLowering: Add getVectorIdxTy() function v2Tom Stellard2013-08-051-4/+7
* Remove trailing whitespace from SelectionDAG/*.cppStephen Lin2013-07-081-22/+22
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-041-16/+0
* Revert r185595-185596 which broke buildbots.Jakob Stoklund Olesen2013-07-041-0/+16
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-031-16/+0
* Introduce getSelect usage and use more getSelectCCMatt Arsenault2013-06-141-12/+12
OpenPOWER on IntegriCloud