summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change TargetLowering::RegisterTypeForVT to contain MVTs, instead ofPatrik Hagglund2012-12-191-2/+2
* Change TargetLowering::getTypeToPromoteTo to take and return MVTs,Patrik Hagglund2012-12-191-7/+7
* Change TargetLowering::getCondCodeAction to take an MVT, instead ofPatrik Hagglund2012-12-191-2/+2
* Change TargetLowering::getTruncStoreAction to take MVTs, instead of EVTs.Patrik Hagglund2012-12-191-1/+2
* Change TargetLowering::getLoadExtAction to take an MVT, instead ofPatrik Hagglund2012-12-141-1/+1
* Revert EVT->MVT changes, r169836-169851, due to buildbot failures.Patrik Hagglund2012-12-111-13/+12
* Change TargetLowering::RegisterTypeForVT to contain MVTs, instead ofPatrik Hagglund2012-12-111-2/+2
* Change TargetLowering::getTypeToPromoteTo to take and return MVTs,Patrik Hagglund2012-12-111-6/+6
* Change TargetLowering::getCondCodeAction to take an MVT, instead ofPatrik Hagglund2012-12-111-2/+2
* Change TargetLowering::getTruncStoreAction to take MVTs, instead of EVTs.Patrik Hagglund2012-12-111-1/+2
* Change TargetLowering::getLoadExtAction to take an MVT, instead of EVT.Patrik Hagglund2012-12-111-1/+1
* LegalizeDAG: Allow type promotion of scalar loadsTom Stellard2012-12-101-3/+2
* LegalizeDAG: Allow type promotion for scalar storesTom Stellard2012-12-101-3/+4
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-11/+11
* Back out r166591, not sure why this made it through since I cancelled the com...Micah Villmow2012-10-241-1/+1
* Delete a directory that wasn't supposed to be checked in yet.Micah Villmow2012-10-241-1/+1
* 1. Remove noreturn attribute from __builtin_debugtrap().Shuxin Yang2012-10-191-2/+2
* This patch is to fix radar://8426430. It is about llvm support of __builtin_d...Shuxin Yang2012-10-191-0/+13
* Legalizer optimize a pair of div / mod to a call to divrem libcall if they areEvan Cheng2012-10-121-0/+2
* Add in support for expansion of all of the comparison operations to the absol...Micah Villmow2012-10-101-17/+62
* Move TargetData to DataLayout.Micah Villmow2012-10-081-9/+9
* Fix some funky indentation.Evan Cheng2012-09-181-18/+17
* Fix bug 13532.Akira Hatanaka2012-08-281-1/+1
* Fix the legalization of ExtLoad on ARM. ExpandUnalignedLoad did not properly Nadav Rotem2012-08-091-3/+4
* Rename many of the Tmp1, Tmp2, Tmp3 variables to names such as Chain, Value, ...Nadav Rotem2012-07-111-100/+104
* Remove unused variable.Benjamin Kramer2012-07-111-2/+0
OpenPOWER on IntegriCloud