| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | PR16214, PR14467: DebugInfo: use "RequireCompleteType" to decide when to emit... | David Blaikie | 2013-07-13 | 1 | -11/+0 | 
| *  | Restore r184205 and associated commits (after commit of r185290) | Stephen Lin | 2013-06-30 | 1 | -12/+14 | 
| *  | Revert r184205 and associated patches while investigating issue with broken b... | Stephen Lin | 2013-06-19 | 1 | -14/+12 | 
| *  | Corrections to r184205 ('this'-return optimization) due to the wrong version ... | Stephen Lin | 2013-06-19 | 1 | -12/+14 | 
| *  | PR12086, PR15117 | Richard Smith | 2013-06-12 | 1 | -2/+0 | 
| *  | Tighten up the rules for precise lifetime and document | John McCall | 2013-03-13 | 1 | -1/+1 | 
| *  | Change hasAggregateLLVMType, which conflates complex and | John McCall | 2013-03-07 | 1 | -5/+12 | 
| *  | Use the actual ABI-determined C calling convention for runtime | John McCall | 2013-02-28 | 1 | -4/+5 | 
| *  | Abstract out emitting the vdtor calls and do it properly when using -cxx-abi ... | Timur Iskhodzhanov | 2013-02-15 | 1 | -12/+11 | 
| *  | Emit virtual/deleting destructors properly with -cxx-abi microsoft, PR15058 | Timur Iskhodzhanov | 2013-02-13 | 1 | -8/+10 | 
| *  | CodeGen: Implement hint values for dynamic_cast as described in the Itanium C... | Benjamin Kramer | 2013-02-03 | 1 | -2/+59 | 
| *  | CodeGen: Mark the runtime function __dynamic_cast as readonly & nounwind. | Benjamin Kramer | 2013-02-03 | 1 | -5/+10 | 
| *  | When we're emitting a constructor or destructor call from a delegating | Douglas Gregor | 2013-01-31 | 1 | -3/+7 | 
| *  | Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to | Chandler Carruth | 2013-01-02 | 1 | -1/+1 | 
| *  | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -2/+2 | 
| *  | Simplify: replace getContext().getLangOpts() with just getLangOpts(). | Richard Smith | 2012-11-01 | 1 | -3/+3 | 
| *  | Cleanup some clang code to use new type functions instead of using cast<>. | Micah Villmow | 2012-10-25 | 1 | -2/+1 | 
| *  | -fcatch-undefined-behavior checking for appropriate vptr value: Clang CodeGen... | Richard Smith | 2012-10-25 | 1 | -2/+3 | 
| *  | When we're devirtualizing a method call, make sure the method has the correct... | Eli Friedman | 2012-10-25 | 1 | -7/+7 | 
| *  | Switch CodeGenOptions over to a .def file, like we do with LangOptions. | Douglas Gregor | 2012-10-23 | 1 | -2/+3 | 
| *  | -fcatch-undefined-behavior: emit calls to the runtime library whenever one of... | Richard Smith | 2012-10-09 | 1 | -8/+11 | 
| *  | CodeGen: Copy tail padding when we're not dealing with a trivial copy assign ... | Benjamin Kramer | 2012-09-30 | 1 | -2/+2 | 
| *  | When performing a ::delete of an object with a virtual destructor, | John McCall | 2012-09-25 | 1 | -1/+7 | 
| *  | Remove redundant semicolons which are null statements. | Dmitri Gribenko | 2012-09-10 | 1 | -1/+1 | 
| *  | -fcatch-undefined-behavior: Factor emission of the creation of, and branch to, | Richard Smith | 2012-09-08 | 1 | -2/+3 | 
| *  | Fix a CodeGen bug where we would skip zero-initialization for | Eli Friedman | 2012-08-25 | 1 | -4/+1 | 
| *  | New -fcatch-undefined-behavior features: | Richard Smith | 2012-08-24 | 1 | -0/+7 | 
| *  | Devirtualize calls on glvalues produced by class member access expressions. | Richard Smith | 2012-08-15 | 1 | -1/+8 | 
| *  | Factor out computation of whether a typeid's expression is potentially | Richard Smith | 2012-08-13 | 1 | -9/+3 | 
| *  | The delete argument should not be converted to void*. | Abramo Bagnara | 2012-07-09 | 1 | -11/+0 | 
| *  | Distinguish more carefully between free functions and C++ instance methods | John McCall | 2012-07-07 | 1 | -10/+10 | 
| *  | Compare the canonical types and document why we give up on the covariant case. | Rafael Espindola | 2012-06-28 | 1 | -2/+8 | 
| *  | Disable devirtualization when we have covariant returns. I will open a bug | Rafael Espindola | 2012-06-28 | 1 | -0/+3 | 
| *  | Don't devirtualize calls when we don't have the correct type of the this pointer | Rafael Espindola | 2012-06-28 | 1 | -19/+36 | 
| *  | Fix another issue with devirtualizing calls to final methods by passing them | Rafael Espindola | 2012-06-28 | 1 | -9/+16 | 
| *  | Implement John McCall's review of r159212 other than the this pointer not | Rafael Espindola | 2012-06-27 | 1 | -4/+2 | 
| *  | Fix a bug in my previous patch: If we are not doing a virtual call because | Rafael Espindola | 2012-06-26 | 1 | -0/+4 | 
| *  | During codegen of a virtual call we would extract any casts in the expression | Rafael Espindola | 2012-06-26 | 1 | -33/+22 | 
| *  | Revert Decl's iterators back to pointer value_type rather than reference valu... | David Blaikie | 2012-06-06 | 1 | -2/+2 | 
| *  | Zap a bogus assert for delegating constructors.  PR12890, part 2. | Eli Friedman | 2012-05-20 | 1 | -1/+0 | 
| *  | Remove the ref/value inconsistency in filter_decl_iterator. | David Blaikie | 2012-04-30 | 1 | -2/+2 | 
| *  | Use enum to set debug info size generated by Clang | Alexey Samsonov | 2012-04-27 | 1 | -1/+1 | 
| *  | Propagate alignment on lvalues through EmitLValueForField.  PR12395. | Eli Friedman | 2012-04-16 | 1 | -1/+4 | 
| *  | Revert r153613 as it's causing large compile-time regressions on the nightly ... | Chad Rosier | 2012-03-29 | 1 | -2/+1 | 
| *  | When we can't prove that the target of an aggregate copy is | John McCall | 2012-03-28 | 1 | -1/+2 | 
| *  | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -5/+5 | 
| *  | Formatting. | Eric Christopher | 2012-02-29 | 1 | -1/+1 | 
| *  | Reapply r151172 - Unwind path cleanup for array new list initializers - with a | Chad Rosier | 2012-02-24 | 1 | -7/+32 | 
| *  | Replace a use of hasTrivialDefaultConstructor() with the appropriate | Douglas Gregor | 2012-02-23 | 1 | -1/+1 | 
| *  | Revert r151172: Unwind path cleanup for array new list initializers. | Chad Rosier | 2012-02-22 | 1 | -32/+7 |