summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
* 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
* Make Win32's header file name lower for cross build on case-sensitive filesys...NAKAMURA Takumi2011-02-04
* raw_fd_ostream: Add a SetUseAtomicWrites() method (uses writev).Daniel Dunbar2011-02-03
* Remove NoVendor and NoOS, added in commit 123990, from Triple. While itDuncan Sands2011-02-02
* Patches to build EFI with Clang/LLVM. By Carl Norum.Evan Cheng2011-02-01
* Support/CommandLine: Fix LookupNearestOption to also search extra option names.Daniel Dunbar2011-01-24
* Null initialize a few variables flagged byTed Kremenek2011-01-23
* Clang was not parsing target triples involving EABI and was generating wrong ...Renato Golin2011-01-21
* Support/CommandLine: Add "Did you mean" print for mismatched operands.Daniel Dunbar2011-01-18
* Windows/PathV2.inc: For CryptAcquireContext(), CRYPT_VERIFYCONTEXT may be spe...NAKAMURA Takumi2011-01-17
* Windows/PathV2.inc: MoveFileEx() can behave like Posix's mv(1) to specify MOV...NAKAMURA Takumi2011-01-17
* lib/Support/Windows/Signals.inc: "Showstopper" dialogs may be suppressed with...NAKAMURA Takumi2011-01-17
* Support/raw_ostream: Fix uninitalized variable in raw_fd_ostream constructor.Michael J. Spencer2011-01-17
* Fix rename.Michael J. Spencer2011-01-16
* Support/PathV2: Add identify_magic.Michael J. Spencer2011-01-15
* Support/PathV2: Implement has_magic in terms of get_magic.Michael J. Spencer2011-01-15
* Support/PathV2: Implement get_magic.Michael J. Spencer2011-01-15
* Support/Path: Deprecate PathV1::IsSymlink and replace all uses with PathV2::i...Michael J. Spencer2011-01-12
* Support/Path: Deprecate PathV1::isDirectory and replace all uses with PathV2:...Michael J. Spencer2011-01-11
* Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer2011-01-10
* Fixed parsing of hex floats.Abramo Bagnara2011-01-06
* Support/PathV2: Implement remove_all.Michael J. Spencer2011-01-05
* Support/Windows/PathV2: Make directory iteration ignore . and ..Michael J. Spencer2011-01-05
* Support/Windows/PathV2: Fix remove to handle both files and directories.Michael J. Spencer2011-01-05
* Support/PathV2: Implement directory_entry::status.Michael J. Spencer2011-01-05
* Support/PathV2: Implement directory iteration on POSIX.Michael J. Spencer2011-01-05
* Fix a signed/unsigned comparison warning.Benjamin Kramer2010-12-28
* Support/Path: Deprecate Path::hasMagicNumber and replace all uses with fs::ha...Michael J. Spencer2010-12-28
* Support/PathV2: Implement has_magic.Michael J. Spencer2010-12-28
* Support/PathV1: Deprecate GetRootDirectory.Michael J. Spencer2010-12-27
* Support/PathV1: Deprecate makeAbsolute and remove Unix impl because it annoys...Michael J. Spencer2010-12-25
* Change all self assignments X=X to (void)X, so that we can turn on aJeffrey Yasskin2010-12-23
* Use IntEqClasses to compute connected components of live intervals.Jakob Stoklund Olesen2010-12-21
* Add ADT/IntEqClasses.h as a light-weight implementation of EquivalenceClasses.h.Jakob Stoklund Olesen2010-12-21