Remove the simplify-libcalls pass (finally)
[oota-llvm.git] / lib / Support /
2013-06-20 Rafael EspindolaAdd support for getting the last modification time...
2013-06-20 Evgeniy StepanovFix get_magic() handling of short reads.
2013-06-20 Rafael EspindolaRename fs::GetUniqueID to fs::getUniqueID to match...
2013-06-20 Evgeniy StepanovRemove MSan hack that is no longer needed.
2013-06-19 Argyrios Kyrtzidis[Support/CrashRecoveryContext] Make sure CrashRecoveryC...
2013-06-19 Michael Gottesman[APFloat] Converted all references to APFloat::isNormal...
2013-06-19 Aaron BallmanModified the implementation of fs::GetUniqueID on Windo...
2013-06-19 Rafael EspindolaRemove Path::getDirectoryContents.
2013-06-19 Rafael EspindolaRemove Path::isObjectFile.
2013-06-19 Rafael EspindolaRemove Path::canExecute.
2013-06-19 Michael GottesmanFixed comment typo that causes the given comment to...
2013-06-18 Rafael EspindolaRemove Path::canWrite.
2013-06-18 Rafael EspindolaAdd a can_write function to PathV2.
2013-06-18 Rafael EspindolaRemove unused Path::canRead.
2013-06-18 Rafael EspindolaRemove uniqueID from PathV1.h.
2013-06-18 Rafael EspindolaAdd a GetUniqueID that will replace the uniqueID of...
2013-06-18 Rafael EspindolaAdd a version of unique_file that return just the file...
2013-06-18 Alexey SamsonovBasic support for parsing Mach-O universal binaries...
2013-06-17 Rafael EspindolaReapply r183985 now that the missing check was added...
2013-06-17 Rafael EspindolaOnly delete regular files and directories.
2013-06-17 Rafael EspindolaRevert "Remove a use of PathV1.h."
2013-06-17 Rafael EspindolaDon't use PathV1.h in LTOCodeGenerator.cpp
2013-06-17 Manuel KlimekFix incorrectly finding 'executable' directories instea...
2013-06-14 Rafael EspindolaAdd GetCurrentDirectory back.
2013-06-14 Rafael EspindolaReplace use of PathV1.h in MCContext.cpp.
2013-06-14 Rafael EspindolaReplace use of PathV1.h in Program.cpp.
2013-06-14 Rafael EspindolaRemove unused argument.
2013-06-14 Rafael EspindolaDon't use PathV1.h in GraphWriter.cpp.
2013-06-14 Rafael EspindolaConvert a use of sys::Path::GetTemporaryDirectory.
2013-06-14 Rafael EspindolaRemove a use of PathV1.h.
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.
next