1. 6b6a9b3 Force column info only for direct inlined functions. This should strike by Adrian Prantl · 11 years ago
  2. bea407c Always declare the .block_descriptor parameter, not just the local copy. by Adrian Prantl · 11 years ago
  3. 836e7c9 Allocate stack storage for .block_descriptor and captured self at -O0. by Adrian Prantl · 11 years ago
  4. c3ae583 Update GCOVProfiling pass creation for API change in r177002. No functionality change. by Nick Lewycky · 11 years ago
  5. 4159f05 Have these attriubtes set to 'true' or 'false'. by Bill Wendling · 11 years ago
  6. ad4b8b4 Cause the mips16/nomips16 attribute to be passed to LLVM from Clang by Reed Kotler · 11 years ago
  7. 99c6418 Remove trailing comma in enum list. by John McCall · 11 years ago
  8. 5b07e80 Tighten up the rules for precise lifetime and document by John McCall · 11 years ago
  9. 00df5ea Force column info to be generated for call expressions so we can by Adrian Prantl · 11 years ago
  10. ebbd7e0 Improve the caching of debuginfo Objective C interface types. by Adrian Prantl · 11 years ago
  11. d436c99 Fix indirect byval passing of records in address spaced memory. Allocate memory on stack, and memcpy the actual value before the call. by Guy Benyei · 11 years ago
  12. 2c39b06 Make helper function static. by Benjamin Kramer · 11 years ago
  13. bea522f ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType. by Jordan Rose · 11 years ago
  14. 37453b9 Add support for the OpenCL attribute 'vec_type_hint'. by Joey Gouly · 11 years ago
  15. 9eda3ab Promote atomic type sizes up to a power of two, capped by by John McCall · 12 years ago
  16. fafaaef Move the atomics code into its own file. by John McCall · 12 years ago
  17. 9d232c8 Change hasAggregateLLVMType, which conflates complex and by John McCall · 12 years ago
  18. 1723f63 Evaluate compound literals directly into the result aggregate by John McCall · 12 years ago
  19. 76ecdfc Remove temporary std::vectors that ca be replaced with ArrayRef's magic. by Benjamin Kramer · 12 years ago
  20. 9789d0d2 Fix build with clang, this was supposed to be part of r176617. by Nick Lewycky · 12 years ago
  21. 4919de6 Ensure that DIType is regenerated after we visit an implementation by Adrian Prantl · 12 years ago
  22. 7e73f94 [Sanitize] Don't emit function attribute sanitize_address/thread/memory if the function is blacklisted. by Alexey Samsonov · 12 years ago
  23. 23742cd Use ASTContext::getDeclAlign(<Field Decl>) to get the alignment of the first by Lang Hames · 12 years ago
  24. 3c5cd15 Don't emit calls to virtual [[noreturn]] functions as noreturn; overrides of a by Richard Smith · 12 years ago
  25. 41f3f3a Silence a number of static analyzer warnings with assertions and such. by Jordan Rose · 12 years ago
  26. 0353a7b Fix the emission of the copy-initialization of a block capture by John McCall · 12 years ago
  27. 72c1dba Improve C11 atomics support: by David Chisnall · 12 years ago
  28. 15e05e9 LLVM API changes. by Peter Collingbourne · 12 years ago
  29. 4a68c7b Restore order to placate test. I had no real reason to switch them. by John McCall · 12 years ago
  30. ed38313 Re-use bit from superclass and extract stuff into a local by John McCall · 12 years ago
  31. be9e8bf Add more of the command line options as attribute flags. by Bill Wendling · 12 years ago
  32. bd7370a Use the actual ABI-determined C calling convention for runtime by John McCall · 12 years ago
  33. de38cb1 Improve property metadata generation with the GNUstep runtime. by David Chisnall · 12 years ago
  34. 1d4fff5 Better support for constructors with -cxx-abi microsoft, partly fixes PR12784 by Timur Iskhodzhanov · 12 years ago
  35. f4086eb Update clang for LLVM API change. No functionality change. by Nick Lewycky · 12 years ago
  36. 5e8577e Use the correct alignment for POD-member memcpys where the first field is a by Lang Hames · 12 years ago
  37. f127eb8 Rename methods to comply with the LLVM Coding Standards. by Rafael Espindola · 12 years ago
  38. 2beda12 Move LinkageInfo out of NamedDecl so that it can be used in Type.h. by Rafael Espindola · 12 years ago
  39. 10b4df7 Temporarily revert r176116 for compile-time performance regression. by Adrian Prantl · 12 years ago
  40. 8992457 Reapply r176133 with testcase fixes. by Bill Wendling · 12 years ago
  41. d9365d2 Temporarily revert r176133 until testcases are modified. by Bill Wendling · 12 years ago
  42. 2693c32 Don't set the -target-cpu and -target-features attributes just now. by Bill Wendling · 12 years ago
  43. 58c7903 Ensure that DIType is regenerated after we visited an implementation that adds ivars to an interface. Fixes rdar://13175234 by Adrian Prantl · 12 years ago
  44. 85aee96 Unify clang/llvm attributes for asan/tsan/msan (Clang part) by Kostya Serebryany · 12 years ago
  45. bb60fc6 [ubsan] Emit single check for left shift. by Will Dietz · 12 years ago
  46. c283311 Revert "Add more attributes from the command line to functions." by Anna Zaks · 12 years ago
  47. d620e09 Add more attributes from the command line to functions. by Bill Wendling · 12 years ago
  48. c1d0af1 Update Clang for a minor DIBuilder breaking change. by David Blaikie · 12 years ago
  49. 5956bcc PR15338: Don't assert if -fsanitize=bounds sees array indexing on an incomplete by Richard Smith · 12 years ago
  50. afda905 In Sema::InstantiateStaticDataMemberDefinition, pass the var decl to the consumer by Argyrios Kyrtzidis · 12 years ago
  51. c5139a9 Prefer 'and' over '&' in comments. by David Blaikie · 12 years ago
  52. b063ef0 Add streamed versions of getQualifiedNameAsString. by Benjamin Kramer · 12 years ago
  53. a0a628f ubsan: Emit bounds checks for array indexing, vector indexing, and (in really simple cases) pointer arithmetic. This augments the existing bounds checking with language-level array bounds information. by Richard Smith · 12 years ago
  54. 7728cdd Revert r175912, "Add support for coldcc to clang" at John's request. by Peter Collingbourne · 12 years ago
  55. ff971d7 Propagate the split dwarf file information through into the backend by Eric Christopher · 12 years ago
  56. 93e4bff Make sure we apply attributes to correct places. by Bill Wendling · 12 years ago
  57. 4c67aa9 Add support for coldcc to clang by Peter Collingbourne · 12 years ago
  58. 684aa73 [Sema] Semantic analysis for empty-declaration and attribute-declaration. by Michael Han · 12 years ago
  59. 5eada84 Streamify getNameForDiagnostic and remove the string versions of PrintTemplateArgumentList. by Benjamin Kramer · 12 years ago
  60. 94236e7 Apply the 'nobuiltin' attribute to call sites when the user specifies `-fno-builtin' on the command line. by Bill Wendling · 12 years ago
  61. be5f1be Fix formatting and tabs in file. by Eric Christopher · 12 years ago
  62. 05f8ff1 Patch for debug info of qualified-id types is 'id' By Adrian Pranti. by Fariborz Jahanian · 12 years ago
  63. 52e933b by Joey Gouly · 12 years ago
  64. 41a6a3e objective-C arc IR-gen. Retaining of strong by Fariborz Jahanian · 12 years ago
  65. d4c3d66 Add a new 'type_visibility' attribute to allow users to by John McCall · 12 years ago
  66. 0b5a483 Use the actual class visibility for the ObjC EHTYPE global, by John McCall · 12 years ago
  67. 3f5fcd2 Temporarily revert r175471 for more review. by Bill Wendling · 12 years ago
  68. ea9cde6 Add a 'no-builtin' attribute if we do not want to simplify calls. by Bill Wendling · 12 years ago
  69. 3b1a40f CodeGenFunction::CurFuncDecl can be NULL; fix crash introduced in r175386. by Douglas Gregor · 12 years ago
  70. 56c00c4 Re-apply r174919 - smarter copy/move assignment/construction, with fixes for by Lang Hames · 12 years ago
  71. 961f570 [CodeGen] tighten objc ivar invariant.load attribution by Saleem Abdulrasool · 12 years ago
  72. b4127a2 Emit vtables for an extern template class as available_externally, not as by Richard Smith · 12 years ago
  73. c0dcc2d Add the 'target-cpu' and 'target-features' attributes to functions. by Bill Wendling · 12 years ago
  74. 0f9827f Abstract out emitting the vdtor calls and do it properly when using -cxx-abi microsoft; also fix vdtor calls for the ARM ABI by Timur Iskhodzhanov · 12 years ago
  75. b9316b3 Revert accidental commit. by Bill Wendling · 12 years ago
  76. e1092df Pass the target options through to code generation. by Bill Wendling · 12 years ago
  77. c764830 ubsan: Add checking for invalid downcasts. Per [expr.static.cast]p2 and p11, by Richard Smith · 12 years ago
  78. 59660c2 Emit virtual/deleting destructors properly with -cxx-abi microsoft, PR15058 by Timur Iskhodzhanov · 12 years ago
  79. 0609858 Properly assemble PHIs after a null-checked invoke of objc_msgSend. by John McCall · 12 years ago
  80. 66b2277 Call __cxa_begin_catch with the current exception before by John McCall · 12 years ago
  81. 629df01 Change some CGF parameters to CGMs. by John McCall · 12 years ago
  82. c2808e7 Backing out r174919 while I investigate a self-host bug on Takumi's builder. by Lang Hames · 12 years ago
  83. 72dcecc In ARC, emit non-peepholed +1s within the full-expression instead by John McCall · 12 years ago
  84. 5310859 When generating IR for default copy-constructors, copy-assignment operators, by Lang Hames · 12 years ago
  85. 3f6f51e Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. by Jordan Rose · 12 years ago
  86. 21f18c4 Add OpenCL samplers as Clang builtin types and check sampler related restrictions. by Guy Benyei · 12 years ago
  87. 8f98bf9 Changed CGObjCMac.cpp to add the marker externally_initialized to SELECTOR_REFERENCES in both the fragile and non-fragile API. by Michael Gottesman · 12 years ago
  88. 8fcbb8d Fix typo in comment by Arnaud A. de Grandmaison · 12 years ago
  89. ae3f760 CodeGen: Implement hint values for dynamic_cast as described in the Itanium C++ ABI. by Benjamin Kramer · 12 years ago
  90. 21f6b39 CodeGen: Mark the runtime function __dynamic_cast as readonly & nounwind. by Benjamin Kramer · 12 years ago
  91. 802e226 Don't forget to run destructors when we create an array temporary of class type. by Richard Smith · 12 years ago
  92. cfe18a1 Fixed another whitespace issue... *sigh*. by Michael Gottesman · 12 years ago
  93. db99e8b Fixed whitespace. by Michael Gottesman · 12 years ago
  94. 554b07d On platforms which do not support ARC natively, do not mark objc_retain/objc_release as "nonlazybind". by Michael Gottesman · 12 years ago
  95. c8c2427 Revert r174246, accidentally committed. by David Blaikie · 12 years ago
  96. 9ceca75 Sentenc-ify comment added in r174206. by David Blaikie · 12 years ago
  97. 1513eb9 Basics by David Blaikie · 12 years ago
  98. 0a0f93c Fix exception handling line table problems introduced by r173593 by David Blaikie · 12 years ago
  99. 074cae0 Destroy arrays and ARC fields when throwing out of ctors. by John McCall · 12 years ago
  100. c264e16 Add support for AArch64 target. by Tim Northover · 12 years ago