Add support for global variables in an address space for llvm-c and ocaml.
[oota-llvm.git] / test / Transforms / LICM /
2010-01-05 Devang PatelRemove dead debug info intrinsics.
2009-12-14 Eric ChristopherAdd radar fixed in comment.
2009-12-10 Eric ChristopherAdd a test for the fix in revision 91009.
2009-11-19 Dan GohmanEnable hoisting of loads from constant memory by defaul...
2009-10-26 Edward O'CallaghanConvert a few tests to FileCheck for PR5307.
2009-10-24 Dan GohmanMake these tests more interesting by using
2009-10-11 Torok EdwinLICM shouldn't sink/delete debug information. Fix this...
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-08-30 Chris Lattnerrename test
2009-08-30 Chris Lattnermerge all sinking tests into one and convert them to...
2009-08-30 Chris Lattnerconvert scalar_promote to filecheck style and merge...
2009-03-25 Devang PatelBefore deleting a basic block, give other loop passes...
2008-08-16 Owen AndersonRemove GCSE and LoadVN from the testsuite.
2008-07-24 Dan GohmanPut the LICM of constant GlobalVariables, introduced...
2008-07-23 Chris Lattner"Allow LICM to sink or lift loads from constant memory...
2008-05-20 Chris LattnerFix PR2346 by marking vaarg as volatile so that licm...
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 AndersonUse loop deletion instead of ADCE in these tests.
2008-04-19 Chris Lattnerrename *.llx -> *.ll, last batch.
2008-03-19 Tanya LattnerRemove llvm-upgrade and update tests.
2008-01-01 Bill WendlingUpdate this testcase. The output needs to be disabled...
2007-11-23 Duncan SandsDing dong, the DoesntAccessMemoryFns and
2007-10-01 Devang PatelRelax unsafe use check. If there is one unconditional...
2007-09-24 Devang Patel Do not promote null values because it may be unsafe...
2007-09-19 Devang PatelAvoid unsafe promotion.
2007-09-18 Gabor Greifrename test, it is obviously misspelled
2007-09-18 Devang PatelFix PR1657
2007-07-31 Devang PatelBunch of tests to check loop passes.
2007-06-29 John CriswellConvert .cvsignore files
2007-05-23 Chris Lattnernew testcase for PR1435
2007-05-08 Chris Lattneradd the & back. I'm not sure why bill removed it.
2007-05-08 Bill WendlingSpare '&' in the RUN line.
2007-04-16 Reid SpencerFix this test from Duncan's experiment.
2007-04-16 Reid SpencerFor PR1319:
2007-04-15 Reid SpencerFor PR1319:
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2007-01-01 Reid SpencerBack out last revision now that llvm-upgrade can remove...
2006-12-31 Reid SpencerFor PR950:
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-09-12 Chris Lattnertestcase for PR908
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...
2005-03-25 Chris LattnerNew testcase that crashes licm.
2004-11-19 Tanya LattnerAdding srcdir arg
2004-11-17 Chris LattnerNew testcase that crashes licm
2004-11-13 Tanya LattnerAdding subdirectory dg.exp files in order to be able...
2004-09-15 Chris LattnerNew testcase for PR420
2004-08-02 John CriswellUse the new prcontext script.
2004-03-15 Chris LattnerNew testcases to test LICM of call instructions
2003-12-19 Chris LattnerNew testcase
2003-12-14 Chris LattnerTestcase for PR179
2003-12-11 Chris LattnerNew testcase that LICM is breaking crafty on
2003-12-11 Chris LattnerFix test that was failing because we were optimizing...
2003-12-10 Chris Lattnernew testcase, checking to ensure we handle yet-another...
2003-12-09 Chris LattnerYet another hard testcase
2003-12-09 Chris LattnerAdd a new testcase which breaks the sinker because...
2003-12-09 Chris LattnerFix buggy test
2003-12-09 Chris LattnerNew testcase for sinking operations from loops with...
2003-12-09 Chris LattnerMake the test a bit harder so that we test to ensure...
2003-12-09 Chris LattnerNew testcases for LICM improvement: code sinking.
2003-12-09 Chris LattnerImprove portability with Mac OS/X
2003-10-12 Chris LattnerThe -preheaders pass is now known as -loopsimplify
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-08-05 Tanya LattnerAdded LICM test cases to:
2003-07-01 John CriswellUpdated the name of the LLVM disassembler so that the...
2003-06-28 Chris LattnerRemove explicit control flow through the use of the...
2003-05-03 Chris LattnerFix miscompilation found in Fhourstones by bugpoint
2003-02-28 Chris LattnerFix testcase
2003-02-28 Chris LattnerNew testcase
2003-02-28 Chris LattnerNew test
2003-02-27 Chris LattnerNew testcase
2003-02-27 Chris LattnerNew testcase
2003-02-27 Chris LattnerTestcase for Preheaders problem
2003-02-26 Chris LattnerNew testcase crashing LICM
2003-02-24 Chris LattnerNew testcase for scalar promotion
2003-02-22 Chris LattnerNew testcase to check to see if LICM is performing...
2002-05-10 Chris LattnerAdd testcase for when there is no loop header
2002-05-10 Chris LattnerA basic test that LICM is working
2002-05-10 Chris Lattnerrun LICM tests