summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
* Constant folding support for calls to umul.with.overflow(), basically identic...Frits van Bommel2011-03-27
* revert r128199 until it can be made to work with Frontend/dependency-gen.c.Andrew Trick2011-03-24
* Remove all uses of PATH_MAX and MAXPATHLEN from PathV2.Michael J. Spencer2011-03-24
* We don't need a null terminator for the output file.Rafael Espindola2011-03-22
* Properly initialize all fields in CrashReporterCleanupContext. This caused t...Ted Kremenek2011-03-22
* Temporarily stop recovering resources in CrashRecoveryContext while I investi...Ted Kremenek2011-03-22
* Provide a means for CrashRecovery clients to determine if code is currently r...Ted Kremenek2011-03-21
* Avoid initializing posix_spawn_file_actions_t if not used.Benjamin Kramer2011-03-20
* Tweak CrashRecoveryContextCleanup to provide an easy method for clients to se...Ted Kremenek2011-03-19
* Tweak CrashRecoveryContext::GetCurrent() to return quickly if 'gCrsahRecovery...Ted Kremenek2011-03-19
* setExecutable() should default to success if there's nothing custom for it.Jim Grosbach2011-03-18
* raw_ostream: [PR6745] Tweak formatting (double)%e for Windows hosts.NAKAMURA Takumi2011-03-18
* Initialize the only-used-with-PPC-double-double parts of the APFloat class. ThisBill Wendling2011-03-18
* Check RequiresNullTerminator first, or we might read from an invalid address.Rafael Espindola2011-03-18
* Augment CrashRecoveryContext to have registered "cleanup" objects that can be...Ted Kremenek2011-03-18
* Use RequiresNullTerminator to create buffers without a null terminatorRafael Espindola2011-03-17
* Add an argument to APInt's magic udiv calculation to specify the number of bi...Benjamin Kramer2011-03-17
* lib/Support/raw_ostream.cpp: On mingw, report_fatal_error() should not be cal...NAKAMURA Takumi2011-03-16
* Windows/PathV2.inc: [PR8520] Recognize "NUL" as special (character) file.NAKAMURA Takumi2011-03-16
* Windows/Path.inc: [PR6270] PathV1::makeUnique(): Give arbitrary initial seed ...NAKAMURA Takumi2011-03-16
* Add scei vendorJohn Thompson2011-03-15
* Don't compute the file size if we don't need to.Rafael Espindola2011-03-10
* Add r127409 back now that the windows file was updated.Rafael Espindola2011-03-10
* Try to fix the windows build.Rafael Espindola2011-03-10
* Revert r127409 which broke all the Windows bots.Jakob Stoklund Olesen2011-03-10
* Add support for MemoryBuffers that are not null terminated and addRafael Espindola2011-03-10
* lib/Support/regcomp.c: Fix cygwin warning.NAKAMURA Takumi2011-03-08
* Windows/PathV2.inc: Eliminate redundant condition. DWORD is unsigned.NAKAMURA Takumi2011-03-07
* raw_ostream: while it is generally desirable to do larger writes, it can lead toBenjamin Kramer2011-03-04
* raw_ostream: If writing a string that is larger than the buffer, write it dir...Benjamin Kramer2011-03-04
* Support: Add llvm::AreStatisticsEnabled().Daniel Dunbar2011-02-26
* The signed version of our "magic number" computation for the integer approxim...Cameron Zwarich2011-02-21
* Provide tag strings for llvm specific tags.Devang Patel2011-02-18
* improve support for OpenBSD, patch by Amit Kulkarni!Chris Lattner2011-02-18
* Check the errorcode.Argyrios Kyrtzidis2011-02-18
* Enhance constant folding of bitcast operations on vectors of floats.Nadav Rotem2011-02-17
* Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 generally.NAKAMURA Takumi2011-02-17
* Implement a function from PathV2 whose definition is missing.Argyrios Kyrtzidis2011-02-15
* Adds llvm::sys::path::is_separator() to test whether a char is a path separatorZhanyong Wan2011-02-11
* Rip out realpath() support. It's expensive, and often a bad idea, andDouglas Gregor2011-02-09
* Attempt to fix the build after r125228.Cameron Zwarich2011-02-09
* Add llvm::sys::path::canonical(), which provides the canonicalizedDouglas Gregor2011-02-09
* lib/Support/Errno.cpp: Check strerror_s() with HAVE_DECL_STRERROR_S in config...NAKAMURA Takumi2011-02-09
* Windows/Windows.h: Redefine _WIN32_WINNT here. mingw-w64 tends to define it a...NAKAMURA Takumi2011-02-09
* Windows/Program.inc: Eliminate the declaration of SetInformationJobObject(). ...NAKAMURA Takumi2011-02-09
* Windows/DynamicLibrary.inc: ELM_Callback fix for mingw-w64.NAKAMURA Takumi2011-02-09
* Don't open the file again in the gold plugin. To be able to do this, updateRafael Espindola2011-02-08
* Fix a clang warning.Anders Carlsson2011-02-05
* Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc.NAKAMURA Takumi2011-02-05
* Windows/Program.inc: Quote arguments when dubious characters (used by cmd.exe...NAKAMURA Takumi2011-02-05