aboutsummaryrefslogtreecommitdiff
path: root/lib/Support
AgeCommit message (Expand)Author
2011-03-25--- Merging r127239 into '.':Bill Wendling
2011-03-25--- Merging r127731 into '.':Bill Wendling
2011-03-24--- Merging r127723 into '.':Bill Wendling
2011-03-23--- Merging r127871 into '.':Bill Wendling
2011-03-14For PR9480:Bill Wendling
2011-03-07Windows/PathV2.inc: Eliminate redundant condition. DWORD is unsigned.NAKAMURA Takumi
2011-03-04raw_ostream: while it is generally desirable to do larger writes, it can lead toBenjamin Kramer
2011-03-04raw_ostream: If writing a string that is larger than the buffer, write it dir...Benjamin Kramer
2011-02-26Support: Add llvm::AreStatisticsEnabled().Daniel Dunbar
2011-02-21The signed version of our "magic number" computation for the integer approxim...Cameron Zwarich
2011-02-18Provide tag strings for llvm specific tags.Devang Patel
2011-02-18improve support for OpenBSD, patch by Amit Kulkarni!Chris Lattner
2011-02-18Check the errorcode.Argyrios Kyrtzidis
2011-02-17Enhance constant folding of bitcast operations on vectors of floats.Nadav Rotem
2011-02-17Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 generally.NAKAMURA Takumi
2011-02-15Implement a function from PathV2 whose definition is missing.Argyrios Kyrtzidis
2011-02-11Adds llvm::sys::path::is_separator() to test whether a char is a path separatorZhanyong Wan
2011-02-09Rip out realpath() support. It's expensive, and often a bad idea, andDouglas Gregor
2011-02-09Attempt to fix the build after r125228.Cameron Zwarich
2011-02-09Add llvm::sys::path::canonical(), which provides the canonicalizedDouglas Gregor
2011-02-09lib/Support/Errno.cpp: Check strerror_s() with HAVE_DECL_STRERROR_S in config...NAKAMURA Takumi
2011-02-09Windows/Windows.h: Redefine _WIN32_WINNT here. mingw-w64 tends to define it a...NAKAMURA Takumi
2011-02-09Windows/Program.inc: Eliminate the declaration of SetInformationJobObject(). ...NAKAMURA Takumi
2011-02-09Windows/DynamicLibrary.inc: ELM_Callback fix for mingw-w64.NAKAMURA Takumi
2011-02-08Don't open the file again in the gold plugin. To be able to do this, updateRafael Espindola
2011-02-05Fix a clang warning.Anders Carlsson
2011-02-05Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc.NAKAMURA Takumi
2011-02-05Windows/Program.inc: Quote arguments when dubious characters (used by cmd.exe...NAKAMURA Takumi
2011-02-04Make Win32's header file name lower for cross build on case-sensitive filesys...NAKAMURA Takumi
2011-02-03raw_fd_ostream: Add a SetUseAtomicWrites() method (uses writev).Daniel Dunbar
2011-02-02Remove NoVendor and NoOS, added in commit 123990, from Triple. While itDuncan Sands
2011-02-01Patches to build EFI with Clang/LLVM. By Carl Norum.Evan Cheng
2011-01-24Support/CommandLine: Fix LookupNearestOption to also search extra option names.Daniel Dunbar
2011-01-23Null initialize a few variables flagged byTed Kremenek
2011-01-21Clang was not parsing target triples involving EABI and was generating wrong ...Renato Golin
2011-01-18Support/CommandLine: Add "Did you mean" print for mismatched operands.Daniel Dunbar
2011-01-17Windows/PathV2.inc: For CryptAcquireContext(), CRYPT_VERIFYCONTEXT may be spe...NAKAMURA Takumi
2011-01-17Windows/PathV2.inc: MoveFileEx() can behave like Posix's mv(1) to specify MOV...NAKAMURA Takumi
2011-01-17lib/Support/Windows/Signals.inc: "Showstopper" dialogs may be suppressed with...NAKAMURA Takumi
2011-01-17Support/raw_ostream: Fix uninitalized variable in raw_fd_ostream constructor.Michael J. Spencer
2011-01-16Fix rename.Michael J. Spencer
2011-01-15Support/PathV2: Add identify_magic.Michael J. Spencer
2011-01-15Support/PathV2: Implement has_magic in terms of get_magic.Michael J. Spencer
2011-01-15Support/PathV2: Implement get_magic.Michael J. Spencer
2011-01-12Support/Path: Deprecate PathV1::IsSymlink and replace all uses with PathV2::i...Michael J. Spencer
2011-01-11Support/Path: Deprecate PathV1::isDirectory and replace all uses with PathV2:...Michael J. Spencer
2011-01-10Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer
2011-01-06Fixed parsing of hex floats.Abramo Bagnara
2011-01-05Support/PathV2: Implement remove_all.Michael J. Spencer
2011-01-05Support/Windows/PathV2: Make directory iteration ignore . and ..Michael J. Spencer