SimplifyCFG: Don't generate invalid code for switch used to initialize
[oota-llvm.git] / lib / Support / PathV2.cpp
2012-06-19 Michael J. Spencer[Support/PathV2] Fix out of bounds access in identify_m...
2012-03-21 Michael J. Spencer[PathV2]: Fix bug in create_directories which caused...
2012-02-29 Daniel DunbarSupport/PathV2: Fix namespace qualifier in make_absolut...
2012-02-29 Daniel DunbarSupport/PathV2: Fix make_absolute() to match is_absolut...
2012-02-29 Michael J. Spencer[PathV2] Fix bug in relative_path.
2012-02-09 David BlaikieChange default error_code ctor to a 'named ctor' so...
2012-02-08 Benjamin KramerPathV2: Remove static StringRef ctors.
2011-12-13 Michael J. SpencerSupport/FileSystem: Add file_magic and move a vew clien...
2011-12-13 Michael J. SpencerCleanup whitespace.
2011-12-12 Michael J. SpencerSupport/Windows: Cleanup scoped handles.
2011-09-16 Eli FriedmanFix a minor bug in fs::create_directories. Patch by...
2011-09-14 Douglas GregorUpdate the comment for system_temp_directory() to indic...
2011-09-14 Douglas GregorAdd a simple routine to determine the typical system...
2011-09-14 Benjamin KramerRemove unimplemented function prototypes from PathV2...
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.