explain that NumElements in alloca and malloc defaults to one
[oota-llvm.git] / test /
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 #
2008-01-23 Evan ChengLet each target decide byval alignment. For X86, it...
2008-01-22 Evan ChengSSE varargs arguments are passed in memory.
2008-01-22 Chris Lattnerupdate this test to pass with duncan's change.
2008-01-22 Nick LewyckyMultiply can be evaluated in a different type, so long...
2008-01-21 Devang PatelNew test.
2008-01-21 Devang PatelNew test.
2008-01-18 Dale JohannesenImplement flt_rounds for PowerPC.
2008-01-18 Chris Lattnerremove extraneous &&'s from tests, as Scott is apparent...
2008-01-18 Dale JohannesenTest is correct again for the moment.
2008-01-18 Chris LattnerFix a latent bug exposed by my truncstore patch. We...
2008-01-17 Scott MichelForward progress: crtbegin.c now compiles successfully!
2008-01-17 Chris LattnerThis commit changes:
2008-01-17 Chris Lattnernew testcase.
2008-01-17 Evan ChengTest case for varargs parameter attribute issue I just...
2008-01-17 Chris Lattneradd testcase that has been sitting in my tree for awhile.
2008-01-17 Evan ChengWhen a live virtual register is being clobbered by...
2008-01-17 Chris LattnerFix arg promotion to propagate the correct attrs on...
2008-01-16 Evan ChengFixes a nasty dag combiner bug that causes a bunch...
2008-01-16 Duncan SandsTrampoline support for x86-64. This looks like
2008-01-16 Chris Lattneradd testcase for regression
2008-01-16 Chris Lattnermake sure to use a cpu that has sse.
2008-01-16 Chris LattnerMy previous commit had an incomplete message, it should...
2008-01-16 Devang PatelDo not strip llvm.used values.
2008-01-15 Chris Lattneradd a test to ensure that argpromote of one argument...
2008-01-15 Chris Lattnerverify x86 generates ud2 for llvm.trap
2008-01-15 Chris Lattnernew testcase for llvm.trap.
2008-01-15 Duncan SandsTestcase for gimplify_expr crash caused by an
2008-01-14 Duncan SandsI noticed that the trampoline straightening transformat...
2008-01-14 Duncan SandsThis test is now the same as byval-1.ll, so remove it.
next