summaryrefslogtreecommitdiff
path: root/test/Transforms
Commit message (Expand)AuthorAge
* Merging r169719: into 3.2 release branch.Pawel Wodnicki2012-12-10
* Merging r169084: into 3.2 release branch.Pawel Wodnicki2012-12-04
* Merging r168921: into the 3.2 release branch.Pawel Wodnicki2012-11-30
* Merging r168711: into the 3.2 release branch.Pawel Wodnicki2012-11-30
* Merge in r168765 (BBVectorize bug fix)Hal Finkel2012-11-29
* Merging r168186: into the 3.2 release branch.Pawel Wodnicki2012-11-26
* Merging r168291: into the 3.2 release branch.Pawel Wodnicki2012-11-22
* Merging r168280: into 3.2 release branch.Pawel Wodnicki2012-11-22
* Merging r168181: into 3.2 release branch.Pawel Wodnicki2012-11-21
* Merging r168035: into 3.2 release branch.Pawel Wodnicki2012-11-21
* Merging r168361, r168346 and r168227 into 3.2 branch releasePawel Wodnicki2012-11-21
* Merge r168147 from trunk:Hans Wennborg2012-11-16
* Merge r168037 from trunk:Hans Wennborg2012-11-16
* Merge BBVectorizer changes r167731, r167743, r167750, r167784, r167811, r167817.Hal Finkel2012-11-14
* Remove hard-coded constant in Transforms/InstCombine/memcmp-1.llMeador Inge2012-11-11
* 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: Query target library information to gate libcall simplificationsMeador Inge2012-11-10
* Add support for memory runtime check. When we can, we calculate array bounds.Nadav Rotem2012-11-09
* llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFr...NAKAMURA Takumi2012-11-08
* instcombine: Migrate strspn optimizationsMeador Inge2012-11-08
* Only do switch-to-lookup table transformation when TargetTransformInfoHans Wennborg2012-11-07
* Fix bad test IR in switch_to_lookup_table.llHans Wennborg2012-11-07
* Cost Model: add tables for some avx type-conversion hacks.Nadav Rotem2012-11-06
* Code Model: Improve the accuracy of the zext/sext/trunc vector cost estimation.Nadav Rotem2012-11-05
* Implement the cost of abnormal x86 instruction lowering as a table.Nadav Rotem2012-11-05
* Generalize the transform that boosts GEP indices to the size of a pointer toDuncan Sands2012-11-03
* Add a testcase to loop-idiom to cover PR14241 when we start handlingChandler Carruth2012-11-02
* Revert the switch of loop-idiom to use the new dependence analysis.Chandler Carruth2012-11-02
* BBVectorize: Commit the rest of the test-case change.Hal Finkel2012-11-01
* BBVectorize: Use target costs for incoming and outgoing values instead of the...Hal Finkel2012-11-01
* Add a test case for PR14233.Chandler Carruth2012-11-01
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-01
* LoopVectorize: Preserve NSW, NUW and IsExact flags.Nadav Rotem2012-10-31
* Fix a bug in the cost calculation of vector casts. Detect situations where bi...Nadav Rotem2012-10-31
* Remove fixme about unreachable cases from SwitchToLookupTableHans Wennborg2012-10-31
* BBVectorize: Choose pair ordering to minimize shufflesHal Finkel2012-10-31
* instcombine: Migrate strto* optimizationsMeador Inge2012-10-31
* Do simple constant propagation in lookup table formation for switchesHans Wennborg2012-10-31
* LCSSA: Add a workaround for another nasty SCEV cache invalidation issue.Benjamin Kramer2012-10-31
* DependenceAnalysis: Don't crash if there is no constant operand.Benjamin Kramer2012-10-31
* instcombine: Migrate strpbrk optimizationsMeador Inge2012-10-31
* instcombine: Migrate strlen optimizationsMeador Inge2012-10-31
* instcombine: Migrate strncpy optimizationsMeador Inge2012-10-31
* LoopVectorize: Do not vectorize loops with tiny constant trip counts.Nadav Rotem2012-10-31
* Add support for loops that don't start with Zero.Nadav Rotem2012-10-31