index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Support
/
PathV2.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support/PathV2: Add missing has_relative_path impl.
Michael J. Spencer
2010-12-20
1
-0
/
+7
*
PathV2: Use StringRef::substr to simplify substring creation.
Benjamin Kramer
2010-12-17
1
-27
/
+17
*
Missed some StringRefRefs.
Benjamin Kramer
2010-12-17
1
-1
/
+1
*
Pass StringRefs by value, for consistency.
Benjamin Kramer
2010-12-17
1
-13
/
+13
*
Support/FileSystem: Change file_status predicate functions that cannot fail to
Michael J. Spencer
2010-12-09
1
-0
/
+27
*
Support/PathV2: Remove const from bool return types.
Michael J. Spencer
2010-12-07
1
-9
/
+9
*
Support/PathV2: Change most functions in the path namespace to return their work
Michael J. Spencer
2010-12-07
1
-100
/
+62
*
Support/PathV2: Cleanup separator handling.
Michael J. Spencer
2010-12-07
1
-7
/
+10
*
Support/PathV2: Remove the error_code return type from all functions in the path
Michael J. Spencer
2010-12-07
1
-90
/
+60
*
Support/PathV2: Move make_absolute from path to fs.
Michael J. Spencer
2010-12-07
1
-55
/
+57
*
Support/PathV2: Use SmallVector::clear instead of set_size.
Michael J. Spencer
2010-12-07
1
-1
/
+1
*
Support/PathV2: Move current_path from path to fs and fix the Unix implementa...
Michael J. Spencer
2010-12-07
1
-1
/
+1
*
Support/FileSystem: Add directory_iterator implementation.
Michael J. Spencer
2010-12-06
1
-0
/
+10
*
Support/PathV2: Fix append to not add a slash to empty or root paths.
Michael J. Spencer
2010-12-06
1
-1
/
+1
*
Silence 'may be used uninitialized in this function' warnings. Static analysis
Bill Wendling
2010-12-04
1
-2
/
+2
*
Support/PathV2: Remove redundant calls to make_error_code.
Michael J. Spencer
2010-12-04
1
-32
/
+32
*
Support/FileSystem: Add status implementation.
Michael J. Spencer
2010-12-04
1
-0
/
+2
*
Support/FileSystem: Add create_director{y,ies} implementations.
Michael J. Spencer
2010-12-03
1
-0
/
+15
*
Support/FileSystem: Add copy_file implementation. Not tests yet because the
Michael J. Spencer
2010-12-01
1
-3
/
+8
*
Support/PathV2: Add is_{absolute,relative} implementation.
Michael J. Spencer
2010-12-01
1
-0
/
+24
*
Support/PathV2: Add has_{root_path,root_name,root_directory,parent_path,filen...
Michael J. Spencer
2010-12-01
1
-18
/
+70
*
Support/PathV2: Add extension implementation.
Michael J. Spencer
2010-12-01
1
-0
/
+16
*
Support/PathV2: Add stem implementation.
Michael J. Spencer
2010-12-01
1
-0
/
+16
*
Support/PathV2: Add filename implementation.
Michael J. Spencer
2010-12-01
1
-0
/
+5
*
Support/PathV2: Add native implementation.
Michael J. Spencer
2010-12-01
1
-0
/
+22
*
Support/PathV2: Add replace_extension implementation.
Michael J. Spencer
2010-12-01
1
-0
/
+20
*
Support/PathV2: Add remove_filename implementation.
Michael J. Spencer
2010-12-01
1
-0
/
+8
*
Support/PathV2: Implement reverse iteration and parent_path.
Michael J. Spencer
2010-11-30
1
-8
/
+115
*
Support: Add PathV2 implementation.
Michael J. Spencer
2010-11-29
1
-0
/
+409