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
*
The signed version of our "magic number" computation for the integer approxim...
Cameron Zwarich
2011-02-21
1
-1
/
+1
*
Provide tag strings for llvm specific tags.
Devang Patel
2011-02-18
1
-0
/
+4
*
improve support for OpenBSD, patch by Amit Kulkarni!
Chris Lattner
2011-02-18
1
-2
/
+4
*
Check the errorcode.
Argyrios Kyrtzidis
2011-02-18
1
-0
/
+1
*
Enhance constant folding of bitcast operations on vectors of floats.
Nadav Rotem
2011-02-17
1
-0
/
+6
*
Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 generally.
NAKAMURA Takumi
2011-02-17
1
-3
/
+0
*
Implement a function from PathV2 whose definition is missing.
Argyrios Kyrtzidis
2011-02-15
1
-0
/
+6
*
Adds llvm::sys::path::is_separator() to test whether a char is a path separator
Zhanyong Wan
2011-02-11
1
-12
/
+13
*
Rip out realpath() support. It's expensive, and often a bad idea, and
Douglas Gregor
2011-02-09
1
-30
/
+0
*
Attempt to fix the build after r125228.
Cameron Zwarich
2011-02-09
1
-2
/
+2
*
Add llvm::sys::path::canonical(), which provides the canonicalized
Douglas Gregor
2011-02-09
1
-0
/
+30
*
lib/Support/Errno.cpp: Check strerror_s() with HAVE_DECL_STRERROR_S in config...
NAKAMURA Takumi
2011-02-09
1
-1
/
+1
*
Windows/Windows.h: Redefine _WIN32_WINNT here. mingw-w64 tends to define it a...
NAKAMURA Takumi
2011-02-09
1
-0
/
+3
*
Windows/Program.inc: Eliminate the declaration of SetInformationJobObject(). ...
NAKAMURA Takumi
2011-02-09
1
-9
/
+0
*
Windows/DynamicLibrary.inc: ELM_Callback fix for mingw-w64.
NAKAMURA Takumi
2011-02-09
1
-1
/
+11
*
Don't open the file again in the gold plugin. To be able to do this, update
Rafael Espindola
2011-02-08
1
-12
/
+3
*
Fix a clang warning.
Anders Carlsson
2011-02-05
1
-1
/
+2
*
Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc.
NAKAMURA Takumi
2011-02-05
2
-60
/
+83
*
Windows/Program.inc: Quote arguments when dubious characters (used by cmd.exe...
NAKAMURA Takumi
2011-02-05
1
-1
/
+1
*
Make Win32's header file name lower for cross build on case-sensitive filesys...
NAKAMURA Takumi
2011-02-04
3
-5
/
+5
*
raw_fd_ostream: Add a SetUseAtomicWrites() method (uses writev).
Daniel Dunbar
2011-02-03
1
-3
/
+21
*
Remove NoVendor and NoOS, added in commit 123990, from Triple. While it
Duncan Sands
2011-02-02
1
-25
/
+5
*
Patches to build EFI with Clang/LLVM. By Carl Norum.
Evan Cheng
2011-02-01
1
-0
/
+3
*
Support/CommandLine: Fix LookupNearestOption to also search extra option names.
Daniel Dunbar
2011-01-24
1
-10
/
+25
*
Null initialize a few variables flagged by
Ted Kremenek
2011-01-23
1
-1
/
+1
*
Clang was not parsing target triples involving EABI and was generating wrong ...
Renato Golin
2011-01-21
1
-3
/
+33
*
Support/CommandLine: Add "Did you mean" print for mismatched operands.
Daniel Dunbar
2011-01-18
1
-0
/
+39
*
Windows/PathV2.inc: For CryptAcquireContext(), CRYPT_VERIFYCONTEXT may be spe...
NAKAMURA Takumi
2011-01-17
1
-1
/
+1
*
Windows/PathV2.inc: MoveFileEx() can behave like Posix's mv(1) to specify MOV...
NAKAMURA Takumi
2011-01-17
1
-1
/
+2
*
lib/Support/Windows/Signals.inc: "Showstopper" dialogs may be suppressed with...
NAKAMURA Takumi
2011-01-17
1
-0
/
+3
*
Support/raw_ostream: Fix uninitalized variable in raw_fd_ostream constructor.
Michael J. Spencer
2011-01-17
1
-0
/
+7
*
Fix rename.
Michael J. Spencer
2011-01-16
1
-2
/
+11
*
Support/PathV2: Add identify_magic.
Michael J. Spencer
2011-01-15
2
-34
/
+33
*
Support/PathV2: Implement has_magic in terms of get_magic.
Michael J. Spencer
2011-01-15
1
-26
/
+8
*
Support/PathV2: Implement get_magic.
Michael J. Spencer
2011-01-15
3
-0
/
+74
*
Support/Path: Deprecate PathV1::IsSymlink and replace all uses with PathV2::i...
Michael J. Spencer
2011-01-12
1
-0
/
+8
*
Support/Path: Deprecate PathV1::isDirectory and replace all uses with PathV2:...
Michael J. Spencer
2011-01-11
3
-3
/
+21
*
Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...
Michael J. Spencer
2011-01-10
4
-5
/
+11
*
Fixed parsing of hex floats.
Abramo Bagnara
2011-01-06
1
-4
/
+4
*
Support/PathV2: Implement remove_all.
Michael J. Spencer
2011-01-05
1
-0
/
+37
*
Support/Windows/PathV2: Make directory iteration ignore . and ..
Michael J. Spencer
2011-01-05
1
-4
/
+24
*
Support/Windows/PathV2: Fix remove to handle both files and directories.
Michael J. Spencer
2011-01-05
1
-7
/
+21
*
Support/PathV2: Implement directory_entry::status.
Michael J. Spencer
2011-01-05
1
-0
/
+4
*
Support/PathV2: Implement directory iteration on POSIX.
Michael J. Spencer
2011-01-05
1
-0
/
+54
*
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
[next]