summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/x86_32-arguments.c
Commit message (Expand)AuthorAgeFilesLines
* IRgen/ABI/x86_32/Darwin: On Darwin, only structures with SSE vector types get...Daniel Dunbar2010-09-161-230/+0
* Fix PR8029, a x86-32 ABI regression in introduced in r112211Chris Lattner2010-08-301-0/+7
* add radar #Chris Lattner2010-08-261-0/+1
* fix 2xi16 to pass as i32 instead of <2 x i16>. The former passes inChris Lattner2010-08-261-1/+7
* ABI/x86-32 & x86-64: Alignment on 'byval' must be set when when the alignmentDaniel Dunbar2010-04-211-0/+12
* Convert test to FileCheck.Daniel Dunbar2010-04-211-57/+57
* don't slap noalias attribute on stret result arguments.Chris Lattner2010-04-201-9/+9
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-55/+55
* Darwin/x86-32: Enumerated types and block pointer types in structures were notDaniel Dunbar2009-09-241-1/+44
* Prep for new warning.Mike Stump2009-07-211-41/+41
* Fix the calling convention for structs/unions containing SSE vectors on Eli Friedman2009-06-131-0/+5
* ABI handling: Fix invalid assertion, it is possible for a validDaniel Dunbar2009-05-131-4/+4
* Darwin x86-32 ABI: Now that structure passing is farther along, weDaniel Dunbar2009-05-121-0/+3
* Darwin x86-32: Multi-dimensional arrays were not handled correctly,Daniel Dunbar2009-05-111-0/+6
* Darwin x86_32: Treat records with unnamed bit-fields as "empty".Daniel Dunbar2009-05-111-0/+6
* Darwin x86_32: When coercing a "single element" structure, make sureDaniel Dunbar2009-05-081-0/+6
* Darwin x86_32: Ignore padding bit-fields when looking for "singleDaniel Dunbar2009-05-081-0/+3
* Darwin x86_32: Improve bit-field handling for returning records.Daniel Dunbar2009-05-081-10/+11
* Darwin x86_32: Ignore arrays of empty structures inside records.Daniel Dunbar2009-05-081-3/+6
* x86-32 ABI: Fix crash on return of structure with flexible arrayDaniel Dunbar2009-04-271-0/+3
* x86-32 Darwin ABI: Handle small structures correctly.Daniel Dunbar2009-04-011-12/+18
* x86-32 Darwin ABI: Single element arrays can be part of "singleDaniel Dunbar2009-04-011-2/+33
* x86-32 Darwin ABI: Handle direct return of vectors.Daniel Dunbar2009-04-011-1/+15
* x86_32 Darwin ABI: Treat empty unions like empty structures.Daniel Dunbar2009-03-311-2/+10
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Fix a couple of tests.Eli Friedman2009-03-241-1/+1
* x86_32 ABI: Don't try and expand structures with bitfields.Daniel Dunbar2009-03-111-0/+67
OpenPOWER on IntegriCloud