aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/getelementptr.ll
AgeCommit message (Expand)Author
2011-07-31Add a small gep optimization I noticed was missing while reading some IL.Rafael Espindola
2011-07-11Don't duplicate the work done by a gep into a "bitcast" if the gep hasRafael Espindola
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner
2011-06-17manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner
2010-05-28Add a testcase for getelementptr index promotion.Dan Gohman
2010-02-01Generalize target-independent folding rules for sizeof to handle moreDan Gohman
2009-11-29Teach ConstantFolding to do a better job when folding gep(bitcast).Nick Lewycky
2009-10-17Autoupgrade malloc insts to malloc calls.Victor Hernandez
2009-09-25Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c...Victor Hernandez
2009-09-24Auto-upgrade malloc instructions to malloc calls.Victor Hernandez
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-11Teach lib/VMCore/ConstantFold.cpp how to set the inbounds keyword andDan Gohman
2009-09-10Factor out the code for checking that all indices in a getelementptr areDan Gohman
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2009-08-30suck a bunch more gep tests into getelementptr.ll and filecheckize them all.Chris Lattner
2009-08-30consolodate various GEP tests into getelementptr.ll using filecheck.Chris Lattner
2009-08-30convert to filecheckChris Lattner
2008-03-25Byebye llvm-upgrade!Tanya Lattner
2007-04-15For PR1319:Reid Spencer
2007-04-14For PR1319:Reid Spencer
2007-03-25new testcaseChris Lattner
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-11-23Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 andReid Spencer
2005-05-01new testcaseChris Lattner
2005-04-25rename fnChris Lattner
2005-04-25new testcaseChris Lattner
2004-10-16New testcase, rework testcases to fail if there are any gep's other than thoseChris Lattner
2004-02-28The instruction combining pass removes dead instructions, there is no needChris Lattner
2003-09-16Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman
2003-06-28Remove usage of grep-not scriptChris Lattner
2003-06-28Convert scripts from using explicit control flow to use the new grep-not scriptChris Lattner
2003-06-21Add testcase for reason that typesafety of power is being brokenChris Lattner
2003-03-05Add testcase for new instcombine xformChris Lattner
2002-11-04Add new getelementptr elimination testChris Lattner
2002-09-17Convert to use long indexes instead of uintChris Lattner
2002-08-16Add new testcase for gep instruction -> get constexpr promotionChris Lattner
2002-08-02These tests should not run -dce pass to cleanup instcombine.Chris Lattner
2002-08-02Change test to really test the cases we can hitChris Lattner
2002-05-02Check another caseChris Lattner
2002-04-18Check in the first test: make sure getelementptr gets foldedChris Lattner