summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/address-space-field1.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup the handling of noinline function attributes, -fno-inline,Chandler Carruth2016-12-231-1/+1
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-6/+6
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-4/+4
* Fix testcases to not rely upon target-* attributes.Bill Wendling2013-02-261-2/+2
* Revert "Add more attributes from the command line to functions."Anna Zaks2013-02-251-2/+2
* Add more attributes from the command line to functions.Bill Wendling2013-02-251-2/+2
* Modify the tests to use attribute group references instead of listing theBill Wendling2013-02-201-1/+3
* 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