Remove a use of PathV1.h.
[oota-llvm.git] / lib / Support /
2013-06-14 Rafael EspindolaRemove a use of PathV1.h.
2013-06-14 Rafael EspindolaMove PrependMainExecutablePath next to its only user.
2013-06-14 Rafael EspindolaRemove a use of sys::Path.
2013-06-13 Rafael EspindolaTry to fix the windows build.
2013-06-13 Rafael EspindolaDon't use PathV1.h in Signals.h.
2013-06-13 Rafael EspindolaDon't use PathV1.h in FileUtilities.h.
2013-06-13 Rafael EspindolaAvoid using PathV1.h in Program.h.
2013-06-13 Rafael EspindolaAdd a version of sys::ExecuteAndWait that takes StringRefs.
2013-06-13 Rafael EspindolaHave sys::FindProgramByName return a std::string.
2013-06-13 Rafael EspindolaCovert remaining graph viewers from sys::Path to std...
2013-06-13 Rafael EspindolaUpdate code for other graph viewing programs too.
2013-06-13 Rafael EspindolaReduce usage of sys::Path in the graph writer.
2013-06-13 Reid Kleckner[Support] Fix handle and memory leak for processes...
2013-06-13 Aaron BallmanZero-initializing variables; fixes a build breakage...
2013-06-12 Rafael Espindola[Win] Put ChangeStdinToBinary ChangeStdoutToBinary...
2013-06-12 Rafael Espindolas/Void/void.
2013-06-12 Rafael EspindolaAttempt at fixing the windows build.
2013-06-12 Rafael EspindolaRemove the program class.
2013-06-12 Rafael EspindolaDon't use PathV1 in CommandLine.cpp.
2013-06-12 Rafael EspindolaInline Path::isBitcodeFile into only use and remove it.
2013-06-12 Rafael EspindolaRemove Path::getMagicNumber.
2013-06-12 Rafael EspindolaRemove Path::hasMagicNumber.
2013-06-12 Rafael EspindolaRemove Path::isAbsolute.
2013-06-12 Rafael EspindolaRemove Path::isAbsolute().
2013-06-12 Rafael EspindolaRemove Path::getSuffix.
2013-06-12 Rafael EspindolaRemove sys::CopyFile.
2013-06-12 Patrik HagglundFix 'gcc -flto' builds for unittest binaries (undefined...
2013-06-12 Rafael EspindolaRemove the old file memory mapping functions.
2013-06-12 Rafael EspindolaRemove Path::createFileOnDisk.
2013-06-12 Rafael EspindolaRemove Path::makeExecutableOnDisk.
2013-06-11 Rafael EspindolaMove PathV2.h to Path.h
2013-06-11 Tobias GrosserMake host ARM CPU feature detection independent of...
2013-06-11 Rafael EspindolaInclude PathV1.h in files that use it.
2013-06-11 Rafael EspindolaRemove Path::getDirname.
2013-06-11 Rafael EspindolaRemove Path::getBasename.
2013-06-11 Rafael EspindolaRemove Path::getLast.
2013-06-11 Rafael EspindolaRemove GetDLLSuffix.
2013-06-11 Rafael EspindolaRemove GetRootDirectory.
2013-06-11 Rafael EspindolaRemove GetUserHomeDirectory.
2013-06-11 Rafael EspindolaRemove GetSystemLibraryPaths.
2013-06-11 Rafael EspindolaRemove Path::GetBitcodeLibraryPaths.
2013-06-11 Rafael EspindolaRemove unused FindLibrary function.
2013-06-11 Rafael EspindolaRemove sys::identifyFileType.
2013-06-11 Rafael EspindolaPort r183666 to identify_magic.
2013-06-11 Rafael EspindolaFix variable name.
2013-06-10 Rafael EspindolaAdd a missing 'e'.
2013-06-10 Rafael EspindolaPass a StringRef to sys::identifyFileType.
2013-06-10 Rafael EspindolaFix an out of bounds array access.
2013-06-10 Rafael EspindolaUpdate for current naming conventions.
2013-06-08 Aaron Ballmansys::process::get_id() now returns the process ID inste...
2013-06-03 Manuel KlimekIntroduce needsCleanup() for APFloat and APInt.
2013-06-01 Benjamin KramerAPInt: Simplify code. No functionality change.
2013-06-01 Benjamin KramerAPFloat: Use isDenormal instead of hand-rolled code...
2013-05-31 Eric ChristopherAdd support for adding the contents of a StringRef...
2013-05-31 Eric ChristopherConvert more unsigned char -> uint8_t.
2013-05-31 Eric ChristopherFix comment.
2013-05-31 Eric ChristopherMove "unsigned char" -> "uint8_t".
2013-05-30 Michael GottesmanImplement IEEE-754R 2008 nextUp/nextDown functions...
2013-05-28 Michael Gottesman[APInt] Implement tcDecrement as a counterpart to tcInc...
2013-05-24 Eric ChristopherArrayRef-ize MD5 and clean up a few variable names.
2013-05-24 Michael J. SpencerReplace Count{Leading,Trailing}Zeros_{32,64} with count...
2013-05-24 Benjamin KramerRemove the Copied parameter from MemoryObject::readBytes.
2013-05-24 Ahmed BougachaMC: Disassembled CFG reconstruction.
2013-05-21 Eric ChristopherAdd cmake bits for md5.
2013-05-21 Eric ChristopherAdd an md5 library derived from a public domain impleme...
2013-05-19 Bob WilsonRemove declaration of __clear_cache for __APPLE__....
2013-05-19 Tim NorthoverInvalidate instruction cache when setting memory to...
2013-05-15 Timur IskhodzhanovFix build on Windows
2013-05-15 David BlaikieUse only explicit bool conversion operators
2013-05-14 Rafael EspindolaFix __clear_cache declaration.
2013-05-14 Jakob Stoklund OlesenRecognize sparc64 as an alias for sparcv9 triples.
2013-05-14 Rafael EspindolaDeclare __clear_cache.
2013-05-13 Shuxin YangFix a bug that APFloat::fusedMultiplyAdd() mistakenly...
2013-05-10 Alexander KornienkoBetter output for long help strings for command-line...
2013-05-08 Daniel MaleaAdd line tracking support to FormattedStream
2013-05-06 Andrew TrickImplemented public interface for modifying registered...
2013-05-06 Andrew TrickSupport command line option categories.
2013-05-05 Dmitri GribenkoAdd ArrayRef constructor from None, and do the cleanups...
2013-05-04 Tim NorthoverAArch64: use __clear_cache under GCCish environments
2013-05-04 Tim NorthoverAllow host triple to be correctly overridden in CMake...
2013-05-03 Ulrich Weigand[SystemZ] Support System Z as host architecture
2013-05-03 Richard Sandiford[SystemZ] Add llvm::Triple::systemz
2013-05-03 Benjamin KramerX86: Add target description for btver2; make autodetect...
2013-05-01 Aaron BallmanFixes a buffer overrun where the allocated buffer wasn...
2013-04-28 Benjamin KramerInline variable into the #ifdef block where it's used.
2013-04-27 Joerg SonnenbergerFix typo. Stupid me.
2013-04-27 Joerg SonnenbergerOnly use cxxabi.h's demangler, if it is actually available.
2013-04-23 Aaron BallmanTesting for _XCR_XFEATURE_ENABLED_MASK instead of a...
2013-04-23 Alexey SamsonovFixup for r180094: properly use MSan interface functions
2013-04-23 Alexey SamsonovTell MSan that memory initialized by libz is valid
2013-04-23 Hans WennborgAdd llvm_unreachable after fully covered switch to...
2013-04-23 Alexey SamsonovAdd more guards around zlib-dependent code
2013-04-23 Alexey SamsonovAdd basic zlib support to LLVM. This would allow to...
2013-04-22 Reid Kleckner[Support] Fix argv string escape bug on Windows
2013-04-22 Craig TopperConvert windows line endings to linux/unix line endings.
2013-04-15 Rafael EspindolaMake the host endianness check an integer constant...
2013-04-11 Rafael EspindolaAdd a function to check if an argument list is too...
2013-04-05 Douglas Gregor<rdar://problem/13551789> Fix a race in the LockFileMan...
2013-04-05 Douglas Gregor<rdar://problem/13551789> Fix yet another race in uniqu...
2013-04-05 Michael J. Spencer[Support][FileSystem] Fix identify_magic for big endian...
next