summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-291-2/+4
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-251-42/+42
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-181-12/+16
* Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.Tim Northover2013-04-201-2/+1
* Remove default from fully covered switch.Benjamin Kramer2013-03-081-2/+1
* LegalizeDAG: Respect the result of TLI.getBooleanContents() when expanding SETCCTom Stellard2013-03-081-1/+13
* Move the SplatByte helper to APInt and generalize it a bit.Benjamin Kramer2013-02-201-16/+4
* LegalizeDAG.cpp doesn't need DenseMap.Jakub Staszak2013-02-161-1/+0
* enable SDISel sincos optimization for GNU environmentsPaul Redmond2013-02-151-1/+16
* Teach SDISel to combine fsin / fcos into a fsincos node if the followingEvan Cheng2013-01-291-9/+130
* Make APFloat constructor require explicit semantics.Tim Northover2013-01-221-1/+2
* Refactor to expose RTLIB calls to targets.Tim Northover2013-01-091-21/+1
* Add fp128 rtlib function names to LLVMTim Northover2013-01-081-18/+38
* Sink a function that refers to the SelectionDAG into that library in theChandler Carruth2013-01-081-0/+21
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-5/+5
OpenPOWER on IntegriCloud