platform/upstream/llvm.git
2018-08-03 Andrea Di Biagio[llvm-mca][docs] Improve the CommandLine documentation.
2018-08-03 Nico Weberconvert some tabs to spaces
2018-08-03 Tim NorthoverRevert "clang-format: [JS] don't break comments before...
2018-08-03 Jonas Devlieghere[DebugInfo/Verifier] Don't emit error for missing modul...
2018-08-03 Nico Weberlld-link: Fix subsystem inference for non-console apps...
2018-08-03 Jonas Paulsson[SystemZ] Improve handling of instructions which expan...
2018-08-03 Max Kazantsev[NFC] Add missing comment
2018-08-03 Max Kazantsev[NFC] Move some methods into static functions
2018-08-03 Jeremy Morse[Windows FS] Allow moving files in TempFile::keep
2018-08-03 Krasimir Georgievclang-format-diff: Make it work with python3 too
2018-08-03 Simon Pilgrim[TargetLowering] Generalise BuildSDIV function
2018-08-03 Martin Probstclang-format: [JS] don't break comments before any '{'
2018-08-03 Guillaume Chatelet[llvm-exegesis] Renaming classes and functions.
2018-08-03 Sjoerd Meijer[ARM] FP16: support vector zip and unzip
2018-08-03 Dean Michael... [XRay][tools] Use Support/JSON.h in llvm-xray convert
2018-08-03 Simon Pilgrim[X86] Add example of 'zero shift' guards on rotation...
2018-08-03 Eric LiuFully qualify the renamed symbol if the shortened name...
2018-08-03 Karl-Johan... Fix unused variable warning in tablegen generated code
2018-08-03 Sjoerd Meijer[ARM] FP16: support VFMA
2018-08-03 Dean Michael... [XRay] fixup: add one more missing std::move(...)
2018-08-03 Pavel LabathRevert "Add support for ARM and ARM64 breakpad generate...
2018-08-03 Dean Michael... [XRay] fixup: Add missing std::move(...)
2018-08-03 Dean Michael... [XRay] Fixup: remove 'noexcept' in defaulted move members
2018-08-03 Dean Michael... [XRay][llvm] Load XRay Profiles
2018-08-03 Craig Topper[X86] Remove all the vector NOP bitcast patterns. Use...
2018-08-03 Hans Wennborgbuild_llvm_package.bat: Add OpenMP back
2018-08-03 Chijun Sima[Dominators] Refine the logic of recalculate() in the...
2018-08-03 Craig Topper[X86] Support fp128 and/or/xor/load/store with VEX...
2018-08-03 Michael Wu[libclang 8/8] Add support for the flag_enum attribute
2018-08-03 Martin Storsjo[CMake] Allow building standalone without any llvm...
2018-08-03 Martin Storsjo[CMake] Allow building builtins standalone out of tree...
2018-08-03 Hiroshi Inoue[InstSimplify] fold extracting from std::pair (2/2)
2018-08-03 Michael Wu[libclang 7/8] Add support for getting property setter...
2018-08-03 Michael Wu[libclang 6/8] Add support for reading implicit attributes
2018-08-03 Chijun Sima[Dominators] Convert existing passes and utils to use...
2018-08-03 Michael Wu[libclang 5/8] Add support for ObjC attributes without...
2018-08-03 Craig Topper[X86] When post-processing the DAG to remove zero exten...
2018-08-03 Craig Topper[X86] Autogenerate complete checks. NFC
2018-08-03 Michael Kruse[CodeGen] Emit parallel_loop_access for each loop in...
2018-08-03 Michael Wu[libclang 4/8] Add the clang_Type_getNullability() API
2018-08-03 Michael Wu[libclang 3/8] Add support for AttributedType
2018-08-03 Michael Wu[libclang 2/8] Add support for ObjCTypeParam
2018-08-03 Craig Topper[X86] Add R13D to the isInefficientLEAReg in FixupLEAs.
2018-08-03 Yaxun LiuSema: Fix explicit address space cast involving void...
2018-08-03 Michael Wu[libclang 1/8] Add support for ObjCObjectType
2018-08-03 Marshall ClowMake my new test harness work w/c++03
2018-08-03 Craig Topper[X86] Autogenerate complete checks. NFC
2018-08-03 Nicolas LesserFold two cast plus a cast in a loop into a variable.
2018-08-03 Michael KruseAppend new attributes to the end of an AttributeList.
2018-08-03 Craig Topper[X86] Autogenerate complete checks. NFC
2018-08-03 Richard Smith[modules] Defer merging deduced return types.
2018-08-03 Marshall ClowUpdate the changes to the array tests (that I committed...
2018-08-03 Julie Hockett[clang-doc] Fix unique_ptr error on bots
2018-08-03 Craig Topper[X86] Prevent promotion of i16 add/sub/and/or/xor to...
2018-08-03 Philip Reames[LICM] Remove unneccessary safety check to increase...
2018-08-03 Dave Leeobjdump: Better handling of Mach-O universal binaries
2018-08-02 Eli Friedman[GlobalMerge] Allow merging globals with explicit secti...
2018-08-02 Tim Renouf[AMDGPU] Minor change to d16 buffer load implementation
2018-08-02 Tim Renouf[AMDGPU] Reworked SIFixWWMLiveness
2018-08-02 Craig Topper[X86] Allow 'atomic_store (neg/not atomic_load)' to...
2018-08-02 Craig Topper[X86] Add NEG and NOT test cases to atomic_mi.ll in...
2018-08-02 Reka Kovacs[analyzer] Detect pointers escaped after ReturnStmt...
2018-08-02 Tim Renouf[AMDGPU] Avoid using divergent value in mubuf addr64...
2018-08-02 Zachary Turner[MS Demangler] Fix some tests that are no longer broken.
2018-08-02 Reka Kovacs[analyzer] Obtain a ReturnStmt from a CFGAutomaticObjDtor.
2018-08-02 Max Moroz[libFuzzer] Initial implementation of weighted mutation...
2018-08-02 Reka Kovacs[analyzer] Add a safety check to InnerPointerChecker.
2018-08-02 Krzysztof Parzyszek[Hexagon] Simplify CFG after atomic expansion
2018-08-02 David L. Jones[lldb] Remove unused variable.
2018-08-02 Heejin Ahn[WebAssembly] Support for atomic.wait / atomic.wake...
2018-08-02 Heejin Ahn[WebAssembly] Support for atomic.wait / atomic.wake...
2018-08-02 Stella Stamenova[lldbsuite, windows] Mark tests as XFAIL on Windows...
2018-08-02 Krzysztof Parzyszek[Unittests] Fix returning string in SolveQuadraticEquat...
2018-08-02 Sam CleggSet IsUsedInRegularObj in a consistent manor between...
2018-08-02 Richard SmithFix assertion failure when emitting code for a merged...
2018-08-02 Craig Topper[X86] Autogenerate complete checks. NFC
2018-08-02 Lang Hames[ORC] Add a re-exports fallback definition generator.
2018-08-02 Julie HockettReland "[clang-doc] Refactoring mapper to map by scope"
2018-08-02 George Burgess IV[Support] Add an enable bit to our DebugCounters
2018-08-02 Krzysztof ParzyszekUnbreak build after r338758: specify lambda return...
2018-08-02 Paul Robinson[DebugInfo/DWARF] Remove redundant iterator type. NFC
2018-08-02 Krzysztof Parzyszek[SCEV] Properly solve quadratic equations
2018-08-02 Jonathan Peyton[OpenMP] Fix doacross testing for gcc
2018-08-02 George Karpenkov[analyzer] Fix tests.
2018-08-02 Bob Haarman[Support] [NFC] change comment about retries in createU...
2018-08-02 Matt ArsenaultAMDGPU: Fix missing declaration of queue ptr builtin
2018-08-02 George Karpenkov[analyzer] Forward arguments in registerChecker to...
2018-08-02 Puyan Lotfi[NFC] clang-format cleanup of a couple files in llvm...
2018-08-02 Tom StellardCMake: Remove LLVM_DYLIB_SYMBOL_VERSIONING
2018-08-02 Jordan Rupprecht[LLD] Update split stack support to handle more generic...
2018-08-02 Martin StorsjoWork around more GCC miscompiles exposed by r338464.
2018-08-02 Julie HockettRevert "[clang-doc] Refactoring mapper to map by scope"
2018-08-02 Erik Pilkington[itanium demangler] Support dot suffixes on block invoc...
2018-08-02 Zachary TurnerFix CMake build.
2018-08-02 Bob Haarman[Support] fix TempFile infinite loop and permission...
2018-08-02 Sam Clegg[WebAssembly] Ensure bitcasts that would result in...
2018-08-02 JF Bastien__c11_atomic_load's _Atomic can be const
2018-08-02 Zachary TurnerFix one more warning.
2018-08-02 Volodymyr Sapsai[c-index-test] Use correct executable path to discover...
2018-08-02 Zachary TurnerUpdate the LLVM VS integration to sign the assembly.
next