Age | Commit message (Expand) | Author |
2011-03-01 | add a note | Chris Lattner |
2011-02-26 | Add some DAGCombines for (adde 0, 0, glue), which are useful to optimize lega... | Benjamin Kramer |
2011-02-21 | add a missed loop deletion case. | Chris Lattner |
2011-02-21 | add an idiom that loop idiom could theoretically catch. | Chris Lattner |
2011-02-17 | This has been implemented. | Duncan Sands |
2011-02-17 | add some notes on compares + binops. Remove redundant entries. | Chris Lattner |
2011-02-16 | Add a few missed xforms from GCC PR14753 | Chris Lattner |
2011-02-16 | Remove outdated README entry. | Eli Friedman |
2011-02-16 | Remove outdated README entry. | Eli Friedman |
2011-02-16 | Update README entry. | Eli Friedman |
2011-02-06 | Remove a virtual inheritance case that clang can devirtualize fully now. | Anders Carlsson |
2011-02-02 | SimplifyCFG: Turn switches into sub+icmp+branch if possible. | Benjamin Kramer |
2011-01-31 | add a note, progress unblocked by PR8575 being fixed. | Chris Lattner |
2011-01-30 | Teach DAGCombine to fold fold (sra (trunc (sr x, c1)), c2) -> (trunc (sra x, ... | Benjamin Kramer |
2011-01-24 | this isn't a memset, we do convert dest[i] to one though :) | Chris Lattner |
2011-01-24 | with recent work, we now optimize this into: | Chris Lattner |
2011-01-23 | Add a memset loop that LoopIdiomRecognize doesn't recognize. | Anders Carlsson |
2011-01-18 | add a note | Chris Lattner |
2011-01-16 | Update README.txt to remove the DAE enhancement. | Anders Carlsson |
2011-01-16 | add some commentary | Chris Lattner |
2011-01-16 | Simplify a README.txt entry significantly to expose the core issue. | Chandler Carruth |
2011-01-13 | typo | Chris Lattner |
2011-01-13 | memcpy + metadata = bliss :) | Chris Lattner |
2011-01-11 | Teach constant folding to perform conversions from constant floating | Chandler Carruth |
2011-01-11 | Fix a random missed optimization by making InstCombine more aggressive when d... | Owen Anderson |
2011-01-10 | +0.0 vs -0.0 differences can be handled by looking at the user of the | Chris Lattner |
2011-01-10 | expand on a note | Chris Lattner |
2011-01-09 | typo | Chris Lattner |
2011-01-09 | xref a PR # | Chris Lattner |
2011-01-09 | Add a note about the inability to model FP -> int conversions which | Chandler Carruth |
2011-01-09 | Add a note about a missed FP optimization. | Chandler Carruth |
2011-01-09 | Another missed memset in std::vector initialization. | Chandler Carruth |
2011-01-09 | Fix a cut-paste-o so that the sample code is correct for my last note. | Chandler Carruth |
2011-01-09 | Another missed optimization of trivial vector code. | Chandler Carruth |
2011-01-09 | Add a note about vector's size-constructor producing dead stores. | Chandler Carruth |
2011-01-09 | Add a note about a missed memset optimization from std::fill. | Chandler Carruth |
2011-01-07 | Revert 122959, it needs more thought. Add it back to README.txt with addition... | Benjamin Kramer |
2011-01-06 | With Benjamin's recent amazing patches, we should be able to do even better t... | Chris Lattner |
2011-01-06 | Add a note from llvmdev, this time with more info. | Benjamin Kramer |
2011-01-06 | EarlyCSE does this now (and GVN always did it). | Benjamin Kramer |
2011-01-06 | InstCombine: If we call llvm.objectsize on a malloc call we can replace it wi... | Benjamin Kramer |
2011-01-06 | add a note about object size from drystone, add a poorly optimized loop from ... | Chris Lattner |
2011-01-06 | add a trivial instcombine missed in Dhrystone | Chris Lattner |
2011-01-02 | update a bunch of entries. | Chris Lattner |
2011-01-02 | Allow loop-idiom to run on multiple BB loops, but still only scan the loop | Chris Lattner |
2011-01-01 | a missed __builtin_object_size case. | Chris Lattner |
2011-01-01 | various updates. | Chris Lattner |
2011-01-01 | Revert commit 122654 at the request of Chris, who reckons that instsimplify | Duncan Sands |
2011-01-01 | Fix a README item by having InstructionSimplify do a mild form of value | Duncan Sands |
2010-12-28 | add a note from llvmdev | Chris Lattner |