Adopting a uniform naming convention for type constructors in bindings.
[oota-llvm.git] / test /
2007-08-30 Tanya LattnerDo not run on darwin.
2007-08-30 Evan ChengAdded support to fold X86 load / store instructions...
2007-08-27 Dan GohmanAdd explicit triples to avoid default behavior that...
2007-08-27 Duncan SandsRemove this test as it is too hard to fix after the
2007-08-27 Duncan SandsFix this test: llvm-gcc-4.2 optimizes almost everything...
2007-08-27 Duncan SandsNow that we don't output cleanups by default, the action
2007-08-27 Dan GohmanIf the source and destination pointers in an llvm.memmo...
2007-08-27 Rafael Espindolacall libc memcpy/memset if array size is bigger then...
2007-08-26 Anton KorobeynikovDon't promote volatile loads/stores. This is needed...
2007-08-25 Devang PatelConstant split values needs upper bound and lower bound...
2007-08-25 Chris LattnerAllow target constants to be illegal types. The target...
2007-08-25 Devang PatelWhile calculating upper loop bound for first loop and...
2007-08-23 Duncan SandsFix this testcase: there are two matches for
2007-08-22 Andrew Lenharthupdate test to check that codegen works with llvm.used...
2007-08-22 Bill WendlingTestcase for llvm.c* intrinsic failures.
2007-08-22 Duncan SandsTest handling of complex constants as lvalues.
2007-08-20 Devang PatelDo not split loops rejected by processOneIterationLoop().
2007-08-20 Duncan SandsFix this test for gcc-4.2.
2007-08-18 Evan ChengTest dag xform: Fold C ? 0 : 1 to ~C or zext(~C) or...
2007-08-17 Devang PatelAdd loop index split tests.
2007-08-16 Evan ChengNew test. Make sure dynamic_stackalloc size is rounded up.
2007-08-16 Evan ChengUpdate test: dynamic_stackalloc size *must* be rounded...
2007-08-16 Rafael Espindolaadd byval test
2007-08-16 Reid SpencerAdd a test to ensure that obvious link messages are...
2007-08-15 Lauro Ramos VenancioImplement FPOWI ExpandOp.
2007-08-15 Evan ChengTest case for PR1609.
2007-08-15 Dan GohmanThis test used "wc | grep ..."; convert it to use the...
2007-08-15 Dan GohmanConvert tests using "grep -c ... | grep ..." to use...
2007-08-15 Dan GohmanDelete extraneous uses of wc -l.
2007-08-15 Dan GohmanConvert another test to use the count script. This...
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-08-14 Evan ChengNew test.
2007-08-14 Evan ChengTest case for PR1596.
2007-08-14 Chris Lattnertcl seems to hate |& for some reason.
2007-08-14 Chris Lattnerswitch this to use fastcc to avoid fpstack traffic...
2007-08-14 Evan ChengUpdate test case. A spill should now be deleted.
2007-08-14 Evan ChengSpiller reuse test case.
2007-08-13 Evan ChengNow capable of rematerializing coalesced live intervals.
2007-08-13 Dan GohmanWhen x86 addresses matching exceeds its recursion limit...
2007-08-13 Chris LattnerFix PR1607
2007-08-13 Chris Lattnertest that the ptr-to-method is succefully eliminated...
2007-08-12 Chris Lattneroops, forgot to commit this.
2007-08-11 Chris LattnerTransform a load from an undef/zero global into an...
2007-08-10 Christopher LambFix test so it passes.
2007-08-10 Christopher LambIncrease efficiency of sign_extend_inreg by using subre...
2007-08-10 Christopher LambAdd 2-addr to 3-addr promotion code that allows 32...
2007-08-10 Dan GohmanAdd a test script for counting lines. This can be used...
2007-08-10 Dan GohmanFix EXTRACT_ELEMENT, EXTRACT_SUBVECTOR, and EXTRACT_VEC...
2007-08-09 Chris Lattnerwhen we see a unaligned load from an insufficiently...
2007-08-07 Nick LewyckyAdd reference to problem report.
2007-08-06 Chris LattnerFix PR1577, a crash on invalid bug.
2007-08-06 Chandler CarruthThis resolves a regression of BasicAA which failed...
2007-08-06 Nick LewyckyIt's safe to fold not of fcmp.
2007-08-06 Nick LewyckyFix the dates on these tests. It's not September yet...
2007-08-06 Nick LewyckyLet scalar-evolution analyze loops with an unsigned...
2007-08-06 Nick LewyckyDon't assume it's safe to transform a loop just because...
2007-08-06 Chris Lattnerupdate for new domtree dump format
2007-08-05 Chris Lattnerallow this to pass on ppc hosts.
2007-08-04 Chandler CarruthThis is the patch to provide clean intrinsic function...
2007-08-03 Dale JohannesenLong double, part 1 of N. Support in IR.
2007-08-02 Dan GohmanFix the alignment requirements of several unpck and...
2007-08-02 Chris LattnerI don't have time to restore this functionality right...
2007-08-02 Chris LattnerReduced testcase for PR1594
2007-08-02 Devang PatelUpdate dominator info for the middle blocks created...
2007-08-02 Dan GohmanMark the SSE and MMX load instructions that
2007-08-02 Chris LattnerEnhance instcombine to be more aggressive about folding...
2007-08-02 Evan ChengFix test.
2007-08-02 Chris LattnerFix PR1575 and test/Transforms/CondProp/2007-08-01...
2007-08-02 Christopher LambTeach BasicAA about noalias parameter attributes, but...
2007-08-01 Reid SpencerMake sure these tests pass for the right reasons (verif...
2007-08-01 Devang PatelUpdate dominator info for the middle blocks created...
2007-08-01 Evan ChengNew test. Bogus implicit-def prevented a copy from...
2007-08-01 Lauro Ramos VenancioAdd a test for the load/store alignment.
2007-08-01 Lauro Ramos VenancioExpand unaligned loads/stores when the target doesn...
2007-08-01 Christopher LambClean up C++ restrict test cases and add a test for...
2007-08-01 Chris Lattnerthese tests aren't xfailed.
2007-08-01 Chris Lattnerwe're now handling this right :)
2007-08-01 Owen AndersonForgot to update these files for the FastDSE changes.
2007-08-01 Owen AndersonRename FastDSE to just DSE.
2007-08-01 Evan ChengRequires SSE2.
2007-07-31 Owen AndersonFix a failure I accidentally caused in my last commit...
2007-07-31 Lauro Ramos VenancioFix a bug in GetKnownAlignment of packed structs.
2007-07-31 Dan GohmanChange the x86 assembly output to use tab characters...
2007-07-31 Owen AndersonFix a misoptimization in aha.
2007-07-31 Chris Lattnernew testcase
2007-07-31 Christopher LambRevert overly aggressive interpretation of noalias
2007-07-31 Devang PatelBunch of tests to check loop passes.
2007-07-31 Evan ChengRedo and generalize previously removed opt for pinsrw...
2007-07-31 Christopher LambTeach BasicAA about noalias function parameters. Passes...
2007-07-31 Christopher LambUn-XFAIL these tests after r40622 fixed them.
2007-07-31 Reid SpencerFor PR1553:
2007-07-30 Dan GohmanFix a bug in getCopyFromParts turned up in the testcase...
2007-07-30 Owen AndersonFix a bug caused by indiscriminantly asking for the...
2007-07-30 Evan ChengNew test case.
2007-07-29 Christopher LambAdd tests for generating noalias parameter attribute...
2007-07-29 Reid SpencerBe explicit about which level of optimization is being...
2007-07-28 Nick LewyckyMake this explictly signed. Fixes PR1571.
2007-07-27 Dan GohmanRe-apply 40504, but with a fix for the segfault it...
2007-07-27 Evan ChengReverting 40504 for now. It's breaking oggenc.
2007-07-26 Owen AndersonFix a bug introduced in my last commit.
next