Link NamedMDNodes.
[oota-llvm.git] / test / Analysis / BasicAA /
2009-05-27 Dan GohmanTeach BasicAliasAnalysis to understand constant gep...
2009-03-16 Chris Lattnerchange this to test for an alias result more directly.
2009-03-14 Nick LewyckyAdd a replacement for 2009-02-12-GEPNoalias.ll that...
2009-03-13 Chris Lattnerremove a buggy test, it is not ok to use -debug in...
2009-02-13 Nick LewyckyBasicAA was making the assumption that a local allocati...
2009-02-04 Owen AndersonFinish making AliasAnalysis aware of the fact that...
2008-12-19 Nick LewyckyResubmit support for the 'nocapture' attribute.
2008-12-16 Bill WendlingRemove empty test.
2008-12-16 Bill WendlingTemporarily revert r61019, r61030, and r61040. These...
2008-12-15 Chris LattnerTeach basicaa to use the nocapture attribute when possi...
2008-12-10 Chris LattnerAllow basicaa to walk through geps with identical indic...
2008-11-24 Nick LewyckyExtend the 'noalias' attribute to function return value...
2008-08-16 Owen AndersonRemove GCSE and LoadVN from the testsuite.
2008-06-16 Chris LattnerIf we are checking to see if the result of a call aliases a
2008-06-10 Matthijs KooijmanSuppress the (stderr) output of -aa-eval, this fixes...
2008-06-02 Wojciech MatyjewiczFixes PR2395. Looking for a constant in a GEP tail...
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-05-16 Owen AndersonFix this test. It was testing broken behavior in that...
2008-04-19 Chris Lattnerrename *.llx -> *.ll, last batch.
2008-04-17 Owen AndersonMake GVN able to remove unnecessary calls to read-only...
2008-04-15 Dale JohannesenDon't assume a tail call can't reference a byval
2008-04-13 Owen AndersonThe functionality being tested was removed because...
2008-02-28 Gabor GreifFix llvm.org/bugs/show_bug.cgi?id=2104 by ordering...
2008-02-14 Tanya LattnerRemove llvm-upgrade.
2008-01-24 Chris LattnerTeach basicaa that 'byval' arguments define a new memor...
2008-01-06 Nick LewyckyAccept both %y, %x and %x, %y as valid answers.
2007-12-09 Chris LattnerFix PR1782, patch by Wojtek Matyjewicz!
2007-11-28 Tanya LattnerFix bug in regression tests that ignored stderr output...
2007-11-26 Owen AndersonAllow GVN to eliminate read-only function calls when...
2007-11-22 Duncan SandsTeach alias analysis about readnone/readonly functions.
2007-11-06 Chris LattnerFix PR1774 and BasicAA/2007-11-05-SizeCrash.ll
2007-10-25 Owen AndersonFix for PR1741.
2007-08-06 Chandler CarruthThis resolves a regression of BasicAA which failed...
2007-08-02 Christopher LambTeach BasicAA about noalias parameter attributes, but...
2007-07-31 Christopher LambRevert overly aggressive interpretation of noalias
2007-07-31 Christopher LambTeach BasicAA about noalias function parameters. Passes...
2007-06-29 John CriswellConvert .cvsignore files
2007-04-16 Reid SpencerFor PR1319:
2007-04-16 Reid SpencerFor PR1319:
2007-04-16 Reid SpencerFor PR1319:
2007-04-14 Reid SpencerChanges to fix problems with "make check". Apparently...
2007-04-14 Reid SpencerConvert test cases to new llvm.exp version of llvm_runt...
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2007-03-28 Reid SpencerRemove use of implementation keyword.
2007-01-26 Reid SpencerFor PR761:
2007-01-14 Chris Lattnertestcase for pr1109
2006-12-31 Reid SpencerFor PR950:
2006-12-29 Reid SpencerUpdate tests that need to be run through llvm-upgrade...
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-11-23 Reid SpencerPromote GEP ubyte indices to uint. Backwards compatibil...
2006-11-18 Reid SpencerFix bugs in this. What was I thinking??? :)
2006-11-18 Reid SpencerFail even if opt doesn't print anything.
2006-11-18 Reid SpencerAdd a simple test to make sure getModRefInfo is 1/2...
2006-11-03 Chris Lattnernew testcase
2006-04-12 Tanya LattnerAdded the ability to xfail based on llvmgcc version
2006-03-23 Reid SpencerTired of wading through cvs's list ? files that are...
2006-03-04 Chris Lattnernew testcase
2005-05-08 Chris LattnerNew testacse for information exposed by the 'tail'...
2005-03-09 Chris Lattnernew testcase for a -basicaa bug that Alkis found with...
2004-12-08 Alkis EvlogimenosAdd testcase and fix for yet another case where we...
2004-12-08 Alkis EvlogimenosAdd testcase and fix for another case where we query...
2004-11-26 Chris Lattnernew testcase basicaa should handle
2004-11-19 Tanya LattnerAdding srcdir arg
2004-11-13 Tanya LattnerAdding subdirectory dg.exp files in order to be able...
2004-07-29 Chris LattnerDue to a bug in BasicAA, DSE is incorrectly deleting...
2004-03-12 Chris Lattnernew testcase
2004-01-30 Chris LattnerNew testcase for better mod/ref information that basica...
2003-12-11 Chris LattnerRename variable to avoid confusing it with the global G
2003-12-11 Chris LattnerNew testcase for PR86
2003-11-04 Chris LattnerWhile working on the pool allocator, I noticed that...
2003-09-20 Chris LattnerNew testcase that basicaa should be able to handle
2003-09-16 Misha BrukmanRenamed `as' => `llvm-as', `dis' => `llvm-dis', `link...
2003-09-15 John CriswellRemoving Makefiles. Regression tests are now run by...
2003-07-03 Chris LattnerNew testcase
2003-06-28 Chris LattnerRemove explicit control flow through the use of the...
2003-06-17 Chris LattnerAdd new testcase
2003-06-02 Chris LattnerNo need to print out bytecode :)
2003-06-02 Chris LattnerNew testcase, reduced from 300.twolf by bugpoint
2003-05-21 Chris LattnerTrim testcase a bit
2003-05-21 Chris LattnerNew testcase identified by joel
2003-04-25 Chris LattnerNew testcase
2003-04-22 Chris LattnerNew testcase
2003-03-04 Chris LattnerNew testcase
2003-03-03 Chris LattnerMake the testcase more interesting, test that two diffe...
2003-02-26 Chris LattnerFix test
2003-02-26 Chris LattnerNew testcase for size tracking brokenness
2003-02-26 Chris LattnerHopefully final tweak to this testcase
2003-02-25 Chris LattnerAdd a new test for basicaa
2003-02-24 Chris LattnerFix testcase
2003-02-24 Chris LattnerTweak testcase
2003-02-09 Chris LattnerAdd a basic-aa test
2002-10-25 Chris LattnerUpdate test to use long instead of uint getelementptr...
2002-09-08 Chris LattnerNew testcase that tests for array pointer analysis...
2002-09-07 Chris LattnerFix bug in testcase now that load-vn is not built into...
2002-09-07 Chris LattnerFix broken test
2002-08-22 Chris LattnerAdd a testcase that checks to make sure LICM uses basic...
2002-08-22 Chris LattnerInitial testcases for basicaa alias analysis