1. 5310428 Revert r146363 to allow buildbots to make forward progress. by Chad Rosier · 14 years ago
  2. 203d780 Support/FileSystem: Implement bool equivalent(file_status A, file_status B); by Michael J. Spencer · 14 years ago
  3. 32ef4d2 Support/FileSystem: Implement canonicalize. by Michael J. Spencer · 14 years ago
  4. 0cfb367 unittests/Support/Path.cpp: [recursive_directory_iterator] Work around for end iterator. by NAKAMURA Takumi · 14 years ago
  5. 9b54a3e unittests/SupportTests: Fix test. pop modifies the current entry, thus the by Michael J. Spencer · 14 years ago
  6. a5207b9 unittests/SupportTests: Add some outs()'s to debug the issues on some bots. by Michael J. Spencer · 14 years ago
  7. 0a7625d Support/FileSystem: Implement recursive_directory_iterator and make by Michael J. Spencer · 14 years ago
  8. 606bb1a Adds llvm::sys::path::is_separator() to test whether a char is a path separator by Zhanyong Wan · 15 years ago
  9. b587180 Unittests/Support/Path: Tweak test. by Michael J. Spencer · 15 years ago
  10. 1d3c4a7 UnitTests/Path: Add magical tests. This will also test identify_magic. by Michael J. Spencer · 15 years ago
  11. 1f06360 UnitTests/Path: More ASSERT_NO_ERROR cleanup. by Michael J. Spencer · 15 years ago
  12. 42368cc UnitTests/Path: Fix typo, add error number, and enable the directory cleanup code. by Michael J. Spencer · 15 years ago
  13. 346a133 UnitTests/PathV2: Setup a test fixture to make tracking created file system by Michael J. Spencer · 15 years ago
  14. 5271486 Support/PathV2: Implement directory iteration on POSIX. by Michael J. Spencer · 15 years ago
  15. 3b264ba UnitTests/Path: Produce useful diagnostics on error. by Michael J. Spencer · 15 years ago
  16. f616b21 Support/PathV2: Change most functions in the path namespace to return their work by Michael J. Spencer · 15 years ago
  17. 1e090f0 Support/PathV2: Remove the error_code return type from all functions in the path by Michael J. Spencer · 15 years ago
  18. 92903a3 Support/PathV2: Move make_absolute from path to fs. by Michael J. Spencer · 15 years ago
  19. 7ecd94c Support/FileSystem: Add directory_iterator implementation. by Michael J. Spencer · 15 years ago
  20. 4fb115d Unittests/Support/PathV2: Add FileSystem tests. by Michael J. Spencer · 15 years ago
  21. 6e74e11 Support/FileSystem: Add remove implementation. by Michael J. Spencer · 15 years ago
  22. 23e6bdf unittests/Support/PathV2: remove(3) requires a terminated string. by Benjamin Kramer · 15 years ago
  23. b5ca644 Unittests/Support/PathV2: Cleanup and remove output. by Michael J. Spencer · 15 years ago
  24. ab16054 unittests/Support/PathV2: Comment out test because some systems are saying that by Michael J. Spencer · 15 years ago
  25. 4571040 Support/FileSystem: Add unique_file and exists implementations. by Michael J. Spencer · 15 years ago
  26. 75942f9 Make valgrind happy. by Michael J. Spencer · 15 years ago
  27. 9ceae88 unittests/Support/PathV2: Fix -pedantic warning. by Michael J. Spencer · 15 years ago
  28. a72df5f Support/PathV2: Add is_{absolute,relative} implementation. by Michael J. Spencer · 15 years ago
  29. 112a769 Support/PathV2: Add has_{root_path,root_name,root_directory,parent_path,filename,stem,extension} implementation. by Michael J. Spencer · 15 years ago
  30. 4d0c6fd unittests/Support/PathV2: Make tests much shorter; although harder to understand. by Michael J. Spencer · 15 years ago
  31. 87106c5 Support/PathV2: Add extension implementation. by Michael J. Spencer · 15 years ago
  32. 956955e Support/PathV2: Add stem implementation. by Michael J. Spencer · 15 years ago
  33. 1426920 Support/PathV2: Add filename implementation. by Michael J. Spencer · 15 years ago
  34. 8002500 Support/PathV2: Add native implementation. by Michael J. Spencer · 15 years ago
  35. fb3a95d Support/PathV2: Add replace_extension implementation. by Michael J. Spencer · 15 years ago
  36. 9c59409 Support/PathV2: Add remove_filename implementation. by Michael J. Spencer · 15 years ago
  37. 545cbdf Support/PathV2: Implement reverse iteration and parent_path. by Michael J. Spencer · 15 years ago
  38. b775d0b Support/PathV2: Fix 80 col. by Michael J. Spencer · 15 years ago
  39. 3ef91c5 unittests: Merge SystemTests back into SupportTests. by Michael J. Spencer · 15 years ago[Renamed (96%) from llvm/unittests/System/Path.cpp]
  40. ebad2f9 Support: Add PathV2 implementation. by Michael J. Spencer · 15 years ago
  41. 447762d Merge System into Support. by Michael J. Spencer · 15 years ago
  42. c33a41d unittests: Add initial Path-V2 test. by Michael J. Spencer · 15 years ago
  43. 9884778 unittests: Add SystemTests. by Michael J. Spencer · 15 years ago