summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace from SelectionDAG/*.cppStephen Lin2013-07-081-1/+1
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-031-1/+1
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-191-40/+55
* Track IR ordering of SelectionDAG nodes 3/4.Andrew Trick2013-05-251-28/+9
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-251-131/+136
* Teach SelectionDAG to constant fold all-constant FMA nodes the same way that ...Owen Anderson2013-05-091-0/+15
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-051-2/+2
* Fix constant folding for one lane vector types. Constant folding one lane vec...Silviu Baranga2013-04-251-1/+1
* ArrayRefize getMachineNode(). No functionality change.Michael Liao2013-04-191-21/+23
* When computing the demanded bits of Load SDNodes, make sure that we are looki...Nadav Rotem2013-03-201-12/+16
* ArrayRefize some code. No functionality change.Benjamin Kramer2013-03-071-2/+2
* Fix PR10475Michael Liao2013-03-011-1/+3
* Fix spelling noticed by Duncan.Chandler Carruth2013-02-251-3/+3
* Fix the root cause of PR15348 by correctly handling alignment 0 onChandler Carruth2013-02-251-0/+3
* Move the SplatByte helper to APInt and generalize it a bit.Benjamin Kramer2013-02-201-13/+3
* SelectionDAG: Teach FoldConstantArithmetic how to deal with vectors.Benjamin Kramer2013-02-041-44/+115
* When lowering memcpys to loads and stores, make sure we don't promote alignmentsLang Hames2013-01-311-0/+9
* Make APFloat constructor require explicit semantics.Tim Northover2013-01-221-20/+10
* Revert 172708.Nadav Rotem2013-01-201-1/+3
* Optimization for the following SIGN_EXTEND pairs:Elena Demikhovsky2013-01-171-3/+1
* PR14896: Handle memcpy from constant string where the memcpy size is larger t...Evan Cheng2013-01-101-2/+3
* Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth2013-01-071-1/+1
* Funnel the actual TargetTransformInfo pass from the SelectionDAGISelChandler Carruth2013-01-051-4/+6
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-8/+8
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-021-1/+1
* Support ppcf128 in SelectionDAG::getConstantFPHal Finkel2012-12-301-1/+2
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-301-6/+6
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-3/+3
* Fix a logic bug in inline expansion of memcpy / memset with an overlappingEvan Cheng2012-12-121-4/+5
* Sorry about the churn. One more change to getOptimalMemOpType() hook. Did IEvan Cheng2012-12-121-6/+7
* - Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term.Evan Cheng2012-12-121-5/+5
* Avoid using lossy load / stores for memcpy / memset expansion. e.g.Evan Cheng2012-12-121-15/+21
* Replace TargetLowering::isIntImmLegal() withEvan Cheng2012-12-111-1/+5
* Some enhancements for memcpy / memset inline expansion.Evan Cheng2012-12-101-18/+64
* Replace r169459 with something safer. Rather than having computeMaskedBits toEvan Cheng2012-12-061-3/+7
* Let targets provide hooks that compute known zero and ones for any_extendEvan Cheng2012-12-061-7/+3
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-21/+21
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-011-4/+1
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-011-6/+3
* In various places throughout the code generator, there were specialUlrich Weigand2012-10-291-63/+50
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-241-3/+6
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-151-1/+4
* Revert 165732 for further review.Micah Villmow2012-10-111-4/+1
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-111-1/+4
* Create enums for the different attributes.Bill Wendling2012-10-091-3/+7
* Move TargetData to DataLayout.Micah Villmow2012-10-081-14/+14
* Use dyn_cast instead of isa and cast.Jakub Staszak2012-09-301-10/+8
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-5/+5
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-5/+5
* Remove the `hasFnAttr' method from Function.Bill Wendling2012-09-261-3/+3
OpenPOWER on IntegriCloud