Add debug message about non-local loads being clobbered.
[oota-llvm.git] / test /
2009-06-17 Anton KorobeynikovInitial support for some Thumb2 instructions.
2009-06-17 Eli FriedmanCorrect an accidental duplication of the test (patch...
2009-06-17 Eli FriedmanPR3439: Correct a silly mistake in the SimplifyDemanded...
2009-06-17 Dan GohmanFix ScalarEvolution's Xor handling to not assume that...
2009-06-16 Dale JohannesenTest for llvm-gcc patch 73564.
2009-06-16 Anton KorobeynikovMake the test target-neutral
2009-06-16 Dan GohmanGeneralize a few more instcombines to be vector/scalar...
2009-06-16 Dan GohmanInstcombine's ShrinkDemandedConstant may strip bits...
2009-06-16 Anton KorobeynikovGNU as refuses to assemble "pop {}" instruction. Do...
2009-06-16 Chris LattnerTestcase for r73506
2009-06-16 Evan ChengIf a val# is defined by an implicit_def and it is being...
2009-06-16 Eli FriedmanAdd some generic expansion logic for SMULO and UMULO...
2009-06-16 Devang PatelUse MainCU if it is available.
2009-06-15 Dan GohmanUpdate this test to use fmul instead of mul.
2009-06-15 Dan GohmanSupport vector casts in more places, fixing a variety...
2009-06-15 Devang PatelGracefully handle imbalanced inline function begin...
2009-06-15 Evan Chengifcvt should ignore cfg where true and false successors...
2009-06-15 Dale JohannesenFix the crash in this test. This is basically the...
2009-06-15 Bill WendlingThis test is failing. Revert for now.
2009-06-15 Bill WendlingAdd another testcase for r71478.
2009-06-15 Arnold SchwaighoferCheckTailCallReturnConstraints is missing a check on the
2009-06-15 Evan ChengPart 1.
2009-06-15 Chris Lattnerfix testcase to properly check for the patch in r73195.
2009-06-14 Dan GohmanImplement more aggressive folding of add operand lists...
2009-06-14 Duncan SandsTestcase for PR4332.
2009-06-13 Dan GohmanTeach SCEVExpander's visitAddRecExpr to reuse an existi...
2009-06-13 Evan ChengAdd a ARM specific pre-allocation pass that re-schedule...
2009-06-13 Devang Patelllvm.dbg.region.end() intrinsic is not required to...
2009-06-12 Dan GohmanAdjust this test's regex strings so that they work...
2009-06-12 Dan GohmanAdd -m32 to llvm-gcc commands, so that this test behave...
2009-06-12 Evan ChengIf killed register is defined by implicit_def, do not...
2009-06-12 Evan ChengMark some pattern-less instructions as neverHasSideEffects.
2009-06-12 Devang PatelClear AbstractInstanceRootMap at the end of the function.
2009-06-12 Dan GohmanDon't do (x - (y - z)) --> (x + (z - y)) on floating...
2009-06-12 Dale JohannesenTestcase for llvm-gcc patch 73238.
2009-06-12 Arnold SchwaighoferFix Bug 4278: X86-64 with -tailcallopt calling convention
2009-06-12 Nick LewyckyGiven two identical weak functions, produce one interna...
2009-06-12 Nick LewyckyThis test is wrong. If you have two weak functions...
2009-06-12 Nick LewyckyFix regular expression.
2009-06-12 Nick LewyckyDon't remove aggregate-typed module level constants...
2009-06-12 Nick LewyckyIn an XFAIL line, treat "XFAIL: foo*bar" as a regular...
2009-06-11 Nick LewyckyXFAIL this on PPC Linux. This keeps showing up in the...
2009-06-11 Dale JohannesenTest for rev 73205 (PR 4349)
2009-06-11 Chris LattnerFix 4366: store to null in non-default addr space shoul...
2009-06-09 Daniel DunbarRemove empty test (my DejaGNU doesn't like this)
2009-06-09 Bill WendlingRemove empty file.
2009-06-09 David GreeneRevert 73074 and 73099 because Windows doesn't have...
2009-06-08 David GreeneAdd a !patsubst operator. Use on string types.
2009-06-08 Anton KorobeynikovAdd testcase for register scanveger assertion fix in...
2009-06-08 David GreeneAdd a more robust !if test.
2009-06-08 David GreeneFix DejaGNU run line to escape special characters.
2009-06-08 David GreeneMake IntInits and ListInits typed. This helps deduce...
2009-06-08 David GreeneAdd a !regmatch operator to do pattern matching in...
2009-06-07 Eli FriedmanFix the run-line for this test to work correctly outsid...
2009-06-07 Eli FriedmanTweak the expansion code for BIT_CONVERT to generate...
2009-06-07 Eli FriedmanSlightly generalize the code that handles shuffles...
2009-06-07 Eli FriedmanPR3628: Add patterns to match SHL/SRL/SRA to the corres...
2009-06-06 Eli FriedmanPR4340: Run SimplifyDemandedVectorElts on insertelement...
2009-06-06 Eli FriedmanFix the expansion for CONCAT_VECTORS so that it doesn...
2009-06-06 Eli FriedmanAvoid crashing on a variable-index insertelement with...
2009-06-06 Eli FriedmanGet rid of some bogus patterns for X86vzmovl. Don...
2009-06-06 Eli FriedmanFix an obvious typo.
2009-06-06 Eli FriedmanGet rid of a bogus pattern that interferes with optimiz...
2009-06-06 Eli FriedmanPR2598: make sure to expand illegal forms of integer...
2009-06-05 Devang PatelAdd new function attribute - noimplicitfloat
2009-06-05 Nate BegemanAdapt the x86 build_vector dagcombine to the current...
2009-06-05 Evan ChengChanging allocation ordering from r3 ... r0 back to...
2009-06-04 Dan GohmanFix an erroneous check for isFNeg; the FNeg case is...
2009-06-04 Bill WendlingFix these so that they work on non-x86 Darwin machines.
2009-06-04 Bill WendlingSpecify that this works for Darwin.
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-06-04 Devang PatelAdd new function attribute - noredzone.
2009-06-04 Evan ChengRALinScan::attemptTrivialCoalescing() was returning...
2009-06-04 Evan ChengA value defined by an implicit_def can be liven to...
2009-06-04 Dale JohannesenFor XTARGET to work on targets not in the list,
2009-06-04 Dan GohmanCheck in test changes that I accidentally left out...
2009-06-04 Eli FriedmanPR3739, part 2: Use an explicit store to spill XMM...
2009-06-04 Eli FriedmanPR3739, part 1: Disable the red zone on Win64.
2009-06-04 Evan ChengRe-apply 72756 with fixes. One of those was introduced...
2009-06-03 Eli FriedmanPR4317: Handle splits where the new block is unreachabl...
2009-06-03 Evan ChengFor Darwin / x86_64, override -relocation-model=static...
2009-06-03 Dan GohmanDon't attempt to simplify an non-affine IV expression...
2009-06-03 Evan ChengFix for PR4225: When rewriter reuse a value in a physic...
2009-06-03 Evan ChengTemporarily revert 72756 for now.
2009-06-03 Evan ChengFold preceding / trailing base inc / dec into the singl...
2009-06-03 Dan GohmanRevert r72734. The Darwin assembler doesn't support...
2009-06-02 Dan GohmanFix CodeGenPrepare's address-mode sinking to handle...
2009-06-02 Evan ChengOn Darwin x86_64 small code model doesn't guarantee...
2009-06-02 Evan ChengAvoid infinite looping in AllGlobalLoadUsesSimpleEnough...
2009-06-01 Eli FriedmanPR4286: Make RewriteLoadUserOfWholeAlloca and
2009-05-31 Owen AndersonBe more aggressive in doing LoadPRE by tracing backward...
2009-05-30 Chris Lattnerfix PR4284, a bug in simplifylibcalls handling memcmp...
2009-05-30 Duncan SandsAdjust these tests now that "extern inline"
2009-05-30 Evan Cheng(i64 (zext (srl GR32 8))) -> movzbl AH is not safe...
2009-05-30 Nick LewyckyGive embedded metadata its own type instead of relying...
2009-05-29 Duncan SandsDan noticed that the verifier wasn't thoroughly checkin...
2009-05-29 Evan ChengRemove an accidental commit.
2009-05-29 Evan ChengMore h-registers tricks: folding zext nodes.
2009-05-28 Evan ChengDo not try to create a MVT type of width 0.
2009-05-28 Eli FriedmanAdd explicit test for PR4280.
next