summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/cast.ll
Commit message (Expand)AuthorAge
* Enhance a bunch of transformations in instcombine to start generatingChris Lattner2011-02-10
* Re-apply r113679, which was reverted in r113720, which added a paid of new in...Owen Anderson2010-09-13
* Revert 113679, it was causing an infinite loop in a testcase that I've sentEric Christopher2010-09-12
* Invert and-of-or into or-of-and when doing so would allow us to clear bits of...Owen Anderson2010-09-11
* fix PR7311 by avoiding breaking casts when a bitcast from scalar->vectorChris Lattner2010-07-12
* Teach instcombine to transform a bitcast/(zext|trunc)/bitcast sequenceChris Lattner2010-05-08
* disable this testcase, PR5997Chris Lattner2010-01-11
* Extend CanEvaluateZExtd to handle and/or/xor more aggressively in theChris Lattner2010-01-11
* Remove the dead TD argument to CanEvaluateZExtd, and add aChris Lattner2010-01-11
* teach sext optimization to handle truncs from types that are notChris Lattner2010-01-10
* teach zext optimization how to deal with truncs that don't come fromChris Lattner2010-01-10
* now that the cost model has changed, we can always consider Chris Lattner2010-01-10
* two changes: Chris Lattner2010-01-10
* enhance CanEvaluateZExtd to handle shift left and sext, allowingChris Lattner2010-01-10
* Enhance instcombine to reason more strongly about promoting computationChris Lattner2010-01-07
* Teach instcombine's sext elimination logic to be more aggressive.Chris Lattner2010-01-06
* more rearrangement and cleanup, fix my test failure.Chris Lattner2010-01-05
* merge some tests.Chris Lattner2010-01-05
* merge cast2 into cast.llChris Lattner2010-01-05
* Make ConstantFoldConstantExpression recursively visit the entireDan Gohman2009-11-23
* unify the code that determines whether it is a good idea to change the typeChris Lattner2009-11-10
* Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks2009-11-03
* Autoupgrade malloc insts to malloc calls.Victor Hernandez2009-10-17
* Convert the rest of the InstCombine tests from notcast to FileCheck.Edward O'Callaghan2009-10-12
* 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
* 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
* Clean up previous cast optimization a bit. Also make zext elimination a bit m...Evan Cheng2009-01-16
* Implement rdar://6480391, extending of equality icmp's to avoid a truncation.Chris Lattner2009-01-09
* Byebye llvm-upgrade!Tanya Lattner2008-03-25
* For PR1319:Reid Spencer2007-04-15
* For PR1319:Reid Spencer2007-04-14
* For PR950:Reid Spencer2006-12-23
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* 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