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