Make NonLocal and None const in the right way. :-)
[oota-llvm.git] / test /
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.
2007-07-26 Owen AndersonFix a couple more bugs in the phi construction by pulli...
2007-07-26 Evan ChengTest case for PR1573.
2007-07-26 Evan ChengFix test.
2007-07-26 Dan GohmanRemove X86ISD::LOAD_PACK and X86ISD::LOAD_UA and associ...
2007-07-25 Owen AndersonFix what is _hopefully_ the last corner case for loops.
2007-07-25 Owen AndersonMy last commit was not correct for nested loops. Fix...
2007-07-25 Owen AndersonFix an infinite loop on 300.twolf.
2007-07-25 Owen AndersonFix a bug in non-local memdep that was causing an infin...
2007-07-25 Owen AndersonFix a bug that was causing GVN to crash on 252.eon.
2007-07-25 Owen AndersonAdd basic support for performing whole-function RLE.
2007-07-25 Chandler CarruthMoving regression test to reflect move in source and...
2007-07-24 Dan GohmanUse movaps to load a v4f32 build_vector of all-constant...
2007-07-24 Owen AndersonAdd a GVN pass, using the value numbering code I develo...
2007-07-24 Devang PatelUnreachable block is not a root node in post dominator...
2007-07-24 Owen AndersonRename a lot of things to change FastDLE to RedundantLo...
2007-07-23 Chandler CarruthFix for PR1567, which involves a weird bug on non-32bit...
2007-07-23 Owen AndersonAdd testcases for FastDLE.
2007-07-23 Owen AndersonMove these tests to use FastDSE instead of old DSE.
2007-07-23 Dan GohmanDelete the svn:executable property on these files,...
2007-07-23 Duncan SandsThe Ada f-e produces various auxiliary output files
2007-07-23 Duncan SandsFor multipart tests, place the parts with no
2007-07-22 Duncan SandsRemove -O1 in favour of making llvm-gcc-4.2 a bit
2007-07-21 Chris LattnerThis xform isn't safe, removing it.
2007-07-20 Duncan SandsNeed -O1 or better to have these builtins lowered to
2007-07-20 Dan GohmanOptimize alignment of loads and stores.
2007-07-20 Dan GohmanUpdate these regression tests to accomodate X86InstrSSE...
2007-07-20 Evan ChengNew test.
2007-07-19 Evan ChengNew test.
2007-07-19 Evan ChengTry fixing it again.
2007-07-19 Reid SpencerFor PR1553:
2007-07-19 Bill WendlingDon't need the "&&" to glue lines together.
2007-07-19 Duncan SandsFix this test. We produce pretty cruddy code for this
2007-07-19 Bill WendlingTestcase for PR1549
2007-07-18 Devang PatelNew test.
2007-07-18 Evan ChengNew test.
2007-07-18 Dan GohmanImplement initial memory alignment awareness for SSE...
2007-07-18 Dan GohmanIt's not necessary to do rounding for alloca operations...
2007-07-18 Reid SpencerFix this test to not rely on the path but to use the
2007-07-17 Evan ChengFix test.
2007-07-17 Tanya LattnerDon't use * in XFAIL line unless you want it to XFAIL...
2007-07-17 Gabor GreifXFAIL these on sparc-solaris
2007-07-17 Evan ChengUse push / pop for prologues and epilogues.
2007-07-17 Reid SpencerFor PR1558:
2007-07-16 Reid SpencerRemove insignificant test no longer needed.
2007-07-16 Dan GohmanRemove the trailing semicolon from function declaration...
2007-07-16 Chris Lattnerrename function to avoid llvm-upgrade warning
2007-07-16 Nick LewyckyHandle decrementing loops properly. Fixes PR1533.
2007-07-15 Chris Lattnernew testcase
2007-07-15 Chris LattnerImplement shift-simplify.ll:test[45].
next