Add support for frameworks. Patch by Shantonu Sen!
[oota-llvm.git] / test /
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.
2008-01-14 Duncan SandsTest that byval cannot be used with pointers to
2008-01-14 Duncan SandsWe now allow byval on fairly general pointer types.
2008-01-14 Chris LattnerFix the miscompilation of MiBench/consumer-lame that...
2008-01-14 Chris LattnerTurn a memcpy from a double* into a load/store of doubl...
2008-01-13 Chris LattnerFix PR1907, a nasty miscompilation because instcombine...
2008-01-13 Duncan SandsCheck that nested functions don't get pointless
2008-01-13 Duncan SandsWhen turning a call to a bitcast function into a direct...
2008-01-13 Chris Lattnernew testcase for rdar://5685492
2008-01-12 Chris Lattnerwe don't have to make an explicit copy of a byval argum...
2008-01-12 Duncan SandsBe more liberal in what parameter attributes are
2008-01-12 Chris Lattnerthis actually does pass with 4.0
2008-01-11 Duncan SandsWhen DAE drops the varargs part of a function, ensure any
2008-01-11 Chris Lattnerllvm-g++ 4.0 has completely different code for this...
2008-01-11 Chris Lattnernew testcase
2008-01-11 Duncan SandsDo not allow attributes beyond a function's last
2008-01-11 Chris LattnerTeach argpromote to ruthlessly hack small byval structs...
2008-01-11 Duncan SandsTwo occurrences on one line count as one...
2008-01-11 Duncan SandsIf there are attributes on the varargs part of a
2008-01-11 Scott MichelMore CellSPU refinements:
2008-01-11 Dale JohannesenDisable for now.
2008-01-11 Chris LattnerWhen inlining a functino with a byval argument, make...
2008-01-11 Scott MichelMore CellSPU refinement and progress:
2008-01-10 Duncan SandsOutput sinl for a long double FSIN node, not sin.
2008-01-10 Evan ChengCodegen improvement has reduced one spill.
2008-01-10 Chris Lattnernew testcase for PR1845
2008-01-09 Evan ChengSpecial copy SUnit's do not have SDNode's.
2008-01-09 Evan ChengFix sse2.psrl.w and sse2.psrl.q definitions.
2008-01-08 Chris LattnerMake load->store deletion a bit smarter. This allows...
2008-01-08 Duncan SandsCrashes llc when using Chris's new legalization logic.
2008-01-08 Chris LattnerImplement PR1795, an instcombine hack for forming GEPs...
2008-01-08 Chris Lattnerremove darwin/i386 t-t
2008-01-08 Chris LattnerFinally implement correct ordered comparisons for PPC...
2008-01-08 Chris LattnerTestcase for PR1721
2008-01-07 Nate BegemanUpdate test to catch recent x86 insert regression and...
2008-01-07 Gordon HenriksenSetting GlobalDirective in TargetAsmInfo by default...
2008-01-07 Gordon HenriksenWith this patch, the LowerGC transformation becomes the
2008-01-06 Duncan SandsThe transform that tries to turn calls to bitcast funct...
2008-01-06 Duncan SandsWhen transforming a call to a bitcast function into
2008-01-06 Nick LewyckyAccept both %y, %x and %x, %y as valid answers.
2008-01-05 Chris Lattnerremove a couple more unsafe xforms in the face of overflow.
2008-01-04 Duncan SandsTestcase with non-integer "bitfields" (in quotes,
2008-01-04 Duncan SandsTestcase for PR1386.
2008-01-04 Chris LattnerFix PR1896
2008-01-03 Duncan SandsTest for handling of large bit offset from a
2008-01-03 Chris Lattnerdon't hoist FP additions into unconditional adds +...
next