summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix PR11985Michael Liao2012-09-121-3/+8
* Fix constant folding through bitcasts by no longer relying on undefined behav...Kristof Beyls2012-09-121-2/+2
* Fold multiply by 0 or 1 when in UnsafeFPMath mode in SelectionDAG::getNode().Michael Ilseman2012-09-101-0/+18
* whitespaceMichael Ilseman2012-09-101-10/+10
* Fix an assertion failure when optimising a shufflevector incorrectly into con...James Molloy2012-09-101-10/+6
* Add a new optimization pass: Stack Coloring, that merges disjoint static allo...Nadav Rotem2012-09-061-0/+2
* Remove extra MayLoad/MayStore flags from atomic_load/store.Jakob Stoklund Olesen2012-08-281-18/+23
* Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith2012-08-241-3/+2
* Add a roundToIntegral method to APFloat, which can be parameterized over vari...Owen Anderson2012-08-131-0/+18
* Add SelectionDAG::getTargetIndex.Jakob Stoklund Olesen2012-08-071-0/+25
* Consider address spaces for hashing and CSEing DAG nodes. Otherwise two load...Pete Cooper2012-07-301-0/+22
* Replace some explicit compare loops with std::equal.Benjamin Kramer2012-07-191-7/+1
* Make ComputeDemandedBits return a deterministic result when computing an Asse...Nadav Rotem2012-07-161-0/+1
* Refactor the code that checks that all operands of a node are UNDEFs.Nadav Rotem2012-07-151-0/+21
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-281-4/+4
* Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski2012-05-251-6/+12
* Typo.Chad Rosier2012-05-211-1/+1
* Use dyn_cast instead of checking opcode and cast.Jakub Staszak2012-05-011-2/+1
* Register DAGUpdateListeners with SelectionDAG.Jakob Stoklund Olesen2012-04-201-55/+37
* Move the constant-folding support for FP_ROUND in SelectionDAG from the one-o...Owen Anderson2012-04-101-1/+10
* Treat f16 the same as f80/f128 for the purposes of generating constants durin...Owen Anderson2012-04-051-1/+2
OpenPOWER on IntegriCloud