Second try at making direct object emission produce the same results
[oota-llvm.git] / lib / Support /
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.
2010-10-05 Dan GohmanAfter printing "Running 'Graphviz' program... " and...
2010-09-30 Benjamin KramerGrow BumpPtrAllocator's slab size dynamically if we...
2010-09-28 Oscar FuentesRemoved a bunch of unnecessary target_link_libraries.
2010-09-28 Nick LewyckyMake ConstantRange::makeICmpRegion handle all the edge...
2010-09-27 Benjamin KramerPush twines deeper into SourceMgr's error handling...
2010-09-27 Dan GohmanDelete an unused declaration.
2010-09-27 Dan GohmanAdd support for viewing graphviz graphs with xdot.py.
2010-09-16 Duncan SandsAdd better support for environment portion of triple...
2010-09-16 Duncan SandsSome versions of gcc still warn about "ignoring return...
2010-09-07 Nick LewyckyCreate PTX backend. Patch by Che-Liang Chiou!
2010-09-07 Nick LewyckyAdd completely hokey binary-and and binary-or operation...
2010-09-06 Nick LewyckyAdd a new isSignWrappedSet() method to ConstantRange.
2010-09-02 Dan GohmanUse the FindProgramByName fallback only with known...
2010-09-02 John McCallAfter some discussion with djg, teach SmallVector to...
2010-09-02 NAKAMURA Takumillvm::FindExecutable(): Retrieve the name with suffix...
2010-09-01 Dan GohmanMake tool_output_file's raw_ostream instance a member...
2010-08-30 Duncan SandsRemove a hack that tries to understand incorrect triple...
2010-08-26 Benjamin KramerStringRef::compare_numeric also differed from StringRef...
2010-08-26 Benjamin KramerDo unsigned char comparisons in StringRef::compare_lowe...
next