summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor the DAG Legalizer by extracting the legalization ofNadav Rotem2012-07-111-422/+434
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-281-5/+5
* Emit a single _udivmodsi4 libcall instead of two separate _udivsi3 andEvan Cheng2012-06-211-5/+7
* Fix a bug in the code which custom-lowers truncating stores in LegalizeDAG.Akira Hatanaka2012-06-021-2/+3
* Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski2012-05-251-13/+25
* Fix use of an unitialized value in the LegalizeOps expansion for ISD::SUB. N...Owen Anderson2012-05-211-1/+1
* When legalising shifts, do not pre-build a list of operands whichPeter Collingbourne2012-05-201-10/+14
* Register DAGUpdateListeners with SelectionDAG.Jakob Stoklund Olesen2012-04-201-7/+8
* Make the code slightly more palatable.Evan Cheng2012-04-101-1/+5
* Fix a long standing tail call optimization bug. When a libcall is emittedEvan Cheng2012-04-101-7/+8
* f16 FREM can now be legalized by promoting to f32Pete Cooper2012-04-041-0/+1
* Add the ability to promote legal integer VAARGs. This is required for the PPC...Hal Finkel2012-03-241-1/+33
* f16 FDIV can now be legalized by promoting to f32Pete Cooper2012-03-191-1/+2
* Make it possible for a target to mark FSUB as Expand. This requires providin...Owen Anderson2012-03-061-0/+10
* Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng2012-02-281-6/+7