1. bb53fe5 Make our eliding of artificially-generated methods by Sean Callanan · 11 years ago
  2. f62ba43 <rdar://problem/13776113> by Greg Clayton · 11 years ago
  3. 756bed4 Fixed completion of incomplete array types, fixing by Sean Callanan · 11 years ago
  4. 764bca5 <rdar://problem/13298695> by Greg Clayton · 11 years ago
  5. 4cdf705 Fix for regression in TestCPPStaticMethods.py due to refactoring in clang. by Ashok Thirumurthi · 11 years ago
  6. 3525576 Static variables inside classes were not being added to the RecordDecl, now they are. This gets us closer to being able to display static variables in classes. by Greg Clayton · 11 years ago
  7. f95fc9e Added support "__attribute__((__vector_size__(B)))" and "__attribute__((ext_vector_type(N)))". by Greg Clayton · 11 years ago
  8. edb83a5 Fix build. by Rafael Espindola · 11 years ago
  9. f85902c Elide all artificial copy constructors, because by Sean Callanan · 11 years ago
  10. 952e9dc <rdar://problem/13521159> by Greg Clayton · 11 years ago
  11. 017c16a Don't use a "uintptr_t" for the metadata key, use a "void *". This removes all of the casts that were being used and cleans the code up a bit. Also added the ability to dump the metadata. by Greg Clayton · 11 years ago
  12. 3dc2a5b Cleanup to the ObjC runtime to remove the now useless ClassDescriptor_Invalid by Enrico Granata · 11 years ago
  13. cc5d274 The formatters for std::shared_ptr, std::weak_ptr, std::list, std::vector and std::map as provided by libc++ are now written in C++ instead of Python by Enrico Granata · 11 years ago
  14. a924b19 Performance improvements to the IsObjCNil () - we only try to resolve the value if the variable under consideration truly is an “Objective-C thing” by Enrico Granata · 11 years ago
  15. fe6dc6e <rdar://problem/13421412> by Greg Clayton · 11 years ago
  16. d9c7d40 Switch from CreateTypeSourceInfo, which allocates by Sean Callanan · 11 years ago
  17. 62afa49 Made LLDB work with the latest Clang. Also fixed by Sean Callanan · 11 years ago
  18. be38b45 <rdar://problem/13374267> by Greg Clayton · 11 years ago
  19. 9c09181 <rdar://problem/13119621> by Greg Clayton · 11 years ago
  20. d5e48bd <rdar://problem/13341472> by Greg Clayton · 11 years ago
  21. 874378d Updated to support latest Clang option naming. by Sean Callanan · 11 years ago
  22. c113056 Quiet "the missing case in switch statement" warnings from newer clang builds. by Greg Clayton · 11 years ago
  23. 4a58456 Fixed a problem that would cause LLDB to crash by Sean Callanan · 11 years ago
  24. dbf2fb0 Modified the expression parser's class wrapper to by Sean Callanan · 12 years ago
  25. d025085 Get rid for switch statement warning for unhandled cases. by Greg Clayton · 12 years ago
  26. 36da2aa <rdar://problem/13069948> by Greg Clayton · 12 years ago
  27. 63d67ed <rdar://problem/11146929> by Enrico Granata · 12 years ago
  28. 19b6467 <rdar://problem/12928282> by Greg Clayton · 12 years ago
  29. c6fe581 Update to reflect API changes in r171367. by Chandler Carruth · 12 years ago
  30. ca8fb17 Made LLDB compile with LLVM top-of-tree again. by Sean Callanan · 12 years ago
  31. d35b7b3 More Linux warnings fixes (remove default labels as needed): by Daniel Malea · 12 years ago
  32. b912457 <rdar://problem/12560257> by Greg Clayton · 12 years ago
  33. 803c3b0 Fix clang build issues. by Greg Clayton · 12 years ago
  34. b4fadde Fix lldb to compile with top of tree LLVM/clang. by Greg Clayton · 12 years ago
  35. 9bb15b6 s/BCPLComment/LineComment/ (llvm r167690) by Filipe Cabecinhas · 12 years ago
  36. f270fa9 <rdar://problem/12582031> by Greg Clayton · 12 years ago
  37. a32c5a5 This is the first phase of supporting the DW_AT_object_pointer tag. I expanded the decl metadata by Jim Ingham · 12 years ago
  38. cbe707c Updated LLDB's use of the DiagnosticsEngine to by Sean Callanan · 12 years ago
  39. 6a97d42 Fixed ClangASTContext to own its TargetOptions by Sean Callanan · 12 years ago
  40. 12f1d1e Fixed a logic error that showed up when compiling with a newer version of clang where: by Greg Clayton · 12 years ago
  41. 949b717 <rdar://problem/12490588> by Greg Clayton · 12 years ago
  42. 58146a9 ClangASTContext::GetIndexOfChildWithName - increment the child index we plan to return as we iterate through the ivars. by Jim Ingham · 12 years ago
  43. 06dc17f Brought LLDB top-of-tree into sync with LLVM/Clang by Sean Callanan · 12 years ago
  44. 851e30e Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. Some platforms don't support this modification. by Greg Clayton · 12 years ago
  45. 6218201 Fixed a crash in the testsuite because the wrong type was being completed. by Sean Callanan · 12 years ago
  46. 9b90e87 <rdar://problem/12202862> by Greg Clayton · 12 years ago
  47. f6132ef <rdar://problem/11275622> by Greg Clayton · 12 years ago
  48. 4a379b1 Ran the static analyzer on the codebase and found a few things. by Greg Clayton · 12 years ago
  49. b3a1a2b <rdar://problem/11870357> by Greg Clayton · 12 years ago
  50. e9fcfd9 Updated LLVM and added a fix to LLDB which allows by Sean Callanan · 12 years ago
  51. b170aee <rdar://problem/11358639> by Greg Clayton · 12 years ago
  52. a4974db We now record metadata for Objective-C interfaces, by Sean Callanan · 12 years ago
  53. fafffe0 Added a mechanism for keeping track of where in by Sean Callanan · 12 years ago
  54. e2f71a3 Check if the two clang opaque type pointers are equal before doing anything more exhaustive comparison. by Greg Clayton · 12 years ago
  55. 8d61156 Fixed a problem where we did not read properties by Sean Callanan · 12 years ago
  56. ab6e67a Possibly too soon for this change. by Bill Wendling · 12 years ago
  57. 36b6b4c The option is 'NoInlineDefine.' by Bill Wendling · 12 years ago
  58. e4b3d63 Fixed ClangASTContext to correctly recognize wchar_t as distinct from int. by Sean Callanan · 12 years ago
  59. c17d2ed Remove unused code. by Greg Clayton · 12 years ago
  60. 3356d4f <rdar://problem/11082392> by Greg Clayton · 12 years ago
  61. 1ec8f8f Added support for the DW_AT_APPLE_Property tag by Sean Callanan · 12 years ago
  62. dc0a38c <rdar://problem/11113279> by Greg Clayton · 12 years ago
  63. d44c9d3 Adding a new API call IsTypeComplete() to SBType. This call is meant to check if the type has been previously completed or not (which is mostly interesting from a performance point of view) by Enrico Granata · 12 years ago
  64. 74e422d <rdar://problem/11095005> by Greg Clayton · 12 years ago
  65. 9a357a4 ...And finished the job. by Sean Callanan · 12 years ago
  66. fe1e5ec Hardened isObjCObjectPointerType() against NULLs. by Sean Callanan · 12 years ago
  67. 1bc1cad rdar://problem/10611315 by Johnny Chen · 12 years ago
  68. 3552ed0 Improved the type's handling of anonymous structs, by Sean Callanan · 12 years ago
  69. 142f94c Updated LLVM to take a new MC JIT that supports by Sean Callanan · 12 years ago
  70. 931acec Added support for looking up the complete type for by Sean Callanan · 12 years ago
  71. 70c6cf4 Ignore the constness of the object pointer when fetching it. by Sean Callanan · 12 years ago
  72. 97b675e I left some stray debugging messages in the source code. Removing these. by Sean Callanan · 12 years ago
  73. b7fad95 Almost have templatized functions working (templatized classes are already by Greg Clayton · 12 years ago
  74. 8f2e392 I have brought LLDB up-to-date with top of tree by Sean Callanan · 12 years ago
  75. 3eeaf6e Added support to SBType for getting template arguments from a SBType: by Greg Clayton · 12 years ago
  76. ebad95d Made IsArrayOfScalarType handle typedefs correctly. by Sean Callanan · 13 years ago
  77. d0d7372 If the name of a struct or union is NULL in the by Sean Callanan · 13 years ago
  78. df6dc88 Added code in the Host layer that can report system log messages by Greg Clayton · 13 years ago
  79. 016ef88 Improve the x86_64 return value decoder to handle most structure returns. by Jim Ingham · 13 years ago
  80. da81dae Fixed a problem with properties where LLDB was not by Sean Callanan · 13 years ago
  81. 514970a Get the bit-field offset & size for ObjC ivars that are bitfields. by Jim Ingham · 13 years ago
  82. 2fc7e8d Added ClangExternalASTSourceCommon, a local superclass by Sean Callanan · 13 years ago
  83. 4b9cf3d <rdar://problem/10394517> by Greg Clayton · 13 years ago
  84. 673f3db Added support to the Objective-C language runtime by Sean Callanan · 13 years ago
  85. d9b7985 Ensure that the empty RecordDecl generated for by Sean Callanan · 13 years ago
  86. e6ea5fe Pulled in a new version of LLVM/Clang to solve a variety by Sean Callanan · 13 years ago
  87. 96154be <rdar://problem/10126482> by Greg Clayton · 13 years ago
  88. 2546fd2 Add code that reads the APPLE_property debug info, and makes up properties from them. by Jim Ingham · 13 years ago
  89. f2a0a5c Updated LLVM/Clang to pull in a fix for Objective-C by Sean Callanan · 13 years ago
  90. 32e2564 Cleanup some warnings. by Greg Clayton · 13 years ago
  91. 3e4238d Fixed the Xcode project building of LLVM to be a bit more user friendly: by Greg Clayton · 13 years ago
  92. 28ebe88 Updated LLVM/Clang to pull in an MCJIT fix that by Sean Callanan · 13 years ago
  93. f84d4dd <rdar://problem/10020849> by Greg Clayton · 13 years ago
  94. 2581dbf Sometimes the debug information includes artifically- by Sean Callanan · 13 years ago
  95. 716e3f0 Added the capability (turned off for now) to mark a by Sean Callanan · 13 years ago
  96. b516939 Fixed some warnings after enabling some stricter warnings in the Xcode project by Greg Clayton · 13 years ago
  97. 354ffde warnings: Get rid of spurious semicolon. by Daniel Dunbar · 13 years ago
  98. ca54193 Added support for C++0x char16_t and char32_t types. by Greg Clayton · 13 years ago
  99. 6f3bde7 Changed the way the expression parser handles variables by Sean Callanan · 13 years ago
  100. a31b4dd Added a new #define, LLVM_NDEBUG_OFF, that should by Sean Callanan · 13 years ago