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
*
Assorted bugfixes in object file handling:
Eric Christopher
2011-04-03
1
-0
/
+14
*
Reset StringMap's NumTombstones on clears and rehashes.
Jakob Stoklund Olesen
2011-03-30
1
-0
/
+3
*
Prevent infinite growth of SmallPtrSet instances.
Jakob Stoklund Olesen
2011-03-30
1
-6
/
+9
*
Prevent infinite growth of SmallMap instances.
Jakob Stoklund Olesen
2011-03-30
1
-1
/
+13
*
Avoid turning a floating point division with a constant power of two into a d...
Benjamin Kramer
2011-03-30
1
-0
/
+8
*
Add APFloat::getExactInverse.
Benjamin Kramer
2011-03-30
1
-0
/
+26
*
Constant folding support for calls to umul.with.overflow(), basically identic...
Frits van Bommel
2011-03-27
1
-0
/
+10
*
revert r128199 until it can be made to work with Frontend/dependency-gen.c.
Andrew Trick
2011-03-24
1
-5
/
+9
*
Remove all uses of PATH_MAX and MAXPATHLEN from PathV2.
Michael J. Spencer
2011-03-24
1
-9
/
+5
*
We don't need a null terminator for the output file.
Rafael Espindola
2011-03-22
1
-4
/
+8
*
Properly initialize all fields in CrashReporterCleanupContext. This caused t...
Ted Kremenek
2011-03-22
1
-1
/
+1
*
Temporarily stop recovering resources in CrashRecoveryContext while I investi...
Ted Kremenek
2011-03-22
1
-1
/
+1
*
Provide a means for CrashRecovery clients to determine if code is currently r...
Ted Kremenek
2011-03-21
1
-0
/
+9
*
Avoid initializing posix_spawn_file_actions_t if not used.
Benjamin Kramer
2011-03-20
1
-7
/
+11
*
Tweak CrashRecoveryContextCleanup to provide an easy method for clients to se...
Ted Kremenek
2011-03-19
1
-0
/
+1
*
Tweak CrashRecoveryContext::GetCurrent() to return quickly if 'gCrsahRecovery...
Ted Kremenek
2011-03-19
1
-0
/
+3
*
setExecutable() should default to success if there's nothing custom for it.
Jim Grosbach
2011-03-18
1
-1
/
+1
*
raw_ostream: [PR6745] Tweak formatting (double)%e for Windows hosts.
NAKAMURA Takumi
2011-03-18
1
-0
/
+30
*
Initialize the only-used-with-PPC-double-double parts of the APFloat class. This
Bill Wendling
2011-03-18
1
-13
/
+10
*
Check RequiresNullTerminator first, or we might read from an invalid address.
Rafael Espindola
2011-03-18
1
-1
/
+1
*
Augment CrashRecoveryContext to have registered "cleanup" objects that can be...
Ted Kremenek
2011-03-18
1
-0
/
+38
*
Use RequiresNullTerminator to create buffers without a null terminator
Rafael Espindola
2011-03-17
1
-2
/
+4
*
Add an argument to APInt's magic udiv calculation to specify the number of bi...
Benjamin Kramer
2011-03-17
1
-2
/
+4
*
lib/Support/raw_ostream.cpp: On mingw, report_fatal_error() should not be cal...
NAKAMURA Takumi
2011-03-16
1
-0
/
+8
*
Windows/PathV2.inc: [PR8520] Recognize "NUL" as special (character) file.
NAKAMURA Takumi
2011-03-16
1
-1
/
+8
*
Windows/Path.inc: [PR6270] PathV1::makeUnique(): Give arbitrary initial seed ...
NAKAMURA Takumi
2011-03-16
1
-1
/
+11
*
Add scei vendor
John Thompson
2011-03-15
1
-0
/
+3
*
Don't compute the file size if we don't need to.
Rafael Espindola
2011-03-10
1
-14
/
+29
*
Add r127409 back now that the windows file was updated.
Rafael Espindola
2011-03-10
2
-28
/
+77
*
Try to fix the windows build.
Rafael Espindola
2011-03-10
1
-2
/
+2
*
Revert r127409 which broke all the Windows bots.
Jakob Stoklund Olesen
2011-03-10
2
-77
/
+28
*
Add support for MemoryBuffers that are not null terminated and add
Rafael Espindola
2011-03-10
2
-28
/
+77
*
lib/Support/regcomp.c: Fix cygwin warning.
NAKAMURA Takumi
2011-03-08
1
-1
/
+1
*
Windows/PathV2.inc: Eliminate redundant condition. DWORD is unsigned.
NAKAMURA Takumi
2011-03-07
1
-1
/
+1
*
raw_ostream: while it is generally desirable to do larger writes, it can lead to
Benjamin Kramer
2011-03-04
1
-3
/
+7
*
raw_ostream: If writing a string that is larger than the buffer, write it dir...
Benjamin Kramer
2011-03-04
1
-9
/
+13
*
Support: Add llvm::AreStatisticsEnabled().
Daniel Dunbar
2011-02-26
1
-0
/
+4
*
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
[next]