aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-132/+22
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-71/+79
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-203/+250
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-24/+130
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-63/+74
* Update to LLVM 3.5a.Stephen Hines2014-04-241-118/+268
* Merging r195355:Daniel Sanders2013-11-211-14/+54
* 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
* 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