Age | Commit message (Expand) | Author |
2010-08-25 | Fix horrible white space errors. | Michael J. Spencer |
2010-08-22 | Experiment with using first-class aggregates to represent member function | John McCall |
2010-07-30 | fix PR5179 and correctly fix PR5831 to not miscompile. | Chris Lattner |
2010-07-29 | move the last hunk of getCoerceResult into the place | Chris Lattner |
2010-07-29 | now that direct and coerce are merged, getCoerceResult gets simpler. | Chris Lattner |
2010-07-29 | now that GetSSETypeAtOffset handles passing SSE class values as | Chris Lattner |
2010-07-29 | Implement the clang-side of detection for when to pass as | Chris Lattner |
2010-07-29 | Look at me, I can count! | Chris Lattner |
2010-07-29 | fix rdar://8251384, another case where we could access beyond the | Chris Lattner |
2010-07-29 | start setting up infrastructure for passing multi-floats | Chris Lattner |
2010-07-29 | rename Get8ByteTypeAtOffset -> GetINTEGERTypeAtOffset to | Chris Lattner |
2010-07-29 | handle a case where we could access off the end of a function | Chris Lattner |
2010-07-29 | fix PR7742 / rdar://8250764, a miscompilation of struct | Chris Lattner |
2010-07-29 | This is a little bit far, but optimize cases like: | Chris Lattner |
2010-07-29 | implement a todo: pass a eight-byte that consists of a | Chris Lattner |
2010-07-29 | Kill off the 'coerce' ABI passing form. Now 'direct' and 'extend' always | Chris Lattner |
2010-07-29 | ignore structs that wrap vectors in IR, the abstraction shouldn't add penalty. | Chris Lattner |
2010-07-29 | move the 'pretty 16-byte vector' inferring code up to be shared | Chris Lattner |
2010-07-29 | simplify code by eliminating a premature optimization. | Chris Lattner |
2010-07-29 | now that we have CGT around, we can start using preferred types | Chris Lattner |
2010-07-29 | sink preferred type stuff lower. It's possible that this might | Chris Lattner |
2010-07-29 | dissolve some more complexity: make the x86-64 abi lowering code | Chris Lattner |
2010-07-29 | simplify Get8ByteTypeAtOffset by making it a member of X86_64ABIInfo | Chris Lattner |
2010-07-29 | now that ABIInfo depends on CGT, it has trivial access to such | Chris Lattner |
2010-07-29 | cave in to reality and make ABIInfo depend on CodeGenTypes. | Chris Lattner |
2010-07-28 | pass argument vectors in a type that corresponds to the user type if | Chris Lattner |
2010-07-28 | fix some break statements to be formatted more consistently, | Chris Lattner |
2010-07-28 | use Get8ByteTypeAtOffset for the return value path as well so we | Chris Lattner |
2010-07-28 | refactor the autosizing code, eliminating duplication | Chris Lattner |
2010-07-28 | fix PR7714 by not referencing off the end of a struct when passed by value in | Chris Lattner |
2010-07-15 | CodeGen: Tweak ABI handling for Minix, patch by Kees van Reeuwijk! | Daniel Dunbar |
2010-07-07 | add driver support for minix, patch by Kees van Reeuwijk | Chris Lattner |
2010-06-30 | Reapply: | Chris Lattner |
2010-06-30 | Revert r107173, "fix PR7519: after thrashing around and remembering how all t... | Daniel Dunbar |
2010-06-29 | fix PR7519: after thrashing around and remembering how all this stuff | Chris Lattner |
2010-06-29 | Change X86_64ABIInfo to have ASTContext and TargetData ivars to | Chris Lattner |
2010-06-29 | plumb preferred types down into X86_64ABIInfo::classifyArgumentType, | Chris Lattner |
2010-06-29 | Pass the LLVM IR version of argument types down into computeInfo. | Chris Lattner |
2010-06-28 | pass/return structs of char and short as i8/i16 to avoid | Chris Lattner |
2010-06-28 | more tidying up. | Chris Lattner |
2010-06-28 | random acts of tidying. | Chris Lattner |
2010-06-28 | X86-64: | Chris Lattner |
2010-06-27 | finally get around to doing a significant cleanup to irgen: | Chris Lattner |
2010-06-26 | use more efficient type comparison predicates. | Chris Lattner |
2010-06-16 | Change the test for which ABI/CC to use on ARM to be base on the environment | Rafael Espindola |
2010-06-16 | Don't set the calling convention for ARM if it is already the default. | Rafael Espindola |
2010-06-16 | Give Type::isIntegralType() an ASTContext parameter, so that it | Douglas Gregor |
2010-06-16 | Introduce Type::isIntegralOrEnumerationType(), to cover those places | Douglas Gregor |
2010-06-08 | Fix passing and returning of objects with non trivial copy constructors on | Rafael Espindola |
2010-05-27 | Implement __builtin_init_dwarf_reg_size_table and __builtin_dwarf_sp_column | John McCall |