summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar
Commit message (Expand)AuthorAge
* instcombine: Migrate printf optimizationsMeador Inge2012-11-26
* instcombine: Migrate toascii optimizationsMeador Inge2012-11-26
* instcombine: Migrate isascii optimizationsMeador Inge2012-11-26
* instcombine: Migrate isdigit optimizationsMeador Inge2012-11-26
* instcombine: Migrate *abs optimizationsMeador Inge2012-11-26
* instcombine: Migrate ffs* optimizationsMeador Inge2012-11-25
* CodeGenPrepare: Move ret duplication out of the instruction iteration loop.Benjamin Kramer2012-11-23
* PR14055: Implement support for sub-vector operations in SROA.Chandler Carruth2012-11-21
* Use LLVM_ENABLE_DUMP for the variables used in printing as well as theChandler Carruth2012-11-20
* Fix PR14132 and handle OOB loads speculated throuh PHI nodes.Chandler Carruth2012-11-20
* Add a comment to associate a FIXME with a PR where it is matters.Chandler Carruth2012-11-20
* Rework the rewriting of loads and stores for vector and integer allocasChandler Carruth2012-11-20
* Remove the last bit of constant folding from LinearizeExprTree (most of it wasDuncan Sands2012-11-18
* Fix PR14060, an infinite loop in reassociate. The problem was that one of theDuncan Sands2012-11-18
* Teach SROA rewriteVectorizedStoreInst to handle cases when the loaded value i...Evan Cheng2012-11-17
* Fix a crash observed by Shuxin Yang. The issue here is that LinearizeExprTree,Duncan Sands2012-11-15
* instcombine: Migrate math library call simplificationsMeador Inge2012-11-13
* revert r167740Shuxin Yang2012-11-13
* This change is to fix rdar://12571717 which is about assertion in Reassociate...Shuxin Yang2012-11-12
* Delete a stale comment. No functional change.Meador Inge2012-11-12
* instcombine: Migrate memset optimizationsMeador Inge2012-11-11
* instcombine: Migrate memmove optimizationsMeador Inge2012-11-11
* instcombine: Migrate memcpy optimizationsMeador Inge2012-11-11
* instcombine: Migrate memcmp optimizationsMeador Inge2012-11-11
* instcombine: Migrate strstr optimizationsMeador Inge2012-11-11
* instcombine: Migrate strcspn optimizationsMeador Inge2012-11-10
* instcombine: Migrate strspn optimizationsMeador Inge2012-11-08
* Revert the switch of loop-idiom to use the new dependence analysis.Chandler Carruth2012-11-02
* Fix an obvious typo that causes an assertion failure when runningDuncan Sands2012-11-02
* 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
* Don't insert and erase load instruction. Simply create (new) and delete it.Jakub Staszak2012-11-01
* instcombine: Migrate strto* optimizationsMeador Inge2012-10-31
* instcombine: Migrate strpbrk optimizationsMeador Inge2012-10-31
* instcombine: Migrate strlen optimizationsMeador Inge2012-10-31
* instcombine: Migrate strncpy optimizationsMeador Inge2012-10-31
* instcombine: Migrate stpcpy optimizationsMeador Inge2012-10-31
* Fix PR14212: For some strange reason I treated vectors differently fromChandler Carruth2012-10-30
* LoopIdiom: Fix a serious missed optimization: we only turned top-level loops ...Benjamin Kramer2012-10-30
* Use TargetTransformInfo to control switch-to-lookup table transformationHans Wennborg2012-10-30
* In various places throughout the code generator, there were specialUlrich Weigand2012-10-29
* Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (theDuncan Sands2012-10-29
* LoopIdiom: Add checks to avoid turning memmove into an infinite loop.Benjamin Kramer2012-10-27
* LoopIdiom: Recognize memmove loops.Benjamin Kramer2012-10-27
* LoopIdiom: Replace custom dependence analysis with DependenceAnalysis.Benjamin Kramer2012-10-27
* Teach SROA how to split whole-alloca integer loads and stores intoChandler Carruth2012-10-25
* Update GVN to support vectors of pointers.Hal Finkel2012-10-24
* Add some cleanup to the DataLayout changes requested by Chandler.Micah Villmow2012-10-24
* Back out r166591, not sure why this made it through since I cancelled the com...Micah Villmow2012-10-24
* Delete a directory that wasn't supposed to be checked in yet.Micah Villmow2012-10-24