summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/address-space.c
Commit message (Expand)AuthorAgeFilesLines
* allow this to pass on 32-bit hosts.Chris Lattner2010-07-081-2/+2
* fix the clang side of PR7437: EmitAggregateCopyChris Lattner2010-07-081-0/+12
* filecheckize this test.Chris Lattner2010-07-081-5/+17
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-5/+5
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-4/+4
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-5/+5
* These tests have no needed to redirect stderr to stdout.Daniel Dunbar2008-11-111-5/+5
* fix a bug handling type attributes in the declspec. declspec processingChris Lattner2008-06-261-1/+12
* Multiple tests in a single test file must be linked with '&&'.Argyrios Kyrtzidis2008-06-121-2/+2
* this started failing because a GEP was constant folded, Chris Lattner2008-04-131-1/+3
* Fix several bugs in array -> pointer decomposition.Chris Lattner2008-04-021-1/+1
* Add ending newline to test.Christopher Lamb2008-02-041-1/+1
* Add experimental support for address space qualified types. Address spaceChristopher Lamb2008-02-041-0/+7