Age | Commit message (Expand) | Author |
2013-01-10 | Testing with a full OpenCL compiler (based on clang) reveals r71734 missed | David Tweed |
2013-01-07 | [ubsan] Use correct type for compound assignment ops. | Will Dietz |
2013-01-07 | Scalar shifts in the OpenCL specification (as of v. 1.2) are defined to be | David Tweed |
2013-01-02 | Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to | Chandler Carruth |
2013-01-01 | Simplify vector splat code. No functionality change. | Benjamin Kramer |
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-12-02 | [ubsan] Add flag to enable recovery from checks when possible. | Will Dietz |
2012-11-27 | Add -fsanitize=integer for reporting suspicious integer behaviors. | Will Dietz |
2012-11-15 | Make -ffp-contract a codegen option, rather than a laguage option. This makes | Lang Hames |
2012-11-06 | Classify the INT_MIN/-1 check as -fsanitize=signed-integer-overflow, not as -... | Richard Smith |
2012-11-05 | Use the individual -fsanitize=<...> arguments to control which of the UBSan | Richard Smith |
2012-11-01 | Simplify: replace getContext().getLangOpts() with just getLangOpts(). | Richard Smith |
2012-11-01 | Clean up misapplication of diff. | Richard Smith |
2012-11-01 | Split emission of -ftrapv checks and -fcatch-undefined-behavior checks into | Richard Smith |
2012-11-01 | Remove divison-by-zero checks from -ftrapv. These checks were incompatible with | Richard Smith |
2012-10-23 | Switch CodeGenOptions over to a .def file, like we do with LangOptions. | Douglas Gregor |
2012-10-12 | -fcatch-undefined-behavior: Trap undefined behavior due to conversions to or | Richard Smith |
2012-10-09 | -fcatch-undefined-behavior: emit calls to the runtime library whenever one of... | Richard Smith |
2012-10-08 | Move TargetData to DataLayout. | Micah Villmow |
2012-10-04 | Fail early with a clear assert if an operation with multiple uses somehow ends | Lang Hames |
2012-10-03 | Always initialize FPContractable. | Benjamin Kramer |
2012-10-03 | Teach getCXXRecordDeclForPointerType about references. | Jordan Rose |
2012-10-02 | Add FP_CONTRACT support for clang. | Lang Hames |
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-28 | Fix PR13704 | Michael Liao |
2012-08-25 | Remove spurious string literal for bool argument. | Richard Smith |
2012-08-25 | -fcatch-undefined-behavior: add the -ftrapv checks to the set of things caught | Richard Smith |
2012-08-24 | New -fcatch-undefined-behavior features: | Richard Smith |
2012-07-04 | Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used ins... | Benjamin Kramer |
2012-06-16 | Fix Sema and IRGen for atomic compound assignment so it has the right semanti... | Eli Friedman |
2012-06-06 | reverse r158117. | Fariborz Jahanian |
2012-06-06 | When doing arithmatic on vla pointer, make sure | Fariborz Jahanian |
2012-06-06 | Revert Decl's iterators back to pointer value_type rather than reference valu... | David Blaikie |
2012-05-29 | OpenCL: Fix vector conditional operator CodeGen for the case where | Peter Collingbourne |
2012-04-30 | Remove the ref/value inconsistency in filter_decl_iterator. | David Blaikie |
2012-04-27 | Use enum to set debug info size generated by Clang | Alexey Samsonov |
2012-04-19 | Implements boxed expressions for Objective-C. <rdar://problem/10194391> | Patrick Beard |
2012-04-10 | Express the number of ULPs in fpaccuracy metadata as a real rather than a | Duncan Sands |
2012-04-05 | Make the variant of __builtin_shufflevector that takes the shuffle indexes as... | Eli Friedman |
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-03-09 | [AST] Reduce Decl::getASTContext() calls. | Daniel Dunbar |
2012-03-07 | Don't even try to directly emit the value of a DeclRefExpr if that declaration | Richard Smith |
2012-03-06 | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek |
2012-03-02 | Reinstate r151879, r151880, reverted in r151922, along with a bugfix for | Richard Smith |