Teach InstCombine about address spaces
[oota-llvm.git] / test / Transforms / InstCombine / getelementptr.ll
2013-08-21 Matt ArsenaultTeach InstCombine about address spaces
2013-08-21 Matt ArsenaultAdd test for bitcast array ptrs with address spaces
2013-08-20 Matt ArsenaultTeach ConstantFolding about pointer address spaces
2013-08-19 Matt ArsenaultFix assert with GEP ptr vector indexing structs
2013-08-16 Matt ArsenaultAdd missing test for GEP + bitcast transformation
2013-08-15 Matt ArsenaultDon't do FoldCmpLoadFromIndexedGlobal for non inbounds...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-06-29 David MajnemerInstCombine: FoldGEPICmp shouldn't change sign of base...
2013-02-22 Bill WendlingUse references to attribute groups on the call/invoke...
2013-01-23 Benjamin KramerRevert "InstCombine: Clean up weird code that talks...
2011-07-31 Rafael EspindolaAdd a small gep optimization I noticed was missing...
2011-07-11 Rafael EspindolaDon't duplicate the work done by a gep into a "bitcast...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
2010-05-28 Dan GohmanAdd a testcase for getelementptr index promotion.
2010-02-01 Dan GohmanGeneralize target-independent folding rules for sizeof...
2009-11-29 Nick LewyckyTeach ConstantFolding to do a better job when folding...
2009-10-17 Victor HernandezAutoupgrade malloc insts to malloc calls.
2009-09-25 Victor HernandezRevert 82694 "Auto-upgrade malloc instructions to mallo...
2009-09-24 Victor HernandezAuto-upgrade malloc instructions to malloc calls.
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-11 Dan GohmanTeach lib/VMCore/ConstantFold.cpp how to set the inboun...
2009-09-10 Dan GohmanFactor out the code for checking that all indices in...
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 Lattnersuck a bunch more gep tests into getelementptr.ll and...
2009-08-30 Chris Lattnerconsolodate various GEP tests into getelementptr.ll...
2009-08-30 Chris Lattnerconvert to filecheck
2008-03-25 Tanya LattnerByebye llvm-upgrade!
2007-04-15 Reid SpencerFor PR1319:
2007-04-14 Reid SpencerFor PR1319:
2007-03-25 Chris Lattnernew testcase
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...
2005-05-01 Chris Lattnernew testcase
2005-04-25 Chris Lattnerrename fn
2005-04-25 Chris Lattnernew testcase
2004-10-16 Chris LattnerNew testcase, rework testcases to fail if there are...
2004-02-28 Chris LattnerThe instruction combining pass removes dead instruction...
2003-09-16 Misha BrukmanRenamed `as' => `llvm-as', `dis' => `llvm-dis', `link...
2003-06-28 Chris LattnerRemove usage of grep-not script
2003-06-28 Chris LattnerConvert scripts from using explicit control flow to...
2003-06-21 Chris LattnerAdd testcase for reason that typesafety of power is...
2003-03-05 Chris LattnerAdd testcase for new instcombine xform
2002-11-04 Chris LattnerAdd new getelementptr elimination test
2002-09-17 Chris LattnerConvert to use long indexes instead of uint
2002-08-16 Chris LattnerAdd new testcase for gep instruction -> get constexpr...
2002-08-02 Chris LattnerThese tests should not run -dce pass to cleanup instcom...
2002-08-02 Chris LattnerChange test to really test the cases we can hit
2002-05-02 Chris LattnerCheck another case
2002-04-18 Chris LattnerCheck in the first test: make sure getelementptr gets...