Ease contention on this lock by noticing that all writes to the VTs array will
[oota-llvm.git] / test /
2009-08-22 Anton KorobeynikovAdd missing RUN line
2009-08-22 Anton KorobeynikovReduce the test
2009-08-22 Bob WilsonUse CHECK-NEXT to make sure we're only getting one...
2009-08-21 Daniel Dunbarllvm-mc: Improve handling of implicit alignment for...
2009-08-21 Daniel Dunbarllvm-mc/Mach-O: Support .o emission for .org and .align.
2009-08-21 Bob WilsonMatch VTRN, VZIP, and VUZP shuffles. Restore the tests...
2009-08-21 Anton KorobeynikovAdd fcopysign instructions
2009-08-21 Daniel Dunbarllvm-mc/Mach-O: Support byte and fill value emission.
2009-08-21 Anton KorobeynikovHandle 'r' inline asm constraint
2009-08-21 Dan GohmanChange getelementptr folding to use APInt instead of...
2009-08-21 Bob WilsonAdd some tests for vext.16 and vext.32.
2009-08-21 Daniel Dunbarllvm-mc: Accept .fill size of 8.
2009-08-21 Andreas NeustifterRemoved profiling test, lli not available on all platforms.
2009-08-21 Andreas NeustifterAdded tests for Profiling Infrastructure.
2009-08-21 Bill WendlingMake for 32-bit only.
2009-08-21 Daniel Dunbarllvm-mc: Start MCAssembler and MCMachOStreamer.
2009-08-21 Bill WendlingProbably should emit bitcode instead of text.
2009-08-21 Bill WendlingTestcase for r79597.
2009-08-21 Bob WilsonRemove Neon intrinsics for VZIP, VUZP, and VTRN. We...
2009-08-20 Dale JohannesenUse FileCheck even though this means testing for something
2009-08-20 Dan GohmanFix an x86 code size regression: prefer RIP-relative...
2009-08-20 Evan ChengFix an obvious copy-n-paste bug.
2009-08-20 Dale JohannesenUse FileCheck for the test run where it's appropriate.
2009-08-19 Dan GohmanLoosen up the regex for this test so that it doesn...
2009-08-19 Dan GohmanAdd targetdata strings to these tests, since SimplifyLi...
2009-08-19 Dan GohmanFix a bug in the over-index constant folding. When...
2009-08-19 Dale JohannesenHandle 'a' modifier in X86 asms. PR 4742.
2009-08-19 Bill WendlingMake this test platform neutral.
2009-08-19 Daniel DunbarFix typo
2009-08-19 Dan GohmanCanonicalize indices in a constantexpr GEP. If Indices...
2009-08-19 Dan GohmanAdd an x86 peep that narrows TEST instructions to forms...
2009-08-19 Erick TryzelaarConvert the rest of the ocaml types and functions to...
2009-08-19 Bob WilsonAdd support for Neon VEXT (vector extract) shuffles.
2009-08-19 Eli FriedmanPR4737: Fix a nasty bug in load narrowing with non...
2009-08-19 Nick LewyckyFix up PHI nodes correctly in the presence of unreachab...
2009-08-19 Erick TryzelaarAllow passing around LLVMContext in ocaml.
2009-08-19 Chris Lattnerfix asmstreaming of 2/4 byte elements with pow-2 alignm...
2009-08-19 Dan GohmanFix SimplifyLibcalls and ValueTracking to check mayBeOv...
2009-08-18 Dan GohmanLegalize the shift amount operand of SRL_PARTS, SHL_PAR...
2009-08-18 Richard OsborneAdd support for mergeable sections back into the XCore...
2009-08-18 Richard OsbornePut data with relocations in the same sections as data...
2009-08-18 Daniel DunbarAttempt to normalize test results.
2009-08-18 Dan GohmanMake this test less sensitive to assembler differences.
2009-08-18 Chris Lattnerforce a triple so this passes on darwin
2009-08-18 Dan GohmanGeneralize ScalarEvolution to be able to analyze GEPs...
2009-08-18 Dan GohmanMake tail merging handle blocks with repeated predecess...
2009-08-18 Dan GohmanFix a bug that caused globalopt to miscompile tramp3d...
2009-08-18 Evan ChengFix revsh pattern.
2009-08-18 Anton KorobeynikovThe attached patches attempt to fix cross builds. For...
2009-08-18 Dale JohannesenPowerPC inline asm was emitting two output operands
2009-08-17 Devang PatelAdd prefix only if it is needed.
2009-08-17 Nick LewyckyTest the pass the test is actually for, instead of...
2009-08-17 Nick LewyckyDon't crash on critical edge. Patch by Andre Tavares.
2009-08-17 Richard OsborneUpdate getSectionForConstant() to to allow mergable...
2009-08-17 Duncan SandsXFAIL this test since the fix was reverted.
2009-08-17 Nick LewyckyAdd a test that shows that SSI is working correctly.
2009-08-17 Nick LewyckyDon't crash trying to promote VLAs.
2009-08-16 Erick TryzelaarExpose creating constant ints and floats from strings...
2009-08-16 Eli FriedmanFix for PR3016: detect the tricky case, where there are
2009-08-15 Eli FriedmanFix test on Linux.
2009-08-15 Bill WendlingReapply r79127. It was fixed by d0k.
2009-08-15 Bill WendlingRevert r79127. It was causing compilation errors.
2009-08-15 Nick LewyckySSI construction should just go ahead and ignore instru...
2009-08-15 Evan ChengChange allowsUnalignedMemoryAccesses to take type argum...
2009-08-15 Chris Lattnerimplement support for CHECK-NEXT: in filecheck.
2009-08-15 Jakob Stoklund OlesenRefine EarlyClobber assert in register scavenger.
2009-08-15 Chris Lattnerspecify a target triple so global variable manglings...
2009-08-15 Chris Lattnerconvert to filecheck.
2009-08-15 Chris Lattnerrename this test to sse2.ll
2009-08-15 Chris Lattnermerge a bunch more sse3 tests into sse3.ll
2009-08-15 Chris Lattnerconvert test to filecheck format.
2009-08-15 Chris Lattnerrename test
2009-08-15 Chris Lattnerthis is a test for sse3, simplify it.
2009-08-15 Jakob Stoklund OlesenDon't setCalleeSavedInfoValid() until spills are interted.
2009-08-15 Jakob Stoklund OlesenAdd XFAIL testcase for setcc undef.
2009-08-15 Jakob Stoklund OlesenAdd XFAIL test case for a scavenger assert.
2009-08-15 Jakob Stoklund OlesenUpdate LocalRewriter::DistanceMap when inserting stack...
2009-08-15 Evan ChengFix tests.
2009-08-15 Evan ChengTurn on if-conversion for thumb2.
2009-08-15 Chris Lattneruse XCore-specific section with xcore specific cp/dp...
2009-08-15 Dan GohmanOn x86-64, for a varargs function, don't store the...
2009-08-14 Evan ChengLeaf functions which do not save CSRs can be frameless...
2009-08-14 Daniel Dunbarllvm-mc: Fix bugs where bytes were unintentionally...
2009-08-14 Daniel Dunbarllvm-mc: When handling a .set, make sure to print subse...
2009-08-14 Daniel Dunbarllvm-mc: zerofill shouldn't print quotes around the...
2009-08-14 Evan ChengAlso shrink immediate branches; also more assembler...
2009-08-14 Daniel Dunbarllvm-mc: Support escaped characters in string literals...
2009-08-14 Anton KorobeynikovProperly handle indirect win64 args when they're passed...
2009-08-14 Daniel DunbarTake another shot at disabling this when no ppc support...
2009-08-14 Daniel DunbarUpdate llvm-mc / MCAsmStreamer to print the instruction...
2009-08-14 Evan ChengShrink ADR and LDR from constantpool late during consta...
2009-08-13 Daniel DunbarMark this test as requiring the powerpc target.
2009-08-13 Bruno Cardoso LopesRemove HasCrazyBSS and add a flag in TAI to indicate...
2009-08-13 Daniel DunbarRevert 78892 and 78895, these break generating working...
2009-08-13 Chris Lattnerreintroduce support for Mips "small" section handling...
2009-08-13 Evan ChengtPOP_RET now has predicate operands.
2009-08-13 Chris Lattnerfix typo, add 10.6 version of test for my previous...
2009-08-13 Evan ChengIt's ok to spill a tGPR register as long as it's still...
2009-08-13 Mon P WangWhen InstCombine simplifies a load -> extract element...
2009-08-13 Bruno Cardoso LopesChange MCSectionELF to represent a section semantically...
next