aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms
AgeCommit message (Expand)Author
2012-11-16Fix PR14361: wrong simplification of A+B==B+A. You may think that the old logicDuncan Sands
2012-11-16SimplifyCFG: Don't assume non-null ScalarTargetTransformInfo.Hans Wennborg
2012-11-16LoopVectorize: Division reductions generate incorrect code. Remove the part o...Nadav Rotem
2012-11-15misspellAndrew Trick
2012-11-15whitespaceAndrew Trick
2012-11-15Merge commit '08e9cb46feb0c8e08e3d309a0f9fd75a04ca54fb'Derek Schuff
2012-11-15Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko
2012-11-15Make GlobalOpt be conservative with TLS variables (PR14309)Hans Wennborg
2012-11-15Fix a crash observed by Shuxin Yang. The issue here is that LinearizeExprTree,Duncan Sands
2012-11-15InstCombineAndOrXor.cpp: Escape bracket in doxygen description. [-Wdocumentat...NAKAMURA Takumi
2012-11-14Replace std::vector -> SmallVector in BBVectorizeHal Finkel
2012-11-14Fix the largest offender of determinism in BBVectorizeHal Finkel
2012-11-14[TSan] fix indentationAlexey Samsonov
2012-11-13Merge commit 'be02a90de17f857ba65bbd8a11653ca1bad30adc'Derek Schuff
2012-11-14use the getSplat API. Patch by Paul Redmond.Nadav Rotem
2012-11-13Figure out <size> argument of llvm.lifetime intrinsics at the moment they are...Alexey Samsonov
2012-11-13BBVectorize: Remove temporary assert used for debuggingHal Finkel
2012-11-13instcombine: Migrate math library call simplificationsMeador Inge
2012-11-13BBVectorize: Don't vectorize vector-manipulation chainsHal Finkel
2012-11-13revert r167740Shuxin Yang
2012-11-12BBVectorize: Only some insert element operand pairs are free.Hal Finkel
2012-11-12BBVectorize: Use a more sophisticated check for input costHal Finkel
2012-11-12BBVectorize: Check the types of compare instructionsHal Finkel
2012-11-12This change is to fix rdar://12571717 which is about assertion in Reassociate...Shuxin Yang
2012-11-12BBVectorize: Check the input types of shuffles for legalityHal Finkel
2012-11-12[ASan] fixup for r167725: Don't fetch name of StructType if it is literalAlexey Samsonov
2012-11-12Normalize memcmp constant folding results.Meador Inge
2012-11-12[ASan]: Add minimalistic support for turning off initialization-order checkin...Alexey Samsonov
2012-11-12Delete a stale comment. No functional change.Meador Inge
2012-11-11instcombine: Migrate memset optimizationsMeador Inge
2012-11-11instcombine: Migrate memmove optimizationsMeador Inge
2012-11-11instcombine: Migrate memcpy optimizationsMeador Inge
2012-11-11Fix a comment typo and add comments.Nadav Rotem
2012-11-11instcombine: Migrate memcmp optimizationsMeador Inge
2012-11-11instcombine: Migrate strstr optimizationsMeador Inge
2012-11-11Add method for replacing instructions to LibCallSimplifierMeador Inge
2012-11-10instcombine: Migrate strcspn optimizationsMeador Inge
2012-11-10instcombine: Query target library information to gate libcall simplificationsMeador Inge
2012-11-09tsan: switch to new memory_order constants (ABI compatible)Dmitry Vyukov
2012-11-09tsan: instrument all atomics (including fetch_add, exchange, cas, etc)Dmitry Vyukov
2012-11-09Add support for memory runtime check. When we can, we calculate array bounds.Nadav Rotem
2012-11-08instcombine: Migrate strspn optimizationsMeador Inge
2012-11-07Only do switch-to-lookup table transformation when TargetTransformInfoHans Wennborg
2012-11-07[asan] fix bug 14277 (asan needs to fail with fata error if an __asan interfa...Kostya Serebryany
2012-11-06Merge commit 'cfe09ed28d8a65b671e8b7a716a933e98e810e32'Derek Schuff
2012-11-03Generalize the transform that boosts GEP indices to the size of a pointer toDuncan Sands
2012-11-02Fix whitespacesAlexey Samsonov
2012-11-02Revert the switch of loop-idiom to use the new dependence analysis.Chandler Carruth
2012-11-02Fix an obvious typo that causes an assertion failure when runningDuncan Sands
2012-11-02Fix sign compare warning. Patch by Mahesha HS.Chandler Carruth