summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Commit message (Expand)AuthorAge
* Teach SelectionDAG to constant fold all-constant FMA nodes the same way that ...Owen Anderson2013-05-09
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-05
* Fix constant folding for one lane vector types. Constant folding one lane vec...Silviu Baranga2013-04-25
* ArrayRefize getMachineNode(). No functionality change.Michael Liao2013-04-19
* When computing the demanded bits of Load SDNodes, make sure that we are looki...Nadav Rotem2013-03-20
* ArrayRefize some code. No functionality change.Benjamin Kramer2013-03-07
* Fix PR10475Michael Liao2013-03-01
* Fix spelling noticed by Duncan.Chandler Carruth2013-02-25
* Fix the root cause of PR15348 by correctly handling alignment 0 onChandler Carruth2013-02-25
* Move the SplatByte helper to APInt and generalize it a bit.Benjamin Kramer2013-02-20
* SelectionDAG: Teach FoldConstantArithmetic how to deal with vectors.Benjamin Kramer2013-02-04
* When lowering memcpys to loads and stores, make sure we don't promote alignmentsLang Hames2013-01-31
* Make APFloat constructor require explicit semantics.Tim Northover2013-01-22
* Revert 172708.Nadav Rotem2013-01-20
* Optimization for the following SIGN_EXTEND pairs:Elena Demikhovsky2013-01-17
* PR14896: Handle memcpy from constant string where the memcpy size is larger t...Evan Cheng2013-01-10
* Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth2013-01-07
* Funnel the actual TargetTransformInfo pass from the SelectionDAGISelChandler Carruth2013-01-05
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-02
* Support ppcf128 in SelectionDAG::getConstantFPHal Finkel2012-12-30
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-30
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* Fix a logic bug in inline expansion of memcpy / memset with an overlappingEvan Cheng2012-12-12
* Sorry about the churn. One more change to getOptimalMemOpType() hook. Did IEvan Cheng2012-12-12
* - Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term.Evan Cheng2012-12-12
* Avoid using lossy load / stores for memcpy / memset expansion. e.g.Evan Cheng2012-12-12
* Replace TargetLowering::isIntImmLegal() withEvan Cheng2012-12-11
* Some enhancements for memcpy / memset inline expansion.Evan Cheng2012-12-10
* Replace r169459 with something safer. Rather than having computeMaskedBits toEvan Cheng2012-12-06
* Let targets provide hooks that compute known zero and ones for any_extendEvan Cheng2012-12-06
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-01
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-01
* In various places throughout the code generator, there were specialUlrich Weigand2012-10-29
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-24
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-15
* Revert 165732 for further review.Micah Villmow2012-10-11
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-11
* Create enums for the different attributes.Bill Wendling2012-10-09
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Use dyn_cast instead of isa and cast.Jakub Staszak2012-09-30
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Remove the `hasFnAttr' method from Function.Bill Wendling2012-09-26
* Fix PR11985Michael Liao2012-09-12
* Fix constant folding through bitcasts by no longer relying on undefined behav...Kristof Beyls2012-09-12
* Fold multiply by 0 or 1 when in UnsafeFPMath mode in SelectionDAG::getNode().Michael Ilseman2012-09-10
* whitespaceMichael Ilseman2012-09-10
* Fix an assertion failure when optimising a shufflevector incorrectly into con...James Molloy2012-09-10