Age | Commit message (Expand) | Author |
2010-03-08 | Revert r97949. | Devang Patel |
2010-03-08 | Avoid DIDescriptor.isNull() checks. | Devang Patel |
2010-03-08 | Extend ObjCMessageExpr for class method sends with the source location | Douglas Gregor |
2010-03-07 | Perform overload resolution when static_cast'ing from a | Douglas Gregor |
2010-03-07 | Don't turn off mangling in implicitly extern "C" system headers. GCC | Douglas Gregor |
2010-03-06 | Add a message to these asserts. | Benjamin Kramer |
2010-03-06 | Use static method in GlobalValue | Rafael Espindola |
2010-03-06 | PR6515: Implement __builtin_signbit and friends. | Eli Friedman |
2010-03-06 | Implement __builtin_dwarf_sp_column for i386 (Darwin and not), x86-64 (all), | John McCall |
2010-03-05 | add support for a 1<<29 bit in the block flags field to mark blocks using alt... | Blaine Garst |
2010-03-05 | Don't produce an alias for a destructor if the target is weak. | Rafael Espindola |
2010-03-04 | really fix 6473 by handling weakref in constant expressions. | Rafael Espindola |
2010-03-04 | Fix PR6473. | Rafael Espindola |
2010-03-04 | Revert changes r97693, r97700, and r97718. | John McCall |
2010-03-04 | Refactor local class name mangling and make it | Fariborz Jahanian |
2010-03-04 | Implement __builtin_dwarf_sp_column(). | John McCall |
2010-03-04 | Create a TargetMachine whenever we create a CodeGenAction. The codegen of | John McCall |
2010-03-03 | Fix code gen bug generating code for | Fariborz Jahanian |
2010-03-03 | fix PR6475, we were doing side-effecting stuff in an assert. | Chris Lattner |
2010-03-03 | Implements mangling of local class names to | Fariborz Jahanian |
2010-03-03 | add framework for ARM builtins, Patch by Edmund Grimley Evans! | Chris Lattner |
2010-03-03 | Sketch out an implementation for __builtin_dwarf_cfa. I have no idea | John McCall |
2010-03-03 | Implement __builtin_eh_return. | John McCall |
2010-03-03 | Fix a bug with base offset merging that Devang noticed. | Anders Carlsson |
2010-03-03 | Add proper target hooks for __builtin_extract_return_address and | John McCall |
2010-03-03 | Don't emit derived-to-base destructor aliases if we don't have a definition | John McCall |
2010-03-02 | During codegen assert that any copy assignment, destructor or constructor that | Rafael Espindola |
2010-03-02 | Simplify code. | Anders Carlsson |
2010-03-02 | Inspired by seeing "MIPS" go by in the commits, I've gone ahead and | John McCall |
2010-03-02 | Rename BaseOffset to Offset and make it signed in preparation of more constru... | Anders Carlsson |
2010-03-02 | After much consultation aimed at figuring out what this builtin actually | John McCall |
2010-03-01 | Split out types that are non-canonical unless dependent as their own | John McCall |
2010-03-01 | The latest draft uses 'dt' to mangle member expressions, and now so do we. | John McCall |
2010-02-28 | Improve name mangling for dependently-scoped declaration references. | Douglas Gregor |
2010-02-28 | Add name mangling for DeclRefExprs that refer to external names | Douglas Gregor |
2010-02-28 | Remove debug output. | Anders Carlsson |
2010-02-28 | Handle unused functions in construction vtables correctly. | Anders Carlsson |
2010-02-28 | When laying out vtables for virtual bases in construction vtables, we need to... | Anders Carlsson |
2010-02-28 | More improvements to construction vtables; we know handle vbase offsets corre... | Anders Carlsson |
2010-02-28 | Pass information about whether a base is virtual or not down to getCtorVtable... | Anders Carlsson |
2010-02-28 | Add new function. | Anders Carlsson |
2010-02-27 | Fix to dumpLayout; we want to be able to dump address points even if the vtab... | Anders Carlsson |
2010-02-27 | Add a simple construction vtable test. | Anders Carlsson |
2010-02-27 | Start fleshing out construction vtable support. | Anders Carlsson |
2010-02-27 | Enable the new vtable layout code for vtables that aren't construction vtable... | Anders Carlsson |
2010-02-27 | Move ComputeThisAdjustmentBaseOffset to VtableBuilder. | Anders Carlsson |
2010-02-27 | Make sure to insert the primary base in the set :) | Anders Carlsson |
2010-02-27 | Use the real base offset when calculating vbase offsets. | Anders Carlsson |
2010-02-27 | Figured out why the test was failing, this will hopefully fix it. | Anders Carlsson |
2010-02-27 | Don't add this adjustments for pure virtual member functions. | Anders Carlsson |