summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
Commit message (Expand)AuthorAge
* SelectionDAG: Expand i64 = FP_TO_SINT i32Tom Stellard2014-06-17
* LegalizeDAG: make sure cast is unsigned before using FP_TO_UINT.Tim Northover2014-06-15
* IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover2014-06-13
* SelectionDAG: Expand SELECT_CC to SELECT + SETCCTom Stellard2014-06-10
* Fix wrong setcc result type when legalizing uaddo/usuboMatt Arsenault2014-05-28
* Target: remove old constructors for CallLoweringInfoSaleem Abdulrasool2014-05-17
* Use a logical not when inverting SetCC. This unfortunately doesn't fire on a...Pete Cooper2014-05-12
* Implememting named register intrinsicsRenato Golin2014-05-06
* We already calculate WideVT above, just reuse it.Eric Christopher2014-04-28
* Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.Craig Topper2014-04-26
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* SelectionDAG: Use helper function to improve legalization of ISD::MULTom Stellard2014-04-11
* Add an optional ability to expand larger BUILD_VECTORs with shufflesHal Finkel2014-03-31
* Add a TLI hook to control when BUILD_VECTOR might be expanded using shufflesHal Finkel2014-03-31
* Make use of previously generated stores in SelectionDAGLegalize::ExpandExtrac...Hal Finkel2014-03-30
* SelectionDAG: Allow promotion of SELECT nodes from float to int typesTom Stellard2014-03-24
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-11
* Fix non 2-space indentation.Matt Arsenault2014-03-11
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-06
* Pass address space to allowsUnalignedMemoryAccessesMatt Arsenault2014-02-05
* Add support for legalizing SETNE/SETEQ by inverting the condition code and th...Daniel Sanders2013-11-21
* long lines and white space correctionJack Carter2013-11-19
* Use more getZExtOrTruncsMatt Arsenault2013-11-17
* Use getZExtOrTrunc instead of repeating the same logic.Matt Arsenault2013-11-17
* Fix CodeGen for unaligned loads with address spacesMatt Arsenault2013-10-30
* Keep TBAA info when rewriting SelectionDAG loads and storesRichard Sandiford2013-10-28
* LegalizeDAG: allow libcalls for max/min atomic operationsTim Northover2013-10-25
* CodeGen: Emit a libcall if the target doesn't support 16-byte wide atomicsDavid Majnemer2013-10-18
* Fixed a bug in dynamic allocation memory on stack.Elena Demikhovsky2013-10-14
* SelectionDAG: Clarify comments from r191600Tom Stellard2013-10-01
* SelectionDAG: Silence unused variable warning on release buildsTom Stellard2013-09-28
* SelectionDAG: Improve legalization of SELECT_CC with illegal condition codesTom Stellard2013-09-28
* SelectionDAG: Try to expand all condition codes using getCCSwappedOperands()Tom Stellard2013-09-28
* SelectionDAG: Clean up LegalizeSetCCCondCode() functionTom Stellard2013-09-28
* SelectionDAG: Remove unnecessary uses of TargetLowering::getPointerTy()Tom Stellard2013-08-26
* Replace getValueType().getSimpleVT() with getSimpleValueType().Craig Topper2013-08-15
* Add ISD::FROUND for libm round()Hal Finkel2013-08-07
* TargetLowering: Add getVectorIdxTy() function v2Tom Stellard2013-08-05
* Remove trailing whitespace from SelectionDAG/*.cppStephen Lin2013-07-08
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-04
* Revert r185595-185596 which broke buildbots.Jakob Stoklund Olesen2013-07-04
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-03
* Introduce getSelect usage and use more getSelectCCMatt Arsenault2013-06-14
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-29
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-18
* Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.Tim Northover2013-04-20
* Remove default from fully covered switch.Benjamin Kramer2013-03-08
* LegalizeDAG: Respect the result of TLI.getBooleanContents() when expanding SETCCTom Stellard2013-03-08