- f8d14db [CodeGen, X86] Classify vectors <= 32 bits as INTEGER by David Majnemer · 10 years ago
- cefbc7c [CodeGen] Correctly handle base classes which are passed in memory by David Majnemer · 10 years ago
- 01c21e8 [x32/NaCl] Check if method pointers straddle an eightbyte to classify Hi by Jan Wen Voung · 11 years ago
- 4362261 CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. by Stephen Lin · 12 years ago
- 48939ce Update testcases due to Attribute sorting improvements. by Bill Wendling · 13 years ago
- 85ab57a Update the tests. by Bill Wendling · 13 years ago
- 9806806 Modify the tests for the (sorted) order that the attributes come out as now. by Bill Wendling · 13 years ago
- 26ebbb7 Merge x86-64-abi-sret-vs-2word-struct-param.cpp into the generic by John McCall · 14 years ago
- 98154a7 Reapply r134946 with fixes. Tested on Benjamin testcase and other test-suite failures. by Bruno Cardoso Lopes · 14 years ago
- 4774b7e We don't pass classes with a copy-constructor or destructor byval, so the address takes up an integer register (if one is available). Make sure the x86-64 ABI implementation takes that into account properly. by Eli Friedman · 14 years ago
- fcaaa69 When laying out bases in, always try the "base subobject" LLVM type. If it by Anders Carlsson · 15 years ago
- d426c8e fix rdar://8360877 a really nasty miscompilation in Boost.Xpressive by Chris Lattner · 15 years ago
- 65526f0 fix rdar://8340348, a miscompile of boost that was exposed by r109848. by Chris Lattner · 15 years ago
- 8a2f3c7 fix PR5179 and correctly fix PR5831 to not miscompile. by Chris Lattner · 15 years ago
- cd84084 fix PR7742 / rdar://8250764, a miscompilation of struct by Chris Lattner · 15 years ago
- fe34c1d Kill off the 'coerce' ABI passing form. Now 'direct' and 'extend' always by Chris Lattner · 15 years ago
- 5c740f1 Reapply: by Chris Lattner · 15 years ago
- 8386469 Revert r107216, "fix PR7523, which was caused by the ABI code calling ConvertType instead", it is part of a boostrap breaking sequence. by Daniel Dunbar · 15 years ago
- 466b141 fix PR7523, which was caused by the ABI code calling ConvertType instead by Chris Lattner · 15 years ago
- 22a931e Change X86_64ABIInfo to have ASTContext and TargetData ivars to by Chris Lattner · 15 years ago
- 9e748e9 add IR names to coerced arguments. by Chris Lattner · 15 years ago
- 3dd716c Change CGCall to handle the "coerce" case where the coerce-to type by Chris Lattner · 15 years ago
- 36d4d15 C++/ABI/x86_64: Member pointers should be classified as INTEGER. by Daniel Dunbar · 15 years ago
- 3780f0b x86_64: Structures with no fields but which have padding should be classified as by Daniel Dunbar · 16 years ago
- 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
- e1cd015 x86_64, PR5582: Layout bases for C++ records. by Daniel Dunbar · 16 years ago
- 34546ce Remove RUN: true lines. by Daniel Dunbar · 16 years ago
- 8b57697 Eliminate &&s in tests. by Daniel Dunbar · 16 years ago
- 20759ad x86-64 ABI: If a type is a C++ record with either a non-trivial destructor or a non-trivial copy constructor, it should be passed in a pointer. Daniel, plz review. by Anders Carlsson · 16 years ago