| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make -ffp-contract a codegen option, rather than a laguage option. This makes | Lang Hames | 2012-11-15 | 1 | -1/+1 |
| * | Classify the INT_MIN/-1 check as -fsanitize=signed-integer-overflow, not as -... | Richard Smith | 2012-11-06 | 1 | -9/+17 |
| * | Use the individual -fsanitize=<...> arguments to control which of the UBSan | Richard Smith | 2012-11-05 | 1 | -12/+14 |
| * | Simplify: replace getContext().getLangOpts() with just getLangOpts(). | Richard Smith | 2012-11-01 | 1 | -14/+14 |
| * | Clean up misapplication of diff. | Richard Smith | 2012-11-01 | 1 | -1/+0 |
| * | Split emission of -ftrapv checks and -fcatch-undefined-behavior checks into | Richard Smith | 2012-11-01 | 1 | -0/+6 |
| * | Remove divison-by-zero checks from -ftrapv. These checks were incompatible with | Richard Smith | 2012-11-01 | 1 | -6/+2 |
| * | Switch CodeGenOptions over to a .def file, like we do with LangOptions. | Douglas Gregor | 2012-10-23 | 1 | -1/+2 |
| * | -fcatch-undefined-behavior: Trap undefined behavior due to conversions to or | Richard Smith | 2012-10-12 | 1 | -0/+118 |
| * | -fcatch-undefined-behavior: emit calls to the runtime library whenever one of... | Richard Smith | 2012-10-09 | 1 | -7/+59 |
| * | Move TargetData to DataLayout. | Micah Villmow | 2012-10-08 | 1 | -1/+1 |
| * | Fail early with a clear assert if an operation with multiple uses somehow ends | Lang Hames | 2012-10-04 | 1 | -0/+4 |
| * | Always initialize FPContractable. | Benjamin Kramer | 2012-10-03 | 1 | -0/+3 |
| * | Teach getCXXRecordDeclForPointerType about references. | Jordan Rose | 2012-10-03 | 1 | -8/+7 |
| * | Add FP_CONTRACT support for clang. | Lang Hames | 2012-10-02 | 1 | -2/+84 |
| * | -fcatch-undefined-behavior: Factor emission of the creation of, and branch to, | Richard Smith | 2012-09-08 | 1 | -66/+29 |
| * | Change the representation of builtin functions in the AST | Eli Friedman | 2012-08-31 | 1 | -1/+3 |
| * | Fix PR13704 | Michael Liao | 2012-08-28 | 1 | -1/+1 |
| * | Remove spurious string literal for bool argument. | Richard Smith | 2012-08-25 | 1 | -1/+1 |
| * | -fcatch-undefined-behavior: add the -ftrapv checks to the set of things caught | Richard Smith | 2012-08-25 | 1 | -18/+49 |
| * | New -fcatch-undefined-behavior features: | Richard Smith | 2012-08-24 | 1 | -5/+7 |
| * | Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used ins... | Benjamin Kramer | 2012-07-04 | 1 | -3/+2 |
| * | Fix Sema and IRGen for atomic compound assignment so it has the right semanti... | Eli Friedman | 2012-06-16 | 1 | -5/+5 |
| * | reverse r158117. | Fariborz Jahanian | 2012-06-06 | 1 | -3/+0 |
| * | When doing arithmatic on vla pointer, make sure | Fariborz Jahanian | 2012-06-06 | 1 | -0/+3 |
| * | Revert Decl's iterators back to pointer value_type rather than reference valu... | David Blaikie | 2012-06-06 | 1 | -1/+1 |
| * | OpenCL: Fix vector conditional operator CodeGen for the case where | Peter Collingbourne | 2012-05-29 | 1 | -1/+1 |
| * | 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 | -3/+4 |
| * | Implements boxed expressions for Objective-C. <rdar://problem/10194391> | Patrick Beard | 2012-04-19 | 1 | -2/+2 |
| * | Express the number of ULPs in fpaccuracy metadata as a real rather than a | Duncan Sands | 2012-04-10 | 1 | -1/+1 |
| * | Make the variant of __builtin_shufflevector that takes the shuffle indexes as... | Eli Friedman | 2012-04-05 | 1 | -3/+3 |
| * | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -16/+16 |
| * | Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to | John McCall | 2012-03-10 | 1 | -11/+4 |
| * | Unify the BlockDeclRefExpr and DeclRefExpr paths so that | John McCall | 2012-03-10 | 1 | -46/+15 |
| * | [AST] Reduce Decl::getASTContext() calls. | Daniel Dunbar | 2012-03-09 | 1 | -1/+1 |
| * | Don't even try to directly emit the value of a DeclRefExpr if that declaration | Richard Smith | 2012-03-07 | 1 | -2/+11 |
| * | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek | 2012-03-06 | 1 | -0/+12 |
| * | Reinstate r151879, r151880, reverted in r151922, along with a bugfix for | Richard Smith | 2012-03-02 | 1 | -9/+15 |
| * | Revert r151879, r151880, "PR12145: Avoid emitting loads of constexpr variable... | Daniel Dunbar | 2012-03-02 | 1 | -15/+9 |
| * | PR12145: Avoid emitting loads of constexpr variables in contexts where there | Richard Smith | 2012-03-02 | 1 | -9/+15 |
| * | Implement IRGen for the retain-autorelease in the lambda conversion-to-block-... | Eli Friedman | 2012-02-28 | 1 | -2/+1 |
| * | Generate an AST for the conversion from a lambda closure type to a | Douglas Gregor | 2012-02-22 | 1 | -0/+4 |
| * | Fix wrong-code bug: __imag on a scalar lvalue should produce a zero rvalue, | Richard Smith | 2012-02-18 | 1 | -1/+4 |
| * | Split reinterpret_casts of member pointers out from CK_BitCast; this | John McCall | 2012-02-15 | 1 | -0/+1 |
| * | Use a simpler (and more efficient) pattern to pad vectors. | Benjamin Kramer | 2012-02-14 | 1 | -11/+6 |
| * | simplify a bunch of code to use the well-known LLVM IR types computed by Code... | Chris Lattner | 2012-02-07 | 1 | -5/+4 |
| * | Fix vector splat casts to cast element to the appropriate vector element befo... | Craig Topper | 2012-02-06 | 1 | -0/+2 |
| * | reapply r148902: | Chris Lattner | 2012-01-25 | 1 | -20/+6 |
| * | Revert 148902 which was part of 148901 which was reverted in r148906. | Argyrios Kyrtzidis | 2012-01-25 | 1 | -6/+18 |