index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Support
Age
Commit message (
Expand
)
Author
2010-12-17
PathV2: Use StringRef::substr to simplify substring creation.
Benjamin Kramer
2010-12-17
Missed some StringRefRefs.
Benjamin Kramer
2010-12-17
Pass StringRefs by value, for consistency.
Benjamin Kramer
2010-12-17
Trailing whitespace and 80 column fixups.
Jim Grosbach
2010-12-16
MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...
Michael J. Spencer
2010-12-16
lib/Support/regexec.c: Let Regex LLP64-aware.
NAKAMURA Takumi
2010-12-09
Support/Windows/PathV2: Fix header comment.
Michael J. Spencer
2010-12-09
Fix whitespace.
Michael J. Spencer
2010-12-09
Support: Move c_str from SmallVector back to SmallString and add a free standing
Michael J. Spencer
2010-12-09
Support/FileSystem: Change file_status predicate functions that cannot fail to
Michael J. Spencer
2010-12-09
Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...
Michael J. Spencer
2010-12-07
Support: Remove Alarm. It is unused (via local grep and google code search).
Michael J. Spencer
2010-12-07
Support/PathV2: Remove const from bool return types.
Michael J. Spencer
2010-12-07
Support/PathV2: Change most functions in the path namespace to return their work
Michael J. Spencer
2010-12-07
build: Go back to dropping __eprintf reference when building with Clang, see
Daniel Dunbar
2010-12-07
PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and
Jay Foad
2010-12-07
Don't leak the mutex when loading dynamic libraries.
Owen Anderson
2010-12-07
Support/PathV2: Cleanup separator handling.
Michael J. Spencer
2010-12-07
Support/PathV2: Remove the error_code return type from all functions in the path
Michael J. Spencer
2010-12-07
Support/PathV2: Move make_absolute from path to fs.
Michael J. Spencer
2010-12-07
Support/Unix/PathV2: Return the real error from realpath instead of any error
Michael J. Spencer
2010-12-07
Support/Unix/PathV2: Use 0770 instead of 0700 when creating a directory. Also...
Michael J. Spencer
2010-12-07
Support/PathV2: Use SmallVector::clear instead of set_size.
Michael J. Spencer
2010-12-07
Support/PathV2: Clarify and correct documentation.
Michael J. Spencer
2010-12-07
Support/PathV2: Move current_path from path to fs and fix the Unix implementa...
Michael J. Spencer
2010-12-06
Support/Windows: Make MinGW happy.
Michael J. Spencer
2010-12-06
Support/FileSystem: Add directory_iterator implementation.
Michael J. Spencer
2010-12-06
Support/PathV2: Fix append to not add a slash to empty or root paths.
Michael J. Spencer
2010-12-06
Support/Windows: Add ScopedHandle and move some clients over to it.
Michael J. Spencer
2010-12-04
Silence 'may be used uninitialized in this function' warnings. Static analysis
Bill Wendling
2010-12-04
Support/PathV2: Remove redundant calls to make_error_code.
Michael J. Spencer
2010-12-04
APInt: microoptimize a few methods.
Benjamin Kramer
2010-12-04
Support/FileSystem: Add status implementation.
Michael J. Spencer
2010-12-04
Support/Windows/FileSystem: Fix MinGW warnings.
Michael J. Spencer
2010-12-04
Support/FileSystem: Add file_size implementation.
Michael J. Spencer
2010-12-03
Add IntervalMap::iterator::set{Start,Stop,Value} methods that allow limited
Jakob Stoklund Olesen
2010-12-03
Support/FileSystem: Add equivalent implementation.
Michael J. Spencer
2010-12-03
Support/FileSystem: Fix MinGW build. It doesn't have _chsize_s.
Michael J. Spencer
2010-12-03
And I really hate line endings.
Michael J. Spencer
2010-12-03
Support/Windows/FileSystem: Fix MinGW build.
Michael J. Spencer
2010-12-03
Support/FileSystem: Add resize_file implementation.
Michael J. Spencer
2010-12-03
Support/FileSystem: Add rename implementation.
Michael J. Spencer
2010-12-03
Support/FileSystem: Add remove implementation.
Michael J. Spencer
2010-12-03
Fix line endings.
Michael J. Spencer
2010-12-03
Apparently OS X 10.4 doesn't have __crashreporter_info__.
Eric Christopher
2010-12-03
Support/FileSystem: Add create_symlink implementation.
Michael J. Spencer
2010-12-03
Support/FileSystem: Add create_hard_link implementation.
Michael J. Spencer
2010-12-03
Support/ADT/Twine: Make toNullTerminatedStringRef not rely on UB :(.
Michael J. Spencer
2010-12-03
Support/FileSystem: Add create_director{y,ies} implementations.
Michael J. Spencer
2010-12-03
Support/Windows/FileSystem: Remove unneeded toNullTerminatedStringRef.
Michael J. Spencer
[prev]
[next]