aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support/Windows/PathV2: Make directory iteration ignore . and ..Michael J. Spencer2011-01-051-4/+24
* Support/Windows/PathV2: Fix remove to handle both files and directories.Michael J. Spencer2011-01-051-7/+21
* Support/PathV2: Implement directory_entry::status.Michael J. Spencer2011-01-051-0/+4
* Support/PathV2: Implement directory iteration on POSIX.Michael J. Spencer2011-01-051-0/+54
* Fix a signed/unsigned comparison warning.Benjamin Kramer2010-12-281-1/+1
* Support/Path: Deprecate Path::hasMagicNumber and replace all uses with fs::ha...Michael J. Spencer2010-12-281-1/+5
* Support/PathV2: Implement has_magic.Michael J. Spencer2010-12-281-0/+38
* Support/PathV1: Deprecate GetRootDirectory.Michael J. Spencer2010-12-271-6/+5
* Support/PathV1: Deprecate makeAbsolute and remove Unix impl because it annoys...Michael J. Spencer2010-12-251-12/+0
* Change all self assignments X=X to (void)X, so that we can turn on aJeffrey Yasskin2010-12-232-3/+2
* Use IntEqClasses to compute connected components of live intervals.Jakob Stoklund Olesen2010-12-211-0/+1
* Add ADT/IntEqClasses.h as a light-weight implementation of EquivalenceClasses.h.Jakob Stoklund Olesen2010-12-212-0/+70
* Support/PathV2: Add missing has_relative_path impl.Michael J. Spencer2010-12-201-0/+7
* Add missing standard headers. Patch by Joerg Sonnenberger!Nick Lewycky2010-12-193-0/+3
* Support/PathV1: Deprecate getLast.Michael J. Spencer2010-12-181-1/+1
* PathV2: Use StringRef::substr to simplify substring creation.Benjamin Kramer2010-12-171-27/+17
* Missed some StringRefRefs.Benjamin Kramer2010-12-172-5/+3
* Pass StringRefs by value, for consistency.Benjamin Kramer2010-12-171-13/+13
* Trailing whitespace and 80 column fixups.Jim Grosbach2010-12-171-14/+15
* MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer2010-12-164-48/+50
* lib/Support/regexec.c: Let Regex LLP64-aware.NAKAMURA Takumi2010-12-161-2/+3
* Support/Windows/PathV2: Fix header comment.Michael J. Spencer2010-12-091-1/+1
* Fix whitespace.Michael J. Spencer2010-12-092-4/+4
* Support: Move c_str from SmallVector back to SmallString and add a free standingMichael J. Spencer2010-12-092-1/+14
* Support/FileSystem: Change file_status predicate functions that cannot fail toMichael J. Spencer2010-12-091-0/+27
* Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer2010-12-095-26/+50
* Support: Remove Alarm. It is unused (via local grep and google code search).Michael J. Spencer2010-12-074-151/+0
* Support/PathV2: Remove const from bool return types.Michael J. Spencer2010-12-071-9/+9
* Support/PathV2: Change most functions in the path namespace to return their workMichael J. Spencer2010-12-073-104/+64
* build: Go back to dropping __eprintf reference when building with Clang, seeDaniel Dunbar2010-12-071-0/+5