1. 9da2352 Fix the layout of vb-tables and vf-tables in the MS C++ ABI. by John McCall · 13 years ago
  2. 83084c8 lib/CodeGen/CGBuiltin.cpp: Tweak the identifier "Type" to appease msvc. by NAKAMURA Takumi · 13 years ago
  3. 63cf68a TypePrinter: print OpenCL address space names. Patch by Richard by Peter Collingbourne · 13 years ago
  4. 13330c4 DeclPrinter: print the declaration's storage class specifier as by Peter Collingbourne · 13 years ago
  5. 7cfd7fe [arcmt] When we already removed a __weak, don't try to change it to __unsafe_unretained by Argyrios Kyrtzidis · 13 years ago
  6. 1aa1721 Revert r143972, which didn't actually compile under -Wnon-virtual-dtor. by Matt Beaumont-Gay · 13 years ago
  7. db1822c Fix a cluster of related issues involving value-dependence and constant by Richard Smith · 13 years ago
  8. da95f73 Clean up type flags for overloaded Neon builtins. No functional change. by Bob Wilson · 13 years ago
  9. dc4df51 There are some crazy cases that LookupMethodInReceiverType by John McCall · 13 years ago
  10. 66f8571 constexpr: static data members declared constexpr are required to have an by Richard Smith · 13 years ago
  11. 45fa560 When we notice that a member function is defined with "= delete" or "= by Douglas Gregor · 13 years ago
  12. cf6ba2e Whitespace. by Chad Rosier · 13 years ago
  13. 55ccbd5 Tablegenify -g options. by Chad Rosier · 13 years ago
  14. 66e8700 ASTConsumer::handleTopLevelDecl will end up getting called for by Douglas Gregor · 13 years ago
  15. a33849b [arcmt] Fix handling NSMakeCollectable inside an objc method. by Argyrios Kyrtzidis · 13 years ago
  16. b0e1e12 [arcmt] In GC, handle (assign) @properties. by Argyrios Kyrtzidis · 13 years ago
  17. bf8455c [arcmt] Map property decls to their GC attributes. by Argyrios Kyrtzidis · 13 years ago
  18. 11cbe2a Add support for printing integer literals of type short, unsigned short, by Richard Trieu · 13 years ago
  19. 12192cf [arcmt] In GC, change '__weak' -> '__unsafe_unretained' when applied by Argyrios Kyrtzidis · 13 years ago
  20. 5cad822 When applying ARC __weak to a non-objc pointer, do not give error that by Argyrios Kyrtzidis · 13 years ago
  21. 8cacea5 Better fix for -Wnon-virtual-dtor by Matt Beaumont-Gay · 13 years ago
  22. 2c1227c Drastically simplify the mapping from the declaration corresponding to by Douglas Gregor · 13 years ago
  23. efaa93a Tighten up the conditions under which we consider ourselves to be by Douglas Gregor · 13 years ago
  24. 90f93d4 Appease -Wnon-virtual-dtor by Matt Beaumont-Gay · 13 years ago
  25. f2db04c Fix an unsafe use of Twine. by Benjamin Kramer · 13 years ago
  26. cc5d4f6 Constant expression evaluation: support for arrays. by Richard Smith · 13 years ago
  27. 0764308 Rip out one of the features I added for the driver-include-management. by Chandler Carruth · 13 years ago
  28. eb35ffc Fix Linux libc++ usage. Somehow this slipped through during the port. by Chandler Carruth · 13 years ago
  29. 38dce9b Fix 32-bit build bots and remove some casting-away-const warnings. by Richard Smith · 13 years ago
  30. 7864435 Rip out CK_GetObjCProperty. by John McCall · 13 years ago
  31. 9a17a68 Constant expression evaluation: preserve subobject designator when flattening a by Richard Smith · 13 years ago
  32. db45806 Rip the ObjCPropertyRef l-value kind out of IR-generation. by John McCall · 13 years ago
  33. 6796fc1 Remove duplicate word & unnecessary conditional. by David Blaikie · 13 years ago
  34. cd68992 Allow constexpr variables' initializers to be folded in C++11 mode. This by Richard Smith · 13 years ago
  35. b37fe61 Begin lifting some of the one-off checking logic into generic helper by Chandler Carruth · 13 years ago
  36. 19347ed Move the GCC installation detection logic down into the Generic_GCC by Chandler Carruth · 13 years ago
  37. 089b272 Remove an old OpenSUSE hack that is no longer needed -- it is exactly by Chandler Carruth · 13 years ago
  38. d1f7306 Remove the HasMultilib check. It was essentially useless. The driver now by Chandler Carruth · 13 years ago
  39. 39e0203 Correcting grammar. by David Blaikie · 13 years ago
  40. 90c7892 Use StringRef's case transformation methods. by Benjamin Kramer · 13 years ago
  41. 280b4ad [arcmt] In GC, error for __strong/__weak on non-objc pointers. by Argyrios Kyrtzidis · 13 years ago
  42. 17ac319 [arcmt] In GC, clear redundant __strong's. by Argyrios Kyrtzidis · 13 years ago
  43. dbbdec9 Make sure when setting AttributesAsWritten of a property that they do not by Argyrios Kyrtzidis · 13 years ago
  44. 1d5fb8f [arcmt] Make PropertiesRewriter::getPropertyType return the unqualified type. by Argyrios Kyrtzidis · 13 years ago
  45. f38fa73 [arcmt] Collect all the places where GC attributes __strong/__weak occur. by Argyrios Kyrtzidis · 13 years ago
  46. b0d5db1 [arcmt] Refactor PropertiesRewriter to use MigrationContext. by Argyrios Kyrtzidis · 13 years ago
  47. 7902d76 The version objects need to actually store the version strings; they by Chandler Carruth · 13 years ago
  48. abaa1d7 Throw the switch and move all Linux header search over to the GCC by Chandler Carruth · 13 years ago
  49. 6a21e65 Add a missing triple spotted by inspecting and testing of the include by Chandler Carruth · 13 years ago
  50. acf9e82 Unbreak gcc build. by Benjamin Kramer · 13 years ago
  51. 0e29dbb Lift the GCCVersion type into the header file and start persisting it in by Chandler Carruth · 13 years ago
  52. 4f80e00 Make format string 64 bit safe. by Benjamin Kramer · 13 years ago
  53. fa13459 Switch some of these interfaces from std::string to StringRef and Twine. by Chandler Carruth · 13 years ago
  54. 4b9c2d2 Change the AST representation of operations on Objective-C by John McCall · 13 years ago
  55. a463089 Take a better approach to detecting and selecting multiarch include by Chandler Carruth · 13 years ago
  56. 0170fff Revert r143864, as the problem I was actually looking at can be solved by Chandler Carruth · 13 years ago
  57. 5ffa3ee Start pruning down the set of flags passed to CC1 for header search. by Chandler Carruth · 13 years ago
  58. b84575e Fixing -g break caused by a dead reference to a temporary introduced in r143732. by David Blaikie · 13 years ago
  59. 54db68b Add the depfile as a result file so that it is deleted if we crash, by Peter Collingbourne · 13 years ago
  60. cb2e00f Enhance the GCC version parsing and comparison logic to handle some more by Chandler Carruth · 13 years ago
  61. 69cd4aa Remove a pointless member. I have no idea why I made this not a local by Chandler Carruth · 13 years ago
  62. ca28a89 Remove a no-longer needed helper function. Thanks for implementing this Michael! by Chandler Carruth · 13 years ago
  63. f13b13e Move the GCC installation detection helper a member of the Linux by Chandler Carruth · 13 years ago
  64. 258883b Remove support for Gentoo subversion-ebuild installed llvm-gcc libstdc++ by Chandler Carruth · 13 years ago
  65. 7d7e9f9 Move the Linux header searching from the Frontend to the Driver. This is by Chandler Carruth · 13 years ago
  66. 6fdebee Try to reduce the nastiness that creeps in through Windows.h a bit. by Benjamin Kramer · 13 years ago
  67. 5183b3d [driver] If we're only linking, don't warn about unused arguments which are by Chad Rosier · 13 years ago
  68. 103accc Fix a significant oversight in my move of MSVC includes to the driver: by Chandler Carruth · 13 years ago
  69. e4ebbf7 Now that we have a portable 64 bit format string use it to make this simple again. by Benjamin Kramer · 13 years ago
  70. ac2bc4d Add two flags to the CC1 layer that I was hoping to avoid. We need to by Chandler Carruth · 13 years ago
  71. 6bbecd5 Tweak LookThroughStmt() in LiveVariables to properly look through alternativing ParenExprs and OpaqueValueExprs. Thanks to Anna and Argiris for iterating on this function. My original patch embarssingly didn't even pass the Clang tests. by Ted Kremenek · 13 years ago
  72. ef911a1 LookThroughStmt GM release. by Argyrios Kyrtzidis · 13 years ago
  73. 51e4e1e LookThroughStmt v4.6.3 by Argyrios Kyrtzidis · 13 years ago
  74. 74b5edd Simplify LookThroughStmt in LiveVariables.cpp by Argyrios Kyrtzidis · 13 years ago
  75. 32bae37 Fix vector macros to correctly check argument types. <rdar://problem/10261670> by Bob Wilson · 13 years ago
  76. 38f0b5a Another correction to the LiveVariables commit (r143767, r143780). by Anna Zaks · 13 years ago
  77. de2a6a8 [analyzer] There should be a space between "expect" and "only" by Anna Zaks · 13 years ago
  78. 5112fc4 Fix infinite loop in LiveVariables due to a misplaced 'break' (it would break out of by Argyrios Kyrtzidis · 13 years ago
  79. 79d481a On Linux, enable the gold plugin if we are using LTO. by Peter Collingbourne · 13 years ago
  80. a160671 Correct the grammar for __builtin_astype. by Peter Collingbourne · 13 years ago
  81. 96dcade serialized diagnostics: include FixIt information in serialized diagnostics. by Ted Kremenek · 13 years ago
  82. 148735e Move definitions of SizeType and PtrDiffType to Mips32TargetInfoBase. by Akira Hatanaka · 13 years ago
  83. 9cef887 Fix MSVC build. by Michael J. Spencer · 13 years ago
  84. 22508f4 Fix one last place where we weren't writing into a string literal consistently. by Eli Friedman · 13 years ago
  85. 8a5d0ae Fix incorrect format string in debug output. by Eli Friedman · 13 years ago
  86. ddaec0d Teach LiveVariables to look through OpaqueValueExprs for extending Stmt liveness. by Ted Kremenek · 13 years ago
  87. 6a9065a Per discussion with John McCall, don't add OpaqueValueExprs to the CFG. by Ted Kremenek · 13 years ago
  88. 0d34e6e serialized diagnostics: pull emission of filenames into diagnostic block. by Ted Kremenek · 13 years ago
  89. 3baf63d serialized diagnostics: pull emission of diagnostic flag string into diagnostics block. by Ted Kremenek · 13 years ago
  90. 0dbadc4 Serialized diagnostics: pull category name serialization into diagnostic blocks. The goal is to remove BLOCK_STRINGS so that the bitcode file can potentially be streamed. by Ted Kremenek · 13 years ago
  91. 2a20b4f serialized diagnostics: emit source ranges. by Ted Kremenek · 13 years ago
  92. fdd0ced Move definition of record/block IDs for serialized diagnostics to public header. by Ted Kremenek · 13 years ago
  93. 069f9c2 Serialized diagnostics: encode a 24 bit version number as part of the "magic number" of serialized diagnostics. by Ted Kremenek · 13 years ago
  94. 45d9275 serialized diagnostics: unique warning strings when emitting serialized diagnostics. by Ted Kremenek · 13 years ago
  95. 59b6161 Serialized diagnostics: serialize "notes" as sub diagnostics of warnings and errors. by Ted Kremenek · 13 years ago
  96. 28eac52 Also include file modification time and size in output of SerializedDiagnosticPrinter. by Ted Kremenek · 13 years ago
  97. fcf28b2 [arcmt] Fix an assertion hit in rdar://10336125; a bit too complicated to reduce. by Argyrios Kyrtzidis · 13 years ago
  98. ca23419 Begin the migration of header search logic to the driver, starting with by Chandler Carruth · 13 years ago
  99. ab9fcd0 Switch the C++ include interface in the ToolChain to use the same naming by Chandler Carruth · 13 years ago
  100. 1fe4203 [arcmt] In GC, error out when there is a call that returns a pointer to by Argyrios Kyrtzidis · 13 years ago