Convert the rest of the ocaml types and functions to use context.
[oota-llvm.git] / test /
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...
2009-08-13 Dan GohmanVarious AsmWriter output cleanups. Use WriteAsOperand...
2009-08-12 Dan GohmanNow that numbered types have their number printed,...
2009-08-12 Dan GohmanExtend the AsmWriter to print unnamed numbered types...
2009-08-12 Dan GohmanUse WriteAsOperand to print BasicBlock names.
2009-08-12 Bob WilsonGenerate Neon VTBL and VTBX instructions from the corre...
2009-08-12 Dale JohannesenTest for 78821, sort of. While that bug is nondetermin...
2009-08-12 Dan GohmanFix whitespace expectations to match the new AsmWriter...
2009-08-12 Dan GohmanMake LLVM Assembly dramatically easier to read by align...
2009-08-12 Dan GohmanTransform -X/C to X/-C, implementing a README.txt entry.
2009-08-12 Dan GohmanOptimize (x/C)*C to x if the division is exact.
2009-08-12 Chris Lattnerone last (?) bad x86 triple test.
2009-08-12 Chris Lattnerfix some pastos in triple lines.
2009-08-12 Chris Lattneranother bogus triple
2009-08-12 Chris Lattnerfix another broken target triple.
2009-08-12 Chris Lattnerfix an incorrect target triple.
2009-08-12 Chris Lattneradd nounwind
2009-08-12 Evan ChengRemove an Darwin assembler workaround.
2009-08-12 Evan ChengShrink ADDS, ADC, RSB, and SUBS.
2009-08-12 Bill WendlingTestcase for r78770.
2009-08-12 Dale JohannesenTest for llvm-gcc patch 78762.
2009-08-12 Dan Gohmanllvm-gcc now emits inbounds for this getelementptr.
2009-08-11 Daniel Dunbarllvm-mc/AsmParser: Match hard coded registers (e.g...
2009-08-11 Evan ChengShrinkify Thumb2 r = add sp, imm.
2009-08-11 Evan ChengShrinkify Thumb2 load / store multiple instructions.
2009-08-11 Dan GohmanOptimize exact sdiv by a constant power of 2 to ashr.
2009-08-11 Dan GohmanUse wchar.h to get wchar_t, not ctype.h.
2009-08-11 Devang PatelLink NamedMDNodes.
2009-08-11 Daniel Dunbarllvm-mc: Fix a crash on invalid due to a typo in reloca...
2009-08-11 Chris Lattnernow that these are in file-check format, we can merge...
2009-08-11 Dan GohmanDon't assume that external global variables are aligned...
2009-08-11 Evan ChengFix the previous accidental commit. Now shrinking commo...
next