aboutsummaryrefslogtreecommitdiff
path: root/lib/Support
AgeCommit message (Expand)Author
2011-01-10Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer
2011-01-06Fixed parsing of hex floats.Abramo Bagnara
2011-01-05Support/PathV2: Implement remove_all.Michael J. Spencer
2011-01-05Support/Windows/PathV2: Make directory iteration ignore . and ..Michael J. Spencer
2011-01-05Support/Windows/PathV2: Fix remove to handle both files and directories.Michael J. Spencer
2011-01-05Support/PathV2: Implement directory_entry::status.Michael J. Spencer
2011-01-05Support/PathV2: Implement directory iteration on POSIX.Michael J. Spencer
2010-12-28Fix a signed/unsigned comparison warning.Benjamin Kramer
2010-12-28Support/Path: Deprecate Path::hasMagicNumber and replace all uses with fs::ha...Michael J. Spencer
2010-12-28Support/PathV2: Implement has_magic.Michael J. Spencer
2010-12-27Support/PathV1: Deprecate GetRootDirectory.Michael J. Spencer
2010-12-25Support/PathV1: Deprecate makeAbsolute and remove Unix impl because it annoys...Michael J. Spencer
2010-12-23Change all self assignments X=X to (void)X, so that we can turn on aJeffrey Yasskin
2010-12-21Use IntEqClasses to compute connected components of live intervals.Jakob Stoklund Olesen
2010-12-21Add ADT/IntEqClasses.h as a light-weight implementation of EquivalenceClasses.h.Jakob Stoklund Olesen
2010-12-20Support/PathV2: Add missing has_relative_path impl.Michael J. Spencer
2010-12-19Add missing standard headers. Patch by Joerg Sonnenberger!Nick Lewycky
2010-12-18Support/PathV1: Deprecate getLast.Michael J. Spencer
2010-12-17PathV2: Use StringRef::substr to simplify substring creation.Benjamin Kramer
2010-12-17Missed some StringRefRefs.Benjamin Kramer
2010-12-17Pass StringRefs by value, for consistency.Benjamin Kramer
2010-12-17Trailing whitespace and 80 column fixups.Jim Grosbach
2010-12-16MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer
2010-12-16lib/Support/regexec.c: Let Regex LLP64-aware.NAKAMURA Takumi
2010-12-09Support/Windows/PathV2: Fix header comment.Michael J. Spencer
2010-12-09Fix whitespace.Michael J. Spencer
2010-12-09Support: Move c_str from SmallVector back to SmallString and add a free standingMichael J. Spencer
2010-12-09Support/FileSystem: Change file_status predicate functions that cannot fail toMichael J. Spencer
2010-12-09Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer
2010-12-07Support: Remove Alarm. It is unused (via local grep and google code search).Michael J. Spencer
2010-12-07Support/PathV2: Remove const from bool return types.Michael J. Spencer
2010-12-07Support/PathV2: Change most functions in the path namespace to return their workMichael J. Spencer
2010-12-07build: Go back to dropping __eprintf reference when building with Clang, seeDaniel Dunbar
2010-12-07PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() andJay Foad
2010-12-07Don't leak the mutex when loading dynamic libraries.Owen Anderson
2010-12-07Support/PathV2: Cleanup separator handling.Michael J. Spencer
2010-12-07Support/PathV2: Remove the error_code return type from all functions in the pathMichael J. Spencer
2010-12-07Support/PathV2: Move make_absolute from path to fs.Michael J. Spencer
2010-12-07Support/Unix/PathV2: Return the real error from realpath instead of any errorMichael J. Spencer
2010-12-07Support/Unix/PathV2: Use 0770 instead of 0700 when creating a directory. Also...Michael J. Spencer
2010-12-07Support/PathV2: Use SmallVector::clear instead of set_size.Michael J. Spencer
2010-12-07Support/PathV2: Clarify and correct documentation.Michael J. Spencer
2010-12-07Support/PathV2: Move current_path from path to fs and fix the Unix implementa...Michael J. Spencer
2010-12-06Support/Windows: Make MinGW happy.Michael J. Spencer
2010-12-06Support/FileSystem: Add directory_iterator implementation.Michael J. Spencer
2010-12-06Support/PathV2: Fix append to not add a slash to empty or root paths.Michael J. Spencer
2010-12-06Support/Windows: Add ScopedHandle and move some clients over to it.Michael J. Spencer
2010-12-04Silence 'may be used uninitialized in this function' warnings. Static analysisBill Wendling
2010-12-04Support/PathV2: Remove redundant calls to make_error_code.Michael J. Spencer
2010-12-04APInt: microoptimize a few methods.Benjamin Kramer