Age | Commit message (Expand) | Author |
2009-05-04 | PR4143: don't crash generating debug info for incomplete enum types. | Eli Friedman |
2009-05-04 | Remove unnecessary push_back (at least, I think it's unnecessary); | Eli Friedman |
2009-05-04 | Don't allow clients to traverse into superclass synthesized properties | Daniel Dunbar |
2009-05-03 | Inline GetFieldBaseOffset into sole callsite. | Daniel Dunbar |
2009-05-03 | Avoid recomputing field offsets. | Daniel Dunbar |
2009-05-03 | Normalize formatting | Daniel Dunbar |
2009-05-03 | Use the implementation decl for looking up offset while building the | Daniel Dunbar |
2009-05-03 | PR4134: Implement __builtin_extract_return_addr. | Eli Friedman |
2009-05-03 | Fix comment to account for r70786. | Eli Friedman |
2009-05-03 | PR4133: fix always_inline implementation to be consistent with gcc. | Eli Friedman |
2009-05-03 | Make codegen for constructors work again. | Anders Carlsson |
2009-05-03 | assert that mangleName is not called for C++ ctors/dtors. | Anders Carlsson |
2009-05-03 | It turns out BuildAggrIvarLayout wasn't even using the shadow struct, | Daniel Dunbar |
2009-05-03 | Lift common subexpression, remove dead "base" variable. | Daniel Dunbar |
2009-05-03 | Factor out BuildAggrIvarRecordLayout routine. | Daniel Dunbar |
2009-05-03 | Lift out GetGCAttrTypeForType routine. | Daniel Dunbar |
2009-05-03 | Add constructors for GC_IVAR and SKIP_SCAN, tighten up uses. | Daniel Dunbar |
2009-05-03 | Normalize style, remove a dead assert. | Daniel Dunbar |
2009-05-03 | Use ASTRecordLayout for computing ivar offsets instead of shadow | Daniel Dunbar |
2009-05-03 | Add a ComputeIvarBaseOffset overload taking an implementation | Daniel Dunbar |
2009-05-03 | Compute Objective-C metadata size information from the record layout, | Daniel Dunbar |
2009-05-03 | look at the right operand when increasing the size of an asm output, | Chris Lattner |
2009-05-03 | Remove unused argument. | Daniel Dunbar |
2009-05-03 | Coalesce the ivar offset calculation further. | Daniel Dunbar |
2009-05-03 | don't shadow 'i' | Chris Lattner |
2009-05-03 | add support for tying asm operands where the result is smaller than | Chris Lattner |
2009-05-03 | implement support for asm outputs targetting non-simple lvalue destinations | Chris Lattner |
2009-05-03 | Use type from ivar instead of from shadow struct field. | Daniel Dunbar |
2009-05-03 | handle codegen of asms where a small input is tied to a large output. | Chris Lattner |
2009-05-03 | refactor some code to get the input/output constraint info before | Chris Lattner |
2009-05-02 | When creating a dwarf record type for an objc interface, make sure to propagate | Chris Lattner |
2009-05-02 | capture whether optimizations are enabled or not in debug info | Chris Lattner |
2009-05-02 | encode the version of the objc runtime into the dwarf compile unit. rdar://6... | Chris Lattner |
2009-05-01 | We can now call member functions where the base is a pointer. | Anders Carlsson |
2009-05-01 | Don't assert when we think we need copy/dispose, but don't need them. | Mike Stump |
2009-05-01 | Don't use indirect memory destinations for inline asm. Fixes 6841383. | Anders Carlsson |
2009-04-30 | Remove a warning when this file is compiled optimized. | Fariborz Jahanian |
2009-04-30 | API for message dispatch of methods returning floats | Fariborz Jahanian |
2009-04-30 | Fix for PR4108: be a bit looser with the casts that we accept in | Eli Friedman |
2009-04-30 | fix i128 to return in 2 64-bit registers (rax/rdx on x86-64) | Chris Lattner |
2009-04-30 | initial support for __[u]int128_t, which should be basically | Chris Lattner |
2009-04-29 | Undid setting of the flag for msg_Send for 32bit code gen. | Fariborz Jahanian |
2009-04-29 | Export lazy references of .objc_class_name of class names | Fariborz Jahanian |
2009-04-29 | Type of msgSend message dispatch API is a vararg. | Fariborz Jahanian |
2009-04-28 | Improve compatibility with GCC regarding inline semantics in GNU89 | Douglas Gregor |
2009-04-27 | While generating debug info ignore unnamed fields. | Devang Patel |
2009-04-27 | x86-32 ABI: Fix crash on return of structure with flexible array | Daniel Dunbar |
2009-04-26 | Implement function-try-blocks. However, there's a very subtle bug that I can'... | Sebastian Redl |
2009-04-26 | Remove getIntegerConstantExprValue in favor of using EvaluateAsInt. | Eli Friedman |
2009-04-26 | pull operands names "[foo]" into ConstraintInfo. | Chris Lattner |