If we detect that the instruction we are simplifying is unreachable, arrange for
[oota-llvm.git] / lib / Support /
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.
2010-11-19 Dale JohannesenAligned and unaligned copies of the same string
2010-11-18 Dan GohmanBounds-check APInt's operator[].
2010-11-17 Chris Lattnernow that AsmPrinter::EmitInlineAsm is factored right...
2010-11-13 Daniel Dunbarreport_fatal_error: Simplify a possible ambiguity.
2010-11-07 Ted KremenekFix memory leak in StringRef::edit_distance(). 'Alloca...
2010-11-05 Daniel DunbarCrashRecoveryContext: Add RunSafelyOnThread helper...
2010-11-03 Mikhail GlushenkovRename FindExecutable to PrependMainExecutablePath.
2010-11-03 Dan GohmanPrint an error as one big string instead of breaking...
2010-11-02 Mikhail GlushenkovRevert r118057, this is better fixed in appendSuffix...
2010-11-02 Dan GohmanDon't append a dot on platforms which don't use exe...
2010-11-02 Mikhail GlushenkovFindExecutable: remove the executability check.
2010-10-29 Dan GohmanFix these error messages to be less confusing. These...
2010-10-28 Mikhail GlushenkovRemove an unnecessary check and an unnecessary temporary.
2010-10-19 Douglas GregorExtend StringRef's edit-distance algorithm to permit...
2010-10-19 NAKAMURA Takumilib/Support/raw_ostream.cpp: Fix Cygwin's build.
2010-10-18 Daniel DunbarCrashRecoveryContext: Add missing return, so that the...
2010-10-17 Oscar FuentesBuild with RTTI and exceptions disabled. Only in GCC...
2010-10-14 Francois PichetAlways use binary mode for output stream. This is impor...
2010-10-14 Chris Lattnerfix a bug I introduced, no idea how this didn't repro...
2010-10-14 Chris Lattneradd uadd_ov/usub_ov to apint, consolidate constant...
2010-10-13 Chris Lattnerconstify these methods.
2010-10-13 Chris Lattneradd a few operations for signed operations that also
2010-10-07 John ThompsonUnbreak cmake build.
2010-10-07 Dan GohmanMove tool_output_file into its own file.
next