summaryrefslogtreecommitdiff
path: root/test/Transforms
Commit message (Expand)AuthorAge
* Name the XCore target-specific subdirectories canonically.Chandler Carruth2013-09-18
* A couple of tests, in llvm/test/Transforms/*/xcore, are XCore-specific. They ...NAKAMURA Takumi2013-09-18
* Prevent LoopVectorizer and SLPVectorizer running if the target has no vector ...Robert Lytton2013-09-18
* Re-add tests from r179291 which were accidentally removed by r181177.Andrea Di Biagio2013-09-18
* Fix a constant folding address space place I missed.Matt Arsenault2013-09-17
* Revert the load slicing done in r190870.Quentin Colombet2013-09-17
* Cleanup handling of constant function casts.Matt Arsenault2013-09-17
* SLPVectorizer: Don't vectorize phi nodes that use invoke valuesArnold Schwaighofer2013-09-17
* [InstCombiner] Slice a big load in two loads when the elements are next to eachQuentin Colombet2013-09-17
* Bugfix for PR17099:Stepan Dyatkovskiy2013-09-17
* Add testcase for r190631Krzysztof Parzyszek2013-09-16
* Don't vectorize if there are outside loop users of the induction variable.Arnold Schwaighofer2013-09-16
* Remove the long, long defunct IR block placement pass.Chandler Carruth2013-09-14
* Add missing CHECK-LABELMatt Arsenault2013-09-14
* Add test for untested path in SimplifyCFGMatt Arsenault2013-09-14
* Implement TTI getUnrollingPreferences for PowerPCHal Finkel2013-09-11
* Teach loop-idiom about address space pointer sizesMatt Arsenault2013-09-11
* Fix missing CHECK-LABELsMatt Arsenault2013-09-10
* Don't shrink atomic ops to bool in GlobalOpt.Eli Friedman2013-09-09
* [InstCombiner] Expose opportunities to merge subtract and comparison.Quentin Colombet2013-09-09
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-09
* Debug Info Testing: update context from empty string to null.Manman Ren2013-09-08
* Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren2013-09-06
* Merge these 2 tests in a single file.Rafael Espindola2013-09-04
* Revert "Add r159136 back now that pr13124 has been fixed."Rafael Espindola2013-09-04
* InstCombine: allow unmasked icmps to be combined with logical opsTim Northover2013-09-04
* InstCombine: look for masked compares with subset relationTim Northover2013-09-04
* Add r159136 back now that pr13124 has been fixed.Rafael Espindola2013-09-03
* [objc-arc] Turn off the objc_retainBlock -> objc_retain optimization.Michael Gottesman2013-09-03
* [objc-arc] Move some block tests from basic.ll -> retain-block.ll and add som...Michael Gottesman2013-09-03
* Teach InstCombineLoadCast about address spaces.Matt Arsenault2013-09-03
* In this patch we are trying to do two things:Yi Jiang2013-09-03
* SimplifyLibCalls: When emitting an overloaded fp function check that it's ava...Benjamin Kramer2013-08-31
* InstCombine: Check for zero shift amounts before subtracting one causing inte...Benjamin Kramer2013-08-30
* Fix a test to not fail for users with my name. :)Daniel Dunbar2013-08-29
* Convert tests to FileCheckMatt Arsenault2013-08-28
* Handle address spaces in TargetTransformInfoMatt Arsenault2013-08-28
* Disable unrolling in the loop vectorizer when disabled in the pass managerHal Finkel2013-08-28
* Fix inserting instructions before last in bundle.Matt Arsenault2013-08-26
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-26
* LoopVectorize: Implement partial loop unrolling when vectorization is not pro...Nadav Rotem2013-08-26
* Forgot to add slp threshold to testMatt Arsenault2013-08-26
* Vectorize starting from insertelements building a vectorMatt Arsenault2013-08-26
* Filecheckize some tests.Michael Gottesman2013-08-23
* Update StripDeadDebugInfo to use DebugInfoFinder so that it is no longer stal...Michael Gottesman2013-08-23
* [Debug Info Tests] Update testing cases.Manman Ren2013-08-22
* Teach the SLP vectorizer the correct way to check for consecutive accessChandler Carruth2013-08-22
* Teach LoopVectorize about address space sizesMatt Arsenault2013-08-22
* TBAA: remove !tbaa from testing cases when they are not needed.Manman Ren2013-08-21
* Teach InstCombine about address spacesMatt Arsenault2013-08-21