1. f491013 [Modules] Convert module specific -fno-modules-autolink into -fno-autolink. by Daniel Dunbar · 12 years ago
  2. 428edb7 Objective-C IRGen. Use llvm::WeakVH by Fariborz Jahanian · 12 years ago
  3. 04e5176 CodeGen support for function-local static thread_local variables with by Richard Smith · 12 years ago
  4. 38afbc7 Annotate flavor of TLS variable (statically or dynamically initialized) onto the AST. by Richard Smith · 12 years ago
  5. 84083b7 Use MapVector rather than simulating it. by Richard Smith · 12 years ago
  6. ca83518 Struct-path aware TBAA: uniformize scalar tag and path tag. by Manman Ren · 12 years ago
  7. 6797204 Remove nondeterminism introduced in r178950. by Richard Smith · 12 years ago
  8. 0024937 When an internal-linkage function or variable is declared within an extern "C" by Richard Smith · 12 years ago
  9. b37a73d Initial support for struct-path aware TBAA. by Manman Ren · 12 years ago
  10. 7cc0a11 revert r178784 since it does not have a commit message by Manman Ren · 12 years ago
  11. ab4ffe2 Index: include/clang/Driver/CC1Options.td by Manman Ren · 12 years ago
  12. d2615cc Add 178663 back. by Rafael Espindola · 12 years ago
  13. 4f8a3eb Revert 178663. by Rafael Espindola · 12 years ago
  14. 8f187f6 Don't compute a patched/semantic storage class. by Rafael Espindola · 12 years ago
  15. 495cfa4 Make clang to mark static stack allocations with lifetime markers to enable a more aggressive stack coloring. by Nadav Rotem · 12 years ago
  16. 9a2f5d7 Don't try to set attributes in alias, they have none. by Rafael Espindola · 12 years ago
  17. 7e73f94 [Sanitize] Don't emit function attribute sanitize_address/thread/memory if the function is blacklisted. by Alexey Samsonov · 12 years ago
  18. bd7370a Use the actual ABI-determined C calling convention for runtime by John McCall · 12 years ago
  19. f127eb8 Rename methods to comply with the LLVM Coding Standards. by Rafael Espindola · 12 years ago
  20. 2beda12 Move LinkageInfo out of NamedDecl so that it can be used in Type.h. by Rafael Espindola · 12 years ago
  21. 85aee96 Unify clang/llvm attributes for asan/tsan/msan (Clang part) by Kostya Serebryany · 12 years ago
  22. afda905 In Sema::InstantiateStaticDataMemberDefinition, pass the var decl to the consumer by Argyrios Kyrtzidis · 12 years ago
  23. 684aa73 [Sema] Semantic analysis for empty-declaration and attribute-declaration. by Michael Han · 12 years ago
  24. 94236e7 Apply the 'nobuiltin' attribute to call sites when the user specifies `-fno-builtin' on the command line. by Bill Wendling · 12 years ago
  25. d4c3d66 Add a new 'type_visibility' attribute to allow users to by John McCall · 12 years ago
  26. e1092df Pass the target options through to code generation. by Bill Wendling · 12 years ago
  27. 3f6f51e Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. by Jordan Rose · 12 years ago
  28. c264e16 Add support for AArch64 target. by Tim Northover · 13 years ago
  29. c4c62fd Make sure that the Attribute object represents one attribute only. by Bill Wendling · 13 years ago
  30. cb5620c Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support by Dmitri Gribenko · 13 years ago
  31. b263bdf Use the AttributeSet instead of AttributeWithIndex. by Bill Wendling · 13 years ago
  32. 96fcde0 Move the decision about the kind of CGCXXABI to make inside by John McCall · 13 years ago
  33. d5617ee The standard ARM C++ ABI dictates that inline functions are by John McCall · 13 years ago
  34. b8b2c9d First pass at abstracting out a class for the target C++ ABI. by John McCall · 13 years ago
  35. 89530e4 Remove the last of uses that use the Attribute object as a collection of attributes. by Bill Wendling · 13 years ago
  36. 909b6de Use the AttributeSet when adding multiple attributes and an Attribute::AttrKind by Bill Wendling · 13 years ago
  37. ed01f84 Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attribute. by Bill Wendling · 13 years ago
  38. a37ce61 Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Attribute. by Bill Wendling · 13 years ago
  39. e67e4c9 Use the AttributeSet query method instead of the Attribute method. by Bill Wendling · 13 years ago
  40. 4f45bc0 [ubsan] Add support for -fsanitize-blacklist by Will Dietz · 13 years ago
  41. f9d03c1 [IRgen] Update modules autolink metadata to use module flags (as now specified by Daniel Dunbar · 13 years ago
  42. f43b721 Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so that by Douglas Gregor · 13 years ago
  43. 5ba58a1 Fix Const Cast by David Greene · 13 years ago
  44. 858afb3 Topologically sort the link options generated for modules based on by Douglas Gregor · 13 years ago
  45. 3baad29 When forming the link options for an imported module, also include the by Douglas Gregor · 13 years ago
  46. 5d75ea7 Switch autolinking metadata format over to actual linker options, e.g., by Douglas Gregor · 13 years ago
  47. b6cbe51 Implement parsing, AST, (de-)serialization, and placeholder global by Douglas Gregor · 13 years ago
  48. cfa88f8 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 13 years ago
  49. 3b844ba Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to by Chandler Carruth · 13 years ago
  50. 01ad954 Remove the Function::getFnAttributes method in favor of using the AttributeSet by Bill Wendling · 13 years ago
  51. 72390b3 Rename llvm::Attributes to llvm::Attribute. by Bill Wendling · 13 years ago
  52. ad017fa Revert r170500. It over-zealously converted *ALL* things named Attributes, which is wrong here. by Bill Wendling · 13 years ago
  53. 094dbf9 Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. by Bill Wendling · 13 years ago
  54. a923c97 Rewrite calls to bitcast unprototyped functions when emitting a definition. by John McCall · 13 years ago
  55. 785b778 s/AttrListPtr/AttributeSet/g to better label what this class is going to be in the near future. by Bill Wendling · 13 years ago
  56. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
  57. 96a6639 Fix PR14474: don't emit debug info for interface types in -gline-tables-only mode. by Alexey Samsonov · 13 years ago
  58. dd85159 Update method calls to the new interface re r168354. by Bill Wendling · 13 years ago
  59. ca1b62a Rename LangOptions members for address sanitizer and thread sanitizer from by Richard Smith · 13 years ago
  60. aee56fa Update the front end to use minsize attribute by Quentin Colombet · 13 years ago
  61. 8e68ef0 Revert commit r166946 by Quentin Colombet · 13 years ago
  62. ba927d9 Make forcesizeopt attribute available to the end user by Quentin Colombet · 13 years ago
  63. 107dae4 Add comment for my patch in r166809. by Fariborz Jahanian · 13 years ago
  64. c1868e5 objective-C IRGen: for @implementation nested in by Fariborz Jahanian · 13 years ago
  65. aafd111 Remove the HiddenWeakTemplateVTables CodeGen option. It's currently unused. by Douglas Gregor · 13 years ago
  66. 4cdad31 Switch CodeGenOptions over to a .def file, like we do with LangOptions. by Douglas Gregor · 13 years ago
  67. b03527a Set a special flag in class metadata when an Objective-C class by John McCall · 13 years ago
  68. 193646f "'Might as well make it static const.' -- John McCall" -- Michael Scott by Nico Weber · 13 years ago
  69. 4695f91 When using a symbol with attribute weakref, search for it first and by Joerg Sonnenberger · 13 years ago
  70. 75d37b4 Use enum values instead of magic numbers for indexing into the attribute list. by Bill Wendling · 13 years ago
  71. 50e6b18 Attributes Rewrite by Bill Wendling · 13 years ago
  72. 4d68ed5 Remove operator cast method in favor of querying with the correct method. by Bill Wendling · 13 years ago
  73. 4308581 Simplify. Suggestion by Sean Silva. by Nico Weber · 13 years ago
  74. c5f8046 Add codegen support for __uuidof(). by Nico Weber · 13 years ago
  75. 1e4691b Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor. by Jordan Rose · 13 years ago
  76. fac6310 Have 'addFnAttr' take the attribute enum value. Then have it build the attribute object and add it appropriately. No functionality change. by Bill Wendling · 13 years ago
  77. 5c3e4ca We use the enums to query whether an Attributes object has that attribute. The by Bill Wendling · 13 years ago
  78. 25a6a84 Move TargetData to DataLayout. by Micah Villmow · 13 years ago
  79. c857ce8 Propagate calling convention for aliases and weakrefs. by Alex Rosenberg · 13 years ago
  80. ef4d5ce PR13941: Mark all virtual functions as unnamed_addr. It's not possible to by Richard Smith · 13 years ago
  81. b22c7dc Add basic support for adding !tbaa.struct metadata on llvm.memcpy calls for by Dan Gohman · 13 years ago
  82. bc3a3a7 Update to new function attribute querying syntax. by Bill Wendling · 13 years ago
  83. 31ba613 Dont cast away const needlessly. Found by gcc48 -Wcast-qual. by Roman Divacky · 13 years ago
  84. 3b6bef9 Push ArrayRef through the Expr hierarchy. by Benjamin Kramer · 13 years ago
  85. d48bcb2 Reduce duplicated hash map lookups. by Benjamin Kramer · 13 years ago
  86. 05c5ebc [asan] If we are compiling with ASan, add metadata indicating dynamically initialized globals. Patch by Reid Watson, reviewed by Richard Smith by Kostya Serebryany · 13 years ago
  87. 8ce9cca Decrementing std::string::end is not portable, use array access instead. by Joerg Sonnenberger · 13 years ago
  88. ffb0c3a Remove HasSynthBitfield and all callers/writers/etc. Also remove by Eric Christopher · 13 years ago
  89. f7226fb Add the ObjFW runtime. Patch by Jonathan Schleifer! by John McCall · 13 years ago
  90. 11d3f4c Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep by David Chisnall · 13 years ago
  91. b135f0f When we're looking for redeclarations which might provide a definition in CodeGen, make sure we examine all the redeclarations. PR13252. by Eli Friedman · 13 years ago
  92. de981f3 Add -ftls-model command-line flag. by Hans Wennborg · 13 years ago
  93. 4904bf4 block literal irgen: several improvements on naming block by Fariborz Jahanian · 13 years ago
  94. 9ee494f IRGen: Factor v-table generation into the CGCXXABI object. by Charles Davis · 13 years ago
  95. 5e2d5de Support the tls_model attribute (PR9788) by Hans Wennborg · 13 years ago
  96. 260611a Restructure how the driver communicates information about the by John McCall · 13 years ago
  97. adc6cbf [MSExtensions] Add support for __forceinline. by Michael J. Spencer · 13 years ago
  98. ca52330 PR13064: Store whether an in-class initializer uses direct or copy by Richard Smith · 13 years ago
  99. 581deb3 Revert Decl's iterators back to pointer value_type rather than reference value_type by David Blaikie · 13 years ago
  100. a61ab05 adjust to mainline llvm API change. by Chris Lattner · 13 years ago