- 666cc0b Move DataBuffer / DataExtractor and friends from Core -> Utility. by Zachary Turner · 9 years ago
- 01c3243 Remove dependencies from Utility to Core and Target. by Zachary Turner · 9 years ago
- bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago
- 696bd63 [lldb] Fix typos in file headers by Alexander Shaposhnikov · 9 years ago
- c156427 Don't allow direct access to StreamString's internal buffer. by Zachary Turner · 9 years ago
- 038aadd Fix the data formatter for std::multiset in libc++ - this is a trivial amount of extra change on top of multimap by Enrico Granata · 9 years ago
- be3be28 Changes to the std::multimap formatter to make it work against trunk libc++ by Enrico Granata · 9 years ago
- b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
- 106aae5 Because of our lifetime rules w.r.t. ValueObjects and ClusterManagers, synthetic children caching is a tricky area: by Enrico Granata · 9 years ago
- bbd1681 Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; other minor fixes. by Eugene Zelenko · 10 years ago
- 4c2bf56 Reduce memory traffic in ConstString in the std::map formatter by Enrico Granata · 10 years ago
- a0b75d7 Do the same iterator caching optimization for std::map by Enrico Granata · 10 years ago
- 8d15f33 Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language; other minor fixes. by Eugene Zelenko · 10 years ago
- 33e97e6 Move the C++ data formatters to the C++ language plugin by Enrico Granata · 10 years ago[Renamed (99%) from lldb/source/DataFormatters/LibCxxMap.cpp]
- 419d791 Nuke CXXFormatterFunctions.cpp - split the contents of it across different files, so that things are better organized along the C++/ObjC line by Enrico Granata · 10 years ago
- 0d5a2bd Purge a few places where *LanguageRuntime.h was being used when it by Jim Ingham · 10 years ago
- 99558cc4 Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions. by Greg Clayton · 10 years ago
- a1e5dc8 ClangASTType is now CompilerType. by Greg Clayton · 10 years ago
- d8d4a57 First step in getting LLDB ready to support multiple different type systems. by Greg Clayton · 10 years ago
- c7c30eb Revert "Introduce a TypeSystem interface to support adding non-clang languages." by Pavel Labath · 10 years ago
- c33ae02 Introduce a TypeSystem interface to support adding non-clang languages. by Pavel Labath · 10 years ago
- 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
- 395939a Improve the performance of the libc++ std::map formatter. This is not the full solution to the slowness of this formatter, but it's a 5% improvement in our testcase performance, which I am not going to complain too hard about. by Enrico Granata · 11 years ago
- e29df23 This patch does a few things: by Enrico Granata · 11 years ago
- e85fe3a Reorganize some of the data formatters code to simplify CXXFormattersFunction.h. Also, add a synthetic child provider for libc++'s version of std::initializer_list<T> by Enrico Granata · 11 years ago
- 340fa53 Recent builds of libcxx actually wrap an std::map's children values in a union containing either a member named __cc, or either of __cc and __nc (const vs. non-const). This level of wrapping is quite useless for LLDB to show to people, so try to detect it, and filter it out by Enrico Granata · 11 years ago
- 99fbc07 Fix Windows build using portable types for formatting the log outputs by Deepak Panickal · 12 years ago
- 866e91c Better error reporting when a variable can't be by Sean Callanan · 12 years ago
- 57ee306 Huge change to clean up types. by Greg Clayton · 12 years ago
- ef14371 Fix various build warnings. by Matt Kopec · 12 years ago
- 4ffff27 Harden against potential empty nodes in the map by Enrico Granata · 13 years ago
- d03a273 <rdar://problem/13749871> by Enrico Granata · 13 years ago
- 7c0788b Data formatters cleanup: by Enrico Granata · 13 years ago
- 9237353 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 · 13 years ago