Allow modifying an ImmutableMap without canonicalizing it immediately.
[oota-llvm.git] / test /
2012-12-06 Nadav RotemFix a bug in the code that merges consecutive stores...
2012-12-06 Evgeniy Stepanov[msan] Do not store origin for clean values.
2012-12-06 Bill WendlingHandle non-default array bounds.
2012-12-06 Craig TopperRemove intrinsic specific instructions for (V)MOVQUmr...
2012-12-06 Evan ChengProperly fix the tes.
2012-12-06 NAKAMURA Takumillvm/test/CodeGen/ARM/extload-knownzero.ll: Try to...
2012-12-06 Chad Rosier[arm fast-isel] Make the fast-isel implementation of...
2012-12-06 Evan ChengLet targets provide hooks that compute known zero and...
2012-12-05 Richard SmithPR10867: Analogue of r169441 for when using external...
2012-12-05 Richard SmithPR10867. lit would interpret
2012-12-05 Andrew TrickRegisterPressureTracker: fix findUseBetween to handle...
2012-12-05 Andrew TrickRegisterPresssureTracker: Track live physical register...
2012-12-05 Nadav RotemCost Model: change the default cost of control flow...
2012-12-05 David SehrCorrect ARM NOP encoding
2012-12-05 Justin Holewinski[NVPTX] Fix crash with unnamed struct arguments
2012-12-05 Michael J. SpencerAdd dump of Win64 EH unwind data.
2012-12-05 David SehrTest commit.
2012-12-05 Jyotsna VermaUse multiclass to define store instructions with base...
2012-12-05 Kevin EnderbyAdded a option to the disassembler to print immediates...
2012-12-05 Evgeniy Stepanov[msan] Instrument bswap intrinsic.
2012-12-05 Evgeniy Stepanov[msan] Change linkage type of __msan_track_origins.
2012-12-05 Elena DemikhovskySimplified BLEND pattern matching for shuffles.
2012-12-05 Shuxin Yangfix a typo
2012-12-05 Evan ChengAdd x86 isel lowering logic to form bit test with inver...
2012-12-04 Evan ChengARM custom lower ctpop for vector types. Patch by Pete...
2012-12-04 Nadav RotemFix a bug in vectorization of if-converted reduction...
2012-12-04 Shuxin Yang For rdar://12329730, last piece.
2012-12-04 Bill WendlingUse the 'count' attribute to calculate the upper bound...
2012-12-04 David BlaikieReapply r160148 (reverted in r163570) fixing spurious...
2012-12-04 Nadav RotemAdd support for reduction variables when IF-conversion...
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...
next