Add llvm_supports_darwin_and_target to DejaGNU as well, I'd almost forgotten it
[oota-llvm.git] / test /
2010-02-03 Daniel DunbarAdd llvm_supports_darwin_and_target to DejaGNU as well...
2010-02-03 Evan ChengRevert 94937 and move the noreturn check to codegen.
2010-02-03 Evan ChengAllow all types of callee's to be tail called. But...
2010-02-03 Dale JohannesenReapply 95050 with a tweak to check the register class.
2010-02-03 Chris Lattnermake these less sensitive to asm verbose changes by...
2010-02-03 Eric ChristopherRecommit this, looks like it wasn't the cause.
2010-02-02 Daniel DunbarAsmParser/X86: Add temporary hack to allow parsing...
2010-02-02 Eric ChristopherHopefully temporarily revert this.
2010-02-02 Chris Lattnerremove the # TAILCALL markers, which was causing the...
2010-02-02 Eric ChristopherRe-add strcmp and known size object size checking optim...
2010-02-02 Daniel DunbarMCAssembler/Darwin: Add a test (on Darwin) that we...
2010-02-02 Daniel DunbarMC/Mach-O: Set SOME_INSTRUCTIONS bit for sections.
2010-02-02 Chris Lattnerthis apparently depends on the host somehow.
2010-02-02 Bill WendlingXFAIL for PPC Darwin.
2010-02-02 Chris Lattnerdisable this test for now.
2010-02-02 Kevin EnderbyAdded another version of the X86 assembler matcher...
2010-02-02 Dale JohannesenTest revert 95050; there's a good chance it's causing
2010-02-02 Chris Lattnerdon't turn (A & (C0?-1:0)) | (B & ~(C0?-1:0)) -> C0...
2010-02-02 Chris Lattnerfix a crash in loop unswitch on a loop invariant vector...
2010-02-02 Chris Lattnerremove an unreduced testcase, rename another.
2010-02-02 Evan ChengPerform sibcall in some cases when arguments are passes...
2010-02-02 Dale JohannesenMake local RA smarter about reusing input register...
2010-02-02 Dan GohmanFactor out alignof expression folding into a separate...
2010-02-01 Dale JohannesenTestcase for 94996 (PR 6157)
2010-02-01 Evan ChengFix PR6196. GV callee may not be a function.
2010-02-01 Evan ChengAdd test case for 95013.
2010-02-01 Chris Lattnerfix PR6195, a bug constant folding scalar -> vector...
2010-02-01 Chris Lattnerfix PR6197 - infinite recursion in ipsccp due to block...
2010-02-01 Dan GohmanUpdate this test for a trivial register allocation...
2010-02-01 Dan GohmanGeneralize target-independent folding rules for sizeof...
2010-02-01 Chris Lattnerfix rdar://7590304, a miscompilation of objc apps on...
2010-02-01 Chris Lattnerfix rdar://7590304, an infinite loop in instcombine...
2010-02-01 Evan ChengUndo r94946 now all the tests are passing again.
2010-01-31 Evan ChengAvoid recursive sibcall's.
2010-01-31 Eli FriedmanRemove test which is no longer relevant.
2010-01-31 Eli FriedmanSimplify/generalize the xor+add->sign-extend instcombine.
2010-01-31 Eli FriedmanAdd a small transform: transform -(X<<Y) to (-X<<Y...
2010-01-31 Evan ChengDo not mark no-return calls tail calls. It'll screw...
2010-01-30 Anton KorobeynikovFix a gross typo: ARMv6+ may or may not support unalign...
2010-01-30 Bob WilsonCheck alignment of loads when deciding whether it is...
2010-01-30 Evan ChengAllow more tailcall optimization: calls with inputs...
2010-01-30 Daniel DunbarMC/X86 AsmParser: Handle absolute memory operands corre...
2010-01-30 Bob WilsonRemove ARM-specific calling convention from this test...
2010-01-29 Daniel DunbarMC/X86: Add a nice X86 assembler matcher test case...
2010-01-29 Eric ChristopherRevert my last couple of patches. They appear to have...
2010-01-29 Bob WilsonImprove isSafeToLoadUnconditionally to recognize that...
2010-01-29 Evan ChengCatch more trivial tail call opportunities: no inputs...
2010-01-29 Eric ChristopherMake strcpy_chk lower to strcpy if we have a safe size.
2010-01-29 Eric ChristopherAdd constant support to object size handling and remove...
2010-01-28 Dan GohmanRemove the folding rule
2010-01-28 Duncan SandsFix PR6165. The bug was that LHSKnownZero was being...
2010-01-28 Chris Lattnerconvert the last 3 targets to use EmitFunctionBody...
2010-01-28 Evan ChengFix a bug introduced by r94490 where it created a X86IS...
2010-01-28 Chris LattnerGive AsmPrinter the most common expected implementation of
2010-01-28 Chris Lattneremit a 0 byte instead of a noop if a function is empty...
2010-01-27 Bob WilsonAvoid creating redundant PHIs in SSAUpdater::GetValueIn...
2010-01-27 Chandler CarruthQuick fix to a test that is currently failing on every...
2010-01-27 Duncan SandsRevert commit 94666 (ddunbar) [Suppress clang warning...
2010-01-27 Daniel DunbarSuppress clang warning about unused arguments.
2010-01-27 Evan ChengPerform trivial tail call optimization for callees...
2010-01-27 Victor HernandezWhen converting dbg.declare to dbg.value, attach promot...
2010-01-26 Chris Lattneremit jump table an alias ".set" directives through...
2010-01-26 Rafael EspindolaEmit .comm alignment in bytes but .align in powers...
2010-01-26 Chris Lattnereliminate MCAsmInfo::NeedsSet: we now just use .set...
2010-01-26 Dan Gohman-disable-output is no longer needed with -analyze.
2010-01-26 Dan GohmanFix the the ceiling-division used in computing the...
2010-01-26 Victor HernandezIn mem2reg, for all alloca/stores that get promoted...
2010-01-26 Evan ChengImplement cond ? -1 : 0 with sbb.
2010-01-26 Dale JohannesenGenerate DEBUG_VALUE comments on x86. The (limited)
2010-01-25 Dan GohmanFix the bitcode reader to deserialize nuw/nsw/etc....
2010-01-25 Chris Lattnerwirte up .file and .file to the mc asmparser.
2010-01-25 Victor HernandezRevert r94260 until findDbgDeclare() is made more efficient
2010-01-25 Rafael EspindolaUpdate test for darwin.
2010-01-25 Chris Lattnerwe removed support for darwin8 tools.
2010-01-25 Rafael EspindolaFix PR6134.
2010-01-25 Daniel DunbarAttempt to unbreak test on Linux. Chris, please check.
2010-01-24 Chris Lattnerjust remove this test, it is not reduced, is not clear...
2010-01-24 Chris Lattnerthis test has been failing or a long time, just disable...
2010-01-24 Chris Lattnerfix a parsing problem on instructions like:
2010-01-24 Mon P WangIt seems better to scalarize vectors of size 1 instead...
2010-01-24 Chris Lattnerchange the canonical form of "cond ? -1 : 0" to be
2010-01-24 Mon P WangImproved widening loads by adding support for wider...
2010-01-23 Nick LewyckySpeculatively revert r94322 to see if it fixes darwin...
2010-01-23 Chris Lattnerthird bug from PR6119: the xor dupe extension allows
2010-01-23 Nick LewyckyTeach DAE that even though it can't modify the function...
2010-01-23 Chris Lattneradd an early out to ProcessBranchOnXOR to speed it up,
2010-01-23 Chris Lattnerfix a crash in jump threading, PR6119
2010-01-23 Chris Lattnerimplement a simple instcombine xform that has been...
2010-01-23 Chris LattnerChange constantexpr global variable initializers to...
2010-01-23 Eric ChristopherDon't lower splat vector load to relative to the esp...
2010-01-23 Chris Lattnerstop testing for invalid output.
2010-01-23 Chris Lattneremit .ascii and .asciz through MCStreamer.
2010-01-23 Mon P WangInstCombine should not fold sext/zext of a vector and...
2010-01-23 Chris Lattnerremove this test.
2010-01-23 Evan ChengFix test.
2010-01-23 Evan ChengFix tests.
2010-01-23 Victor HernandezIn mem2reg, for all alloca/stores that get promoted...
2010-01-23 Chris Lattnerteach MCAsmStreamer::EmitBytes to use .ascii and .asciz
2010-01-22 Daniel DunbarMark EH_RETURN64 as CodeGenOnly.
2010-01-22 Chris Lattnermake this less constrained, we want blank lines between...
next