aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar
Commit message (Expand)AuthorAgeFilesLines
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-071-17/+17
* Set the 'MadeChange' variable if we are deleting blocks.Bill Wendling2012-12-061-0/+1
* Add 'using' declarations to suppress -Woverloaded-virtual warnings.Matt Beaumont-Gay2012-12-041-0/+2
* Teach the jump threading optimization to stop scanning the basic block when c...Nadav Rotem2012-12-031-5/+10
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-0332-211/+211
* Remove some buggy and apparantly unnecessary code from SROA.Chandler Carruth2012-12-031-25/+6
* SROA: Avoid struct and array types early to avoid creating an overly large in...Benjamin Kramer2012-12-011-0/+3
* Replace r168930 with a more reasonable patch.Bill Wendling2012-11-301-75/+0
* Move library call simplification statistic to instcombineMeador Inge2012-11-301-2/+0
* Move the InstVisitor utility into VMCore where it belongs. It heavilyChandler Carruth2012-11-302-2/+2
* rdar://12100355 (part 1)Shuxin Yang2012-11-291-19/+513
* Handle the situation where CodeGenPrepare removes a reference to a BB that hasBill Wendling2012-11-291-0/+75
* instcombine: Migrate puts optimizationsMeador Inge2012-11-291-39/+0
* instcombine: Migrate fputs optimizationsMeador Inge2012-11-291-27/+0
* instcombine: Migrate fwrite optimizationsMeador Inge2012-11-291-38/+1
* instcombine: Migrate fprintf optimizationsMeador Inge2012-11-291-93/+1
* When we delete a dead basic block, see if any of its successors are dead andBill Wendling2012-11-281-3/+13
* instcombine: Migrate sprintf optimizationsMeador Inge2012-11-271-98/+0
* 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