1. 8f3be7a [FileSystem] Move path resolution logic out of FileSpec by Jonas Devlieghere · 7 years ago
  2. ad8d48f [FileSpec] Delegate common operations to llvm::sys::path by Jonas Devlieghere · 7 years ago
  3. df8e291 [FileSpec] Re-implmenet removeLastPathComponent by Jonas Devlieghere · 7 years ago
  4. 86188d8 Fix PathMappingList for relative and empty paths after recent FileSpec normalization changes by Greg Clayton · 7 years ago
  5. 6dcea6d Fix buildbots after it 332618 by Greg Clayton · 7 years ago
  6. 39d50b7 FileSpec objects that resolve to "." should have "." in m_filename and m_directory empty. by Greg Clayton · 7 years ago
  7. a8da1f8 Revert 332511 after reverting llvm revision 332508. by Greg Clayton · 7 years ago
  8. 4de9493 Fix FileSpecTest after LLVM changes to remove_dots (https://reviews.llvm.org/D46887) by Greg Clayton · 7 years ago
  9. 2cb7cf8 FileSpec: Remove PathSyntax enum and use llvm version instead by Pavel Labath · 7 years ago
  10. e7306b1 Remove custom path manipulation functions from FileSpec by Pavel Labath · 7 years ago
  11. 776cd7a Always normalize FileSpec paths. by Greg Clayton · 7 years ago
  12. 0e0906c Move FileSpecTest to Utility by Pavel Labath · 7 years ago[Renamed (98%) from lldb/unittests/Host/FileSpecTest.cpp]
  13. 97e4f47 In FileSpec::Equal, short-cut GetNormalizedPath. by Jim Ingham · 9 years ago
  14. 5713a05 Move FileSpec from Host -> Utility. by Zachary Turner · 9 years ago
  15. 59d725c FileSpec: Fix PrependPathComponent("/") by Pavel Labath · 9 years ago
  16. 827d5d7 Add methods to enable using formatv syntax in LLDB. by Zachary Turner · 9 years ago
  17. e6e7e6c Fix handling of consecutive slashes in FileSpec::GetNormalizedPath() by Pavel Labath · 9 years ago
  18. ed76d10 Added a couple more odd dot patterns that we got out of clang. by Jim Ingham · 9 years ago
  19. 218770b Improve ".." handling in FileSpec normalization by Pavel Labath · 9 years ago
  20. 10c6062 Add a couple of fun unit tests for FileSpec::Equal by Pavel Labath · 9 years ago
  21. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  22. 291fd35 Change the PathMappingList::FindFile to use FileSpec API's by Jim Ingham · 9 years ago
  23. a212c58 FileSpec: make matching separator-agnostic again by Pavel Labath · 9 years ago
  24. b0743fb Remove obsolete comments by Pavel Labath · 9 years ago
  25. 144119b Make FileSpec handling platform-independent by Pavel Labath · 9 years ago
  26. cc0e87c Fix a couple of cornercases in FileSpec + tests by Pavel Labath · 10 years ago