Age | Commit message (Expand) | Author |
2010-05-12 | If given location is invalid then use current location. | Devang Patel |
2010-05-12 | Use end location of DeclStmt to mark stop point. | Devang Patel |
2010-05-11 | Merged Elaborated and QualifiedName types. | Abramo Bagnara |
2010-05-11 | IRgen/i386/C++: Fix isSingleElementStruct computation for C++ record decls. | Daniel Dunbar |
2010-05-11 | It's bad form to create VarDecl's without DeclContexts | Douglas Gregor |
2010-05-11 | Minor refactoring of my last patch. | Fariborz Jahanian |
2010-05-10 | Initialize Column. | Devang Patel |
2010-05-10 | Objective-C++ Code gen. Handle code gen. for property | Fariborz Jahanian |
2010-05-10 | If variable location is invalid then use current location. | Devang Patel |
2010-05-09 | Tweaked selector mangling again (GNU runtime). | David Chisnall |
2010-05-08 | Fixed linkage problem from last commit (GNU runtime). | David Chisnall |
2010-05-08 | Tweaked selector generation (GNU runtime). Removed the use of GlobalAliases ... | David Chisnall |
2010-05-07 | If there is not any debug info for type then do not emit debug info for this ... | Devang Patel |
2010-05-07 | Minor mod. to my last patch. | Fariborz Jahanian |
2010-05-07 | Fixes a Code gen crash trying to use a dot-syntax for | Fariborz Jahanian |
2010-05-07 | Avoid use of DIDescriptor::getNode(). Use overloaded operators instead. | Devang Patel |
2010-05-06 | Do not give implicitly-defined virtual members functions | Douglas Gregor |
2010-05-06 | Fix typo in comment; 80 col violation | Douglas Gregor |
2010-05-06 | The global variable for the VTT might not have external linkage; allow | Douglas Gregor |
2010-05-06 | Code Gen support for Getter/Setter synthesis of | Fariborz Jahanian |
2010-05-06 | simplify EmitAggMemberInitializer a bit and make it work in 32-bit mode, | Chris Lattner |
2010-05-06 | add todos for isinf_sign and isnormal, which I don't intend to implement | Chris Lattner |
2010-05-06 | implement codegen support for __builtin_isfinite, part of PR6083 | Chris Lattner |
2010-05-06 | implement part of PR6083: codegen support for isinf. Like isnan, | Chris Lattner |
2010-05-06 | Clean up the {} and else placement. This fixes an ambiguous else as well as | Chandler Carruth |
2010-05-05 | Pass the globaldecl into GetOrCreateLLVMFunction so that llvm | Chris Lattner |
2010-05-05 | This patch deals with Sema Part of Setter/Getter synthesis | Fariborz Jahanian |
2010-05-05 | When we emit a non-constant initializer for a global variable of | Douglas Gregor |
2010-05-05 | For thread-safe static initialization of local statics with | Douglas Gregor |
2010-05-05 | Reapplying patch to change StmtNodes.def to StmtNodes.td, this time | Sean Hunt |
2010-05-05 | Revert r103072; I accidentally ended up deleting a bunch of trailing | Sean Hunt |
2010-05-05 | Reimplement code generation for copying fields in the | Douglas Gregor |
2010-05-05 | Use a more appropriate LLVM type for the vtable pointer. | Anders Carlsson |
2010-05-05 | Unbreak CMake build. | Douglas Gregor |
2010-05-05 | Change StmtNodes.def to StmtNodes.td in anticipation of a rewrite of attributes | Sean Hunt |
2010-05-04 | Emit the globals, metadata, etc. associated with static variables even when | John McCall |
2010-05-04 | Fixes a code gen. crash when ivar object has trivial constructor. | Fariborz Jahanian |
2010-05-04 | When instantiating a function that was declared via a typedef, e.g., | Douglas Gregor |
2010-05-04 | Fixes a code gen crash when block is a reference type, etc. | Fariborz Jahanian |
2010-05-04 | When inheriting a default argument expression, inherit the full expression, | John McCall |
2010-05-04 | Fixes a Code Gen. Crash when calling destructor on a __block | Fariborz Jahanian |
2010-05-03 | Just bail out immediately when emitting an unreachable function-local static | John McCall |
2010-05-03 | If we're generating code to create a pointer-to-member function | Douglas Gregor |
2010-05-03 | When computing the address of a virtual member function pointer, use the poin... | Anders Carlsson |
2010-05-03 | Don't build an aggregate constructor loop when the constructor is trivial. | Anders Carlsson |
2010-05-03 | Don't copy or initialize empty classes. Fixes PR7012. | Anders Carlsson |
2010-05-03 | Store the entire base subobject in SubVTTIndices. | Anders Carlsson |
2010-05-03 | Remove OldGetAddressOfBaseClass - bye bye ambiguities. | Anders Carlsson |
2010-05-03 | Get rid of the last caller of OldGetAddressOfBaseClass. | Anders Carlsson |
2010-05-03 | More work towards getting rid of OldGetAddressOfBaseClass. | Anders Carlsson |