platform/upstream/llvm.git
2019-09-05 Alexander Kornienko[clang-tidy] Fix bugprone-argument-comment bug: negativ...
2019-09-05 George Rimar[llvm-readelf] - Allow dumping dynamic symbols when...
2019-09-05 Louis Dionne[libc++] Revert "Make `vector` unconditionally move...
2019-09-05 Louis Dionne[libc++] Add a test for resizing of a vector with copy...
2019-09-05 Justin HibbitsAdd -m(no)-spe to clang
2019-09-05 Simon Atanasyan[mips] Make a few test cases more tolerant to exact...
2019-09-05 David Green[ARM] Fixup the creation of VPT blocks
2019-09-05 Guillaume Chatelet[LLVM][Alignment] Convert isLegalNTStore/isLegalNTLoad...
2019-09-05 Simon Pilgrim[X86][SSE] Add (failing) test case for PR43227
2019-09-05 Petar Avramovic[MIPS GlobalISel] Select G_FENCE
2019-09-05 Petar Avramovic[MIPS GlobalISel] Select llvm.trap intrinsic
2019-09-05 Petar Avramovic[MIPS GlobalISel] Lower SRet pointer arguments
2019-09-05 Simon PilgrimRevert rL370996 from llvm/trunk: [AArch64][GlobalISel...
2019-09-05 Simon Pilgrim[X86] X86SpeculativeLoadHardeningPass::canHardenRegiste...
2019-09-05 Jonas Paulsson[SystemZ] Recognize INLINEASM_BR in backend
2019-09-05 Simon Pilgrim[X86] X86InstrInfo::optimizeCompareInstr - fix potentia...
2019-09-05 Sven van Haastregt[OpenCL] Add image type handling for builtins
2019-09-05 Guillaume Chatelet[LLVM][Alignment] Make functions using log of alignment...
2019-09-05 Dmitri Gribenko[libclang] Refactored SharedParsedRegionsStorage
2019-09-05 Russell GallopFix time-trace breaking flame graph assumptions
2019-09-05 Haojian Wu[clangd][vscode] Add a flag to enable semantic highligh...
2019-09-05 Haojian Wu[clangd][vscode] Make SemanticHighlightingFeature more...
2019-09-05 Hans WennborgWin: handle \\?\UNC\ prefix in realPathFromHandle ...
2019-09-05 George Rimar[lib/ObjectYAML] - Cleanup the private interface of...
2019-09-05 Ilya Biryukov[Sema] Refactor LookupVisibleDecls. NFC
2019-09-05 George RimarRecommit r371023 "[lib/ObjectYAML] - Stop calling error...
2019-09-05 Raphael Isemann[lldb][NFC] Stabilize gui/basic test by waiting on...
2019-09-05 Hans WennborgRevert r361885 "[Driver] Fix -working-directory issues"
2019-09-05 George RimarRevert r371023 "[lib/ObjectYAML] - Stop calling error...
2019-09-05 George RimarRevert r371023 "[lib/ObjectYAML] - Stop calling error...
2019-09-05 George Rimar[lib/ObjectYAML] - Stop calling error(1) when mapping...
2019-09-05 Kadir Cetinkaya[clang-tidy] Fix definitions in headers check to respec...
2019-09-05 Balazs KeriRename of constants in ASTImporterVisibilityTest. NFC.
2019-09-05 Pavel Labath[dotest] Remove top-level Makefile
2019-09-05 Pavel Labath[dotest] Centralize initialization commands even more
2019-09-05 Pavel LabathObliterate LLDB_CONFIGURATION_BUILDANDINTEGRATION
2019-09-05 Pavel LabathBreakpad: Basic support for STACK WIN unwinding
2019-09-05 Igor Kudrin[DWARF] Fix referencing Range List Tables from CUs...
2019-09-05 Pavel Labath[dotest] Delete trivial inline test makefiles
2019-09-05 Igor Kudrin[DWARF] Support DWARF64 in DWARFListTableHeader.
2019-09-05 Rui UeyamaAlign output segments correctly
2019-09-05 Matt ArsenaultAMDGPU: Add builtins for is_shared/is_private
2019-09-05 Matt ArsenaultAMDGPU: Add intrinsics for address space identification
2019-09-05 Matt ArsenaultAMDGPU/GlobalISel: Restore insert point when getting...
2019-09-05 Matt ArsenaultAMDGPU/GlobalISel: Fix placeholder value used for addrs...
2019-09-05 Matt ArsenaultAMDGPU/GlobalISel: Fix assert on load from constant...
2019-09-05 Puyan Lotfi[mir-canon][NFC] Adding -verify-machineinstrs to mir...
2019-09-05 Richard Smith[c++20] Fix some ambiguities in our mangling of lambdas...
2019-09-05 Yi KongRevert "Revert "[builtins] Rounding mode support for...
2019-09-05 Artem Dergachev[analyzer] scan-build: handle --sysroot=/path in additi...
2019-09-05 Marshall ClowReformat the beginning of the testing doc to make clear...
2019-09-05 Reid KlecknerUse -mtriple to fix AMDGPU test sensitive to object...
2019-09-04 Jonas Devlieghere[Disassembler] Simplify a few methods (2/2) (NFC)
2019-09-04 Jessica Paquette[AArch64][GlobalISel] Teach AArch64CallLowering to...
2019-09-04 Jonas Devlieghere[Disassembler] Simplify a few methods (NFC)
2019-09-04 Richard SmithFor PR43213, track whether template parameters are...
2019-09-04 Nico Webergn build: Merge r370985
2019-09-04 Richard Smith[www] Fix hyperlink syntax in attribute reference.
2019-09-04 Richard Smith[www] Update attribute reference for 'constinit'.
2019-09-04 Puyan Lotfi[mir-canon][NFC] Move MIR vreg renaming code to separat...
2019-09-04 Jonas Devlieghere[test] Escape path to match the literal string
2019-09-04 Aaron BallmanDiagnose _Atomic as a C11 extension.
2019-09-04 Yuanfang Chen[DebugInfo] Emit DW_TAG_enumeration_type for referenced...
2019-09-04 Matt ArsenaultAMDGPU/GlobalISel: Select G_BITREVERSE
2019-09-04 Matt ArsenaultGlobalISel: Add basic legalization for G_BITREVERSE
2019-09-04 Johannes Doerfert[Attributor][Stats] Use the right statistics macro
2019-09-04 Johannes Doerfert[Attributor][Fix] Make sure we do not delete live code
2019-09-04 Martin Storsjo[LLD] [COFF] Implement MinGW default manifest handling
2019-09-04 Richard Smith[c++20] P1143R2: Add support for the C++20 'constinit...
2019-09-04 Leonard Chan[NewPM][Sancov] Make Sancov a Module Pass instead of...
2019-09-04 Aaron BallmanGenerate parent context id from Decl* instead of DeclCo...
2019-09-04 Lang Hames[llvm-rtdyld][llvm-jitlink] Rename struct member to...
2019-09-04 Lang Hames[llvm-rtdyld] Add timers to match llvm-jitlink.
2019-09-04 Evandro Menezes[InstCombine] Add more test cases (NFC)
2019-09-04 Thomas Lively[WebAssembly] Initialize memory in start function
2019-09-04 Jonas DevlieghereRevert "[test] Address TestConcurrentMany*.py flakiness...
2019-09-04 Alina Sbirlea[MemorySSA] Re-enable MemorySSA use.
2019-09-04 Johannes Doerfert[Attributor][Fix] Ensure the attribute names are create...
2019-09-04 Daniel Sanders[globalisel] Support trivial COPY in GISelKnownBits
2019-09-04 Jonas Devlieghere[Python] Implement __next__ for value_iter
2019-09-04 Jonas Devlieghere[Python] Implement truth testing for lldb.value
2019-09-04 Jonas Devlieghere[Python] Fix whitespace before making changes (NFC)
2019-09-04 Lang Hames[JITLink] Fix the show-timers option on llvm-jitlink.
2019-09-04 Lang Hames[docs] Add some comments to the inline LLJIT example.
2019-09-04 Philip Reames[NFC] Switch last couple of invariant_load checks to...
2019-09-04 Evandro Menezes[TargetLibraryInfo] Define enumerator for no library...
2019-09-04 David Bolvansky[InstCombine] sub(xor(x, y), or(x, y)) -> neg(and(x...
2019-09-04 Jonas Hahnfeld[OpenMP] Change initialization of __kmp_global
2019-09-04 Philip ReamesUpdate CodeGen to use hasMetadata as appropriate [NFC]
2019-09-04 David Bolvansky[NFC] Added tests for new fold
2019-09-04 David Bolvansky[NFC] Adjust test filename
2019-09-04 Craig Topper[X86] Pre-commit test cases and test run line changes...
2019-09-04 Greg ClaytonAdd encode and decode methods to InlineInfo and documen...
2019-09-04 David Bolvansky[InstCombine] Fold sub (and A, B) (or A, B)) to neg...
2019-09-04 Philip Reames[Instruction] Add hasMetadata(Kind) helper [NFC]
2019-09-04 Adrian PrantlUpstream macCatalyst support in debugserver and the...
2019-09-04 Johannes Doerfert[OpenMP][Docs] Provide implementation status details
2019-09-04 Matt ArsenaultAMDGPU: Handle frame index expansion with no free SGPRs...
2019-09-04 Yuanfang ChenAvoid assemble step in verbose-output-quoting.c
2019-09-04 Matt ArsenaultGlobalISel: Add G_BITREVERSE
next