Clear PhysRegPartUse for the sub register as well.
[oota-llvm.git] / test /
2008-02-21 Tanya LattnerRemove llvm-upgrade and update tests.
2008-02-21 Chris Lattnertestcase for PR1133
2008-02-21 Chris LattnerFix a (harmless) but where vregs were added to the...
2008-02-21 Devang PatelLet invoke return aggregate value.
2008-02-21 Devang PatelLet function call return aggregate.
2008-02-20 Devang PatelXFAIL for now.
2008-02-20 Devang PatelNow functions can return aggregate values.
2008-02-20 Nick LewyckyAdd 'umax' similar to 'smax' SCEV. Closes PR2003.
2008-02-20 Evan ChengXFAIL this for now.
2008-02-19 Chris Lattnerthis test requires sse2
2008-02-19 Chris LattnerDon't fold and's into test instructions if they have...
2008-02-19 Chris Lattnerrename tests to avoid a test- prefix when they aren...
2008-02-19 Tanya LattnerRemove llvm-upgrade and update tests.
2008-02-19 Chris Lattnerdead pass
2008-02-19 Chris LattnerFix PR2060 by rejecting invalid types for integer const...
2008-02-19 Nick LewyckyDon't spew stats to stderr.
2008-02-19 Nick LewyckyFix up the run line for this new test.
2008-02-19 Evan ChengNew test.
2008-02-19 Tanya LattnerRemove llvm-upgrade and update tests.
2008-02-19 Tanya LattnerRemove llvm-upgrade and update tests.
2008-02-18 Evan Cheng- When DAG combiner is folding a bit convert into a...
2008-02-18 Nick LewyckyCorrectly fold divide-by-constant, even when faced...
2008-02-18 Dan GohmanDon't mark scalar integer multiplication as Expand...
2008-02-18 Chris Lattnermake this just a bit more strict.
2008-02-18 Owen AndersonAdd support to GVN for performing sret return slot...
2008-02-18 Chris Lattneroptimize away stackrestore calls that have no interveni...
2008-02-18 Chris Lattnerupgrade this test.
2008-02-17 Chris LattnerFold (-x + -y) -> -(x+y) which promotes better associat...
2008-02-17 Chris LattnerSplit up subtracts into add+negate if they have a reass...
2008-02-17 Chris Lattnerupgrade and simplify this test.
2008-02-17 Tanya LattnerRemove llvm-upgrade.
2008-02-17 Chris Lattnerfix this test.
2008-02-17 Tanya LattnerRemove llvm-upgrade
2008-02-17 Tanya LattnerRemove llvm-upgrade.
2008-02-17 Chris Lattnerthis test isn't useful since we added @ notation for...
2008-02-17 Chris Lattnerthis line was commented out.
2008-02-16 Tanya LattnerRemove llvm-upgrade and update tests.
2008-02-16 Tanya LattnerRemoving llvm upgrade, so remove tests specific to...
2008-02-16 Duncan SandsRemove any 'nest' parameter attributes if the function
2008-02-16 Andrew Lenharthllvm.memory.barrier, and impl for x86 and alpha
2008-02-15 Chris Lattnerupgrade this test, which wasn't testing the right thing...
2008-02-15 Chris Lattnerrename llx -> ll
2008-02-15 Evan ChengThis test is not interesting.
2008-02-15 Dale JohannesenModify test to expect improved code.
2008-02-15 Duncan SandsFix this test on linux, which returns S242
2008-02-15 Devang PatelFix PR2028
2008-02-14 Devang PatelIf loop header is also loop exiting block then OrigPN...
2008-02-14 Chris LattnerFix PR2029
2008-02-14 Chris LattnerFix a miscompilation from Dan's recent apintification.
2008-02-14 Tanya LattnerRemove llvm-upgrade
2008-02-14 Nick LewyckyTestcase for PR2032.
2008-02-14 Tanya LattnerRemove llvm-upgrade.
2008-02-14 Chris LattnerThis readme entry is done, testcase here: CodeGen/X86...
2008-02-14 Evan ChengFix test.
2008-02-13 Devang PatelA loop latch phi node may have uses inside loop, not...
2008-02-13 Devang PatelWhile moving exit condition, do not drop loop latch...
2008-02-13 Devang PatelKeep track of exit value operand number when operands...
2008-02-13 Dale JohannesenNew test, see comments.
2008-02-13 Duncan SandsTeach LegalizeTypes how to expand and promote CTLZ,
2008-02-13 Eli FriedmanAdd a note pointing to PR1996.
2008-02-13 Chris LattnerIn SDISel, for targets that support FORMAL_ARGUMENTS...
2008-02-13 Eli FriedmanAdd test for PR1996. (This is my first time adding...
2008-02-13 Nate BegemanAdd testcase for recent legalizer change
2008-02-13 Evan ChengNew tests.
2008-02-12 Owen AndersonRe-apply the patch to improve the optimizations of...
2008-02-12 Evan ChengDon't mask the isel bug.
2008-02-12 Evan ChengThis test assumes no SSE4.1.
2008-02-12 Wojciech MatyjewiczNow that ScalarEvolution::print writes to the correct...
2008-02-12 Wojciech MatyjewiczChange negative grep into positive one in my yesterday...
2008-02-12 Wojciech MatyjewiczFix PR2002. Suppose n is the initial value for the...
2008-02-12 Tanya LattnerTest case for annotate builtin.
2008-02-12 Evan ChengFix some test cases.
2008-02-11 Wojciech MatyjewiczIf the LHS of the comparison is a loop-invariant we...
2008-02-11 Wojciech MatyjewiczFix PR1798 - an error in the evaluation of SCEVAddRecEx...
2008-02-11 Evan ChengDetermine whether a spill kills the register it's spill...
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-02-09 Dale JohannesenAlignment of struct containing vectors depends on
2008-02-08 Devang PatelFix PR 1995.
2008-02-08 Evan ChengIt's not always safe to fold movsd into xorpd, etc...
2008-02-08 Evan ChengAdded missing entries in X86 load / store folding tables.
2008-02-07 Evan ChengFix a x86-64 codegen deficiency. Allow gv + offset...
2008-02-06 Evan ChengIt's PR1925, not PR1609.
2008-02-06 Bill WendlingTemporarily reverting:
2008-02-06 Evan ChengFix a number of local register allocator issues: PR1609.
2008-02-05 Evan ChengFix PR1975: dag isel emitter produces patterns that...
2008-02-05 Evan ChengIf a vr is already marked alive in a bb, then it has...
2008-02-05 Chris LattnerFix a bug compiling PR1978 (perhaps not the only one...
2008-02-05 Evan ChengThis should also work on x86 now.
2008-02-04 Duncan SandsCrashes LegalizeTypes with "Do not know how to
2008-02-04 Duncan SandsCrashes LegalizeTypes with "Do not know how to split
2008-02-04 Chris Lattnerremove target triple to make this test more "generic"
2008-02-04 Duncan SandsCrashed the new type legalizer. Not likely to catch
2008-02-04 Owen AndersonMake this test more aggressive, to cover recent improve...
2008-02-04 Owen AndersonAllow GVN to hack on memcpy's, making them open to...
2008-02-03 Nick LewyckyTag this test with the PR reference.
2008-02-03 Nick LewyckyThere are some cases where icmp(add) can be folded...
2008-02-02 Gordon HenriksenFixing a bug creating floating point constants of type...
2008-02-01 Lauro Ramos VenancioCBackend: Implement unaligned load/store.
2008-02-01 Duncan SandsDon't drop function/call return attributes like 'nounwind'.
2008-01-30 Dale JohannesenAccept getelementptr starting at GV with all 0 indices...
next