platform/upstream/llvm.git
2018-08-14 Stephen KellyFix Stmt::ignoreImplicit
2018-08-14 Stephen KellyRemove vestiges of configure buildsystem
2018-08-14 Reid KlecknerFix lit fatal errors about requiring a USE_Z3_SOLVER...
2018-08-14 Artem Dergachev[CFG] [analyzer] Find argument constructors in CXXTempo...
2018-08-14 Artem Dergachev[analyzer] Add a test forgotten in r339088.
2018-08-14 Alina SbirleaAdd proper headers in CFGUpdate.h and add CFGDiff.h...
2018-08-14 Vlad TsyrklevichReland "SafeStack: Delay thread stack clean-up""
2018-08-14 Anna ThomasNFC: Clarify comment in loop vectorization legality
2018-08-14 Craig Topper[InlineAsm] Update the min-legal-vector-width function...
2018-08-14 Vlad TsyrklevichSafeStack: Disable Darwin support
2018-08-14 Vlad TsyrklevichSafeStack: Disable Darwin support
2018-08-14 Stefan GranitzRemove asseration from ConstString::GetConstCStringAndS...
2018-08-14 Raphael IsemannStability improvements for CompletionTest
2018-08-14 Adrian Prantl[DebugInfoMetadata] Added DIFlags interface in DIBasicType.
2018-08-14 Sanjay Patel[InstCombine] fix typos in tests; NFC
2018-08-14 Heejin Ahn[WebAssembly] SIMD encoding tests
2018-08-14 Sanjay Patel[InstCombine] add tests for pow->sqrt; NFC
2018-08-14 Heejin Ahn[WebAssembly] Fix encoding of non-SIMD vector-typed...
2018-08-14 George Karpenkov[analyzer] Fix bots by removing new check-clang-analyze...
2018-08-14 Zachary Turner[MS Demangler] Fix some minor formatting bugs.
2018-08-14 Heejin Ahn[WebAssembly] SIMD extract_lane
2018-08-14 Andrea Di Biagio[Tablegen][MCInstPredicate] Removed redundant template...
2018-08-14 Kostya Kortchinsky[scudo] Fix race condition in deallocation path when...
2018-08-14 Alexey Bataev[OPENMP] Fix processing of declare target construct.
2018-08-14 Anna Thomas[LV] Teach about non header phis that have uses outside...
2018-08-14 Louis Dionne[libc++] Fix incorrect definition of TEST_HAS_C11_FEATURES
2018-08-14 Petr Hosek[CMake] Don't parse target triple except for arch
2018-08-14 Bruno Cardoso... Revert "[DebugInfo] Generate DWARF debug information...
2018-08-14 Alina Sbirlea[GraphDiff] Make InverseGraph a property of a GraphDiff.
2018-08-14 Martin Storsjo[CMake] Fix the LIBCXX_STATICALLY_LINK_ABI_IN_SHARED_LI...
2018-08-14 Simon Pilgrim[X86][SSE] Avoid duplicate shuffle input sources in...
2018-08-14 Raphael IsemannRemove manual byte counting from Highlighter code.
2018-08-14 Alina Sbirlea[DomTree] Cleanup Update and LegalizeUpdate API moved...
2018-08-14 Kevin P. NealWe have in place support for parsing #pragma FENV_ACCES...
2018-08-14 David Bolvansky[NFC] Tests for select with binop fold - FP opcodes
2018-08-14 Kevin P. NealRevert test commit
2018-08-14 Kevin P. NealTest commit
2018-08-14 Alina SbirleaExpose CFG Update struct. Define GraphTraits to get...
2018-08-14 Nirav Dave[DAG] Avoid redundant chain transversal in store merge...
2018-08-14 Kirill BobyrevNFC: Enforce good formatting across multiple clang...
2018-08-14 Simon Pilgrim[X86][SSE] Add shuffle combine support for OR(PSHUFB...
2018-08-14 Julie Hockett[clang-doc] Fix unused variable
2018-08-14 Simon Pilgrim[X86][SSE] Add shuffle combine tests for OR(PSHUFB...
2018-08-14 Sanjay Patel[InstCombine] regenerate checks; NFC
2018-08-14 Fedor Sergeev[Inliner] add inliner stats to new pm version of inliner
2018-08-14 Sanjay Patel[InstCombine] regenerate checks; NFC
2018-08-14 George Rimar[LLD][ELF] - Eliminate dead code from OffsetGetter...
2018-08-14 Simon Pilgrim[X86][SSE] Generalize lowerVectorShuffleAsBlendOfPSHUFB...
2018-08-14 Sven van Haastregt[OpenCL] Add test for constant sampler argument
2018-08-14 Sid Manning[ELF][HEXAGON] Add R_HEX_32 support
2018-08-14 Hsiangkai Wang[DebugInfo] Generate DWARF debug information for labels...
2018-08-14 Louis Dionne[libc++] Add missing #include in C11 features tests
2018-08-14 Amara Emerson[GlobalISel][IRTranslator] Fix a bug in handling repeat...
2018-08-14 Kirill Bobyrev[clangd] NFC: Cleanup clangd help message
2018-08-14 George Rimar[LLD][ELF] - Remove UnresolvedPolicy::IgnoreAll and...
2018-08-14 Stefan GranitzRemove unused FastDemangle sources
2018-08-14 Simon Pilgrim[TableGen] Pass string/vector types by const reference...
2018-08-14 Stefan GranitzFix: ConstString::GetConstCStringAndSetMangledCounterPa...
2018-08-14 David Chisnall[gnu-objc] Make selector order deterministic.
2018-08-14 David ChisnallAdd a stub mangling for ObjC selectors in the Microsoft...
2018-08-14 Simon PilgrimFix MSVC "compiler limit: blocks nested too deeply...
2018-08-14 Ilya Biryukov[clangd] Show non-instantiated decls in signatureHelp
2018-08-14 Dean Michael... [XRay][clang] Add more test cases of -fxray-modes=...
2018-08-14 Tomasz Krupa[X86] Constant folding of adds/subs intrinsics
2018-08-14 Kristof Umann[analyzer] Made a buildbot happy.
2018-08-14 Roger Ferrer... [RISCV] Fix incorrect use of MCInstBuilder
2018-08-14 Kristof Umann[analyzer][UninitializedObjectChecker] Void pointers...
2018-08-14 Chih-Mao ChenTest commit: fix punctuation
2018-08-14 Tomasz Krupa[X86] Lowering addus/subus intrinsics to native IR
2018-08-14 Tomasz Krupa[X86] Lowering addus/subus intrinsics to native IR
2018-08-14 Aleksandr Urakov[PDB] Parse UDT symbols and pointers to members (combin...
2018-08-14 Sjoerd Meijer[ARM] ParallelDSP: add option to enable/disable the...
2018-08-14 Max Kazantsev[NFC] Modify comment to make it more precise
2018-08-14 Max Kazantsev[NFC] Add comprehensive test of AliasSetTracker with...
2018-08-14 Martin Storsjo[cmake] Add MINGW_LIBRARIES to the linker flags
2018-08-14 David Carlier[CStringSyntaxChecker] Check strlcat sizeof check
2018-08-14 Teresa Johnson[ThinLTO] Fix printing of WPD remarks
2018-08-14 Petr Hosek[CMake] Split -gx strip flag into -g -x
2018-08-14 Reid KlecknerRevert r339623 "Model type attributes as regular Attrs."
2018-08-14 Teresa Johnson[ThinLTO] Handle optional args in assembly format for...
2018-08-14 Reid Kleckner[BasicAA] Don't assume tail calls with byval don't...
2018-08-14 Richard SmithRevert r339490 to match revert of llvm r339474 in r339630.
2018-08-14 Richard SmithMove test inputs into Inputs directory.
2018-08-14 Akira Hatanaka[CodeGen] Before returning a copy/dispose helper functi...
2018-08-14 Akira HatanakaFix check strings in test/CodeGenObjC/arc-blocks.m...
2018-08-13 George Karpenkov[analyzer] Fix UninitializedObjectChecker to not crash...
2018-08-13 Wouter van... Revert "[WebAssembly] Added default stack-only instruct...
2018-08-13 George Karpenkov[analyzer] [NFC] Introduce separate targets for testing...
2018-08-13 Jordan Rupprecht[Support] NFC: Allow modifying access/modification...
2018-08-13 Philip Reames[AST] Minor formatting cleanup [NFC]
2018-08-13 Sterling AugustineSupport shared objects for split stack.
2018-08-13 Philip Reames[AST] Cleanup code by using MemoryLocation utility...
2018-08-13 Richard SmithFix Clang warnings and bad #include filenames in r33959...
2018-08-13 Richard SmithModel type attributes as regular Attrs.
2018-08-13 Craig Topper[X86] Don't ignore 0x66 prefix on relative jumps in...
2018-08-13 Roman Lebedev[InstCombine] Re-land: Optimize redundant 'signed trunc...
2018-08-13 Julie HockettRevert "[clang-doc] Updating BitcodeReader to use llvm...
2018-08-13 Roman Lebedev[NFC][InstCombine] Add a test for D50465 that used...
2018-08-13 Sanjay Patel[SimplifyLibCalls] don't drop fast-math-flags on trig...
2018-08-13 Julie Hockett[clang-doc] Updating BitcodeReader to use llvm::Error
next