1. 1d5fb8f [arcmt] Make PropertiesRewriter::getPropertyType return the unqualified type. by Argyrios Kyrtzidis · 13 years ago
  2. f38fa73 [arcmt] Collect all the places where GC attributes __strong/__weak occur. by Argyrios Kyrtzidis · 13 years ago
  3. b0d5db1 [arcmt] Refactor PropertiesRewriter to use MigrationContext. by Argyrios Kyrtzidis · 13 years ago
  4. 7902d76 The version objects need to actually store the version strings; they by Chandler Carruth · 13 years ago
  5. abaa1d7 Throw the switch and move all Linux header search over to the GCC by Chandler Carruth · 13 years ago
  6. 6a21e65 Add a missing triple spotted by inspecting and testing of the include by Chandler Carruth · 13 years ago
  7. acf9e82 Unbreak gcc build. by Benjamin Kramer · 13 years ago
  8. 0e29dbb Lift the GCCVersion type into the header file and start persisting it in by Chandler Carruth · 13 years ago
  9. 4f80e00 Make format string 64 bit safe. by Benjamin Kramer · 13 years ago
  10. fa13459 Switch some of these interfaces from std::string to StringRef and Twine. by Chandler Carruth · 13 years ago
  11. 4b9c2d2 Change the AST representation of operations on Objective-C by John McCall · 13 years ago
  12. a463089 Take a better approach to detecting and selecting multiarch include by Chandler Carruth · 13 years ago
  13. 0170fff Revert r143864, as the problem I was actually looking at can be solved by Chandler Carruth · 13 years ago
  14. 5ffa3ee Start pruning down the set of flags passed to CC1 for header search. by Chandler Carruth · 13 years ago
  15. b84575e Fixing -g break caused by a dead reference to a temporary introduced in r143732. by David Blaikie · 13 years ago
  16. 54db68b Add the depfile as a result file so that it is deleted if we crash, by Peter Collingbourne · 13 years ago
  17. cb2e00f Enhance the GCC version parsing and comparison logic to handle some more by Chandler Carruth · 13 years ago
  18. 69cd4aa Remove a pointless member. I have no idea why I made this not a local by Chandler Carruth · 13 years ago
  19. ca28a89 Remove a no-longer needed helper function. Thanks for implementing this Michael! by Chandler Carruth · 13 years ago
  20. f13b13e Move the GCC installation detection helper a member of the Linux by Chandler Carruth · 13 years ago
  21. 258883b Remove support for Gentoo subversion-ebuild installed llvm-gcc libstdc++ by Chandler Carruth · 13 years ago
  22. 7d7e9f9 Move the Linux header searching from the Frontend to the Driver. This is by Chandler Carruth · 13 years ago
  23. 6fdebee Try to reduce the nastiness that creeps in through Windows.h a bit. by Benjamin Kramer · 13 years ago
  24. 5183b3d [driver] If we're only linking, don't warn about unused arguments which are by Chad Rosier · 13 years ago
  25. 103accc Fix a significant oversight in my move of MSVC includes to the driver: by Chandler Carruth · 13 years ago
  26. e4ebbf7 Now that we have a portable 64 bit format string use it to make this simple again. by Benjamin Kramer · 13 years ago
  27. ac2bc4d Add two flags to the CC1 layer that I was hoping to avoid. We need to by Chandler Carruth · 13 years ago
  28. 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
  29. ef911a1 LookThroughStmt GM release. by Argyrios Kyrtzidis · 13 years ago
  30. 51e4e1e LookThroughStmt v4.6.3 by Argyrios Kyrtzidis · 13 years ago
  31. 74b5edd Simplify LookThroughStmt in LiveVariables.cpp by Argyrios Kyrtzidis · 13 years ago
  32. 32bae37 Fix vector macros to correctly check argument types. <rdar://problem/10261670> by Bob Wilson · 13 years ago
  33. 38f0b5a Another correction to the LiveVariables commit (r143767, r143780). by Anna Zaks · 13 years ago
  34. de2a6a8 [analyzer] There should be a space between "expect" and "only" by Anna Zaks · 13 years ago
  35. 5112fc4 Fix infinite loop in LiveVariables due to a misplaced 'break' (it would break out of by Argyrios Kyrtzidis · 13 years ago
  36. 79d481a On Linux, enable the gold plugin if we are using LTO. by Peter Collingbourne · 13 years ago
  37. a160671 Correct the grammar for __builtin_astype. by Peter Collingbourne · 13 years ago
  38. 96dcade serialized diagnostics: include FixIt information in serialized diagnostics. by Ted Kremenek · 13 years ago
  39. 148735e Move definitions of SizeType and PtrDiffType to Mips32TargetInfoBase. by Akira Hatanaka · 13 years ago
  40. 9cef887 Fix MSVC build. by Michael J. Spencer · 13 years ago
  41. 22508f4 Fix one last place where we weren't writing into a string literal consistently. by Eli Friedman · 13 years ago
  42. 8a5d0ae Fix incorrect format string in debug output. by Eli Friedman · 13 years ago
  43. ddaec0d Teach LiveVariables to look through OpaqueValueExprs for extending Stmt liveness. by Ted Kremenek · 13 years ago
  44. 6a9065a Per discussion with John McCall, don't add OpaqueValueExprs to the CFG. by Ted Kremenek · 13 years ago
  45. 0d34e6e serialized diagnostics: pull emission of filenames into diagnostic block. by Ted Kremenek · 13 years ago
  46. 3baf63d serialized diagnostics: pull emission of diagnostic flag string into diagnostics block. by Ted Kremenek · 13 years ago
  47. 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
  48. 2a20b4f serialized diagnostics: emit source ranges. by Ted Kremenek · 13 years ago
  49. fdd0ced Move definition of record/block IDs for serialized diagnostics to public header. by Ted Kremenek · 13 years ago
  50. 069f9c2 Serialized diagnostics: encode a 24 bit version number as part of the "magic number" of serialized diagnostics. by Ted Kremenek · 13 years ago
  51. 45d9275 serialized diagnostics: unique warning strings when emitting serialized diagnostics. by Ted Kremenek · 13 years ago
  52. 59b6161 Serialized diagnostics: serialize "notes" as sub diagnostics of warnings and errors. by Ted Kremenek · 13 years ago
  53. 28eac52 Also include file modification time and size in output of SerializedDiagnosticPrinter. by Ted Kremenek · 13 years ago
  54. fcf28b2 [arcmt] Fix an assertion hit in rdar://10336125; a bit too complicated to reduce. by Argyrios Kyrtzidis · 13 years ago
  55. ca23419 Begin the migration of header search logic to the driver, starting with by Chandler Carruth · 13 years ago
  56. ab9fcd0 Switch the C++ include interface in the ToolChain to use the same naming by Chandler Carruth · 13 years ago
  57. 1fe4203 [arcmt] In GC, error out when there is a call that returns a pointer to by Argyrios Kyrtzidis · 13 years ago
  58. e71202e In ARC, when applying an ownership to a non-objc pointer, instead of ignoring it by Argyrios Kyrtzidis · 13 years ago
  59. 033be8b Enable -flimit-debug-info by default. Now, clang lazily emits debug info for structs. Original behavior can be restored using -fno-limit-debug-info. by Devang Patel · 13 years ago
  60. 2875bda [driver] Don't blindly accept all -g options. rdar://10383444 by Chad Rosier · 13 years ago
  61. 03ea52f Revert r143551. It is causing g++.dg/template/crash52.C test failure. by Devang Patel · 13 years ago
  62. 3b25216 objc: fixed enum type is supported in objc mode. by Fariborz Jahanian · 13 years ago
  63. e7ef855 [arcmt] For GC, cleanup and turn -finalize to -dealloc. by Argyrios Kyrtzidis · 13 years ago
  64. 81eecde [arcmt] In GC, error for use of CFMakeCollectable because it will leak the by Argyrios Kyrtzidis · 13 years ago
  65. 0d579b6 In C++ keep unavailable function calls in the AST, like in C/ObjC. by Argyrios Kyrtzidis · 13 years ago
  66. e0ac745 [arcmt] In GC, transform NSMakeCollectable to CFBridgingRelease. by Argyrios Kyrtzidis · 13 years ago
  67. 92d3dda Remove unused variables. by Benjamin Kramer · 13 years ago
  68. a461442 Sink the strange '-stdlib=...' flag handling into the C++ include by Chandler Carruth · 13 years ago
  69. 7ffa032 Sink the handling of -fobjc-arc-cxxlib to live with the other -fobjc-arc by Chandler Carruth · 13 years ago
  70. b5870e7 Add a FIXME to cleanup the CPATH handling. It's currently burried with by Chandler Carruth · 13 years ago
  71. 88491fc Add a system include management interface to the toolchain, and call it by Chandler Carruth · 13 years ago
  72. 69c2c50 Constant expression evaluation: refactor to start the groundwork for coping with by Richard Smith · 13 years ago
  73. 0a3bdb6 Constant expression evaluation: track the manner in which an lvalue was written, by Richard Smith · 13 years ago
  74. 74f4634 Constant expression evaluation: although we don't know whether a literal will by Richard Smith · 13 years ago
  75. 49cf884 In the AST dump, add a space between the type and value for CharacterLiteral. by Richard Trieu · 13 years ago
  76. b49d5a6 Use a single integer type for a sub-doubleword part of a byval structure. by Akira Hatanaka · 13 years ago
  77. 1bb94a4 Fix alignment on alloca's for parameters using ABIArgInfo::Expand. by Eli Friedman · 13 years ago
  78. 05272a6 Parse the warning options twice. The first pass sets diagnostic state, while by Chad Rosier · 13 years ago
  79. 27368f9 After resetting the diagnostic state, set the number of warning occurring in the preamble. by Argyrios Kyrtzidis · 13 years ago
  80. ddfb8d1 Fix the alignment on scalar parameter variables so that it matches what the AST thinks it should be. Per report on cfe-dev. by Eli Friedman · 13 years ago
  81. e6825d3 [libclang] Fix crash when a #pragma diagnostic is included in the preamble. by Argyrios Kyrtzidis · 13 years ago
  82. f3c0286 Extend IsSimplyAccessible to check for Objective-C instance variable by Douglas Gregor · 13 years ago
  83. 27c72d8 Teach the ASTImporter to import DefinitionData bits. by Douglas Gregor · 13 years ago
  84. a885dce Class can't be null in this context by Douglas Gregor · 13 years ago
  85. 17015ef Refactor Sema::IsSimplyAccessible slightly, to work on a DeclContext rather than a class by Douglas Gregor · 13 years ago
  86. fb35e8f When we're checking a friend function template in an out-of-line class by Douglas Gregor · 13 years ago
  87. dfb332d [libclang] Add infrastructure to be able to only deserialize decls in a file region and by Argyrios Kyrtzidis · 13 years ago
  88. 9030693 Do not add "byval" attribute to records with non-trivial copy constructors by Jan Wen Voung · 13 years ago
  89. 25270b6 Add a printing policy flag to suppress printing "<anonymous>::" prior by Douglas Gregor · 13 years ago
  90. b551dd3 Set MinABIStackAlignInBytes to 8 if ABI is N32/64. by Akira Hatanaka · 13 years ago
  91. d5a257f Convert the type of a structure passed by value if it has double precision by Akira Hatanaka · 13 years ago
  92. c0e3b66 Return function results whose size is smaller than 128-bits in registers if ABI by Akira Hatanaka · 13 years ago
  93. caf1f26 Use native endianness for writing out character escapes to the result buffer for string literal parsing. No functional change on little-endian architectures; should fix test failures on PPC. by Eli Friedman · 13 years ago
  94. ddb2147 Don't build member initializers for zero-length or incomplete arrays, by Douglas Gregor · 13 years ago
  95. c637d73 back out changes in r143399 and r143475. by Fariborz Jahanian · 13 years ago
  96. ce50c55 In addition to dumping preprocessed source, dump a script with the command line by Chad Rosier · 13 years ago
  97. 21a2516 Fix various minor issues find via unreachable code warnings, from Ahmed Charles! by Douglas Gregor · 13 years ago
  98. 27e66ad Add the newest Gentoo GCC version based on the reported installed by Chandler Carruth · 13 years ago
  99. 0b1beb7 Drastically simplify the mapping from the declaration corresponding to by Douglas Gregor · 13 years ago
  100. 38738fc Use StringLiteral::getBytes(), not StringLiteral::getString(), when profiling the expression, so that it works for non-UTF8 strings. by Douglas Gregor · 13 years ago