summaryrefslogtreecommitdiff
path: root/test/Transforms
Commit message (Expand)AuthorAge
* 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
* Add test for bitcast array ptrs with address spacesMatt Arsenault2013-08-21
* Add enforce known alignment test with address spaceMatt Arsenault2013-08-21
* SLPVectorizer: Fix invalid iterator errorsArnold Schwaighofer2013-08-20
* Teach ConstantFolding about pointer address spacesMatt Arsenault2013-08-20
* Add a llvm.copysign intrinsicHal Finkel2013-08-19
* Teach InstCombine visitGetElementPtr about address spacesMatt Arsenault2013-08-19
* Fix assert with GEP ptr vector indexing structsMatt Arsenault2013-08-19
* Revert non-test parts of r188507Matt Arsenault2013-08-19
* Adds missing TLI check for library simplification ofMichael Kuperstein2013-08-19
* Add missing test for GEP + bitcast transformationMatt Arsenault2013-08-16
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* InstCombine: Simplify if(x!=0 && x!=-1).Jim Grosbach2013-08-16
* Don't do FoldCmpLoadFromIndexedGlobal for non inbounds GEPsMatt Arsenault2013-08-15
* [tests] Fix refacto in r187764 that effectively disabled SimplifyCFG tests. :(Daniel Dunbar2013-08-15
* Fixing a corner-case bug in strchr and strrchr lib call optimizations whereYunzhong Gao2013-08-15
* Fix always creating GEP with i32 indicesMatt Arsenault2013-08-14
* BBVectorize: Add initial stores to the write set when tracking usesHal Finkel2013-08-13
* Remove duplicate copy of testcase in r188327.Nick Lewycky2013-08-13
* Revert r187191, which broke opt -mem2reg on the testcases included in PR16867.Nick Lewycky2013-08-13
* Fix PR16797 - Support PHINodes with multiple inputs from the same basic block.Nadav Rotem2013-08-12
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-12
* Fix big-endian handling of integer-to-vector bitcasts in InstCombineRichard Sandiford2013-08-12
* [objc-arc] Track if we encountered an additive overflow while computing {TopD...Michael Gottesman2013-08-09
* Disable inlining between sanitized and non-sanitized functions.Evgeniy Stepanov2013-08-08
* Revert "[objc-arc] Track if we encountered an additive overflow while computi...Michael Gottesman2013-08-08
* [objc-arc] Track if we encountered an additive overflow while computing {TopD...Michael Gottesman2013-08-07
* Add ISD::FROUND for libm round()Hal Finkel2013-08-07
* JumpThreading: Turn a select instruction into branching if it allows to threa...Benjamin Kramer2013-08-07
* LoopVectorize: Allow vectorization of loops with lifetime markersArnold Schwaighofer2013-08-06
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-06
* Factor FlattenCFG out from SimplifyCFGTom Stellard2013-08-06
* SLPVectorizer: Fix PR16777. PHInodes may use multiple extracted values that c...Nadav Rotem2013-08-02