| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix the required args count for variadic blocks. | John McCall | 2012-12-07 | 1 | -1/+1 |
| * | Rework the bitfield access IR generation to address PR13619 and | Chandler Carruth | 2012-12-06 | 1 | -154/+88 |
| * | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -5/+5 |
| * | Fix test failure when building Clang with g++4.7 -- don't use a Twine temporary | Richard Smith | 2012-12-03 | 1 | -5/+5 |
| * | [ubsan] Add flag to enable recovery from checks when possible. | Will Dietz | 2012-12-02 | 1 | -7/+17 |
| * | Fixing a precedence issue with my previous commit. | Aaron Ballman | 2012-11-30 | 1 | -1/+1 |
| * | Fixing an MSVC warning about an unsafe mixture of Boolean and unsigned types ... | Aaron Ballman | 2012-11-30 | 1 | -1/+1 |
| * | objective-C arc: load of a __weak object happens via call to | Fariborz Jahanian | 2012-11-27 | 1 | -2/+5 |
| * | Enable inlining of 4 byte atomic ops on ppc32, 8 byte atomic ops on ppc64. | Benjamin Kramer | 2012-11-17 | 1 | -5/+4 |
| * | Fix IR generation for bool on PPC (and any other target where bool is not 8 b... | Eli Friedman | 2012-11-13 | 1 | -5/+7 |
| * | Use the individual -fsanitize=<...> arguments to control which of the UBSan | Richard Smith | 2012-11-05 | 1 | -23/+27 |
| * | Simplify: replace getContext().getLangOpts() with just getLangOpts(). | Richard Smith | 2012-11-01 | 1 | -8/+8 |
| * | Split emission of -ftrapv checks and -fcatch-undefined-behavior checks into | Richard Smith | 2012-11-01 | 1 | -23/+21 |
| * | -fcatch-undefined-behavior: Start checking loads and stores for null pointers. | Richard Smith | 2012-11-01 | 1 | -11/+11 |
| * | Don't crash on bad atomic operations. PR14176. | Eli Friedman | 2012-10-30 | 1 | -7/+13 |
| * | Move two helper functions to AST so that sema can use them. | Rafael Espindola | 2012-10-27 | 1 | -113/+2 |
| * | Refactor some code into a new findMaterializedTemporary function. | Rafael Espindola | 2012-10-27 | 1 | -25/+32 |
| * | Refactor some code into a new skipRValueSubobjectAdjustments function. | Rafael Espindola | 2012-10-27 | 1 | -45/+51 |
| * | Delay codegen to after collecting all SubobjectAdjustment so that the collection | Rafael Espindola | 2012-10-27 | 1 | -6/+6 |
| * | -fcatch-undefined-behavior checking for appropriate vptr value: Clang CodeGen... | Richard Smith | 2012-10-25 | 1 | -7/+83 |
| * | DR1472: A reference isn't odr-used if it has preceding initialization, | Richard Smith | 2012-10-20 | 1 | -3/+17 |
| * | Move the Attributes::Builder outside of the Attributes class and into its own... | Bill Wendling | 2012-10-15 | 1 | -1/+1 |
| * | Attributes Rewrite | Bill Wendling | 2012-10-15 | 1 | -1/+2 |
| * | Add codegen support for __uuidof(). | Nico Weber | 2012-10-11 | 1 | -1/+11 |
| * | Remove the final bits of Attributes being declared in the Attribute | Bill Wendling | 2012-10-10 | 1 | -3/+5 |
| * | -fcatch-undefined-behavior: store the type name directly at the end of a type... | Richard Smith | 2012-10-09 | 1 | -5/+5 |
| * | -fcatch-undefined-behavior: emit calls to the runtime library whenever one of... | Richard Smith | 2012-10-09 | 1 | -26/+164 |
| * | Move TargetData to DataLayout. | Micah Villmow | 2012-10-08 | 1 | -3/+3 |
| * | When a bad UTF-8 encoding or bogus escape sequence is encountered in a | Richard Smith | 2012-09-08 | 1 | -2/+3 |
| * | -fcatch-undefined-behavior: Factor emission of the creation of, and branch to, | Richard Smith | 2012-09-08 | 1 | -31/+28 |
| * | Change the representation of builtin functions in the AST | Eli Friedman | 2012-08-31 | 1 | -1/+4 |
| * | New -fcatch-undefined-behavior features: | Richard Smith | 2012-08-24 | 1 | -21/+62 |
| * | Convert loads and stores of vec3 to vec4 to achieve better code generation. A... | Tanya Lattner | 2012-08-16 | 1 | -0/+80 |
| * | Fix an assertion failure with a C++ constructor initializing a | Eli Friedman | 2012-08-08 | 1 | -22/+0 |
| * | Update Clang to reflect the move of MDBuilder in r160237. | Chandler Carruth | 2012-07-15 | 1 | -1/+1 |
| * | Distinguish more carefully between free functions and C++ instance methods | John McCall | 2012-07-07 | 1 | -2/+2 |
| * | Silence warning in -Asserts build | Matt Beaumont-Gay | 2012-07-03 | 1 | -0/+1 |
| * | Share ConvertUTF8toWide() between Lex and CodeGen. | Nico Weber | 2012-07-03 | 1 | -37/+2 |
| * | Significantly simplify CGExprAgg's logic about ignored results: | John McCall | 2012-07-02 | 1 | -6/+9 |
| * | Propagate lvalue alignment into bitfields. Per report on cfe-dev. | Eli Friedman | 2012-06-27 | 1 | -19/+18 |
| * | Support L__FUNCTION__ in microsoft mode, PR11789 | Nico Weber | 2012-06-23 | 1 | -6/+95 |
| * | Make the ".*" operator work correctly when the base is a prvalue and the fiel... | Eli Friedman | 2012-06-15 | 1 | -1/+30 |
| * | User better API for vla in compund literals. | Fariborz Jahanian | 2012-06-07 | 1 | -4/+3 |
| * | When emitting compund literal of vla pointer elements, make | Fariborz Jahanian | 2012-06-07 | 1 | -1/+5 |
| * | wire -fbounds-checking to the new LLVM bounds checking pass | Nuno Lopes | 2012-05-22 | 1 | -1/+1 |
| * | revert the usage of the objectsize intrinsic with 3 parameters (to match LLVM... | Nuno Lopes | 2012-05-22 | 1 | -2/+1 |
| * | Implement IRGen for C++11's "T{1, 2, 3}", where T is an aggregate and the | Richard Smith | 2012-05-14 | 1 | -7/+14 |
| * | update calls to objectsize intrinsic to match LLVM r156473 | Nuno Lopes | 2012-05-09 | 1 | -2/+3 |
| * | add -fbounds-checking option. | Nuno Lopes | 2012-05-08 | 1 | -1/+1 |
| * | remove code to add bound checks for simple array accesses, since those are al... | Nuno Lopes | 2012-05-07 | 1 | -25/+0 |