| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a testcase for getelementptr index promotion. | Dan Gohman | 2010-05-28 | 1 | -0/+9 |
* | Generalize target-independent folding rules for sizeof to handle more | Dan Gohman | 2010-02-01 | 1 | -1/+1 |
* | Teach ConstantFolding to do a better job when folding gep(bitcast). | Nick Lewycky | 2009-11-29 | 1 | -1/+1 |
* | Autoupgrade malloc insts to malloc calls. | Victor Hernandez | 2009-10-17 | 1 | -1/+1 |
* | Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c... | Victor Hernandez | 2009-09-25 | 1 | -1/+1 |
* | Auto-upgrade malloc instructions to malloc calls. | Victor Hernandez | 2009-09-24 | 1 | -1/+1 |
* | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman | 2009-09-11 | 1 | -1/+1 |
* | Teach lib/VMCore/ConstantFold.cpp how to set the inbounds keyword and | Dan Gohman | 2009-09-11 | 1 | -2/+2 |
* | Factor out the code for checking that all indices in a getelementptr are | Dan Gohman | 2009-09-10 | 1 | -0/+9 |
* | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
* | suck a bunch more gep tests into getelementptr.ll and filecheckize them all. | Chris Lattner | 2009-08-30 | 1 | -16/+271 |
* | consolodate various GEP tests into getelementptr.ll using filecheck. | Chris Lattner | 2009-08-30 | 1 | -0/+106 |
* | convert to filecheck | Chris Lattner | 2009-08-30 | 1 | -25/+44 |
* | Byebye llvm-upgrade! | Tanya Lattner | 2008-03-25 | 1 | -50/+55 |
* | For PR1319: | Reid Spencer | 2007-04-15 | 1 | -0/+1 |
* | For PR1319: | Reid Spencer | 2007-04-14 | 1 | -1/+2 |
* | new testcase | Chris Lattner | 2007-03-25 | 1 | -1/+2 |
* | Use the llvm-upgrade program to upgrade llvm assembly. | Reid Spencer | 2006-12-02 | 1 | -1/+1 |
* | Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 and | Reid Spencer | 2006-11-23 | 1 | -1/+1 |
* | new testcase | Chris Lattner | 2005-05-01 | 1 | -0/+5 |
* | rename fn | Chris Lattner | 2005-04-25 | 1 | -1/+1 |
* | new testcase | Chris Lattner | 2005-04-25 | 1 | -0/+8 |
* | New testcase, rework testcases to fail if there are any gep's other than those | Chris Lattner | 2004-10-16 | 1 | -3/+10 |
* | The instruction combining pass removes dead instructions, there is no need | Chris Lattner | 2004-02-28 | 1 | -1/+1 |
* | Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'. | Misha Brukman | 2003-09-16 | 1 | -1/+1 |
* | Remove usage of grep-not script | Chris Lattner | 2003-06-28 | 1 | -1/+1 |
* | Convert scripts from using explicit control flow to use the new grep-not script | Chris Lattner | 2003-06-28 | 1 | -4/+1 |
* | Add testcase for reason that typesafety of power is being broken | Chris Lattner | 2003-06-21 | 1 | -0/+6 |
* | Add testcase for new instcombine xform | Chris Lattner | 2003-03-05 | 1 | -2/+8 |
* | Add new getelementptr elimination test | Chris Lattner | 2002-11-04 | 1 | -0/+7 |
* | Convert to use long indexes instead of uint | Chris Lattner | 2002-09-17 | 1 | -6/+6 |
* | Add new testcase for gep instruction -> get constexpr promotion | Chris Lattner | 2002-08-16 | 1 | -0/+8 |
* | These tests should not run -dce pass to cleanup instcombine. | Chris Lattner | 2002-08-02 | 1 | -1/+1 |
* | Change test to really test the cases we can hit | Chris Lattner | 2002-08-02 | 1 | -16/+18 |
* | Check another case | Chris Lattner | 2002-05-02 | 1 | -1/+7 |
* | Check in the first test: make sure getelementptr gets folded | Chris Lattner | 2002-04-18 | 1 | -0/+21 |