index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a signed/unsigned comparison warning.
Benjamin Kramer
2010-12-28
1
-1
/
+1
*
Support/Path: Deprecate Path::hasMagicNumber and replace all uses with fs::ha...
Michael J. Spencer
2010-12-28
1
-1
/
+5
*
Support/PathV2: Implement has_magic.
Michael J. Spencer
2010-12-28
1
-0
/
+38
*
Support/PathV1: Deprecate GetRootDirectory.
Michael J. Spencer
2010-12-27
1
-6
/
+5
*
Support/PathV1: Deprecate makeAbsolute and remove Unix impl because it annoys...
Michael J. Spencer
2010-12-25
1
-12
/
+0
*
Change all self assignments X=X to (void)X, so that we can turn on a
Jeffrey Yasskin
2010-12-23
2
-3
/
+2
*
Use IntEqClasses to compute connected components of live intervals.
Jakob Stoklund Olesen
2010-12-21
1
-0
/
+1
*
Add ADT/IntEqClasses.h as a light-weight implementation of EquivalenceClasses.h.
Jakob Stoklund Olesen
2010-12-21
2
-0
/
+70
*
Support/PathV2: Add missing has_relative_path impl.
Michael J. Spencer
2010-12-20
1
-0
/
+7
*
Add missing standard headers. Patch by Joerg Sonnenberger!
Nick Lewycky
2010-12-19
3
-0
/
+3
*
Support/PathV1: Deprecate getLast.
Michael J. Spencer
2010-12-18
1
-1
/
+1
*
PathV2: Use StringRef::substr to simplify substring creation.
Benjamin Kramer
2010-12-17
1
-27
/
+17
*
Missed some StringRefRefs.
Benjamin Kramer
2010-12-17
2
-5
/
+3
*
Pass StringRefs by value, for consistency.
Benjamin Kramer
2010-12-17
1
-13
/
+13
*
Trailing whitespace and 80 column fixups.
Jim Grosbach
2010-12-17
1
-14
/
+15
*
MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...
Michael J. Spencer
2010-12-16
4
-48
/
+50
*
lib/Support/regexec.c: Let Regex LLP64-aware.
NAKAMURA Takumi
2010-12-16
1
-2
/
+3
*
Support/Windows/PathV2: Fix header comment.
Michael J. Spencer
2010-12-09
1
-1
/
+1
*
Fix whitespace.
Michael J. Spencer
2010-12-09
2
-4
/
+4
*
Support: Move c_str from SmallVector back to SmallString and add a free standing
Michael J. Spencer
2010-12-09
2
-1
/
+14
*
Support/FileSystem: Change file_status predicate functions that cannot fail to
Michael J. Spencer
2010-12-09
1
-0
/
+27
*
Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...
Michael J. Spencer
2010-12-09
5
-26
/
+50
*
Support: Remove Alarm. It is unused (via local grep and google code search).
Michael J. Spencer
2010-12-07
4
-151
/
+0
*
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
3
-104
/
+64
*
build: Go back to dropping __eprintf reference when building with Clang, see
Daniel Dunbar
2010-12-07
1
-0
/
+5
*
PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and
Jay Foad
2010-12-07
4
-87
/
+75
*
Don't leak the mutex when loading dynamic libraries.
Owen Anderson
2010-12-07
1
-12
/
+5
*
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
3
-95
/
+65
*
Support/PathV2: Move make_absolute from path to fs.
Michael J. Spencer
2010-12-07
1
-55
/
+57
*
Support/Unix/PathV2: Return the real error from realpath instead of any error
Michael J. Spencer
2010-12-07
1
-1
/
+2
*
Support/Unix/PathV2: Use 0770 instead of 0700 when creating a directory. Also...
Michael J. Spencer
2010-12-07
1
-1
/
+1
*
Support/PathV2: Use SmallVector::clear instead of set_size.
Michael J. Spencer
2010-12-07
2
-3
/
+3
*
Support/PathV2: Clarify and correct documentation.
Michael J. Spencer
2010-12-07
1
-0
/
+5
*
Support/PathV2: Move current_path from path to fs and fix the Unix implementa...
Michael J. Spencer
2010-12-07
3
-17
/
+15
*
Support/Windows: Make MinGW happy.
Michael J. Spencer
2010-12-06
2
-7
/
+7
*
Support/FileSystem: Add directory_iterator implementation.
Michael J. Spencer
2010-12-06
3
-3
/
+94
*
Support/PathV2: Fix append to not add a slash to empty or root paths.
Michael J. Spencer
2010-12-06
1
-1
/
+1
*
Support/Windows: Add ScopedHandle and move some clients over to it.
Michael J. Spencer
2010-12-06
2
-10
/
+50
*
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
3
-102
/
+101
*
APInt: microoptimize a few methods.
Benjamin Kramer
2010-12-04
1
-4
/
+0
*
Support/FileSystem: Add status implementation.
Michael J. Spencer
2010-12-04
3
-0
/
+82
*
Support/Windows/FileSystem: Fix MinGW warnings.
Michael J. Spencer
2010-12-04
1
-6
/
+6
*
Support/FileSystem: Add file_size implementation.
Michael J. Spencer
2010-12-04
2
-0
/
+35
*
Add IntervalMap::iterator::set{Start,Stop,Value} methods that allow limited
Jakob Stoklund Olesen
2010-12-03
1
-3
/
+3
*
Support/FileSystem: Add equivalent implementation.
Michael J. Spencer
2010-12-03
2
-0
/
+90
*
Support/FileSystem: Fix MinGW build. It doesn't have _chsize_s.
Michael J. Spencer
2010-12-03
1
-0
/
+4
*
And I really hate line endings.
Michael J. Spencer
2010-12-03
1
-3
/
+3
[next]