- 0fefa41 vector of long and ulong are also classified as INTEGER in x86-64 abi, by Chris Lattner · 14 years ago
- 473f8e7 1 x ulonglong needs to be classified as INTEGER, just like 1 x longlong, by Chris Lattner · 14 years ago
- a8b7a7d tame an assertion, fixing rdar://8357396 by Chris Lattner · 14 years ago
- 22fd4ba Finally pass "two floats in a 64-bit unit" as a <2 x float> instead of by Chris Lattner · 14 years ago
- f47c944 fix rdar://8251384, another case where we could access beyond the by Chris Lattner · 15 years ago
- 9e45a3d handle a case where we could access off the end of a function by Chris Lattner · 15 years ago
- c10ab19 in release mode, irbuilder doesn't add names to instructions, by Chris Lattner · 15 years ago
- 021c3a3 This is a little bit far, but optimize cases like: by Chris Lattner · 15 years ago
- e2962be implement a todo: pass a eight-byte that consists of a by Chris Lattner · 15 years ago
- 800588f Kill off the 'coerce' ABI passing form. Now 'direct' and 'extend' always by Chris Lattner · 15 years ago
- 15842bd ignore structs that wrap vectors in IR, the abstraction shouldn't add penalty. by Chris Lattner · 15 years ago
- 0f408f5 move the 'pretty 16-byte vector' inferring code up to be shared by Chris Lattner · 15 years ago
- 4711cb0 now that we have CGT around, we can start using preferred types by Chris Lattner · 15 years ago
- ab5722e pass argument vectors in a type that corresponds to the user type if by Chris Lattner · 15 years ago
- 519f68c use Get8ByteTypeAtOffset for the return value path as well so we by Chris Lattner · 15 years ago
- 1daf808 fix PR7714 by not referencing off the end of a struct when passed by value in by Chris Lattner · 15 years ago
- 121b3fa in the "coerce" case, the ABI handling code ends up making the by Chris Lattner · 15 years ago
- 9c254f0 Change X86_64ABIInfo to have ASTContext and TargetData ivars to by Chris Lattner · 15 years ago
- 225e286 add IR names to coerced arguments. by Chris Lattner · 15 years ago
- ce70016 Change CGCall to handle the "coerce" case where the coerce-to type by Chris Lattner · 15 years ago
- faf23b7 X86-64: by Chris Lattner · 15 years ago
- 6d11cdb If coercing something from int or pointer type to int or pointer type by Chris Lattner · 15 years ago
- e7bb777 Same patch as the previous on the store side. Before we compiled this: by Chris Lattner · 15 years ago
- 46c54fb ABI/x86-32 & x86-64: Alignment on 'byval' must be set when when the alignment by Daniel Dunbar · 15 years ago
- 0aa1cba Convert test to FileCheck. by Daniel Dunbar · 15 years ago
- fb97cf2 don't slap noalias attribute on stret result arguments. by Chris Lattner · 15 years ago
- a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
- 2475d76 Remove RUN: true lines. by Daniel Dunbar · 15 years ago
- 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
- 55a759b Fix a few tests to be -Asserts agnostic. - Ugh. by Daniel Dunbar · 15 years ago
- 8d5053c Update test by Daniel Dunbar · 16 years ago
- c36541e Prep for new warning. by Mike Stump · 16 years ago
- fdf4986 ABI handling: Fix nasty thinko where IRgen could generate an out-of-bounds read by Daniel Dunbar · 16 years ago
- 86e13ee When trying to pass an argument on the stack, assume LLVM will do the right by Daniel Dunbar · 16 years ago
- 3a5f5c5 x86_64 ABI: Account for sret parameters consuming an integer register. by Daniel Dunbar · 16 years ago
- 7ef455b ABI handling: Fix invalid assertion, it is possible for a valid by Daniel Dunbar · 16 years ago
- 20e95c5 x86-64 ABI: clang incorrectly passes union { long double, float } in by Daniel Dunbar · 16 years ago
- 8236bf1 x86_64 ABI: Ignore padding bit-fields during classification. by Daniel Dunbar · 16 years ago
- d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
- 100f402 x86_64 ABI: Handle long double in union when upper eightbyte results by Daniel Dunbar · 16 years ago
- 4b87142 Add end of line at end. by Mike Stump · 16 years ago
- 730f909 Add test for enum types by Anders Carlsson · 16 years ago
- 644f4c3 x86_64 ABI: Pass simple types directly when possible. This is by Daniel Dunbar · 16 years ago