summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/address-space-field1.c
Commit message (Expand)AuthorAgeFilesLines
* remove some tests that aren't adding any value: the check lines don'tChris Lattner2010-09-021-10/+10
* This test needs a triple: it's checking the alignment of a pointer in bytes.John McCall2010-08-211-1/+1
* IRgen: Set the alignment correctly when creating LValue for a decls.Daniel Dunbar2010-08-211-8/+8
* IRgen: Add CreateMemTemp, for creating an temporary memory object for a parti...Daniel Dunbar2010-02-091-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Fix some tests in -Asserts mode.Daniel Dunbar2009-11-111-17/+16
* Tweak CHECK lines to eliminate a failure on i686-apple-darwin10Douglas Gregor2009-09-301-1/+1
* Convert from nonportable grep to filecheck, patch by John ThompsonChris Lattner2009-09-301-3/+22
* Preserve address space information through member accesses, e.g., Mon P Wang2009-07-221-0/+20