summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/getelementptr.ll
Commit message (Expand)AuthorAge
* Make gep i8* X, -(ptrtoint Y) transform work with address spacesMatt Arsenault2013-10-03
* InstCombine: Canonicalize (gep i8* X, -(ptrtoint Y)) to (sub (ptrtoint X), (p...Benjamin Kramer2013-09-20
* Teach InstCombine about address spacesMatt Arsenault2013-08-21
* Add test for bitcast array ptrs with address spacesMatt Arsenault2013-08-21
* Teach ConstantFolding about pointer address spacesMatt Arsenault2013-08-20
* Fix assert with GEP ptr vector indexing structsMatt Arsenault2013-08-19
* Add missing test for GEP + bitcast transformationMatt Arsenault2013-08-16
* Don't do FoldCmpLoadFromIndexedGlobal for non inbounds GEPsMatt Arsenault2013-08-15
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* InstCombine: FoldGEPICmp shouldn't change sign of base pointer comparisonDavid Majnemer2013-06-29
* Use references to attribute groups on the call/invoke instructions.Bill Wendling2013-02-22
* Revert "InstCombine: Clean up weird code that talks about a modulus that's lo...Benjamin Kramer2013-01-23
* Add a small gep optimization I noticed was missing while reading some IL.Rafael Espindola2011-07-31
* Don't duplicate the work done by a gep into a "bitcast" if the gep hasRafael Espindola2011-07-11
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-17
* Add a testcase for getelementptr index promotion.Dan Gohman2010-05-28
* Generalize target-independent folding rules for sizeof to handle moreDan Gohman2010-02-01
* Teach ConstantFolding to do a better job when folding gep(bitcast).Nick Lewycky2009-11-29
* Autoupgrade malloc insts to malloc calls.Victor Hernandez2009-10-17
* Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c...Victor Hernandez2009-09-25
* Auto-upgrade malloc instructions to malloc calls.Victor Hernandez2009-09-24
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Teach lib/VMCore/ConstantFold.cpp how to set the inbounds keyword andDan Gohman2009-09-11
* Factor out the code for checking that all indices in a getelementptr areDan Gohman2009-09-10
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* suck a bunch more gep tests into getelementptr.ll and filecheckize them all.Chris Lattner2009-08-30
* consolodate various GEP tests into getelementptr.ll using filecheck.Chris Lattner2009-08-30
* convert to filecheckChris Lattner2009-08-30
* Byebye llvm-upgrade!Tanya Lattner2008-03-25
* For PR1319:Reid Spencer2007-04-15
* For PR1319:Reid Spencer2007-04-14
* new testcaseChris Lattner2007-03-25
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 andReid Spencer2006-11-23
* new testcaseChris Lattner2005-05-01
* rename fnChris Lattner2005-04-25
* new testcaseChris Lattner2005-04-25
* New testcase, rework testcases to fail if there are any gep's other than thoseChris Lattner2004-10-16
* The instruction combining pass removes dead instructions, there is no needChris Lattner2004-02-28
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-16
* Remove usage of grep-not scriptChris Lattner2003-06-28
* Convert scripts from using explicit control flow to use the new grep-not scriptChris Lattner2003-06-28
* Add testcase for reason that typesafety of power is being brokenChris Lattner2003-06-21
* Add testcase for new instcombine xformChris Lattner2003-03-05
* Add new getelementptr elimination testChris Lattner2002-11-04
* Convert to use long indexes instead of uintChris Lattner2002-09-17
* Add new testcase for gep instruction -> get constexpr promotionChris Lattner2002-08-16
* These tests should not run -dce pass to cleanup instcombine.Chris Lattner2002-08-02