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