Fix PR2029
[oota-llvm.git] / test /
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...
2008-01-30 Tanya LattnerPointers change size depending upon the target. Remove...
2008-01-30 Owen AndersonMake DSE much more aggressive by performing DCE earlier...
2008-01-30 Chris LattnerFix a bug where scalarrepl would discard offset if...
2008-01-29 Evan ChengUpdate this test case.
2008-01-29 Chris LattnerDon't let globalopt hack on volatile loads or stores.
2008-01-29 Chris Lattnereliminate additions of 0.0 when they are obviously...
2008-01-29 Owen AndersonAdd a testcase for eliminating memcpy's at the end...
2008-01-29 Chris LattnerAdd target triples to these so they don't fail on linux.
2008-01-29 Duncan SandsThis would be better done as an executable test.
2008-01-29 Duncan SandsAfter recent changes we fail to optimize this test
2008-01-29 Devang PatelFilter loops that subtract induction variables.
2008-01-29 Scott MichelOverhaul Cell SPU's addressing mode internals so that...
2008-01-29 Devang PatelNew test.
2008-01-29 Bill WendlingAdd test to make sure that #pragma mark/error doesn...
2008-01-28 Duncan SandsPure/const functions with ByVal parameters cannot
2008-01-28 Chris Lattnerthis test is now compiled into the right thing.
2008-01-28 Duncan SandsMake this more likely to be passed byval.
2008-01-28 Nick LewyckyHandle some more combinations of extend and icmp. Fixes...
2008-01-28 Chris LattnerFix PR1932 by disabling an xform invalid for fdiv.
2008-01-28 Chris LattnerFix PR1938 by forcing the code that uses an undefined...
2008-01-27 Chris LattnerUpdate this test. Due to dag combiner improvements...
2008-01-27 Nick LewyckyBe more careful modifying the use_list while also itera...
2008-01-27 Duncan SandsRevert r46393: readonly/readnone functions are no
2008-01-27 Chris LattnerImplement some dag combines that allow doing fneg/fabs...
2008-01-27 Bill WendlingThe CorrelatedExpressions pass is now no more.
2008-01-27 Chris LattnerFold fptrunc(add (fpextend x), (fpextend y)) -> add...
2008-01-26 Chris LattnerNew test to verify that "merging 4 loads into a vec...
2008-01-26 Chris LattnerInfer alignment of loads and increase their alignment...
2008-01-26 Chris Lattnerremove a useless xfailed test.
2008-01-26 Duncan SandsInvert this test, because it is wrong if we allow
2008-01-26 Bill WendlingIf there's no instructions being emitted on X86 for...
2008-01-26 Bill WendlingNeed to convert to LLVM code and not C.
2008-01-26 Bill WendlingRename the .c to .ll
2008-01-26 Bill WendlingMove testcase to the code gen directory.
2008-01-26 Duncan SandsCreate an explicit copy for byval parameters even
2008-01-26 Bill WendlingIf we have a function like this:
2008-01-26 Devang PatelAdd another testcase.
2008-01-26 Chris LattnerFix some bugs in SimplifyNodeWithTwoResults where it...
2008-01-26 Evan ChengNew test case.
2008-01-25 Chris Lattneradd a testcase for a bug Duncan pointed out.
2008-01-25 Duncan SandsTest for PR1942.
2008-01-25 Owen AndersonDeadStoreElimination can treat byval parameters as...
2008-01-25 Chris LattnerAdd target-specific dag combines for FAND(x,0) and...
2008-01-24 Devang PatelNew test.
2008-01-24 Chris LattnerTeach basicaa that 'byval' arguments define a new memor...
2008-01-24 Chris LattnerSignificantly simplify and improve handling of FP funct...
2008-01-24 Chris Lattnertake these with a pr #
next