| Age | Commit message (Expand) | Author |
| 2010-12-03 | Support/FileSystem: Add create_director{y,ies} implementations. | Michael J. Spencer |
| 2010-12-03 | Support/Windows/FileSystem: Remove unneeded toNullTerminatedStringRef. | Michael J. Spencer |
| 2010-12-03 | Support/FileSystem: Add unique_file and exists implementations. | Michael J. Spencer |
| 2010-12-01 | Support/FileSystem: Fix copy_file implementation to use toNullTerminatedStrin... | Michael J. Spencer |
| 2010-12-01 | Support/ADT/Twine: Add toNullTerminatedStringRef. | Michael J. Spencer |
| 2010-12-01 | Support/FileSystem: Add copy_file implementation. Not tests yet because the | Michael J. Spencer |
| 2010-12-01 | PR5207: Rename overloaded APInt methods set(), clear(), flip() to | Jay Foad |
| 2010-12-01 | Support/PathV2: Add is_{absolute,relative} implementation. | Michael J. Spencer |
| 2010-12-01 | Support/PathV2: Add has_{root_path,root_name,root_directory,parent_path,filen... | Michael J. Spencer |
| 2010-12-01 | Support/PathV2: Add extension implementation. | Michael J. Spencer |
| 2010-12-01 | Support/PathV2: Add stem implementation. | Michael J. Spencer |
| 2010-12-01 | Support/PathV2: Add filename implementation. | Michael J. Spencer |
| 2010-12-01 | Support/PathV2: Add native implementation. | Michael J. Spencer |
| 2010-12-01 | Delete Path::appendSuffix's return value; it wasn't used anywhere, which | Dan Gohman |
| 2010-12-01 | Support/PathV2: Add replace_extension implementation. | Michael J. Spencer |
| 2010-12-01 | Support/PathV2: Add remove_filename implementation. | Michael J. Spencer |
| 2010-11-30 | Support/PathV2: Implement reverse iteration and parent_path. | Michael J. Spencer |
| 2010-11-30 | Support/ADT/StringRef: Add find_last_of. | Michael J. Spencer |
| 2010-11-30 | PR5207: Make APInt::set(), APInt::clear() and APInt::flip() return void. | Jay Foad |
| 2010-11-29 | Support: Add PathV2 implementation. | Michael J. Spencer |
| 2010-11-29 | Now to chant the magical incantation that will exorcise the System library | Charles Davis |
| 2010-11-29 | Missed a spot. | Michael J. Spencer |
| 2010-11-29 | Merge System into Support. | Michael J. Spencer |
| 2010-11-28 | PR5207: change APInt::doubleToBits() and APInt::floatToBits() to be | Jay Foad |
| 2010-11-27 | Remove PIC16 remnants. | Benjamin Kramer |
| 2010-11-27 | raw_ostream::write_escaped: Add a UseHexEscapes argument. | Daniel Dunbar |
| 2010-11-26 | Fix Whitespace. | Michael J. Spencer |
| 2010-11-26 | Move tree navigation to a new Path class that doesn't have to be a template. | Jakob Stoklund Olesen |
| 2010-11-23 | add a MemoryBuffer::getOpenFile method, which turns an open | Chris Lattner |
| 2010-11-23 | Revert functionality doug added in r98575 that was never | Chris Lattner |
| 2010-11-19 | Fix a use after free. Patch by Frits van Bommel. | Rafael Espindola |
| 2010-11-19 | Add ADT/IntervalMap. | Jakob Stoklund Olesen |
| 2010-11-19 | Revert "Add ADT/IntervalMap.", GCC doesn't like it. | Jakob Stoklund Olesen |
| 2010-11-19 | Add ADT/IntervalMap. | Jakob Stoklund Olesen |
| 2010-11-19 | Aligned and unaligned copies of the same string | Dale Johannesen |
| 2010-11-18 | Bounds-check APInt's operator[]. | Dan Gohman |
| 2010-11-17 | now that AsmPrinter::EmitInlineAsm is factored right, we can eliminate the | Chris Lattner |
| 2010-11-13 | report_fatal_error: Simplify a possible ambiguity. | Daniel Dunbar |
| 2010-11-07 | Fix memory leak in StringRef::edit_distance(). 'Allocated' could be leaked o... | Ted Kremenek |
| 2010-11-05 | CrashRecoveryContext: Add RunSafelyOnThread helper function. | Daniel Dunbar |
| 2010-11-03 | Rename FindExecutable to PrependMainExecutablePath. | Mikhail Glushenkov |
| 2010-11-03 | Print an error as one big string instead of breaking it up. | Dan Gohman |
| 2010-11-02 | Revert r118057, this is better fixed in appendSuffix itself. | Mikhail Glushenkov |
| 2010-11-02 | Don't append a dot on platforms which don't use exe suffixes. | Dan Gohman |
| 2010-11-02 | FindExecutable: remove the executability check. | Mikhail Glushenkov |
| 2010-10-29 | Fix these error messages to be less confusing. These error | Dan Gohman |
| 2010-10-28 | Remove an unnecessary check and an unnecessary temporary. | Mikhail Glushenkov |
| 2010-10-19 | Extend StringRef's edit-distance algorithm to permit an upper bound on the al... | Douglas Gregor |
| 2010-10-19 | lib/Support/raw_ostream.cpp: Fix Cygwin's build. | NAKAMURA Takumi |
| 2010-10-18 | CrashRecoveryContext: Add missing return, so that the signal fires after we our | Daniel Dunbar |