aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-11-29When combining consecutive stores allow loads in between the stores, if the l...Nadav Rotem
2012-11-28ARM: Implement CanLowerReturn so large vectors get expanded into sret.Benjamin Kramer
2012-11-28Fix initial frame state on powerpc64.Ulrich Weigand
2012-11-28Add error handling in getInt.Patrik Hägglund
2012-11-28[asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLV...Kostya Serebryany
2012-11-28misched: Analysis that partitions the DAG into subtrees.Andrew Trick
2012-11-28misched: better alias analysis.Andrew Trick
2012-11-28BBVectorize: Correctly merge SubclassOptionalDataHal Finkel
2012-11-27This patch makes medium code model the default for 64-bit PowerPC ELF.Bill Schmidt
2012-11-27Add -verify-machineinstrs to these fast-isel test cases.Chad Rosier
2012-11-27Modified depends() to recognize that when all levels are "=" andPreston Briggs
2012-11-27CSE: allow PerformTrivialCoalescing to check copies across basic blockManman Ren
2012-11-27instcombine: Don't replace all uses for instructions with no usesMeador Inge
2012-11-27SCEV: Even if the latch terminator is foldable we can't deduce the result of ...Benjamin Kramer
2012-11-27X86: do not fold load instructions such as [V]MOVS[S|D] to other instructionsManman Ren
2012-11-27This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt
2012-11-27Never use .lcomm on platforms where it does not accept an alignmentUlrich Weigand
2012-11-27Move sprintf simplifier tests to test/Transforms/InstCombineMeador Inge
2012-11-27Remove the dependent libraries feature.Bill Wendling
2012-11-27llvm/test/Transforms/SimplifyLibCalls: FileCheck-ize 3 tests.NAKAMURA Takumi
2012-11-27llvm/test/Transforms/SimplifyLibCalls/SPrintF.ll: Handle @sprintf() with -ins...NAKAMURA Takumi
2012-11-27llvm/test/Transforms/SimplifyLibCalls/SPrintF.ll: Fix datalayout since r168516.NAKAMURA Takumi
2012-11-27Trailing linefeeds.NAKAMURA Takumi
2012-11-27Revert accidental commit.Craig Topper
2012-11-27Make PrintReg constructor explicit to prevent weird implicit conversions from...Craig Topper
2012-11-27tsan: instrument atomic nand operationDmitry Vyukov
2012-11-27Add test cases for r168417.Craig Topper
2012-11-27test/Transforms/SimplifyLibCalls/SPrintF.ll: Suppress this for now. r168677 u...NAKAMURA Takumi
2012-11-27Modify depends(Src, Dst, PossiblyLoopIndependent).Preston Briggs
2012-11-27instcombine: Migrate sprintf optimizationsMeador Inge
2012-11-27The section is .debug_line.Eric Christopher
2012-11-27Extend test case for r168657.Chad Rosier
2012-11-27Fast-math test for SimplifyInstruction: fold multiply by 0Michael Ilseman
2012-11-27llvm/test/CodeGen/X86/2012-07-15-broadcastfold.ll: Loosen expression correspo...NAKAMURA Takumi
2012-11-27Fast-math test case for bitcode and textual reading/writingMichael Ilseman
2012-11-26Make this test less sensitive.Eli Bendersky
2012-11-26Get rid of the getPointeeAlignment helper function fromEli Friedman
2012-11-26Remove the X86 Maximal Stack Alignment Check pass as it is no longer necessary.Chad Rosier
2012-11-26rdar://12329730 (defect 2)Shuxin Yang
2012-11-26instcombine: Migrate printf optimizationsMeador Inge
2012-11-26Normalize splat 256bit vectors with 8 elements.Jakub Staszak
2012-11-26Rewrite test to not use a FileCheck variable and redefine it on the same line.Eli Bendersky
2012-11-26[tsan] add fail order to compare_exchangeDmitry Vyukov
2012-11-26instcombine: Migrate toascii optimizationsMeador Inge
2012-11-26instcombine: Migrate isascii optimizationsMeador Inge
2012-11-26instcombine: Migrate isdigit optimizationsMeador Inge
2012-11-26Fix bogus comment; no functional change.Meador Inge
2012-11-26instcombine: Migrate *abs optimizationsMeador Inge
2012-11-25instcombine: Migrate ffs* optimizationsMeador Inge
2012-11-25Add support for .cfi_register now that it is easy to extent the representationRafael Espindola