Age | Commit message (Expand) | Author |
2009-01-31 | Kill off CGCallInfo, always use CGFunctionInfo for encapsulating | Daniel Dunbar |
2009-01-31 | x86_64 ABI: Retool classification to compute lo & hi classifications | Daniel Dunbar |
2009-01-30 | x86_64 ABI: Fix more thinkos, straddling computation for complex was | Daniel Dunbar |
2009-01-30 | x86_64 ABI: Fix thinko in prev commit, 64-bit vectors should have SSE | Daniel Dunbar |
2009-01-30 | x86_64 ABI: Pass <1 x double> in memory. This is arguably wrong, but | Daniel Dunbar |
2009-01-30 | Remove testing -use-x86_64-abi option; current implementation is | Daniel Dunbar |
2009-01-30 | x86_64 ABI: Split small vectors which cross an eightbyte boundary. Down to 33... | Daniel Dunbar |
2009-01-30 | x86_64 ABI: Implement classification for arrays. | Daniel Dunbar |
2009-01-30 | Use uint64_t not unsigned for type sizes/offsets. | Daniel Dunbar |
2009-01-29 | x86_64 ABI: Handle fields / complex components which straddle | Daniel Dunbar |
2009-01-29 | x86_64 ABI: Tweak merging algorithm so that we always bail early when | Daniel Dunbar |
2009-01-29 | ABI: When emitting calls which return an ignored argument, make sure | Daniel Dunbar |
2009-01-29 | x86_64 ABI: Implement classification for records. | Daniel Dunbar |
2009-01-29 | x86_64: Support cases which map to returning multiple values in LLVM | Daniel Dunbar |
2009-01-29 | x86_64 ABI: Classify _Complex ints as integer. | Daniel Dunbar |
2009-01-27 | x86_64: Classify __m64 and __m128 "correctly". | Daniel Dunbar |
2009-01-27 | Implement support for coercion to wider types during ABI handling. | Daniel Dunbar |
2009-01-26 | Add Ignore ABIArgInfo kind, for handling void & empty structures. | Daniel Dunbar |
2009-01-24 | Start filling in x86_64 ABI implementation. | Daniel Dunbar |
2009-01-15 | Add dummy X86_64 ABIInfo implementation. | Daniel Dunbar |
2009-01-09 | Provide a new kind of iterator, the specific_decl_iterator, that | Douglas Gregor |
2008-12-18 | Allow ABI to use StructRet even for scalar values. | Daniel Dunbar |
2008-11-25 | Handle returning complex types that get coerced. Fixes PR3131 | Anders Carlsson |
2008-11-24 | Migrate some stuff from NamedDecl::getName() to | Chris Lattner |
2008-11-15 | Fix silly bug spotted by Daniel Dunbar | Anders Carlsson |
2008-11-15 | Handle complex return values. | Anders Carlsson |
2008-10-13 | Lift out ABIInfo abstract base class. | Daniel Dunbar |
2008-10-05 | Implement support for the const and pure attributes. | Anders Carlsson |
2008-09-26 | Now Attributes are divided in three groups | Devang Patel |
2008-09-25 | Large mechanical patch. | Devang Patel |
2008-09-24 | Adjust whitespaces. | Devang Patel |
2008-09-24 | s/ParamAttrsWithIndex/FnAttributeWithIndex/g | Devang Patel |
2008-09-17 | Improve x86 ABI compatibility. | Daniel Dunbar |
2008-09-17 | Drop CodeGenTypes parameter to classifyArgumentType. | Daniel Dunbar |
2008-09-17 | Add support for ABIArgInfo::Expand | Daniel Dunbar |
2008-09-11 | Use ABIArgInfo for decisions about function arguments (not just return | Daniel Dunbar |
2008-09-11 | Bug fix, apply default argument promotion in message sends for which | Daniel Dunbar |
2008-09-10 | Implement ABIArgType::Coerce support. | Daniel Dunbar |
2008-09-10 | Add CodeGenTypes::GetFunctionType overload for getting the effective | Daniel Dunbar |
2008-09-10 | Move FunctionType conversion into CGCall.cpp: | Daniel Dunbar |
2008-09-10 | Add ABIArgInfo class to encapsulate ABI decision of how to lower types | Daniel Dunbar |
2008-09-10 | Tweak CGCall functions again: | Daniel Dunbar |
2008-09-10 | Tweak CGCall functions: | Daniel Dunbar |
2008-09-09 | Add CodeGenFunction::ReturnTypeUsesSret | Daniel Dunbar |
2008-09-09 | Move ABI specific code for functions / calls to CGCall.cpp: | Daniel Dunbar |
2008-09-09 | Change CodeGen to emit calls using (RValue,Type) list: | Daniel Dunbar |
2008-09-08 | Refactor parameter attribute handling: | Daniel Dunbar |