aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/GlobalOpt/alias-resolve.ll
AgeCommit message (Expand)AuthorFilesLines
2014-07-30Use "weak alias" instead of "alias weak"Rafael Espindola1-4/+4
2014-07-01GlobalOpt: Handle non-zero offsets for aliasesDavid Majnemer1-0/+4
2014-06-03Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola1-2/+2
2014-05-16Fix most of PR10367.Rafael Espindola1-2/+2
2014-03-27Prevent alias from pointing to weak aliases.Rafael Espindola1-5/+10
2014-03-26Revert "Prevent alias from pointing to weak aliases."Rafael Espindola1-10/+5
2014-03-26Prevent alias from pointing to weak aliases.Rafael Espindola1-5/+10
2014-03-12Reject alias to undefined symbols in the verifier.Rafael Espindola1-2/+4
2014-02-13GlobalOpt: Aliases don't have sections, don't copy them when replacingReid Kleckner1-4/+1
2013-06-12Always remove an alias when we rename the target.Rafael Espindola1-1/+12
2013-06-12Convert test to FileCheck.Rafael Espindola1-9/+17
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman1-1/+1
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman1-1/+1
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman1-1/+1
2008-09-09Resolve aliases, when possibleAnton Korobeynikov1-0/+19