summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/member-init-assignment.cpp
Commit message (Collapse)AuthorAgeFilesLines
* A number of test cases assume that an "int" parameter or return valueUlrich Weigand2012-10-241-1/+1
| | | | | | | | | | | | will be represented in the IR as a plain "i32" type. This causes the tests to spuriously fail on platforms where int is not a 32-bit type, or where the ABI requires attributes like "signext" or "zeroext" to be used. This patch adds -triple or -target parameters to force those tests to use the i386-unknown-unknown target. llvm-svn: 166551
* Fix a couple more tests with ARM ABI.Eli Friedman2011-06-151-1/+1
| | | | llvm-svn: 133073
* Whack a bunch of tests in CodeGenCXX to work on ARM (using ARM ABI). Batch ↵Eli Friedman2011-06-141-1/+1
| | | | | | 2 of 3. llvm-svn: 133011
* Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola2011-01-251-1/+1
| | | | llvm-svn: 124210
* Add unnamed_addr to constructors and destructors.Rafael Espindola2011-01-111-1/+1
| | | | llvm-svn: 123197
* IRgen: Assignment to Objective-C properties shouldn't reload the value (whichDaniel Dunbar2010-06-291-2/+1
| | | | | | | | would trigger an extra method call). - While in the area, I also changed Clang to not emit an unnecessary load from 'x' in cases like 'y = (x = 1)'. llvm-svn: 107210
* Check the output of this test.Eli Friedman2010-06-031-1/+7
| | | | llvm-svn: 105434
* Don't intentionally try to ignore the value of a scalar expression when weEli Friedman2010-06-031-0/+12
actually care about it. Fixes PR7291. llvm-svn: 105404
OpenPOWER on IntegriCloud