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