PTX: support for bitwise operations on predicates
[oota-llvm.git] / lib / Support / PathV2.cpp
2011-02-15 Argyrios KyrtzidisImplement a function from PathV2 whose definition is...
2011-02-11 Zhanyong WanAdds llvm::sys::path::is_separator() to test whether...
2011-01-15 Michael J. SpencerSupport/PathV2: Add identify_magic.
2011-01-15 Michael J. SpencerSupport/PathV2: Implement has_magic in terms of get_magic.
2011-01-12 Michael J. SpencerSupport/Path: Deprecate PathV1::IsSymlink and replace...
2011-01-11 Michael J. SpencerSupport/Path: Deprecate PathV1::isDirectory and replace...
2011-01-05 Michael J. SpencerSupport/PathV2: Implement remove_all.
2011-01-05 Michael J. SpencerSupport/PathV2: Implement directory_entry::status.
2010-12-28 Benjamin KramerFix a signed/unsigned comparison warning.
2010-12-28 Michael J. SpencerSupport/PathV2: Implement has_magic.
2010-12-20 Michael J. SpencerSupport/PathV2: Add missing has_relative_path impl.
2010-12-17 Benjamin KramerPathV2: Use StringRef::substr to simplify substring...
2010-12-17 Benjamin KramerMissed some StringRefRefs.
2010-12-17 Benjamin KramerPass StringRefs by value, for consistency.
2010-12-09 Michael J. SpencerSupport/FileSystem: Change file_status predicate functi...
2010-12-07 Michael J. SpencerSupport/PathV2: Remove const from bool return types.
2010-12-07 Michael J. SpencerSupport/PathV2: Change most functions in the path names...
2010-12-07 Michael J. SpencerSupport/PathV2: Cleanup separator handling.
2010-12-07 Michael J. SpencerSupport/PathV2: Remove the error_code return type from...
2010-12-07 Michael J. SpencerSupport/PathV2: Move make_absolute from path to fs.
2010-12-07 Michael J. SpencerSupport/PathV2: Use SmallVector::clear instead of set_size.
2010-12-07 Michael J. SpencerSupport/PathV2: Move current_path from path to fs and...
2010-12-06 Michael J. SpencerSupport/FileSystem: Add directory_iterator implementation.
2010-12-06 Michael J. SpencerSupport/PathV2: Fix append to not add a slash to empty...
2010-12-04 Bill WendlingSilence 'may be used uninitialized in this function...
2010-12-04 Michael J. SpencerSupport/PathV2: Remove redundant calls to make_error_code.
2010-12-04 Michael J. SpencerSupport/FileSystem: Add status implementation.
2010-12-03 Michael J. SpencerSupport/FileSystem: Add create_director{y,ies} implemen...
2010-12-01 Michael J. SpencerSupport/FileSystem: Add copy_file implementation. Not...
2010-12-01 Michael J. SpencerSupport/PathV2: Add is_{absolute,relative} implementation.
2010-12-01 Michael J. SpencerSupport/PathV2: Add has_{root_path,root_name,root_direc...
2010-12-01 Michael J. SpencerSupport/PathV2: Add extension implementation.
2010-12-01 Michael J. SpencerSupport/PathV2: Add stem implementation.
2010-12-01 Michael J. SpencerSupport/PathV2: Add filename implementation.
2010-12-01 Michael J. SpencerSupport/PathV2: Add native implementation.
2010-12-01 Michael J. SpencerSupport/PathV2: Add replace_extension implementation.
2010-12-01 Michael J. SpencerSupport/PathV2: Add remove_filename implementation.
2010-11-30 Michael J. SpencerSupport/PathV2: Implement reverse iteration and parent_...
2010-11-29 Michael J. SpencerSupport: Add PathV2 implementation.