Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prior to adding the new "expected-no-diagnostics" directive to ↵ | Andy Gibbs | 2012-10-19 | 1 | -0/+1 |
| | | | | | | VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. llvm-svn: 166280 | ||||
* | Fix tests to account for new warning "expected ';' at end of declaration ↵ | Carl Norum | 2011-03-07 | 1 | -1/+1 |
| | | | | | | list". Sorry, folks! llvm-svn: 127188 | ||||
* | ARM/APCS: Don't respect bit-field types when laying out structures. | Daniel Dunbar | 2010-04-22 | 1 | -8/+41 |
| | | | | | | | | | | | - This fixes the last known ABI issues with ARM/APCS. - I've run the first 1k ABITests with '--no-unsigned --no-vector --no-complex' on {armv6, armv7} x {-mno-thumb, -mthumb}, and the first 10k tests for armv7 -mthumb, for both function return types and single argument calls. These all pass now (they failed horribly before without --no-bitfield). llvm-svn: 102070 | ||||
* | ARM/APCS: Fix alignment of long double. | Daniel Dunbar | 2010-01-27 | 1 | -0/+20 |
llvm-svn: 94685 |