aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/address-space.c
AgeCommit message (Expand)Author
2012-05-09hopefully fix a bunch of ARM buildbot failuresNuno Lopes
2010-07-08allow this to pass on 32-bit hosts.Chris Lattner
2010-07-08fix the clang side of PR7437: EmitAggregateCopyChris Lattner
2010-07-08filecheckize this test.Chris Lattner
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-11-11These tests have no needed to redirect stderr to stdout.Daniel Dunbar
2008-06-26fix a bug handling type attributes in the declspec. declspec processingChris Lattner
2008-06-12Multiple tests in a single test file must be linked with '&&'.Argyrios Kyrtzidis
2008-04-13this started failing because a GEP was constant folded, Chris Lattner
2008-04-02Fix several bugs in array -> pointer decomposition.Chris Lattner
2008-02-04Add ending newline to test.Christopher Lamb
2008-02-04Add experimental support for address space qualified types. Address spaceChristopher Lamb