[mips][msa] Direct Object Emission of INSERT.{B,H,W} instruction.
[oota-llvm.git] / lib / Support /
2013-07-19 Rafael EspindolaSplit openFileForWrite into windows and unix versions.
2013-07-18 Rafael EspindolaSmall improvement to the use of GetFileType:
2013-07-18 NAKAMURA TakumiWindows/Path.inc: Introduce file_type::character_file...
2013-07-18 Reid Kleckner[Support] Beef up and expose the response file parsing...
2013-07-18 Rafael EspindolaRemove dead code.
2013-07-18 Rafael EspindolaConvert two uses if fstat with sys::fs::status.
2013-07-17 Eli FriedmanHandle '.' correctly in hex float literal parsing.
2013-07-17 Rafael EspindolaFix a funny typo. Thanks to Aaron Ballman for noticing.
2013-07-17 Rafael EspindolaAdd FILE_SHARE_WRITE to openFileForRead.
2013-07-17 Rafael EspindolaSplit openFileForRead into Windows and Unix versions.
2013-07-17 Duncan SandsEnsure sys::getProcessTriple always uses a normalized...
2013-07-17 Rafael EspindolaDon't fallback to copy + delete in rename.
2013-07-17 NAKAMURA Takumiraw_ostream.cpp: Introduce <fcntl.h> to let O_BINARY...
2013-07-16 Rafael EspindolaAdd a wrapper for open.
2013-07-16 Reid Kleckner[Support] Add a Unicode conversion wrapper from UTF16...
2013-07-16 Rafael EspindolaCreate files with mode 666. This matches the behavior...
2013-07-16 Reid Kleckner[Support] Fix some warnings when self-hosting clang...
2013-07-16 Ulrich Weigand[APFloat] PR16573: Avoid losing mantissa bits in ppc_fp...
2013-07-16 Rafael EspindolaAdd a version of sys::fs::status that uses fstat.
2013-07-16 Rafael EspindolaInstead friending status, provide windows and posix...
2013-07-15 Rafael EspindolaRemove an extra is_directory call.
2013-07-15 Craig TopperAdd include to hopefully fix windows build.
2013-07-15 Craig TopperRevert part of 186302 to fix buildbots.
2013-07-15 Craig TopperUse llvm::array_lengthof to replace sizeof(array)/sizeo...
2013-07-14 Eric ChristopherAdd DW_AT_GNU_odr_signature to the set of dwarf attributes.
2013-07-12 NAKAMURA TakumiWindows/TimeValue.inc: Mute prefixed '0' on %d to emula...
2013-07-11 Rafael EspindolaAdd back code for supporting old mingw versions. Should...
2013-07-11 Benjamin KramerDon't use a potentially expensive shift if all we want...
2013-07-11 Rafael EspindolaLooks like some versions of mingw don't have errno_t...
2013-07-11 Benjamin KramerUse move semantics if possible to construct ConstantRanges.
2013-07-11 Rafael EspindolaFix a FIXME about the format and add a test.
2013-07-10 Rafael EspindolaMemoryBuffer::getFile handles zero sized files, no...
2013-07-10 Rafael EspindolaUse status to implement file_size.
2013-07-08 Manman RenRevert r185852.
2013-07-08 Matt ArsenaultFind xdot or xdot.py.
2013-07-08 Manman RenStringRef: add DenseMapInfo for StringRef.
2013-07-08 Rafael EspindolaWe now always create files with the correct permissions...
2013-07-08 Rafael EspindolaCreate files with the correct permission instead of...
2013-07-05 Rafael EspindolaRemove unique_file now that it is unused.
2013-07-05 Rafael EspindolaAdd a createUniqueFile function and switch llvm's users...
2013-07-05 Rafael EspindolaUse sys::fs::createTemporaryFile.
2013-07-05 Rafael EspindolaAdd a higher level createTemporaryFile function.
2013-07-04 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-07-04 Eric ChristopherReapply r185601 with a fix for the cmake build.
2013-07-04 Eric ChristopherTemporarily revert 185601 as it caused cmake build...
2013-07-04 Eric ChristopherAdd support for futimens for platforms that don't suppo...
2013-07-02 Michael Gottesman[APFloat] Swap an early out check so we do not derefere...
2013-07-01 Michael Gottesman[APFloat] Ensure that we can properly parse strings...
2013-06-28 Jakob Stoklund OlesenFix a bad overflow check pointed out by Ben.
2013-06-28 Jakob Stoklund OlesenEliminate an assortment of undefined behavior.
2013-06-28 Jakob Stoklund OlesenStylistic cleanups, no functional change.
2013-06-28 Jakob Stoklund OlesenAdd a division operator to BlockFrequency.
2013-06-28 Rafael EspindolaImprove comment.
2013-06-28 Patrik HagglundSuppress GCC "control reaches end of non-void function...
2013-06-28 Rafael EspindolaImprovements to unique_file and createUniqueDirectory.
2013-06-28 Rafael EspindolaDon't ask for a mode when we are not keeping the file.
2013-06-27 Michael GottesmanRevert "Revert "[APFloat] Removed APFloat constructor...
2013-06-27 Michael GottesmanRevert "[APFloat] Removed APFloat constructor which...
2013-06-27 Michael Gottesman[APFloat] Removed APFloat constructor which initialized...
2013-06-27 Rafael EspindolaAdd a convenience createUniqueDirectory function.
2013-06-26 Michael Gottesman[APFloat] Convert all references to fcNormal to referen...
2013-06-26 Rafael EspindolaRename PathV2 to just Path now that it is the only...
2013-06-26 Rafael EspindolaUse enums instead of raw octal values.
2013-06-26 Rafael EspindolaPathV1 is deprecated since the 18th of Dec 2010. Remove it.
2013-06-26 Rafael EspindolaRemove calls to Path in #ifdefs that don't seem to...
2013-06-26 Rafael EspindolaFix the build when __APPLE__ is defined.
2013-06-26 Rafael EspindolaRemove sys::GetMainExecutable.
2013-06-26 Rafael EspindolaPort GetMainExecutable over to PathV2.
2013-06-26 Rafael EspindolaRemove PathWithStatus.
2013-06-25 Jakob Stoklund OlesenPrint block frequencies in decimal form.
2013-06-25 Rafael EspindolaMove GetEXESuffix to the one place it is used.
2013-06-25 Rafael EspindolaRemove sys::PathSeparator.
2013-06-25 Rafael Espindolakeep only the StringRef version of getFileOrSTDIN.
2013-06-25 Rafael EspindolaDon't assume ResultPath is null terminated.
2013-06-25 Rafael EspindolaCleanup in unique_file when we only want the name.
2013-06-24 Michael Gottesman[APFloat] Added support for parsing float strings which...
2013-06-24 Michael Gottesman[APFloat] Added make{Zero,Inf} methods and implemented...
2013-06-24 Michael Gottesman[APFloat] Removed a assert from significandParts()...
2013-06-24 Michael Gottesman[APFloat] Rename macro convolve => PackCategoriesIntoKe...
2013-06-24 Michael Gottesman[APFloat] Rename llvm::exponent_t => llvm::APFloat...
2013-06-21 Benjamin KramerRevert "BlockFrequency: Saturate at 1 instead of 0...
2013-06-21 Benjamin KramerBlockFrequency: Saturate at 1 instead of 0 when multipl...
2013-06-21 Justin Holewinski[NVPTX] Add support for selecting CUDA vs OCL mode...
2013-06-20 Rafael EspindolaAdd another fixme.
2013-06-20 Rafael EspindolaRemove last use of PathV1.h from Archive.cpp.
2013-06-20 Rafael Espindolamake getLastModificationTime const. Move it with the...
2013-06-20 Rafael EspindolaAdd a setLastModificationAndAccessTime to PathV2.
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.
next