summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
Commit message (Expand)AuthorAge
* 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
* Move the SplatByte helper to APInt and generalize it a bit.Benjamin Kramer2013-02-20
* LegalizeDAG.cpp doesn't need DenseMap.Jakub Staszak2013-02-16
* enable SDISel sincos optimization for GNU environmentsPaul Redmond2013-02-15
* Teach SDISel to combine fsin / fcos into a fsincos node if the followingEvan Cheng2013-01-29
* Make APFloat constructor require explicit semantics.Tim Northover2013-01-22
* Refactor to expose RTLIB calls to targets.Tim Northover2013-01-09
* Add fp128 rtlib function names to LLVMTim Northover2013-01-08
* Sink a function that refers to the SelectionDAG into that library in theChandler Carruth2013-01-08
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Change TargetLowering::RegisterTypeForVT to contain MVTs, instead ofPatrik Hagglund2012-12-19
* Change TargetLowering::getTypeToPromoteTo to take and return MVTs,Patrik Hagglund2012-12-19
* Change TargetLowering::getCondCodeAction to take an MVT, instead ofPatrik Hagglund2012-12-19
* Change TargetLowering::getTruncStoreAction to take MVTs, instead of EVTs.Patrik Hagglund2012-12-19
* Change TargetLowering::getLoadExtAction to take an MVT, instead ofPatrik Hagglund2012-12-14
* Revert EVT->MVT changes, r169836-169851, due to buildbot failures.Patrik Hagglund2012-12-11
* Change TargetLowering::RegisterTypeForVT to contain MVTs, instead ofPatrik Hagglund2012-12-11
* Change TargetLowering::getTypeToPromoteTo to take and return MVTs,Patrik Hagglund2012-12-11
* Change TargetLowering::getCondCodeAction to take an MVT, instead ofPatrik Hagglund2012-12-11
* Change TargetLowering::getTruncStoreAction to take MVTs, instead of EVTs.Patrik Hagglund2012-12-11
* Change TargetLowering::getLoadExtAction to take an MVT, instead of EVT.Patrik Hagglund2012-12-11
* LegalizeDAG: Allow type promotion of scalar loadsTom Stellard2012-12-10
* LegalizeDAG: Allow type promotion for scalar storesTom Stellard2012-12-10
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Back out r166591, not sure why this made it through since I cancelled the com...Micah Villmow2012-10-24
* Delete a directory that wasn't supposed to be checked in yet.Micah Villmow2012-10-24
* 1. Remove noreturn attribute from __builtin_debugtrap().Shuxin Yang2012-10-19
* This patch is to fix radar://8426430. It is about llvm support of __builtin_d...Shuxin Yang2012-10-19
* Legalizer optimize a pair of div / mod to a call to divrem libcall if they areEvan Cheng2012-10-12
* Add in support for expansion of all of the comparison operations to the absol...Micah Villmow2012-10-10
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Fix some funky indentation.Evan Cheng2012-09-18
* Fix bug 13532.Akira Hatanaka2012-08-28
* Fix the legalization of ExtLoad on ARM. ExpandUnalignedLoad did not properly Nadav Rotem2012-08-09
* Rename many of the Tmp1, Tmp2, Tmp3 variables to names such as Chain, Value, ...Nadav Rotem2012-07-11
* Remove unused variable.Benjamin Kramer2012-07-11
* Refactor the DAG Legalizer by extracting the legalization ofNadav Rotem2012-07-11
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-28
* Emit a single _udivmodsi4 libcall instead of two separate _udivsi3 andEvan Cheng2012-06-21
* Fix a bug in the code which custom-lowers truncating stores in LegalizeDAG.Akira Hatanaka2012-06-02
* Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski2012-05-25
* Fix use of an unitialized value in the LegalizeOps expansion for ISD::SUB. N...Owen Anderson2012-05-21
* When legalising shifts, do not pre-build a list of operands whichPeter Collingbourne2012-05-20
* Register DAGUpdateListeners with SelectionDAG.Jakob Stoklund Olesen2012-04-20
* Make the code slightly more palatable.Evan Cheng2012-04-10
* Fix a long standing tail call optimization bug. When a libcall is emittedEvan Cheng2012-04-10
* f16 FREM can now be legalized by promoting to f32Pete Cooper2012-04-04
* Add the ability to promote legal integer VAARGs. This is required for the PPC...Hal Finkel2012-03-24