Add a new C++11 compatibility macro, LLVM_LVALUE_FUNCTION.
[oota-llvm.git] / test / Transforms /
2012-11-29 Shuxin Yangrdar://12100355 (part 1)
2012-11-29 Meador Ingeinstcombine: Migrate puts optimizations
2012-11-29 Benjamin KramerFollow up to 168711: It's safe to base this analysis...
2012-11-29 Shuxin Yangfix a typo
2012-11-29 Meador Ingeinstcombine: Migrate fputs optimizations
2012-11-29 Meador Ingeinstcombine: Migrate fwrite optimizations
2012-11-29 Meador Ingeinstcombine: Migrate fprintf optimizations
2012-11-29 Shuxin YangInstruction::isAssociative() returns true for fmul...
2012-11-28 Patrik HägglundAdd error handling in getInt.
2012-11-28 Hal FinkelBBVectorize: Correctly merge SubclassOptionalData
2012-11-27 Meador Ingeinstcombine: Don't replace all uses for instructions...
2012-11-27 Benjamin KramerSCEV: Even if the latch terminator is foldable we can...
2012-11-27 Meador IngeMove sprintf simplifier tests to test/Transforms/InstCo...
2012-11-27 Bill WendlingRemove the dependent libraries feature.
2012-11-27 NAKAMURA Takumillvm/test/Transforms/SimplifyLibCalls: FileCheck-ize...
2012-11-27 NAKAMURA Takumillvm/test/Transforms/SimplifyLibCalls/SPrintF.ll: Handl...
2012-11-27 NAKAMURA Takumillvm/test/Transforms/SimplifyLibCalls/SPrintF.ll: Fix...
2012-11-27 NAKAMURA TakumiTrailing linefeeds.
2012-11-27 NAKAMURA Takumitest/Transforms/SimplifyLibCalls/SPrintF.ll: Suppress...
2012-11-27 Meador Ingeinstcombine: Migrate sprintf optimizations
2012-11-27 Michael IlsemanFast-math test for SimplifyInstruction: fold multiply...
2012-11-26 Eli FriedmanGet rid of the getPointeeAlignment helper function...
2012-11-26 Shuxin Yangrdar://12329730 (defect 2)
2012-11-26 Meador Ingeinstcombine: Migrate printf optimizations
2012-11-26 Meador Ingeinstcombine: Migrate toascii optimizations
2012-11-26 Meador Ingeinstcombine: Migrate isascii optimizations
2012-11-26 Meador Ingeinstcombine: Migrate isdigit optimizations
2012-11-26 Meador IngeFix bogus comment; no functional change.
2012-11-26 Meador Ingeinstcombine: Migrate *abs optimizations
2012-11-25 Meador Ingeinstcombine: Migrate ffs* optimizations
2012-11-25 Nadav RotemAdd support for pointer induction variables even when...
2012-11-23 Patrik HägglundDisallow the undocumented practice of starting the...
2012-11-22 Meador IngeAdd more functions to the target library information.
2012-11-21 NAKAMURA Takumillvm/test/Transforms/InstCombine/sdiv-1.ll: FileCheck...
2012-11-21 Chandler CarruthPR14055: Implement support for sub-vector operations...
2012-11-20 Chandler CarruthFix PR14132 and handle OOB loads speculated throuh...
2012-11-20 Chandler CarruthRework the rewriting of loads and stores for vector...
2012-11-18 Duncan SandsFix PR14060, an infinite loop in reassociate. The...
2012-11-18 Nick LewyckyDon't try to calculate the alignment of an unsigned...
2012-11-17 Nadav RotemLoopVectorizer: Add initial support for pointer inducti...
2012-11-17 Evan ChengTeach SROA rewriteVectorizedStoreInst to handle cases...
2012-11-16 Duncan SandsInstructionSimplify should be able to simplify A+B...
2012-11-16 Duncan SandsFix PR14361: wrong simplification of A+B==B+A. You...
2012-11-16 Hans WennborgConstant::IsThreadDependent(): Use dyn_cast<Constant...
2012-11-15 Hans WennborgMake GlobalOpt be conservative with TLS variables ...
2012-11-15 Duncan SandsFix a crash observed by Shuxin Yang. The issue here...
2012-11-14 Jakub StaszakRemove DOS line endings.
2012-11-13 Duncan SandsFix the instcombine GEP index widening transform to...
2012-11-13 Duncan SandsRelax the restrictions on vector of pointer types,...
2012-11-13 Alexey SamsonovFigure out <size> argument of llvm.lifetime intrinsics...
2012-11-13 Meador Ingeinstcombine: Migrate math library call simplifications
2012-11-13 Hal FinkelBBVectorize: Don't vectorize vector-manipulation chains
2012-11-13 Shuxin Yangrevert r167740
2012-11-12 Hal FinkelBBVectorize: Only some insert element operand pairs...
2012-11-12 Hal FinkelBBVectorize: Use a more sophisticated check for input...
2012-11-12 Hal FinkelBBVectorize: Check the types of compare instructions
2012-11-12 Shuxin YangThis change is to fix rdar://12571717 which is about...
2012-11-12 Hal FinkelBBVectorize: Check the input types of shuffles for...
2012-11-12 Meador IngeNormalize memcmp constant folding results.
2012-11-11 Meador IngeRemove hard-coded constant in Transforms/InstCombine...
2012-11-11 Meador Ingeinstcombine: Migrate memset optimizations
2012-11-11 Meador Ingeinstcombine: Migrate memmove optimizations
2012-11-11 Meador Ingeinstcombine: Migrate memcpy optimizations
2012-11-11 Meador Ingeinstcombine: Migrate memcmp optimizations
2012-11-11 Meador Ingeinstcombine: Migrate strstr optimizations
2012-11-10 Meador Ingeinstcombine: Migrate strcspn optimizations
2012-11-10 Meador Ingeinstcombine: Query target library information to gate...
2012-11-09 Nadav RotemAdd support for memory runtime check. When we can,...
2012-11-08 NAKAMURA Takumillvm/ConstantFolding.cpp: Make ReadDataFromGlobal(...
2012-11-08 Meador Ingeinstcombine: Migrate strspn optimizations
2012-11-07 Hans WennborgOnly do switch-to-lookup table transformation when...
2012-11-07 Hans WennborgFix bad test IR in switch_to_lookup_table.ll
2012-11-06 Nadav RotemCost Model: add tables for some avx type-conversion...
2012-11-05 Nadav RotemCode Model: Improve the accuracy of the zext/sext/trunc...
2012-11-05 Nadav RotemImplement the cost of abnormal x86 instruction lowering...
2012-11-03 Duncan SandsGeneralize the transform that boosts GEP indices to...
2012-11-02 Chandler CarruthAdd a testcase to loop-idiom to cover PR14241 when...
2012-11-02 Chandler CarruthRevert the switch of loop-idiom to use the new dependen...
2012-11-01 Hal FinkelBBVectorize: Commit the rest of the test-case change.
2012-11-01 Hal FinkelBBVectorize: Use target costs for incoming and outgoing...
2012-11-01 Chandler CarruthAdd a test case for PR14233.
2012-11-01 Chandler CarruthRevert the series of commits starting with r166578...
2012-10-31 Nadav RotemLoopVectorize: Preserve NSW, NUW and IsExact flags.
2012-10-31 Nadav RotemFix a bug in the cost calculation of vector casts....
2012-10-31 Hans WennborgRemove fixme about unreachable cases from SwitchToLooku...
2012-10-31 Hal FinkelBBVectorize: Choose pair ordering to minimize shuffles
2012-10-31 Meador Ingeinstcombine: Migrate strto* optimizations
2012-10-31 Hans WennborgDo simple constant propagation in lookup table formatio...
2012-10-31 Benjamin KramerLCSSA: Add a workaround for another nasty SCEV cache...
2012-10-31 Benjamin KramerDependenceAnalysis: Don't crash if there is no constant...
2012-10-31 Meador Ingeinstcombine: Migrate strpbrk optimizations
2012-10-31 Meador Ingeinstcombine: Migrate strlen optimizations
2012-10-31 Meador Ingeinstcombine: Migrate strncpy optimizations
2012-10-31 Nadav RotemLoopVectorize: Do not vectorize loops with tiny constan...
2012-10-31 Nadav RotemAdd support for loops that don't start with Zero.
2012-10-31 Meador Ingeinstcombine: Migrate stpcpy optimizations
2012-10-31 Meador Ingeinstcombine: Split out the __stpcpy_chk simplifications...
2012-10-30 Chandler CarruthFix PR14212: For some strange reason I treated vectors...
2012-10-30 Benjamin KramerLoopIdiom: Fix a serious missed optimization: we only...
2012-10-30 Hal FinkelBBVectorize: Fix a small bug introduced in r167042.
next