summaryrefslogtreecommitdiff
path: root/test/Analysis/BasicAA/global-size.ll
Commit message (Expand)AuthorAge
* Use correct size for address space in BasicAA.Matt Arsenault2013-11-16
* Use CHECK-LABELMatt Arsenault2013-09-30
* Duncan pointed out that if the alignment isn't explicitly specified, it defau...Eli Friedman2012-02-27
* Teach BasicAA about the LLVM IR rules that allow reading past the end of an o...Eli Friedman2012-02-27
* fix rdar://8813415 - a miscompilation of 164.gzip that loop-idiomChris Lattner2011-01-03
* filecheckizeChris Lattner2011-01-03
* Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks2009-11-03
* 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
* Remove GCSE and LoadVN from the testsuite.Owen Anderson2008-08-16
* Remove llvm-upgrade.Tanya Lattner2008-02-14
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* new testcase basicaa should handleChris Lattner2004-11-26