summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils
Commit message (Expand)AuthorAge
* Merging r168354: into 3.2 release branchPawel Wodnicki2012-11-22
* Reverting 168457Pawel Wodnicki2012-11-21
* Merging r168354, r168355 and r168379 into the 3.2 release branch.Pawel Wodnicki2012-11-21
* Merge r168176 from trunk:Hans Wennborg2012-11-16
* 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
* Add method for replacing instructions to LibCallSimplifierMeador Inge2012-11-11
* instcombine: Migrate strcspn optimizationsMeador Inge2012-11-10
* instcombine: Query target library information to gate libcall simplificationsMeador Inge2012-11-10
* instcombine: Migrate strspn optimizationsMeador Inge2012-11-08
* Only do switch-to-lookup table transformation when TargetTransformInfoHans Wennborg2012-11-07
* 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
* LCSSA: Try to recover compile time regressions due to SCEV updates.Benjamin Kramer2012-10-31
* Remove fixme about unreachable cases from SwitchToLookupTableHans Wennborg2012-10-31
* Address Duncan's comments on r167121.Hans Wennborg2012-10-31
* Address Duncan's comments on r167115Hans Wennborg2012-10-31
* instcombine: Migrate strto* optimizationsMeador Inge2012-10-31
* Fix false -> NULL conversion from r167115 spotted by Benjamin Kramer.Hans Wennborg2012-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
* 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
* instcombine: Split out the __stpcpy_chk simplifications from StrCpyChkOptMeador Inge2012-10-31
* Use TargetTransformInfo to control switch-to-lookup table transformationHans Wennborg2012-10-30
* Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (theDuncan Sands2012-10-29
* LoopSimplify: Preserve DependenceAnalysis.Benjamin Kramer2012-10-26
* Fix SCEV cache invalidation in LCSSA and LoopSimplify.Benjamin Kramer2012-10-26
* Also optimize large switch statements.Jakob Stoklund Olesen2012-10-25
* Fix a compiler warning with an unused variable.Micah Villmow2012-10-24
* Add some cleanup to the DataLayout changes requested by Chandler.Micah Villmow2012-10-24
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-24
* Fix typo.Julien Lerouge2012-10-23
* Explain why DenseMap is still used here instead of MapVector.Julien Lerouge2012-10-23
* Iterating over a DenseMap<std::pair<BasicBlock*, unsigned>, PHINode*> is notJulien Lerouge2012-10-22
* revert r166264 because the LTO build is still failingNadav Rotem2012-10-19
* Move SplitBlockAndInsertIfThen to BasicBlockUtils.Evgeniy Stepanov2012-10-19
* recommit the patch that makes LSR and LowerInvoke use the TargetTransform int...Nadav Rotem2012-10-19
* Cosmetic change -- move two simplifiers to the right commented statement group.Meador Inge2012-10-18
* instcombine: Migrate strcpy optimizationsMeador Inge2012-10-18
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-18
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-15
* Add an enum for the return and function indexes into the AttrListPtr object. ...Bill Wendling2012-10-15
* Attributes RewriteBill Wendling2012-10-15
* instcombine: Migrate strcmp and strncmp optimizationsMeador Inge2012-10-15