summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Always compute all the bits in ComputeMaskedBits.Rafael Espindola2012-04-041-108/+61
* Teach CodeGen's version of computeMaskedBits to understand the range metadata.Rafael Espindola2012-03-311-6/+10
* Checking a build_vector for an all-ones value.Jim Grosbach2012-03-211-5/+14
* Revert r152613 (and r152614), "Inline the d'tor and add an anchor instead." f...NAKAMURA Takumi2012-03-161-1/+1
* Add a return type.Bill Wendling2012-03-131-1/+1
* Inline the d'tor and add an anchor instead.Bill Wendling2012-03-131-1/+1
* Refactor the SelectionDAG's 'dump' methods into their own .cpp file.Bill Wendling2012-03-131-633/+0
* Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng2012-02-281-6/+9
* Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar2012-02-281-9/+6
* Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng2012-02-281-6/+9
OpenPOWER on IntegriCloud