summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/cast.ll
Commit message (Expand)AuthorAge
...
* new testcaseChris Lattner2006-11-29
* new testcaseChris Lattner2006-11-29
* For PR950:Reid Spencer2006-11-27
* new testcase, malloc should be promoted to [2 x double].Chris Lattner2006-10-01
* new testcaseChris Lattner2006-09-18
* New testcase for instcombineChris Lattner2006-05-13
* New testcaseChris Lattner2006-05-05
* These casts should turn into gep instructionsChris Lattner2006-04-12
* Add a new testcase for an eliminable castChris Lattner2006-01-19
* New testcaseChris Lattner2005-01-31
* Rename these to start with %c, as they are the only ones that are checked.Chris Lattner2005-01-31
* Add a bunch of tests for cases that should be eliminated.Chris Lattner2005-01-01
* More testcases for recent instcombine patchesChris Lattner2004-09-29
* Testcases missed by the instruction combinerChris Lattner2004-07-20
* Add a new test16 and fix some other tests that were not properly writtenChris Lattner2004-05-25
* The instruction combining pass removes dead instructions, there is no needChris Lattner2004-02-28
* Add tests for casts that should be eliminatedChris Lattner2004-02-23
* Test that the instruction combiner can fold away a cast in a GEP instruction.Chris Lattner2004-02-22
* Add test for instcombine transmogrifying allocation instructionsChris Lattner2003-11-02
* new testcaseChris Lattner2003-10-07
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-16
* Reorganize tests because we no longer cannonicalize X != 0 -> cast X to boolChris Lattner2003-08-13
* New testcasesChris Lattner2003-07-22
* 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
* Fix commentChris Lattner2003-06-23
* Yet another testcaseChris Lattner2003-06-23
* Test cases for when casts to bool can be eliminatedChris Lattner2003-06-23
* Add some more testcases for things to get optimized awayChris Lattner2002-09-23
* Add a bunch of testcases for cast-of-casts that should be removed.Chris Lattner2002-08-15
* Fix testcase to actually test what we think we areChris Lattner2002-08-14
* These tests should not run -dce pass to cleanup instcombine.Chris Lattner2002-08-02
* Add another testcase that isn't failing because of another bug in instcombineChris Lattner2002-08-02
* Intitial checkin of cast testsChris Lattner2002-05-02