| Commit message (Expand) | Author | Age | Files | Lines |
* | C++1y: Allow aggregates to have default initializers. | Richard Smith | 2013-04-20 | 1 | -0/+4 |
* | Standardize accesses to the TargetInfo in IR-gen. | John McCall | 2013-04-16 | 1 | -2/+2 |
* | UBSan: Don't diagnose inf/nan conversions between floating-point types. It's ... | Richard Smith | 2013-03-27 | 1 | -34/+49 |
* | PR15383: When -fsanitize=float-cast-overflow checks a float-to-int conversion, | Richard Smith | 2013-03-19 | 1 | -8/+24 |
* | Change hasAggregateLLVMType, which conflates complex and | John McCall | 2013-03-07 | 1 | -4/+4 |
* | Improve C11 atomics support: | David Chisnall | 2013-03-03 | 1 | -7/+89 |
* | Use the actual ABI-determined C calling convention for runtime | John McCall | 2013-02-28 | 1 | -3/+8 |
* | [ubsan] Emit single check for left shift. | Will Dietz | 2013-02-25 | 1 | -4/+15 |
* | ubsan: Emit bounds checks for array indexing, vector indexing, and (in really... | Richard Smith | 2013-02-23 | 1 | -1/+10 |
* | Add support to Sema and CodeGen for floating point vector types in OpenCL. | Joey Gouly | 2013-02-21 | 1 | -10/+21 |
* | ubsan: Add checking for invalid downcasts. Per [expr.static.cast]p2 and p11, | Richard Smith | 2013-02-13 | 1 | -1/+9 |
* | [ubsan] Implement the -fcatch-undefined-behavior flag using a trapping | Chad Rosier | 2013-01-29 | 1 | -1/+1 |
* | Add a new LangOpt NativeHalfType. This option allows for native half/fp16 | Joey Gouly | 2013-01-23 | 1 | -6/+5 |
* | Implement OpenCL event_t as Clang builtin type, including event_t related Ope... | Guy Benyei | 2013-01-20 | 1 | -0/+5 |
* | [ubsan] Add support for -fsanitize-blacklist | Will Dietz | 2013-01-18 | 1 | -26/+23 |
* | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 1 | -2/+2 |
* | Testing with a full OpenCL compiler (based on clang) reveals r71734 missed | David Tweed | 2013-01-10 | 1 | -2/+6 |
* | [ubsan] Use correct type for compound assignment ops. | Will Dietz | 2013-01-07 | 1 | -2/+2 |
* | Scalar shifts in the OpenCL specification (as of v. 1.2) are defined to be | David Tweed | 2013-01-07 | 1 | -11/+20 |
* | Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to | Chandler Carruth | 2013-01-02 | 1 | -6/+6 |
* | Simplify vector splat code. No functionality change. | Benjamin Kramer | 2013-01-01 | 1 | -18/+2 |
* | Reinstate r170806, reverted in r170835, with a fix use i1 instead of i8 for a... | Richard Smith | 2012-12-21 | 1 | -5/+2 |
* | Revert r170806, "Fix some bugs where we would sometimes use 0, not -1, when e... | NAKAMURA Takumi | 2012-12-21 | 1 | -2/+5 |
* | Fix some bugs where we would sometimes use 0, not -1, when emitting a null co... | Richard Smith | 2012-12-20 | 1 | -5/+2 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -3/+3 |
* | [ubsan] Add flag to enable recovery from checks when possible. | Will Dietz | 2012-12-02 | 1 | -2/+4 |
* | Add -fsanitize=integer for reporting suspicious integer behaviors. | Will Dietz | 2012-11-27 | 1 | -22/+52 |
* | 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 |