| Commit message (Expand) | Author | Age | Files | Lines |
| * | CodeGen: Tweak ABI handling for Minix, patch by Kees van Reeuwijk! | Daniel Dunbar | 2010-07-15 | 1 | -1/+0 |
| * | add driver support for minix, patch by Kees van Reeuwijk | Chris Lattner | 2010-07-07 | 1 | -0/+1 |
| * | Reapply: | Chris Lattner | 2010-06-30 | 1 | -2/+1 |
| * | Revert r107173, "fix PR7519: after thrashing around and remembering how all t... | Daniel Dunbar | 2010-06-30 | 1 | -1/+2 |
| * | fix PR7519: after thrashing around and remembering how all this stuff | Chris Lattner | 2010-06-29 | 1 | -2/+1 |
| * | Change X86_64ABIInfo to have ASTContext and TargetData ivars to | Chris Lattner | 2010-06-29 | 1 | -43/+84 |
| * | plumb preferred types down into X86_64ABIInfo::classifyArgumentType, | Chris Lattner | 2010-06-29 | 1 | -4/+14 |
| * | Pass the LLVM IR version of argument types down into computeInfo. | Chris Lattner | 2010-06-29 | 1 | -8/+24 |
| * | pass/return structs of char and short as i8/i16 to avoid | Chris Lattner | 2010-06-28 | 1 | -5/+9 |
| * | more tidying up. | Chris Lattner | 2010-06-28 | 1 | -32/+45 |
| * | random acts of tidying. | Chris Lattner | 2010-06-28 | 1 | -28/+47 |
| * | X86-64: | Chris Lattner | 2010-06-28 | 1 | -0/+12 |
| * | finally get around to doing a significant cleanup to irgen: | Chris Lattner | 2010-06-27 | 1 | -18/+13 |
| * | use more efficient type comparison predicates. | Chris Lattner | 2010-06-26 | 1 | -2/+2 |
| * | Change the test for which ABI/CC to use on ARM to be base on the environment | Rafael Espindola | 2010-06-16 | 1 | -3/+4 |
| * | Don't set the calling convention for ARM if it is already the default. | Rafael Espindola | 2010-06-16 | 1 | -3/+11 |
| * | Give Type::isIntegralType() an ASTContext parameter, so that it | Douglas Gregor | 2010-06-16 | 1 | -1/+1 |
| * | Introduce Type::isIntegralOrEnumerationType(), to cover those places | Douglas Gregor | 2010-06-16 | 1 | -1/+1 |
| * | Fix passing and returning of objects with non trivial copy constructors on | Rafael Espindola | 2010-06-08 | 1 | -0/+10 |
| * | Implement __builtin_init_dwarf_reg_size_table and __builtin_dwarf_sp_column | John McCall | 2010-05-27 | 1 | -39/+78 |
| * | IRgen: Remove dead function. | Daniel Dunbar | 2010-05-17 | 1 | -17/+0 |
| * | C++/Darwin/i386 ABI: Fix some problems with empty record handling. | Daniel Dunbar | 2010-05-17 | 1 | -3/+20 |
| * | C++/ABI/x86_64: Member pointers should be classified as INTEGER. | Daniel Dunbar | 2010-05-15 | 1 | -0/+5 |
| * | C++/ABI/i386: Member function pointers should be passed by value. | Daniel Dunbar | 2010-05-15 | 1 | -2/+3 |
| * | C++/Darwin/x86: Teach IRgen it can pass reference types in registers. | Daniel Dunbar | 2010-05-14 | 1 | -2/+2 |
| * | IRgen/i386/C++: Fix isSingleElementStruct computation for C++ record decls. | Daniel Dunbar | 2010-05-11 | 1 | -0/+24 |
| * | ABI/x86-32 & x86-64: Alignment on 'byval' must be set when when the alignment | Daniel Dunbar | 2010-04-21 | 1 | -19/+40 |
| * | IRgen/x86-32: Factor out getIndirectResult(), to match x86-64 factoring. | Daniel Dunbar | 2010-04-21 | 1 | -9/+20 |
| * | fit in 80 cols | Chris Lattner | 2010-04-06 | 1 | -2/+3 |
| * | fix PR6433, crash on va_arg of typedef. | Chris Lattner | 2010-03-11 | 1 | -8/+9 |
| * | Support PPC-32 DWARF EH intrinisics. Thanks to rdivacky for his assistance. | John McCall | 2010-03-11 | 1 | -0/+77 |
| * | Implement __builtin_dwarf_sp_column for i386 (Darwin and not), x86-64 (all), | John McCall | 2010-03-06 | 1 | -0/+81 |
| * | Canonicalize parameter and return types before computing ABI info. Eliminates | John McCall | 2010-02-24 | 1 | -4/+3 |
| * | implement EmitVAArg. pretty much the same way other targets do. | Sanjiv Gupta | 2010-02-17 | 1 | -1/+21 |
| * | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands | 2010-02-15 | 1 | -3/+3 |
| * | Emit the 'alignstack' LLVM function attribute when we encounter a function | Charles Davis | 2010-02-13 | 1 | -0/+17 |
| * | Implement promotion for enumeration types. | Douglas Gregor | 2010-02-02 | 1 | -3/+38 |
| * | ARM/APCS: Fix classification of small complex integer types as "integer like". | Daniel Dunbar | 2010-02-01 | 1 | -3/+3 |
| * | ARM/APCS: Pass Complex types following llvm-gcc. | Daniel Dunbar | 2010-02-01 | 1 | -0/+8 |
| * | ARM/APCS ABI: Fix some problems with bit-fields in structures. After rereading | Daniel Dunbar | 2010-01-29 | 1 | -18/+18 |
| * | Structs and classes with non-trivial destructors or copy constructors should ... | Anders Carlsson | 2010-01-27 | 1 | -2/+10 |
| * | Eliminate some Clang warnings | Douglas Gregor | 2010-01-22 | 1 | -7/+7 |
| * | Generalize target weirdness handling having proper layering in mind: | Anton Korobeynikov | 2010-01-10 | 1 | -27/+110 |
| * | Rename file to generalization in next commits | Anton Korobeynikov | 2010-01-10 | 1 | -0/+1821 |