Age | Commit message (Expand) | Author |
2011-11-30 | make asan work at -O0, clang part. Patch by glider@google.com | Kostya Serebryany |
2011-11-30 | Add bigger method type encodings to protocol objects. <rdar://problem/10492418> | Bob Wilson |
2011-11-29 | Make sure that forward declarations are marked as such in the debug info | Eric Christopher |
2011-11-29 | The cheap version of getName() is sufficient here. | Benjamin Kramer |
2011-11-29 | The _setjmp builtin library function should have the "returns twice" | Bill Wendling |
2011-11-28 | Correct the code generation for function arguments of vec3 types on x86_64 wh... | Tanya Lattner |
2011-11-28 | Another silly workaround for MSVC. | Peter Collingbourne |
2011-11-28 | Sigh, another workaround for MSVC. | Peter Collingbourne |
2011-11-28 | Work around a gcc4.2 bug. | Peter Collingbourne |
2011-11-27 | When destroying temporaries, instead of a custom cleanup use the | Peter Collingbourne |
2011-11-27 | Add inreg attributes to reference arguments. | Rafael Espindola |
2011-11-27 | Reference initialization with initializer lists. | Sebastian Redl |
2011-11-22 | Use static storage duration for file-scope compound literals, even when they | Richard Smith |
2011-11-22 | implement __has_feature(address_sanitizer); also use LangOpts.AddressSanitize... | Kostya Serebryany |
2011-11-21 | CodeGen: Simplify code. | Benjamin Kramer |
2011-11-20 | CodeGen: allow __asm renaming on static local variables. | Benjamin Kramer |
2011-11-18 | Finish r144971, which was an incomplete commit. | Eli Friedman |
2011-11-18 | Fix the meaning of an "empty" record for the case of a zero-length array. Us... | Eli Friedman |
2011-11-18 | Make va_arg on x86-64 compute alignment the same way as argument passing. | Eli Friedman |
2011-11-18 | A bunch of fixes to argument passing and va_arg on Darwin x86-32 for structur... | Eli Friedman |
2011-11-18 | Don't try to expand struct arguments containing holes on x86-32. From gcc st... | Eli Friedman |
2011-11-18 | Simplify code for returning a struct for Darwin x86-32 ABI. Use a better typ... | Eli Friedman |
2011-11-18 | Ignore empty unions in argument lowering on x86-32. From gcc struct layout t... | Eli Friedman |
2011-11-18 | Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue | Argyrios Kyrtzidis |
2011-11-17 | Use the canonical decl to index so that we can really find it later. | Eric Christopher |
2011-11-17 | Constant expression evaluation: add support for evaluation of member pointers | Richard Smith |
2011-11-16 | Add -f[no-]address-sanitizer flag | Kostya Serebryany |
2011-11-16 | Match LLVM API change. | Evan Cheng |
2011-11-16 | Fix a bunch of really nasty bugs in how we compute alignment for reference lv... | Eli Friedman |
2011-11-15 | Fix crash in calling convention code expanding an struct with a complex member. | Eli Friedman |
2011-11-14 | Fixup comment. | Eric Christopher |
2011-11-12 | Represent an APValue based on a Decl as that Decl, rather than a DeclRefExpr | Richard Smith |
2011-11-10 | Add invariant.load metadata to loads from selector references. Allows these ... | Pete Cooper |
2011-11-10 | Add missing dependency for shared library build to CMakeLists. Patch by Joha... | Eli Friedman |
2011-11-10 | Whenever explicitly activating or deactivating a cleanup, we | John McCall |
2011-11-10 | Fix a subtle bug with cleanups: when activating | John McCall |
2011-11-10 | Enter the cleanups for a block outside the enclosing | John McCall |
2011-11-10 | Constant expression evaluation: support for evaluation of structs and unions of | Richard Smith |
2011-11-10 | Reflow lines, remove else-if after returns, rename variable "TydefContext" to | Nick Lewycky |
2011-11-09 | Remove unnecessary include. | Devang Patel |
2011-11-09 | Reflow one line I missed in previous cleanup commit. No functionality change. | Nick Lewycky |
2011-11-09 | Minor cleanup, mostly reindenting. Remove one helper function that just called | Nick Lewycky |
2011-11-09 | Emit the copy and dipose helpers for ARC __strong | John McCall |
2011-11-08 | Bind function "r-values" as l-values when emitting them as | John McCall |
2011-11-08 | Fix the layout of vb-tables and vf-tables in the MS C++ ABI. | John McCall |
2011-11-08 | lib/CodeGen/CGBuiltin.cpp: Tweak the identifier "Type" to appease msvc. | NAKAMURA Takumi |
2011-11-08 | Clean up type flags for overloaded Neon builtins. No functional change. | Bob Wilson |
2011-11-07 | Constant expression evaluation: support for arrays. | Richard Smith |
2011-11-07 | Rip out CK_GetObjCProperty. | John McCall |
2011-11-07 | Rip the ObjCPropertyRef l-value kind out of IR-generation. | John McCall |