[InstCombine] insert a new shuffle in a safe place (PR25999)
[oota-llvm.git] / lib / Support /
2016-01-08 Matthias BraunIntEqClasses: Let join() return the new leader
2016-01-07 Tamas BerghammerMark arm as the 32bit variant of aarch64 in Triple
2016-01-06 Yunzhong GaoDo not define NOGDI. Mingw defines LOGFONTW type in...
2016-01-06 Yunzhong GaoAnother attempt at fixing the i686-mingw32-RA-on-linux...
2016-01-06 Yunzhong GaoAnother attempt at fixing the i686-mingw32-RA-on-linux...
2016-01-06 Yunzhong GaoHopefully fix a mingw32 buildbot (i686-mingw32-RA-on...
2016-01-06 Yunzhong GaoFixing PR25717: fatal IO error writing large outputs...
2016-01-05 Oleg Ranevskyy[Clang/Support/Windows/Unix] Command lines created...
2015-12-28 Alexander KornienkoRefactor: Simplify boolean conditional return statement...
2015-12-22 Vedant Kumar[Support] Allow multiple paired calls to {start,stop...
2015-12-22 David Majnemer[MC] Don't use the architecture to govern which object...
2015-12-21 Vedant Kumar[Support] Timer: Use emplace_back() and range-based...
2015-12-21 Vedant Kumar[Support] Timer: simplify the init() method
2015-12-18 Eric ChristopherReorganize the C API headers to improve build times.
2015-12-17 Dan Gohman[WebAssembly] Experimental ELF writer support
2015-12-16 Rafael EspindolaDrop an unnecessary use of writev.
2015-12-16 Rafael EspindolaSimplify memory management with std::unique_ptr.
2015-12-16 Keno Fischer[SectionMemoryManager] Make better use of virtual memory
2015-12-15 Asaf Badouh[x86] adding PKU feature flag
2015-12-15 Mehdi AminiFix MSVC build with LLVM_ENABLE_THREADS=OFF
2015-12-15 Mehdi AminiAdd a C++11 ThreadPool implementation in LLVM
2015-12-15 Mehdi AminiRevert "Add a C++11 ThreadPool implementation in LLVM"
2015-12-15 Mehdi AminiAdd a C++11 ThreadPool implementation in LLVM
2015-12-14 Ben CraigReordering fields to reduce padding in LLVM. NFC
2015-12-13 Nico WeberRevert r255444.
2015-12-12 Mehdi AminiAdd a C++11 ThreadPool implementation in LLVM
2015-12-11 Rafael EspindolaAvoid buffered reads of /dev/urandom
2015-12-10 Amjad AboudMacro debug info support in LLVM IR
2015-12-03 Matthias BraunRevert "raw_ostream: << operator for callables with...
2015-12-03 Matthias Braunraw_ostream: << operator for callables with raw_stream...
2015-12-01 Oliver Stannard[ARM] Add ARMv8.2-A to TargetParser
2015-12-01 Craig TopperUse array_lengthof instead of manually calculating...
2015-12-01 Davide Italiano[Windows] Partially revert r254363 until I can test...
2015-12-01 Cong HouReplace all weight-based interfaces in MBB with probabi...
2015-12-01 Hans WennborgRevert r254348: "Replace all weight-based interfaces...
2015-12-01 Davide Italiano[Windows] Follow-up r254363, remove return.
2015-12-01 Davide Italiano[Windows] Simplify assertion code. NFC.
2015-12-01 Cong HouReplace all weight-based interfaces in MBB with probabi...
2015-11-23 Paul RobinsonAdd Windows error code and tidy formatting for system...
2015-11-20 Artyom SkrobovAvoid duplicate entry for cortex-a7 in the TargetParser...
2015-11-20 Artyom SkrobovHandle ARMv6-J as an alias, instead of fake architecture
2015-11-19 NAKAMURA TakumiTargetParser.cpp: Fixup -- StringRef::startswith()...
2015-11-19 NAKAMURA Takumillvm/lib/Support/TargetParser.cpp: Rework llvm::ARM...
2015-11-18 Bradley Smith[ARM] Add +feature names to TargetParser extensions...
2015-11-17 David BlaikieStringRef-ify some Option APIs
2015-11-17 Pawel Bylica[Support] Tweak path::system_temp_directory() on Windows.
2015-11-17 Davide Italiano[JIT/Memory] Fix up semantic of setExecutable().
2015-11-16 Stephen CanonAdd isInteger() to APFloat.
2015-11-16 Artyom SkrobovHandle ARMv6KZ naming
2015-11-16 Artyom SkrobovNFC refactorings in lib/Support/TargetParser.cpp
2015-11-16 Bradley Smith[ARM] Allow TargetParser to accurately target architectures
2015-11-12 Artyom SkrobovCull non-standard variants of ARM architectures (NFC)
2015-11-12 Amjad Abouddwarfdump: Added macro support to llvm-dwarfdump tool.
2015-11-11 Paul RobinsonReport Windows error code in a fatal error after a...
2015-11-11 Dawn PerchikSupport: Recognize Borland DWARF extensions.
2015-11-11 Dehao ChenEmit discriminator for inlined callsites.
2015-11-09 Reid KlecknerCombine ifdefs around dl_iterate_phdr in Unix/Signals.inc
2015-11-09 Mike AizatskyMoving FileManager::removeDotPaths to llvm::sys::path...
2015-11-08 NAKAMURA TakumiAppease hosts without HAVE_BACKTRACE nor ENABLE_BACKTRACES.
2015-11-06 Pawel BylicaRevert r252366: [Support] Use GetTempDir to get the...
2015-11-06 Pawel Bylica[Support] Use GetTempDir to get the temporary dir path...
2015-11-05 Aaron BallmanFix a signed/unsigned mismatch warning; NFC.
2015-11-05 Mehdi AminiFix OSX build after r252118 (missing parameter for...
2015-11-05 Mehdi AminiRemove empty lines
2015-11-05 Reid Kleckner[Windows] Symbolize with llvm-symbolizer instead of...
2015-11-04 Eugene ZelenkoFix some Clang-tidy modernize warnings, other minor...
2015-11-02 Pawel BylicaUse static instead of anonymous namespace for helper...
2015-11-02 Pawel Bylica[Support] Extend sys::path with user_cache_directory...
2015-10-28 Tim NorthoverARM: add watchOS default version support function.
2015-10-28 Tim NorthoverARM: support .watchos_version_min and .tvos_version_min.
2015-10-27 Michael Kuperstein[X86] Make elfiamcu an OS, not an environment.
2015-10-25 Michael Kuperstein[X86] Add support for elfiamcu triple
2015-10-24 Yaron KerenAdd libuuid to required system libraries list for mingw.
2015-10-23 Artyom Skrobov[ARM] Renaming +t2dsp feature into +dsp, as discussed...
2015-10-22 Pawel BylicaUse range-based for loop in sys::path::append(). NFC.
2015-10-18 Craig TopperUse array_lengthof. NFC
2015-10-18 Craig TopperMake a bunch of static arrays const.
2015-10-16 Pawel BylicaUse Windows Vista API to get the user's home directory
2015-10-16 Dylan McKayInitial migration of AVR backend
2015-10-15 Adrian PrantlAdd a missing include of cstddef needed for size_t.
2015-10-15 Pawel BylicaRequire Windows API of version 6.1 (Windows 7).
2015-10-15 David Majnemer[llvm-pdbdump] Provide a mechanism to dump the raw...
2015-10-14 Craig Topper[X86] Update CPU detection to only enable XSAVE feature...
2015-10-12 Cong HouAdd - and -= operators to BlockFrequency using saturati...
2015-10-12 Cong HouTurn const/const& into value type for BlockFrequency...
2015-10-12 Greg BedwellFix rename() sometimes failing if another process uses...
2015-10-12 Amjad Aboud[X86] Add XSAVE intrinsic family
2015-10-08 Duncan P. N. Exon... Support: Stop relying on iterator auto-conversion, NFC
2015-10-08 George RimarWindows: Fixed sys::findProgramByName to work with...
2015-10-06 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in source...
2015-10-05 Benjamin Kramer[Support] Add a version of fs::make_absolute with a...
2015-09-26 Benjamin Kramer[BranchProbability] Manually round the floating point...
2015-09-25 Cong HouUse fixed-point representation for BranchProbability.
2015-09-24 Artyom Skrobov[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTar...
2015-09-22 NAKAMURA TakumiUntabify.
2015-09-21 Stephen CanonRemove roundingMode argument in APFloat::mod
2015-09-21 James MolloyRevert "[ARM] Handle +t2dsp feature as an ArchExtKind...
2015-09-21 Artyom Skrobov[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTar...
2015-09-18 Rafael EspindolaRemove temporary file on signal.
2015-09-18 Michael Kruse[Support] Reapply r245289 "Always wait for GraphViz...
next