summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/cast.ll
Commit message (Expand)AuthorAge
* Teach InstCombine visitGetElementPtr about address spacesMatt Arsenault2013-08-19
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* InstCombine: Don't claim to be able to evaluate any shl in a zexted type.Benjamin Kramer2013-05-10
* unHECKify test fixed by Jacob in r159003.Jakub Staszak2012-12-12
* Add a testcase that would have noticed the typo fixed in commit 166475.Duncan Sands2012-10-24
* Transform code like thisDuncan Sands2012-10-23
* Fix a minor logic mistake transforming compares in instcombine. PR12514.Eli Friedman2012-05-11
* Reapply r155136 after fixing PR12599.Jakob Stoklund Olesen2012-04-23
* Revert r155136 "Defer some shl transforms to DAGCombine."Jakob Stoklund Olesen2012-04-20
* Defer some shl transforms to DAGCombine.Jakob Stoklund Olesen2012-04-19
* Fixes following the CR by Chris and Duncan:Nadav Rotem2011-08-29
* Bitcasts are transitive. Bitcast-Bitcast-X becomes Bitcast-X.Nadav Rotem2011-08-28
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-17
* Simplify code. No functionality changes, name changes aside.Benjamin Kramer2011-06-12
* 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