Fix cmake build.
[oota-llvm.git] / lib / Support /
2011-04-15 Lenny MaioraniImplements StringRef::compare with bounds. It is behave...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-09 Chris Lattnerregexes are allowed to match empty things, e.g. {{...
2011-04-06 Frits van BommelFix a few instances of "warning: extra ';' outside...
2011-04-05 Roman DivackyAdd support for detection of Intel SandyBridge.
2011-04-05 Andrew TrickAdded *hidden* flags -print-options and -print-all...
2011-04-03 Eric ChristopherAssorted bugfixes in object file handling:
2011-03-30 Jakob Stoklund OlesenReset StringMap's NumTombstones on clears and rehashes.
2011-03-30 Jakob Stoklund OlesenPrevent infinite growth of SmallPtrSet instances.
2011-03-30 Jakob Stoklund OlesenPrevent infinite growth of SmallMap instances.
2011-03-30 Benjamin KramerAvoid turning a floating point division with a constant...
2011-03-30 Benjamin KramerAdd APFloat::getExactInverse.
2011-03-27 Frits van BommelConstant folding support for calls to umul.with.overflo...
2011-03-24 Andrew Trickrevert r128199 until it can be made to work with Fronte...
2011-03-24 Michael J. SpencerRemove all uses of PATH_MAX and MAXPATHLEN from PathV2.
2011-03-22 Rafael EspindolaWe don't need a null terminator for the output file.
2011-03-22 Ted KremenekProperly initialize all fields in CrashReporterCleanupC...
2011-03-22 Ted KremenekTemporarily stop recovering resources in CrashRecoveryC...
2011-03-21 Ted KremenekProvide a means for CrashRecovery clients to determine...
2011-03-20 Benjamin KramerAvoid initializing posix_spawn_file_actions_t if not...
2011-03-19 Ted KremenekTweak CrashRecoveryContextCleanup to provide an easy...
2011-03-19 Ted KremenekTweak CrashRecoveryContext::GetCurrent() to return...
2011-03-18 Jim GrosbachsetExecutable() should default to success if there...
2011-03-18 NAKAMURA Takumiraw_ostream: [PR6745] Tweak formatting (double)%e for...
2011-03-18 Bill WendlingInitialize the only-used-with-PPC-double-double parts...
2011-03-18 Rafael EspindolaCheck RequiresNullTerminator first, or we might read...
2011-03-18 Ted KremenekAugment CrashRecoveryContext to have registered "cleanu...
2011-03-17 Rafael EspindolaUse RequiresNullTerminator to create buffers without...
2011-03-17 Benjamin KramerAdd an argument to APInt's magic udiv calculation to...
2011-03-16 NAKAMURA Takumilib/Support/raw_ostream.cpp: On mingw, report_fatal_err...
2011-03-16 NAKAMURA TakumiWindows/PathV2.inc: [PR8520] Recognize "NUL" as special...
2011-03-16 NAKAMURA TakumiWindows/Path.inc: [PR6270] PathV1::makeUnique(): Give...
2011-03-15 John ThompsonAdd scei vendor
2011-03-10 Rafael EspindolaDon't compute the file size if we don't need to.
2011-03-10 Rafael EspindolaAdd r127409 back now that the windows file was updated.
2011-03-10 Rafael EspindolaTry to fix the windows build.
2011-03-10 Jakob Stoklund OlesenRevert r127409 which broke all the Windows bots.
2011-03-10 Rafael EspindolaAdd support for MemoryBuffers that are not null termina...
2011-03-08 NAKAMURA Takumilib/Support/regcomp.c: Fix cygwin warning.
2011-03-07 NAKAMURA TakumiWindows/PathV2.inc: Eliminate redundant condition....
2011-03-04 Benjamin Kramerraw_ostream: while it is generally desirable to do...
2011-03-04 Benjamin Kramerraw_ostream: If writing a string that is larger than...
2011-02-26 Daniel DunbarSupport: Add llvm::AreStatisticsEnabled().
2011-02-21 Cameron ZwarichThe signed version of our "magic number" computation...
2011-02-18 Devang PatelProvide tag strings for llvm specific tags.
2011-02-18 Chris Lattnerimprove support for OpenBSD, patch by Amit Kulkarni!
2011-02-18 Argyrios KyrtzidisCheck the errorcode.
2011-02-17 Nadav RotemEnhance constant folding of bitcast operations on vecto...
2011-02-17 NAKAMURA TakumiTriple::MinGW64 is deprecated and removed. We can use...
2011-02-15 Argyrios KyrtzidisImplement a function from PathV2 whose definition is...
2011-02-11 Zhanyong WanAdds llvm::sys::path::is_separator() to test whether...
2011-02-09 Douglas GregorRip out realpath() support. It's expensive, and often...
2011-02-09 Cameron ZwarichAttempt to fix the build after r125228.
2011-02-09 Douglas GregorAdd llvm::sys::path::canonical(), which provides the...
2011-02-09 NAKAMURA Takumilib/Support/Errno.cpp: Check strerror_s() with HAVE_DEC...
2011-02-09 NAKAMURA TakumiWindows/Windows.h: Redefine _WIN32_WINNT here. mingw...
2011-02-09 NAKAMURA TakumiWindows/Program.inc: Eliminate the declaration of SetIn...
2011-02-09 NAKAMURA TakumiWindows/DynamicLibrary.inc: ELM_Callback fix for mingw...
2011-02-08 Rafael EspindolaDon't open the file again in the gold plugin. To be...
2011-02-05 Anders CarlssonFix a clang warning.
2011-02-05 NAKAMURA TakumiWindows/DynamicLibrary.inc: Split explicit symbols...
2011-02-05 NAKAMURA TakumiWindows/Program.inc: Quote arguments when dubious chara...
2011-02-04 NAKAMURA TakumiMake Win32's header file name lower for cross build...
2011-02-03 Daniel Dunbarraw_fd_ostream: Add a SetUseAtomicWrites() method ...
2011-02-02 Duncan SandsRemove NoVendor and NoOS, added in commit 123990, from...
2011-02-01 Evan ChengPatches to build EFI with Clang/LLVM. By Carl Norum.
2011-01-24 Daniel DunbarSupport/CommandLine: Fix LookupNearestOption to also...
2011-01-23 Ted KremenekNull initialize a few variables flagged by
2011-01-21 Renato GolinClang was not parsing target triples involving EABI...
2011-01-18 Daniel DunbarSupport/CommandLine: Add "Did you mean" print for misma...
2011-01-17 NAKAMURA TakumiWindows/PathV2.inc: For CryptAcquireContext(), CRYPT_VE...
2011-01-17 NAKAMURA TakumiWindows/PathV2.inc: MoveFileEx() can behave like Posix...
2011-01-17 NAKAMURA Takumilib/Support/Windows/Signals.inc: "Showstopper" dialogs...
2011-01-17 Michael J. SpencerSupport/raw_ostream: Fix uninitalized variable in raw_f...
2011-01-16 Michael J. SpencerFix rename.
2011-01-15 Michael J. SpencerSupport/PathV2: Add identify_magic.
2011-01-15 Michael J. SpencerSupport/PathV2: Implement has_magic in terms of get_magic.
2011-01-15 Michael J. SpencerSupport/PathV2: Implement get_magic.
2011-01-12 Michael J. SpencerSupport/Path: Deprecate PathV1::IsSymlink and replace...
2011-01-11 Michael J. SpencerSupport/Path: Deprecate PathV1::isDirectory and replace...
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.
next