summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
Commit message (Expand)AuthorAge
* 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
* f16 FDIV can now be legalized by promoting to f32Pete Cooper2012-03-19
* Make it possible for a target to mark FSUB as Expand. This requires providin...Owen Anderson2012-03-06
* Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng2012-02-28
* Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar2012-02-28
* Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng2012-02-28
* Rename getExceptionAddressRegister() to getExceptionPointerRegister() for con...Lang Hames2012-02-14
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* use ConstantVector::getSplat in a few places.Chris Lattner2012-01-25
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Return an ArrayRef from ShuffleVectorSDNode::getMask and push it through Code...Benjamin Kramer2012-01-15
* Added FPOW, FEXP, FLOG to PromoteNode so that custom actions can be set to Pr...Pete Cooper2012-01-12