| Commit message (Expand) | Author | Age | Files | Lines |
| * | Support/FileSystem: Add equivalent implementation. | Michael J. Spencer | 2010-12-03 | 2 | -0/+90 |
| * | Support/FileSystem: Fix MinGW build. It doesn't have _chsize_s. | Michael J. Spencer | 2010-12-03 | 1 | -0/+4 |
| * | And I really hate line endings. | Michael J. Spencer | 2010-12-03 | 1 | -3/+3 |
| * | Support/Windows/FileSystem: Fix MinGW build. | Michael J. Spencer | 2010-12-03 | 1 | -0/+6 |
| * | Support/FileSystem: Add resize_file implementation. | Michael J. Spencer | 2010-12-03 | 2 | -0/+29 |
| * | Support/FileSystem: Add rename implementation. | Michael J. Spencer | 2010-12-03 | 2 | -0/+32 |
| * | Support/FileSystem: Add remove implementation. | Michael J. Spencer | 2010-12-03 | 2 | -0/+33 |
| * | Fix line endings. | Michael J. Spencer | 2010-12-03 | 1 | -6/+6 |
| * | Apparently OS X 10.4 doesn't have __crashreporter_info__. | Eric Christopher | 2010-12-03 | 1 | -5/+5 |
| * | Support/FileSystem: Add create_symlink implementation. | Michael J. Spencer | 2010-12-03 | 2 | -0/+45 |
| * | Support/FileSystem: Add create_hard_link implementation. | Michael J. Spencer | 2010-12-03 | 2 | -0/+32 |
| * | Support/ADT/Twine: Make toNullTerminatedStringRef not rely on UB :(. | Michael J. Spencer | 2010-12-03 | 1 | -4/+12 |
| * | Support/FileSystem: Add create_director{y,ies} implementations. | Michael J. Spencer | 2010-12-03 | 3 | -0/+49 |
| * | Support/Windows/FileSystem: Remove unneeded toNullTerminatedStringRef. | Michael J. Spencer | 2010-12-03 | 1 | -2/+2 |
| * | Support/FileSystem: Add unique_file and exists implementations. | Michael J. Spencer | 2010-12-03 | 3 | -2/+334 |
| * | Support/FileSystem: Fix copy_file implementation to use toNullTerminatedStrin... | Michael J. Spencer | 2010-12-01 | 2 | -4/+4 |
| * | Support/ADT/Twine: Add toNullTerminatedStringRef. | Michael J. Spencer | 2010-12-01 | 1 | -0/+12 |
| * | Support/FileSystem: Add copy_file implementation. Not tests yet because the | Michael J. Spencer | 2010-12-01 | 3 | -3/+157 |
| * | PR5207: Rename overloaded APInt methods set(), clear(), flip() to | Jay Foad | 2010-12-01 | 1 | -13/+13 |
| * | Support/PathV2: Add is_{absolute,relative} implementation. | Michael J. Spencer | 2010-12-01 | 1 | -0/+24 |
| * | Support/PathV2: Add has_{root_path,root_name,root_directory,parent_path,filen... | Michael J. Spencer | 2010-12-01 | 1 | -18/+70 |
| * | Support/PathV2: Add extension implementation. | Michael J. Spencer | 2010-12-01 | 1 | -0/+16 |
| * | Support/PathV2: Add stem implementation. | Michael J. Spencer | 2010-12-01 | 1 | -0/+16 |
| * | Support/PathV2: Add filename implementation. | Michael J. Spencer | 2010-12-01 | 1 | -0/+5 |
| * | Support/PathV2: Add native implementation. | Michael J. Spencer | 2010-12-01 | 1 | -0/+22 |
| * | Delete Path::appendSuffix's return value; it wasn't used anywhere, which | Dan Gohman | 2010-12-01 | 1 | -8/+1 |
| * | Support/PathV2: Add replace_extension implementation. | Michael J. Spencer | 2010-12-01 | 1 | -0/+20 |
| * | Support/PathV2: Add remove_filename implementation. | Michael J. Spencer | 2010-12-01 | 1 | -0/+8 |
| * | Support/PathV2: Implement reverse iteration and parent_path. | Michael J. Spencer | 2010-11-30 | 1 | -8/+115 |
| * | Support/ADT/StringRef: Add find_last_of. | Michael J. Spencer | 2010-11-30 | 1 | -0/+15 |
| * | PR5207: Make APInt::set(), APInt::clear() and APInt::flip() return void. | Jay Foad | 2010-11-30 | 1 | -6/+3 |
| * | Support: Add PathV2 implementation. | Michael J. Spencer | 2010-11-29 | 4 | -0/+522 |
| * | Now to chant the magical incantation that will exorcise the System library | Charles Davis | 2010-11-29 | 16 | -16/+16 |
| * | Missed a spot. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
| * | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 69 | -36/+7414 |
| * | PR5207: change APInt::doubleToBits() and APInt::floatToBits() to be | Jay Foad | 2010-11-28 | 1 | -4/+2 |
| * | Remove PIC16 remnants. | Benjamin Kramer | 2010-11-27 | 1 | -5/+0 |
| * | raw_ostream::write_escaped: Add a UseHexEscapes argument. | Daniel Dunbar | 2010-11-27 | 1 | -6/+15 |
| * | Fix Whitespace. | Michael J. Spencer | 2010-11-26 | 2 | -27/+27 |
| * | Move tree navigation to a new Path class that doesn't have to be a template. | Jakob Stoklund Olesen | 2010-11-26 | 1 | -1/+102 |
| * | add a MemoryBuffer::getOpenFile method, which turns an open | Chris Lattner | 2010-11-23 | 1 | -0/+7 |
| * | Revert functionality doug added in r98575 that was never | Chris Lattner | 2010-11-23 | 1 | -15/+11 |
| * | Fix a use after free. Patch by Frits van Bommel. | Rafael Espindola | 2010-11-19 | 1 | -6/+9 |
| * | Add ADT/IntervalMap. | Jakob Stoklund Olesen | 2010-11-19 | 2 | -0/+61 |
| * | Revert "Add ADT/IntervalMap.", GCC doesn't like it. | Jakob Stoklund Olesen | 2010-11-19 | 2 | -61/+0 |
| * | Add ADT/IntervalMap. | Jakob Stoklund Olesen | 2010-11-19 | 2 | -0/+61 |
| * | Aligned and unaligned copies of the same string | Dale Johannesen | 2010-11-19 | 1 | -7/+22 |
| * | Bounds-check APInt's operator[]. | Dan Gohman | 2010-11-18 | 1 | -0/+1 |
| * | now that AsmPrinter::EmitInlineAsm is factored right, we can eliminate the | Chris Lattner | 2010-11-17 | 1 | -2/+1 |
| * | report_fatal_error: Simplify a possible ambiguity. | Daniel Dunbar | 2010-11-13 | 1 | -0/+4 |