Age | Commit message (Expand) | Author |
2013-03-07 | Promote atomic type sizes up to a power of two, capped by | John McCall |
2013-03-07 | Change hasAggregateLLVMType, which conflates complex and | John McCall |
2013-03-07 | Evaluate compound literals directly into the result aggregate | John McCall |
2013-01-25 | patch for PR9027 and // rdar://11861085 | Fariborz Jahanian |
2013-01-20 | Implement OpenCL event_t as Clang builtin type, including event_t related Ope... | Guy Benyei |
2013-01-02 | Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to | Chandler Carruth |
2012-12-21 | Reinstate r170806, reverted in r170835, with a fix use i1 instead of i8 for a... | Richard Smith |
2012-12-21 | Revert r170806, "Fix some bugs where we would sometimes use 0, not -1, when e... | NAKAMURA Takumi |
2012-12-20 | Fix some bugs where we would sometimes use 0, not -1, when emitting a null co... | Richard Smith |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth |
2012-11-16 | A step towards sorting out handling of triviality of special members in C++11. | Richard Smith |
2012-11-01 | Simplify: replace getContext().getLangOpts() with just getLangOpts(). | Richard Smith |
2012-10-09 | -fcatch-undefined-behavior: emit calls to the runtime library whenever one of... | Richard Smith |
2012-09-30 | CodeGen: Copy tail padding when we're not dealing with a trivial copy assign ... | Benjamin Kramer |
2012-09-28 | Add basic support for adding !tbaa.struct metadata on llvm.memcpy calls for | Dan Gohman |
2012-09-08 | -fcatch-undefined-behavior: Factor emission of the creation of, and branch to, | Richard Smith |
2012-08-31 | Change the representation of builtin functions in the AST | Eli Friedman |
2012-08-24 | New -fcatch-undefined-behavior features: | Richard Smith |
2012-08-21 | When performing a trivial copy of a C++ type, we must be careful not | John McCall |
2012-07-02 | Significantly simplify CGExprAgg's logic about ignored results: | John McCall |
2012-06-15 | Documentation cleanup: | James Dennett |
2012-06-06 | Revert Decl's iterators back to pointer value_type rather than reference valu... | David Blaikie |
2012-04-30 | Remove the ref/value inconsistency in filter_decl_iterator. | David Blaikie |
2012-04-17 | Fix case where the alignment is overaligned, per Eli's suggestion. | Chad Rosier |
2012-04-17 | Make sure EmitMoveFromReturnSlot is passing the correct alignment to | Chad Rosier |
2012-04-16 | Propagate alignment on lvalues through EmitLValueForField. PR12395. | Eli Friedman |
2012-04-15 | PR12226: don't generate wrong code if a braced string literal is used to | Richard Smith |
2012-03-29 | Revert r153613 as it's causing large compile-time regressions on the nightly ... | Chad Rosier |
2012-03-28 | When we can't prove that the target of an aggregate copy is | John McCall |
2012-03-11 | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie |
2012-03-10 | Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to | John McCall |
2012-03-10 | Unify the BlockDeclRefExpr and DeclRefExpr paths so that | John McCall |
2012-02-29 | Make sure list-initialization of arrays works correctly in explicit type conv... | Eli Friedman |
2012-02-25 | Fix crashers on unexpected std::initializer_list layouts. Found by inspection. | Sebastian Redl |
2012-02-24 | Fix a stupid mistake in r151133. Reported to me by Joerg Sonnenberger. | Eli Friedman |
2012-02-23 | Try to handle qualifiers more consistently for array InitListExprs. Fixes <r... | Eli Friedman |
2012-02-22 | Make sure null initialization in arrays works correctly with ARC types. <rda... | Eli Friedman |
2012-02-22 | Generate an AST for the conversion from a lambda closure type to a | Douglas Gregor |
2012-02-19 | Make heap-allocation of std::initializer_list 'work'. | Sebastian Redl |
2012-02-19 | Get recursive initializer lists to work and add a test. Codegen of std::initi... | Sebastian Redl |
2012-02-17 | Basic code generation support for std::initializer_list. | Sebastian Redl |
2012-02-15 | Split reinterpret_casts of member pointers out from CK_BitCast; this | John McCall |
2012-02-09 | Refactor lambda IRGen so AggExprEmitter::VisitLambdaExpr does the right thing. | Eli Friedman |
2012-02-09 | A tiny bit more lambda IRGen. | Eli Friedman |
2012-02-07 | simplify a bunch of code to use the well-known LLVM IR types computed by Code... | Chris Lattner |
2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie |
2012-01-16 | Some improvements to the handling of C11 atomic types: | David Chisnall |
2012-01-06 | Revert r147664; it's breaking clang regression tests. | Eli Friedman |
2012-01-06 | Silence GCC warnings. | Jakub Staszak |
2011-12-05 | Make EmitAggregateCopy take an alignment argument. Make EmitFinalDestCopy pa... | Eli Friedman |