summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar
Commit message (Expand)AuthorAgeFilesLines
* instcombine: Migrate printf optimizationsMeador Inge2012-11-261-89/+1
* instcombine: Migrate toascii optimizationsMeador Inge2012-11-261-26/+0
* instcombine: Migrate isascii optimizationsMeador Inge2012-11-261-20/+0
* instcombine: Migrate isdigit optimizationsMeador Inge2012-11-261-21/+1
* instcombine: Migrate *abs optimizationsMeador Inge2012-11-261-25/+1
* instcombine: Migrate ffs* optimizationsMeador Inge2012-11-251-41/+1
* CodeGenPrepare: Move ret duplication out of the instruction iteration loop.Benjamin Kramer2012-11-231-6/+8
* PR14055: Implement support for sub-vector operations in SROA.Chandler Carruth2012-11-211-21/+75
* Use LLVM_ENABLE_DUMP for the variables used in printing as well as theChandler Carruth2012-11-201-2/+2
* Fix PR14132 and handle OOB loads speculated throuh PHI nodes.Chandler Carruth2012-11-201-0/+21
* Add a comment to associate a FIXME with a PR where it is matters.Chandler Carruth2012-11-201-1/+2
* Rework the rewriting of loads and stores for vector and integer allocasChandler Carruth2012-11-201-168/+118
* Remove the last bit of constant folding from LinearizeExprTree (most of it wasDuncan Sands2012-11-181-11/+0
* Fix PR14060, an infinite loop in reassociate. The problem was that one of theDuncan Sands2012-11-181-6/+24
* Teach SROA rewriteVectorizedStoreInst to handle cases when the loaded value i...Evan Cheng2012-11-171-33/+42
* Fix a crash observed by Shuxin Yang. The issue here is that LinearizeExprTree,Duncan Sands2012-11-151-54/+21
* instcombine: Migrate math library call simplificationsMeador Inge2012-11-131-248/+1
* revert r167740Shuxin Yang2012-11-131-314/+8
* This change is to fix rdar://12571717 which is about assertion in Reassociate...Shuxin Yang2012-11-121-8/+314
* Delete a stale comment. No functional change.Meador Inge2012-11-121-4/+0
* instcombine: Migrate memset optimizationsMeador Inge2012-11-111-27/+0
* instcombine: Migrate memmove optimizationsMeador Inge2012-11-111-24/+1
* instcombine: Migrate memcpy optimizationsMeador Inge2012-11-111-24/+1
* instcombine: Migrate memcmp optimizationsMeador Inge2012-11-111-50/+1
* instcombine: Migrate strstr optimizationsMeador Inge2012-11-111-88/+3
* instcombine: Migrate strcspn optimizationsMeador Inge2012-11-101-37/+1
* instcombine: Migrate strspn optimizationsMeador Inge2012-11-081-34/+1
* Revert the switch of loop-idiom to use the new dependence analysis.Chandler Carruth2012-11-021-69/+88
* Fix an obvious typo that causes an assertion failure when runningDuncan Sands2012-11-021-1/+1
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-012-10/+5
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-016-31/+20
* Don't insert and erase load instruction. Simply create (new) and delete it.Jakub Staszak2012-11-011-2/+2
* instcombine: Migrate strto* optimizationsMeador Inge2012-10-311-31/+1
* instcombine: Migrate strpbrk optimizationsMeador Inge2012-10-311-40/+0
* instcombine: Migrate strlen optimizationsMeador Inge2012-10-311-44/+1
* instcombine: Migrate strncpy optimizationsMeador Inge2012-10-311-52/+0
* instcombine: Migrate stpcpy optimizationsMeador Inge2012-10-311-53/+2
* Fix PR14212: For some strange reason I treated vectors differently fromChandler Carruth2012-10-301-4/+3
* LoopIdiom: Fix a serious missed optimization: we only turned top-level loops ...Benjamin Kramer2012-10-301-4/+5
* Use TargetTransformInfo to control switch-to-lookup table transformationHans Wennborg2012-10-302-116/+10
* In various places throughout the code generator, there were specialUlrich Weigand2012-10-291-2/+0
* Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (theDuncan Sands2012-10-291-14/+4
* LoopIdiom: Add checks to avoid turning memmove into an infinite loop.Benjamin Kramer2012-10-271-2/+2
* LoopIdiom: Recognize memmove loops.Benjamin Kramer2012-10-271-10/+24
* LoopIdiom: Replace custom dependence analysis with DependenceAnalysis.Benjamin Kramer2012-10-271-80/+45
* Teach SROA how to split whole-alloca integer loads and stores intoChandler Carruth2012-10-251-4/+117
* Update GVN to support vectors of pointers.Hal Finkel2012-10-241-20/+30
* Add some cleanup to the DataLayout changes requested by Chandler.Micah Villmow2012-10-241-4/+4
* Back out r166591, not sure why this made it through since I cancelled the com...Micah Villmow2012-10-241-2/+2
* Delete a directory that wasn't supposed to be checked in yet.Micah Villmow2012-10-241-2/+2
OpenPOWER on IntegriCloud