MC/ARM/AsmParser: Split out SplitMnemonicAndCC().
[oota-llvm.git] / lib / Support /
2011-01-10 Michael J. SpencerSupport/Path: Deprecate PathV1::exists and replace...
2011-01-06 Abramo BagnaraFixed parsing of hex floats.
2011-01-05 Michael J. SpencerSupport/PathV2: Implement remove_all.
2011-01-05 Michael J. SpencerSupport/Windows/PathV2: Make directory iteration ignore...
2011-01-05 Michael J. SpencerSupport/Windows/PathV2: Fix remove to handle both files...
2011-01-05 Michael J. SpencerSupport/PathV2: Implement directory_entry::status.
2011-01-05 Michael J. SpencerSupport/PathV2: Implement directory iteration on POSIX.
2010-12-28 Benjamin KramerFix a signed/unsigned comparison warning.
2010-12-28 Michael J. SpencerSupport/Path: Deprecate Path::hasMagicNumber and replac...
2010-12-28 Michael J. SpencerSupport/PathV2: Implement has_magic.
2010-12-27 Michael J. SpencerSupport/PathV1: Deprecate GetRootDirectory.
2010-12-25 Michael J. SpencerSupport/PathV1: Deprecate makeAbsolute and remove Unix...
2010-12-23 Jeffrey YasskinChange all self assignments X=X to (void)X, so that...
2010-12-21 Jakob Stoklund OlesenUse IntEqClasses to compute connected components of...
2010-12-21 Jakob Stoklund OlesenAdd ADT/IntEqClasses.h as a light-weight implementation...
2010-12-20 Michael J. SpencerSupport/PathV2: Add missing has_relative_path impl.
2010-12-19 Nick LewyckyAdd missing standard headers. Patch by Joerg Sonnenberger!
2010-12-18 Michael J. SpencerSupport/PathV1: Deprecate getLast.
2010-12-17 Benjamin KramerPathV2: Use StringRef::substr to simplify substring...
2010-12-17 Benjamin KramerMissed some StringRefRefs.
2010-12-17 Benjamin KramerPass StringRefs by value, for consistency.
2010-12-17 Jim GrosbachTrailing whitespace and 80 column fixups.
2010-12-16 Michael J. SpencerMemoryBuffer now return an error_code and returns a...
2010-12-16 NAKAMURA Takumilib/Support/regexec.c: Let Regex LLP64-aware.
2010-12-09 Michael J. SpencerSupport/Windows/PathV2: Fix header comment.
2010-12-09 Michael J. SpencerFix whitespace.
2010-12-09 Michael J. SpencerSupport: Move c_str from SmallVector back to SmallStrin...
2010-12-09 Michael J. SpencerSupport/FileSystem: Change file_status predicate functi...
2010-12-09 Michael J. SpencerSupport/MemoryBuffer: Replace all uses of std::string...
2010-12-07 Michael J. SpencerSupport: Remove Alarm. It is unused (via local grep...
2010-12-07 Michael J. SpencerSupport/PathV2: Remove const from bool return types.
2010-12-07 Michael J. SpencerSupport/PathV2: Change most functions in the path names...
2010-12-07 Daniel Dunbarbuild: Go back to dropping __eprintf reference when...
2010-12-07 Jay FoadPR5207: Change APInt methods trunc(), sext(), zext...
2010-12-07 Owen AndersonDon't leak the mutex when loading dynamic libraries.
2010-12-07 Michael J. SpencerSupport/PathV2: Cleanup separator handling.
2010-12-07 Michael J. SpencerSupport/PathV2: Remove the error_code return type from...
2010-12-07 Michael J. SpencerSupport/PathV2: Move make_absolute from path to fs.
2010-12-07 Michael J. SpencerSupport/Unix/PathV2: Return the real error from realpat...
2010-12-07 Michael J. SpencerSupport/Unix/PathV2: Use 0770 instead of 0700 when...
2010-12-07 Michael J. SpencerSupport/PathV2: Use SmallVector::clear instead of set_size.
2010-12-07 Michael J. SpencerSupport/PathV2: Clarify and correct documentation.
2010-12-07 Michael J. SpencerSupport/PathV2: Move current_path from path to fs and...
2010-12-06 Michael J. SpencerSupport/Windows: Make MinGW happy.
2010-12-06 Michael J. SpencerSupport/FileSystem: Add directory_iterator implementation.
2010-12-06 Michael J. SpencerSupport/PathV2: Fix append to not add a slash to empty...
2010-12-06 Michael J. SpencerSupport/Windows: Add ScopedHandle and move some clients...
2010-12-04 Bill WendlingSilence 'may be used uninitialized in this function...
2010-12-04 Michael J. SpencerSupport/PathV2: Remove redundant calls to make_error_code.
2010-12-04 Benjamin KramerAPInt: microoptimize a few methods.
2010-12-04 Michael J. SpencerSupport/FileSystem: Add status implementation.
2010-12-04 Michael J. SpencerSupport/Windows/FileSystem: Fix MinGW warnings.
2010-12-04 Michael J. SpencerSupport/FileSystem: Add file_size implementation.
2010-12-03 Jakob Stoklund OlesenAdd IntervalMap::iterator::set{Start,Stop,Value} method...
2010-12-03 Michael J. SpencerSupport/FileSystem: Add equivalent implementation.
2010-12-03 Michael J. SpencerSupport/FileSystem: Fix MinGW build. It doesn't have...
2010-12-03 Michael J. SpencerAnd I really hate line endings.
2010-12-03 Michael J. SpencerSupport/Windows/FileSystem: Fix MinGW build.
2010-12-03 Michael J. SpencerSupport/FileSystem: Add resize_file implementation.
2010-12-03 Michael J. SpencerSupport/FileSystem: Add rename implementation.
2010-12-03 Michael J. SpencerSupport/FileSystem: Add remove implementation.
2010-12-03 Michael J. SpencerFix line endings.
2010-12-03 Eric ChristopherApparently OS X 10.4 doesn't have __crashreporter_info__.
2010-12-03 Michael J. SpencerSupport/FileSystem: Add create_symlink implementation.
2010-12-03 Michael J. SpencerSupport/FileSystem: Add create_hard_link implementation.
2010-12-03 Michael J. SpencerSupport/ADT/Twine: Make toNullTerminatedStringRef not...
2010-12-03 Michael J. SpencerSupport/FileSystem: Add create_director{y,ies} implemen...
2010-12-03 Michael J. SpencerSupport/Windows/FileSystem: Remove unneeded toNullTermi...
2010-12-03 Michael J. SpencerSupport/FileSystem: Add unique_file and exists implemen...
2010-12-01 Michael J. SpencerSupport/FileSystem: Fix copy_file implementation to...
2010-12-01 Michael J. SpencerSupport/ADT/Twine: Add toNullTerminatedStringRef.
2010-12-01 Michael J. SpencerSupport/FileSystem: Add copy_file implementation. Not...
2010-12-01 Jay FoadPR5207: Rename overloaded APInt methods set(), clear...
2010-12-01 Michael J. SpencerSupport/PathV2: Add is_{absolute,relative} implementation.
2010-12-01 Michael J. SpencerSupport/PathV2: Add has_{root_path,root_name,root_direc...
2010-12-01 Michael J. SpencerSupport/PathV2: Add extension implementation.
2010-12-01 Michael J. SpencerSupport/PathV2: Add stem implementation.
2010-12-01 Michael J. SpencerSupport/PathV2: Add filename implementation.
2010-12-01 Michael J. SpencerSupport/PathV2: Add native implementation.
2010-12-01 Dan GohmanDelete Path::appendSuffix's return value; it wasn't...
2010-12-01 Michael J. SpencerSupport/PathV2: Add replace_extension implementation.
2010-12-01 Michael J. SpencerSupport/PathV2: Add remove_filename implementation.
2010-11-30 Michael J. SpencerSupport/PathV2: Implement reverse iteration and parent_...
2010-11-30 Michael J. SpencerSupport/ADT/StringRef: Add find_last_of.
2010-11-30 Jay FoadPR5207: Make APInt::set(), APInt::clear() and APInt...
2010-11-29 Michael J. SpencerSupport: Add PathV2 implementation.
2010-11-29 Charles DavisNow to chant the magical incantation that will exorcise...
2010-11-29 Michael J. SpencerMissed a spot.
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-28 Jay FoadPR5207: change APInt::doubleToBits() and APInt::floatTo...
2010-11-27 Benjamin KramerRemove PIC16 remnants.
2010-11-27 Daniel Dunbarraw_ostream::write_escaped: Add a UseHexEscapes argument.
2010-11-26 Michael J. SpencerFix Whitespace.
2010-11-26 Jakob Stoklund OlesenMove tree navigation to a new Path class that doesn...
2010-11-23 Chris Lattneradd a MemoryBuffer::getOpenFile method, which turns...
2010-11-23 Chris LattnerRevert functionality doug added in r98575 that was...
2010-11-19 Rafael EspindolaFix a use after free. Patch by Frits van Bommel.
2010-11-19 Jakob Stoklund OlesenAdd ADT/IntervalMap.
2010-11-19 Jakob Stoklund OlesenRevert "Add ADT/IntervalMap.", GCC doesn't like it.
2010-11-19 Jakob Stoklund OlesenAdd ADT/IntervalMap.
next