Add constant extender support to ALU32 instructions for V2.
[oota-llvm.git] / test /
2012-12-04 Eli BenderskyA test in thid directory was not being run because...
2012-12-04 Bill SchmidtThis patch introduces initial-exec model support for...
2012-12-04 Evgeniy StepanovImprove MSan tests.
2012-12-04 Bill WendlingAdd a 'count' field to the DWARF subrange.
2012-12-04 Nadav RotemAdd the last part that is needed for vectorization...
2012-12-04 Shuxin Yangrdar://12329730 (2nd part, revised)
2012-12-04 Alexey SamsonovASan: add initial support for handling llvm.lifetime...
2012-12-04 Manman RenStack Alignment: when creating stack objects in Machine...
2012-12-04 Shuxin Yangrdar://12329730 (2nd part)
2012-12-03 Eli BenderskySimplify this test a bit because DWARF emission/dumping...
2012-12-03 Eli BenderskyFix PR12942: Allow two CUs to be generated from the...
2012-12-02 Nadav RotemAllow merging multiple store sequences on the same...
2012-12-02 Eli BenderskyFix a bug in FileCheck that wouldn't let define variabl...
2012-12-02 Eli BenderskyFix an invalid regex in the test
2012-12-01 Eli BenderskySupport referencing variables defined on the same line.
2012-12-01 Benjamin KramerSROA: Avoid struct and array types early to avoid creat...
2012-12-01 Zhou ShengRevert previous check in r168581, r169079 as they are...
2012-12-01 Zhou ShengThe patch is to improve the memory footprint of pass...
2012-12-01 Andrew Trickmisched: Fix RegisterPressureTracker handling of DebugVals.
2012-12-01 Andrew Trickmisched: Fix the DAG builder to handle an undef operand...
2012-12-01 Andrew Trickmisched: Fix LiveInterval update to better handle DebugVal.
2012-12-01 Andrew Trickmisched: fix RegionBegin when DebugValues get shuffled...
2012-12-01 Jakob Stoklund OlesenSimplify REG_SEQUENCE lowering.
2012-11-30 Eric ChristopherAdd some first skeleton work for the DWARF5 Fission...
2012-11-30 Chad Rosiertest/CodeGen/PowerPC/vec_mul.ll: Add a triple. Thanks...
2012-11-30 Sebastian PopCodegen failure for vmull with small vectors
2012-11-30 Chad Rosiertest/CodeGen/PowerPC/vec_mul.ll: Fix register operands.
2012-11-30 NAKAMURA Takumitest/CodeGen/PowerPC: Add explicit -march=ppc32.
2012-11-30 Adhemerval ZanellaThis patch fixes the Altivec addend construction for...
2012-11-30 Evgeniy Stepanov[msan] Tests for vector manipulation instructions.
2012-11-30 Evan ChengFix logic to determine whether to turn a switch into...
2012-11-30 Preston BriggsModified dump() to provide a little
2012-11-29 Kevin EnderbyFixed the arm disassembly of invalid BFI instructions...
2012-11-29 Eli BenderskyAdd a FileCheck test that makes sure two different...
2012-11-29 Shuxin Yangrdar://12100355 (part 1)
2012-11-29 Bill WendlingHandle the situation where CodeGenPrepare removes a...
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 Silviu BarangaAdded atomic 64 min/max/umin/umax instrinsics support...
2012-11-29 Justin HolewinskiTeach the legalizer how to handle operands for VSELECT...
2012-11-29 Justin HolewinskiAllow targets to prefer TypeSplitVector over TypePromot...
2012-11-29 Evgeniy Stepanov[msan] Propagate shadow through (x<0) and (x>=0) compar...
2012-11-29 Evgeniy Stepanov[msan] Fix shadow & origin store & load alignment.
2012-11-29 Evgeniy Stepanov[msan] Add a test for r168873.
2012-11-29 Evgeniy Stepanov[msan] Update tests (broken in r168873).
2012-11-29 Evgeniy StepanovInitial commit of MemorySanitizer.
2012-11-29 Kostya Serebryany[asan] when checking the noreturn attribute on the...
2012-11-29 Shuxin YangInstruction::isAssociative() returns true for fmul...
2012-11-29 Jakob Stoklund OlesenAvoid rewriting instructions twice.
2012-11-29 Nadav RotemWhen combining consecutive stores allow loads in betwee...
2012-11-28 Benjamin KramerARM: Implement CanLowerReturn so large vectors get...
2012-11-28 Ulrich WeigandFix initial frame state on powerpc64.
2012-11-28 Patrik HägglundAdd error handling in getInt.
2012-11-28 Kostya Serebryany[asan] Split AddressSanitizer into two passes (Function...
2012-11-28 Andrew Trickmisched: Analysis that partitions the DAG into subtrees.
2012-11-28 Andrew Trickmisched: better alias analysis.
2012-11-28 Hal FinkelBBVectorize: Correctly merge SubclassOptionalData
2012-11-27 Bill SchmidtThis patch makes medium code model the default for...
2012-11-27 Chad RosierAdd -verify-machineinstrs to these fast-isel test cases.
2012-11-27 Preston BriggsModified depends() to recognize that when all levels...
2012-11-27 Manman RenCSE: allow PerformTrivialCoalescing to check copies...
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 Manman RenX86: do not fold load instructions such as [V]MOVS...
2012-11-27 Bill SchmidtThis patch implements medium code model support for...
2012-11-27 Ulrich WeigandNever use .lcomm on platforms where it does not accept...
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 Craig TopperRevert accidental commit.
2012-11-27 Craig TopperMake PrintReg constructor explicit to prevent weird...
2012-11-27 Dmitry Vyukovtsan: instrument atomic nand operation
2012-11-27 Craig TopperAdd test cases for r168417.
2012-11-27 NAKAMURA Takumitest/Transforms/SimplifyLibCalls/SPrintF.ll: Suppress...
2012-11-27 Preston BriggsModify depends(Src, Dst, PossiblyLoopIndependent).
2012-11-27 Meador Ingeinstcombine: Migrate sprintf optimizations
2012-11-27 Eric ChristopherThe section is .debug_line.
2012-11-27 Chad RosierExtend test case for r168657.
2012-11-27 Michael IlsemanFast-math test for SimplifyInstruction: fold multiply...
2012-11-27 NAKAMURA Takumillvm/test/CodeGen/X86/2012-07-15-broadcastfold.ll:...
2012-11-27 Michael IlsemanFast-math test case for bitcode and textual reading...
2012-11-26 Eli BenderskyMake this test less sensitive.
2012-11-26 Eli FriedmanGet rid of the getPointeeAlignment helper function...
2012-11-26 Chad RosierRemove the X86 Maximal Stack Alignment Check pass as...
2012-11-26 Shuxin Yangrdar://12329730 (defect 2)
2012-11-26 Meador Ingeinstcombine: Migrate printf optimizations
2012-11-26 Jakub StaszakNormalize splat 256bit vectors with 8 elements.
2012-11-26 Eli BenderskyRewrite test to not use a FileCheck variable and redefi...
2012-11-26 Dmitry Vyukov[tsan] add fail order to compare_exchange
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.
next