aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/cast.ll
Commit message (Expand)AuthorAgeFilesLines
* Teach InstCombine visitGetElementPtr about address spacesMatt Arsenault2013-08-191-1/+28
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-47/+47
* InstCombine: Don't claim to be able to evaluate any shl in a zexted type.Benjamin Kramer2013-05-101-0/+28
* unHECKify test fixed by Jacob in r159003.Jakub Staszak2012-12-121-8/+6
* Add a testcase that would have noticed the typo fixed in commit 166475.Duncan Sands2012-10-241-0/+9
* Transform code like thisDuncan Sands2012-10-231-0/+197
* Fix a minor logic mistake transforming compares in instcombine. PR12514.Eli Friedman2012-05-111-0/+15
* Reapply r155136 after fixing PR12599.Jakob Stoklund Olesen2012-04-231-3/+5
* Revert r155136 "Defer some shl transforms to DAGCombine."Jakob Stoklund Olesen2012-04-201-5/+3
* Defer some shl transforms to DAGCombine.Jakob Stoklund Olesen2012-04-191-3/+5
* Fixes following the CR by Chris and Duncan:Nadav Rotem2011-08-291-3/+36
* Bitcasts are transitive. Bitcast-Bitcast-X becomes Bitcast-X.Nadav Rotem2011-08-281-0/+14
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-171-19/+0
* Simplify code. No functionality changes, name changes aside.Benjamin Kramer2011-06-121-2/+2
* Enhance a bunch of transformations in instcombine to start generatingChris Lattner2011-02-101-4/+4
* Re-apply r113679, which was reverted in r113720, which added a paid of new in...Owen Anderson2010-09-131-12/+12
* Revert 113679, it was causing an infinite loop in a testcase that I've sentEric Christopher2010-09-121-12/+12
* Invert and-of-or into or-of-and when doing so would allow us to clear bits of...Owen Anderson2010-09-111-12/+12
* fix PR7311 by avoiding breaking casts when a bitcast from scalar->vectorChris Lattner2010-07-121-0/+11
* Teach instcombine to transform a bitcast/(zext|trunc)/bitcast sequenceChris Lattner2010-05-081-0/+33
* disable this testcase, PR5997Chris Lattner2010-01-111-6/+8
* Extend CanEvaluateZExtd to handle and/or/xor more aggressively in theChris Lattner2010-01-111-0/+31
* Remove the dead TD argument to CanEvaluateZExtd, and add aChris Lattner2010-01-111-1/+24
* teach sext optimization to handle truncs from types that are notChris Lattner2010-01-101-0/+26
* teach zext optimization how to deal with truncs that don't come fromChris Lattner2010-01-101-1/+25
* now that the cost model has changed, we can always consider Chris Lattner2010-01-101-2/+44
* two changes: Chris Lattner2010-01-101-0/+26
* enhance CanEvaluateZExtd to handle shift left and sext, allowingChris Lattner2010-01-101-0/+28
* Enhance instcombine to reason more strongly about promoting computationChris Lattner2010-01-071-0/+11
* Teach instcombine's sext elimination logic to be more aggressive.Chris Lattner2010-01-061-0/+11
* more rearrangement and cleanup, fix my test failure.Chris Lattner2010-01-051-4/+4
* merge some tests.Chris Lattner2010-01-051-0/+7
* merge cast2 into cast.llChris Lattner2010-01-051-0/+37
* Make ConstantFoldConstantExpression recursively visit the entireDan Gohman2009-11-231-2/+2
* unify the code that determines whether it is a good idea to change the typeChris Lattner2009-11-101-1/+1
* Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks2009-11-031-0/+1
* Autoupgrade malloc insts to malloc calls.Victor Hernandez2009-10-171-5/+5
* Convert the rest of the InstCombine tests from notcast to FileCheck.Edward O'Callaghan2009-10-121-1/+76
* Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c...Victor Hernandez2009-09-251-3/+3
* Auto-upgrade malloc instructions to malloc calls.Victor Hernandez2009-09-241-3/+3
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* Clean up previous cast optimization a bit. Also make zext elimination a bit m...Evan Cheng2009-01-161-0/+7
* Implement rdar://6480391, extending of equality icmp's to avoid a truncation.Chris Lattner2009-01-091-3/+19
* Byebye llvm-upgrade!Tanya Lattner2008-03-251-148/+158
* For PR1319:Reid Spencer2007-04-151-0/+1
* For PR1319:Reid Spencer2007-04-141-2/+2
* For PR950:Reid Spencer2006-12-231-5/+6
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-2/+2