Age | Commit message (Expand) | Author |
2013-05-03 | Correctly emit certain implicit references to 'self' even within | John McCall |
2013-04-27 | Struct-path aware TBAA: fix handling of may_alias attribute. | Manman Ren |
2013-04-20 | C++1y: Allow aggregates to have default initializers. | Richard Smith |
2013-04-19 | Implement CodeGen for C++11 thread_local, following the Itanium ABI specifica... | Richard Smith |
2013-04-14 | CodeGen support for function-local static thread_local variables with | Richard Smith |
2013-04-13 | Annotate flavor of TLS variable (statically or dynamically initialized) onto ... | Richard Smith |
2013-04-11 | Struct-path aware TBAA: uniformize scalar tag and path tag. | Manman Ren |
2013-04-11 | Force a load when creating a reference to a temporary copied from a bitfield. | Jordan Rose |
2013-04-06 | <rdar://problem/13325066> Destroy std::initializer_list temporaries whose lif... | Douglas Gregor |
2013-04-04 | Initial support for struct-path aware TBAA. | Manman Ren |
2013-04-04 | revert r178784 since it does not have a commit message | Manman Ren |
2013-04-04 | Index: include/clang/Driver/CC1Options.td | Manman Ren |
2013-03-22 | ubsan: Pass floating-point arguments to the runtime by value if they fit the | Richard Smith |
2013-03-15 | Force column info only for direct inlined functions. This should strike | Adrian Prantl |
2013-03-13 | Tighten up the rules for precise lifetime and document | John McCall |
2013-03-12 | Force column info to be generated for call expressions so we can | Adrian Prantl |
2013-03-09 | Make helper function static. | Benjamin Kramer |
2013-03-07 | Promote atomic type sizes up to a power of two, capped by | John McCall |
2013-03-07 | Move the atomics code into its own file. | John McCall |
2013-03-07 | Change hasAggregateLLVMType, which conflates complex and | John McCall |
2013-02-28 | Use the actual ABI-determined C calling convention for runtime | John McCall |
2013-02-24 | PR15338: Don't assert if -fsanitize=bounds sees array indexing on an incomplete | Richard Smith |
2013-02-23 | ubsan: Emit bounds checks for array indexing, vector indexing, and (in really... | Richard Smith |
2013-02-13 | ubsan: Add checking for invalid downcasts. Per [expr.static.cast]p2 and p11, | Richard Smith |
2013-02-02 | Don't forget to run destructors when we create an array temporary of class type. | Richard Smith |
2013-01-31 | Make sure that the Attribute object represents one attribute only. | Bill Wendling |
2013-01-30 | Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support | Dmitri Gribenko |
2013-01-29 | [ubsan] Implement the -fcatch-undefined-behavior flag using a trapping | Chad Rosier |
2013-01-20 | Implement OpenCL event_t as Clang builtin type, including event_t related Ope... | Guy Benyei |
2013-01-18 | [ubsan] Add support for -fsanitize-blacklist | Will Dietz |
2013-01-15 | Avoid unsigned Compare to int | David Greene |
2013-01-12 | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko |
2013-01-10 | Don't assert in codegen on static data members which have NoLinkage. Fixes | Nick Lewycky |
2013-01-09 | [ubsan] Make static check data non-const so it can be used for deduplication. | Will Dietz |
2013-01-02 | Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to | Chandler Carruth |
2012-12-21 | Don't eagerly emit a global static merged with a local extern. | Rafael Espindola |
2012-12-20 | Rename llvm::Attributes to llvm::Attribute. | Bill Wendling |
2012-12-20 | Revert r170500. It over-zealously converted *ALL* things named Attributes, wh... | Bill Wendling |
2012-12-19 | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling |
2012-12-19 | Make sure CodeGen uses a value of the correct type as the result of | Eli Friedman |
2012-12-18 | Similar to 170440 - fix build warning with gcc | Eli Bendersky |
2012-12-18 | Fix typo (thanks to Jordan for spotting it!). | Richard Smith |
2012-12-18 | Rein ubsan's vptr sanitizer back a bit. Per core issue 453, binding a reference | Richard Smith |
2012-12-15 | [ubsan] Emit branch weight metadata to hint towards common case. | Will Dietz |
2012-12-13 | ubsan: Add -fsanitize=bool and -fsanitize=enum, which check for loads of | Richard Smith |
2012-12-13 | Simplify. No functionality change. | Richard Smith |
2012-12-07 | Fix the required args count for variadic blocks. | John McCall |
2012-12-06 | Rework the bitfield access IR generation to address PR13619 and | Chandler Carruth |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth |
2012-12-03 | Fix test failure when building Clang with g++4.7 -- don't use a Twine temporary | Richard Smith |