Age | Commit message (Expand) | Author |
2013-02-21 | Patch for debug info of qualified-id types is 'id' | Fariborz Jahanian |
2013-02-21 | Add support to Sema and CodeGen for floating point vector types in OpenCL. | Joey Gouly |
2013-02-21 | objective-C arc IR-gen. Retaining of strong | Fariborz Jahanian |
2013-02-20 | Add a new 'type_visibility' attribute to allow users to | John McCall |
2013-02-19 | Use the actual class visibility for the ObjC EHTYPE global, | John McCall |
2013-02-19 | Temporarily revert r175471 for more review. | Bill Wendling |
2013-02-18 | Add a 'no-builtin' attribute if we do not want to simplify calls. | Bill Wendling |
2013-02-18 | CodeGenFunction::CurFuncDecl can be NULL; fix crash introduced in r175386. | Douglas Gregor |
2013-02-17 | Re-apply r174919 - smarter copy/move assignment/construction, with fixes for | Lang Hames |
2013-02-17 | [CodeGen] tighten objc ivar invariant.load attribution | Saleem Abdulrasool |
2013-02-16 | Emit vtables for an extern template class as available_externally, not as | Richard Smith |
2013-02-15 | Add the 'target-cpu' and 'target-features' attributes to functions. | Bill Wendling |
2013-02-15 | Abstract out emitting the vdtor calls and do it properly when using -cxx-abi ... | Timur Iskhodzhanov |
2013-02-14 | Revert accidental commit. | Bill Wendling |
2013-02-14 | Pass the target options through to code generation. | Bill Wendling |
2013-02-13 | ubsan: Add checking for invalid downcasts. Per [expr.static.cast]p2 and p11, | Richard Smith |
2013-02-13 | Emit virtual/deleting destructors properly with -cxx-abi microsoft, PR15058 | Timur Iskhodzhanov |
2013-02-12 | Properly assemble PHIs after a null-checked invoke of objc_msgSend. | John McCall |
2013-02-12 | Call __cxa_begin_catch with the current exception before | John McCall |
2013-02-12 | Change some CGF parameters to CGMs. | John McCall |
2013-02-12 | Backing out r174919 while I investigate a self-host bug on Takumi's builder. | Lang Hames |
2013-02-12 | In ARC, emit non-peepholed +1s within the full-expression instead | John McCall |
2013-02-11 | When generating IR for default copy-constructors, copy-assignment operators, | Lang Hames |
2013-02-08 | Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. | Jordan Rose |
2013-02-07 | Add OpenCL samplers as Clang builtin types and check sampler related restrict... | Guy Benyei |
2013-02-05 | Changed CGObjCMac.cpp to add the marker externally_initialized to SELECTOR_RE... | Michael Gottesman |
2013-02-05 | Fix typo in comment | Arnaud A. de Grandmaison |
2013-02-03 | CodeGen: Implement hint values for dynamic_cast as described in the Itanium C... | Benjamin Kramer |
2013-02-03 | CodeGen: Mark the runtime function __dynamic_cast as readonly & nounwind. | Benjamin Kramer |
2013-02-02 | Don't forget to run destructors when we create an array temporary of class type. | Richard Smith |
2013-02-02 | Fixed another whitespace issue... *sigh*. | Michael Gottesman |
2013-02-02 | Fixed whitespace. | Michael Gottesman |
2013-02-02 | On platforms which do not support ARC natively, do not mark objc_retain/objc_... | Michael Gottesman |
2013-02-02 | Revert r174246, accidentally committed. | David Blaikie |
2013-02-02 | Sentenc-ify comment added in r174206. | David Blaikie |
2013-02-02 | Basics | David Blaikie |
2013-02-01 | Fix exception handling line table problems introduced by r173593 | David Blaikie |
2013-02-01 | Destroy arrays and ARC fields when throwing out of ctors. | John McCall |
2013-01-31 | Add support for AArch64 target. | Tim Northover |
2013-01-31 | [msan] Run more optimizations after MemorySanitizer pass. | Evgeniy Stepanov |
2013-01-31 | When we're emitting a constructor or destructor call from a delegating | Douglas Gregor |
2013-01-31 | Make sure that the Attribute object represents one attribute only. | Bill Wendling |
2013-01-30 | Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support | Dmitri Gribenko |
2013-01-30 | Semantic analysis and CodeGen support for C11's _Noreturn. This is modeled as | Richard Smith |
2013-01-29 | [ubsan] Implement the -fcatch-undefined-behavior flag using a trapping | Chad Rosier |
2013-01-28 | Since ObjCARC has been refactored into its own library with its own declarati... | Michael Gottesman |
2013-01-27 | Use the AttributeSet instead of AttributeWithIndex. | Bill Wendling |
2013-01-26 | PR14566: Debug Info: avoid top level lexical blocks in functions | David Blaikie |
2013-01-25 | patch for PR9027 and // rdar://11861085 | Fariborz Jahanian |
2013-01-25 | ARM says that the array cookie should always be eight bytes. | John McCall |