aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Don't compute the file size if we don't need to.Rafael Espindola2011-03-101-14/+29
* Add r127409 back now that the windows file was updated.Rafael Espindola2011-03-102-28/+77
* Try to fix the windows build.Rafael Espindola2011-03-101-2/+2
* Revert r127409 which broke all the Windows bots.Jakob Stoklund Olesen2011-03-102-77/+28
* Add support for MemoryBuffers that are not null terminated and addRafael Espindola2011-03-102-28/+77
* lib/Support/regcomp.c: Fix cygwin warning.NAKAMURA Takumi2011-03-081-1/+1
* Windows/PathV2.inc: Eliminate redundant condition. DWORD is unsigned.NAKAMURA Takumi2011-03-071-1/+1
* raw_ostream: while it is generally desirable to do larger writes, it can lead toBenjamin Kramer2011-03-041-3/+7
* raw_ostream: If writing a string that is larger than the buffer, write it dir...Benjamin Kramer2011-03-041-9/+13
* Support: Add llvm::AreStatisticsEnabled().Daniel Dunbar2011-02-261-0/+4
* The signed version of our "magic number" computation for the integer approxim...Cameron Zwarich2011-02-211-1/+1
* Provide tag strings for llvm specific tags.Devang Patel2011-02-181-0/+4
* improve support for OpenBSD, patch by Amit Kulkarni!Chris Lattner2011-02-181-2/+4
* Check the errorcode.Argyrios Kyrtzidis2011-02-181-0/+1
* Enhance constant folding of bitcast operations on vectors of floats.Nadav Rotem2011-02-171-0/+6
* Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 generally.NAKAMURA Takumi2011-02-171-3/+0
* Implement a function from PathV2 whose definition is missing.Argyrios Kyrtzidis2011-02-151-0/+6
* Adds llvm::sys::path::is_separator() to test whether a char is a path separatorZhanyong Wan2011-02-111-12/+13
* Rip out realpath() support. It's expensive, and often a bad idea, andDouglas Gregor2011-02-091-30/+0
* Attempt to fix the build after r125228.Cameron Zwarich2011-02-091-2/+2
* Add llvm::sys::path::canonical(), which provides the canonicalizedDouglas Gregor2011-02-091-0/+30
* lib/Support/Errno.cpp: Check strerror_s() with HAVE_DECL_STRERROR_S in config...NAKAMURA Takumi2011-02-091-1/+1
* Windows/Windows.h: Redefine _WIN32_WINNT here. mingw-w64 tends to define it a...NAKAMURA Takumi2011-02-091-0/+3
* Windows/Program.inc: Eliminate the declaration of SetInformationJobObject(). ...NAKAMURA Takumi2011-02-091-9/+0
* Windows/DynamicLibrary.inc: ELM_Callback fix for mingw-w64.NAKAMURA Takumi2011-02-091-1/+11
* Don't open the file again in the gold plugin. To be able to do this, updateRafael Espindola2011-02-081-12/+3
* Fix a clang warning.Anders Carlsson2011-02-051-1/+2
* Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc.NAKAMURA Takumi2011-02-052-60/+83
* Windows/Program.inc: Quote arguments when dubious characters (used by cmd.exe...NAKAMURA Takumi2011-02-051-1/+1
* Make Win32's header file name lower for cross build on case-sensitive filesys...NAKAMURA Takumi2011-02-043-5/+5
* raw_fd_ostream: Add a SetUseAtomicWrites() method (uses writev).Daniel Dunbar2011-02-031-3/+21
* Remove NoVendor and NoOS, added in commit 123990, from Triple. While itDuncan Sands2011-02-021-25/+5
* Patches to build EFI with Clang/LLVM. By Carl Norum.Evan Cheng2011-02-011-0/+3
* Support/CommandLine: Fix LookupNearestOption to also search extra option names.Daniel Dunbar2011-01-241-10/+25
* Null initialize a few variables flagged byTed Kremenek2011-01-231-1/+1
* Clang was not parsing target triples involving EABI and was generating wrong ...Renato Golin2011-01-211-3/+33
* Support/CommandLine: Add "Did you mean" print for mismatched operands.Daniel Dunbar2011-01-181-0/+39
* Windows/PathV2.inc: For CryptAcquireContext(), CRYPT_VERIFYCONTEXT may be spe...NAKAMURA Takumi2011-01-171-1/+1
* Windows/PathV2.inc: MoveFileEx() can behave like Posix's mv(1) to specify MOV...NAKAMURA Takumi2011-01-171-1/+2
* lib/Support/Windows/Signals.inc: "Showstopper" dialogs may be suppressed with...NAKAMURA Takumi2011-01-171-0/+3
* Support/raw_ostream: Fix uninitalized variable in raw_fd_ostream constructor.Michael J. Spencer2011-01-171-0/+7
* Fix rename.Michael J. Spencer2011-01-161-2/+11
* Support/PathV2: Add identify_magic.Michael J. Spencer2011-01-152-34/+33
* Support/PathV2: Implement has_magic in terms of get_magic.Michael J. Spencer2011-01-151-26/+8
* Support/PathV2: Implement get_magic.Michael J. Spencer2011-01-153-0/+74
* Support/Path: Deprecate PathV1::IsSymlink and replace all uses with PathV2::i...Michael J. Spencer2011-01-121-0/+8
* Support/Path: Deprecate PathV1::isDirectory and replace all uses with PathV2:...Michael J. Spencer2011-01-113-3/+21
* Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer2011-01-104-5/+11
* Fixed parsing of hex floats.Abramo Bagnara2011-01-061-4/+4
* Support/PathV2: Implement remove_all.Michael J. Spencer2011-01-051-0/+37