| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add mangling support for calls, sizeof/alignof, constructor calls, | John McCall | 2010-02-04 | 1 | -29/+151 |
| * | Revert "Numerous changes to selector handling:", this breaks a whole bunch of | Daniel Dunbar | 2010-02-03 | 5 | -63/+26 |
| * | Handle reference binding in aggregate initializers. Fixes another 47 tests. | Anders Carlsson | 2010-02-03 | 1 | -5/+5 |
| * | Add a band-aid fix for clang self-hosting. A better fix will follow shortly. | Anders Carlsson | 2010-02-03 | 1 | -0/+3 |
| * | More cleanup. | Anders Carlsson | 2010-02-03 | 1 | -10/+14 |
| * | Revert the new reference binding code; I came up with a way simpler solution ... | Anders Carlsson | 2010-02-03 | 6 | -41/+6 |
| * | First pass at adding GC support for GNU runtime. GC ivar maps not yet constr... | David Chisnall | 2010-02-03 | 1 | -6/+97 |
| * | When a function or variable somehow depends on a type or declaration | Douglas Gregor | 2010-02-03 | 2 | -34/+61 |
| * | remove a big chunk of #if 0 code. | Chris Lattner | 2010-02-03 | 1 | -58/+0 |
| * | Provide a real fix for PR6199, reverting the old workaround. Here, we | Douglas Gregor | 2010-02-03 | 1 | -3/+1 |
| * | Numerous changes to selector handling: | David Chisnall | 2010-02-03 | 5 | -26/+63 |
| * | Remove abstract expression kinds from the StmtClass enum. Update a few users | John McCall | 2010-02-03 | 1 | -6/+23 |
| * | Implement promotion for enumeration types. | Douglas Gregor | 2010-02-02 | 1 | -3/+38 |
| * | Set the correct vtable pointers _before_ generating code for any member initi... | Anders Carlsson | 2010-02-02 | 1 | -5/+10 |
| * | Use the Arg variable rather than re-computing it. This also silences GCC's | Chandler Carruth | 2010-02-02 | 1 | -1/+1 |
| * | Codegen CXXConstructExprs with trivial constructors as constants. | John McCall | 2010-02-02 | 1 | -0/+23 |
| * | Check in a test case and a nasty workaround for PR6199. | Anders Carlsson | 2010-02-02 | 1 | -1/+3 |
| * | Improve handling of emitting 'null' pointers to data members. | Anders Carlsson | 2010-02-02 | 4 | -51/+101 |
| * | Move pointer to data member emission to CodeGenModule and use it in CGExprCon... | Anders Carlsson | 2010-02-02 | 6 | -34/+45 |
| * | ARM/APCS: Fix classification of small complex integer types as "integer like". | Daniel Dunbar | 2010-02-01 | 1 | -3/+3 |
| * | ARM/APCS: Pass Complex types following llvm-gcc. | Daniel Dunbar | 2010-02-01 | 1 | -0/+8 |
| * | Fix FIXME and surrounding comment. | Devang Patel | 2010-02-01 | 1 | -4/+1 |
| * | Use appropriate context descriptor in RecordDecl's debug info. | Devang Patel | 2010-02-01 | 1 | -3/+9 |
| * | Do not use clang type name to name a local variable, e.g. Decl. | Devang Patel | 2010-02-01 | 1 | -44/+44 |
| * | Do not use clang type name to name a local variable, e.g. Decl. | Devang Patel | 2010-02-01 | 1 | -29/+25 |
| * | Use DeclContext as getContextDescriptor() argument. | Devang Patel | 2010-02-01 | 1 | -18/+27 |
| * | NeXT: Add support for -fobjc-legacy-dispatch. | Daniel Dunbar | 2010-02-01 | 1 | -0/+4 |
| * | Don't explicitly force utf strings into the __TEXT,__ustring | Chris Lattner | 2010-02-01 | 1 | -4/+0 |
| * | In C++, an initializer on a variable doesn't necessarily mean it's the defini... | Sebastian Redl | 2010-02-01 | 1 | -1/+1 |
| * | Emit debug info for namespaces. | Devang Patel | 2010-02-01 | 2 | -1/+29 |
| * | Switch expressions like T() and T(1,2) over to new-style initialization. I'm | Eli Friedman | 2010-01-31 | 1 | -1/+1 |
| * | Simplify EmitMemberInitializer; no intended functionality change. | Eli Friedman | 2010-01-31 | 1 | -19/+1 |
| * | Start creating CXXBindReferenceExpr nodes when binding complex types to refer... | Anders Carlsson | 2010-01-31 | 4 | -0/+31 |
| * | Rework base and member initialization in constructors, with several | Douglas Gregor | 2010-01-31 | 2 | -41/+18 |
| * | When performing a derived-to-base cast that we know will not change the offse... | Anders Carlsson | 2010-01-31 | 1 | -52/+49 |
| * | When doing a base-to-derived cast we don't need to null check the derived val... | Anders Carlsson | 2010-01-31 | 1 | -10/+15 |
| * | Some class related cleanup. | Anders Carlsson | 2010-01-31 | 6 | -41/+39 |
| * | More asm cleanup. | Anders Carlsson | 2010-01-30 | 1 | -6/+6 |
| * | Yay for more StringRefs. | Anders Carlsson | 2010-01-30 | 1 | -3/+2 |
| * | Use appropriate context for typedefs. | Devang Patel | 2010-01-29 | 1 | -7/+5 |
| * | Maintain a map of regions (lexical scopes) and use it to find context for a g... | Devang Patel | 2010-01-29 | 2 | -11/+10 |
| * | Name mangling for cast expressions, from Matthias Schiffer! Fixes PR5876. | Douglas Gregor | 2010-01-29 | 1 | -0/+18 |
| * | Use EmitLValueForFieldInitialization when synthesizing the copy ctor as well. | Anders Carlsson | 2010-01-29 | 1 | -19/+2 |
| * | Add a new EmitLValueForFieldInitialization that will be used for initializing... | Anders Carlsson | 2010-01-29 | 3 | -11/+27 |
| * | Simplify EmitLValueForField - we can get whether the field is part of a union... | Anders Carlsson | 2010-01-29 | 5 | -29/+18 |
| * | ARM/APCS ABI: Fix some problems with bit-fields in structures. After rereading | Daniel Dunbar | 2010-01-29 | 1 | -18/+18 |
| * | Add an CXXBindReferenceExpr (not used just yet). | Anders Carlsson | 2010-01-29 | 1 | -0/+2 |
| * | s/CGDebugInfo::getContext/CGDebugInfo::getContextDescriptor/g to avoid confus... | Devang Patel | 2010-01-28 | 2 | -7/+8 |
| * | Fix indentation. | Devang Patel | 2010-01-28 | 1 | -30/+30 |
| * | Static methods do not need "this" pointer argument. | Devang Patel | 2010-01-28 | 1 | -0/+5 |