platform/upstream/llvm.git
2019-03-01 Craig Topper[X86] Add test case for D58805. NFC
2019-03-01 Paul Robinson[DWARF] Make -g with empty assembler source work better.
2019-03-01 Evgeniy Stepanov[sanitizer] Fix return type of __bzero and __aeabi_mem...
2019-03-01 Craig Topper[TableGen][SelectionDAG][X86] Add specific isel matcher...
2019-03-01 Nikita Popov[ValueTracking] Known bits support for unsigned saturat...
2019-03-01 Philip Reames[InstCombine] Extend saturating idempotent atomicrmw...
2019-03-01 Sanjay Patel[InstCombine] move add after umin/umax
2019-03-01 Sanjay Patel[InstCombine] add tests for umin/umax narrowing (PR1461...
2019-03-01 Vlad TsyrklevichRevert "[MIPS GlobalISel] Fix mul operands"
2019-03-01 Peter CollingbourneELF: Change FileSize back to a uint64_t.
2019-03-01 Philip Reames[LICM] Infer proper alignment from loads during scalar...
2019-03-01 Rong Xu[PGO] Remove the default parameter in ProfileSummary...
2019-03-01 Philip Reames[Tests] More missing atomicrmw combines
2019-03-01 Evgeniy Stepanov[msan] Add an interceptor for ttyname().
2019-03-01 Jim InghamResubmit r354706 with a fix for process launch.
2019-03-01 Philip Reames[Tests] Add tests for missed optimizations of saturatin...
2019-03-01 Matt Davis[lld][test] Fix tests. llvm-readobj now emits symbol...
2019-03-01 Philip Reames[InstCombine] Extend "idempotent" atomicrmw optimizatio...
2019-03-01 Rong Xu[PGO] Use the explicit parameter in ProfileSummary...
2019-03-01 Thomas LivelyRevert "[WebAssembly] Lower SIMD shifts since they...
2019-03-01 Matt Davis[llvm-readobj] Display section names for STT_SECTION...
2019-03-01 Sanjay Patel[InstCombine] add tests for add+umin/umax canonicalizat...
2019-03-01 Jonas HahnfeldHide two unused debugging methods, NFCI.
2019-03-01 Clement CourbetReland "[compiler-rt] Intercept the bcmp() function."
2019-03-01 Kostya Kortchinsky[scudo][standalone] Fix tests makefile
2019-03-01 Manman RenTry to fix NetBSD buildbot breakage introduced in D57463.
2019-03-01 Oliver Stannard[ARM] Fix FP16 stack loads/stores for Thumb2 with frame...
2019-03-01 Eric Liu[clangd] Enable SuggestMissingIncludes by default.
2019-03-01 Oliver Stannard[ARM] Consider undefined-on-NaN conditions in checkVSEL...
2019-03-01 Simon Pilgrim[X86] Regenerate legalize test files
2019-03-01 Simon Pilgrim[Thumb] Add some integer abs testcases for different...
2019-03-01 George Rimar[LLD][ELF] - Convert 3 testcases to use yaml instead...
2019-03-01 Peter Smith[ELF][ARM] Fix clang-armv7-linux-build-cache builds...
2019-03-01 George Rimar[LLD][ELF] - Convert invalid/undefined-local-symbol...
2019-03-01 George Rimar[yaml2obj] - Allow setting custom sh_info for RawConten...
2019-03-01 Alexey Lapshin Attempt to fix buildbot after r354972 [#2]. NFCI.
2019-03-01 Diana Picus[ARM GlobalISel] Support G_CTLZ for Thumb2
2019-03-01 Pierre Gousseau[Driver] Allow enum SanitizerOrdinal to represent more...
2019-03-01 Diana Picus[ARM GlobalISel] Check target flags in test. NFCI
2019-03-01 Fangrui SongFix file headers. NFC
2019-03-01 Nicola Zaghen[Tablegen] Add support for the !mul operator.
2019-03-01 Oliver Stannard[ARM] Add armv8a triple to test check updaters
2019-03-01 Igor Kudrin[CommandLine] Allow grouping options which can have...
2019-03-01 Igor Kudrin[CommandLine] Do not crash if an option has both ValueR...
2019-03-01 James Henderson[llvm-readobj]Add test showing behaviour of thin archiv...
2019-03-01 Paul Hoad[clang-format] [NFC] clang-format the Format library
2019-03-01 Alexander PotapenkoCodeGen: Fix PR40605 by splitting constant struct initi...
2019-03-01 Martin Storsjo[sanitizers] Explicitly use GetModuleFileNameW with...
2019-03-01 Stanislav Mekhanoshin[AMDGPU] Mark ds instructions as meybeAtomic
2019-03-01 Petar Avramovic[MIPS GlobalISel] Fix mul operands
2019-03-01 Petar Avramovic[MIPS GlobalISel] Select G_UMULH
2019-03-01 Fangrui SongFix file headers. NFC
2019-03-01 Akira Hatanaka[Sema][ObjC] Allow silencing -Wobjc-designated-initiali...
2019-03-01 Fangrui Song[ConstantHoisting] Call cleanup() in ConstantHoistingPa...
2019-03-01 Fangrui Song[ELF] Explain some options in ld.lld.1
2019-03-01 Julian Lettner[NFC][Sanitizer] Add new BufferedStackTrace::Unwind API
2019-03-01 Julian LettnerRevert "[NFC][Sanitizer] Add new BufferedStackTrace...
2019-03-01 Jason MolendaUpdate com.apple.diagnosticd.diagnostic entitlement
2019-03-01 Jason MolendaIncrease timeout in Symbols::DownloadObjectAndSymbolFile
2019-03-01 Julian Lettner[NFC][Sanitizer] Add new BufferedStackTrace::Unwind API
2019-03-01 Craig Topper[Subtarget] Remove static global constructor call from...
2019-03-01 Volodymyr Sapsai[CodeGen] Fix calling llvm.var.annotation outside of...
2019-03-01 Evgeniy Stepanov[hwasan] Disable vfork code when building w/o interceptors.
2019-03-01 Evgeniy Stepanov[sanitizer] Build everything whereever possible with...
2019-03-01 Thomas Lively[WebAssembly] Lower SIMD shifts since they are fixed...
2019-03-01 Louis Dionne[libc++] Fix forgotten fclose() in unit test
2019-03-01 Louis Dionne[pstl] Fix missing parallel policy guards
2019-03-01 Louis Dionne[libc++] Increase portability of xalloc test
2019-03-01 Tom StellardAMDGPU/GlobalISel: Implement select for G_INSERT
2019-03-01 Jordan Rupprecht[clang-format][TableGen] Don't add spaces around items...
2019-03-01 Thomas Lively[WebAssembly] Fix crash when @llvm.global_dtors is...
2019-02-28 Tom StellardAMDGPU/GlobalISel: Implement select for G_EXTRACT
2019-02-28 Jason MolendaSymbols.cpp in unittest moved too.
2019-02-28 Joerg Sonnenberger[PPC] Secure PLT only has meaning for PIC
2019-02-28 Peter CollingbourneELF: Write .eh_frame_hdr explicitly after writing ...
2019-02-28 Reid Kleckner[sancov] Instrument reachable blocks that end in unreac...
2019-02-28 Peter Collingbournellvm-readobj: Try the DWARF CFI dumper on all machines.
2019-02-28 Adrian PrantlUpdate testcase since llvm-dwarfdump got more accurate...
2019-02-28 Alex Langford[CMake] Make liblldb depend on clang-headers
2019-02-28 Adrian Prantldsymutil support for DW_OP_convert
2019-02-28 Peter Collingbournegn build: Merge r355133.
2019-02-28 Nico Webergn build: Merge r355035
2019-02-28 Nico Webergn build: Merge r355024
2019-02-28 Nico Webercfi: Rename source file from cc to cpp
2019-02-28 Dan Liew[CMake][LibFuzzer] Match symbol visibility setting...
2019-02-28 Petr Hosek[CMake][libunwind] Define add_target_flags which is...
2019-02-28 Reid Kleckner[COFF] Add address-taken import thunks to the fid table
2019-02-28 Jonathan Peyton[OpenMP][OMPT] Distinguish different barrier kinds
2019-02-28 Manman RenTrying to fix bot breakage due to symbols not defined...
2019-02-28 Jonathan Peyton[OpenMP 5.0] Deprecate nest-var and associated features
2019-02-28 Evgeniy Stepanov[hwasan] Fix vfork handling with large stack limit.
2019-02-28 Eli Friedman[AArch64] [Windows] Don't skip constructing UnwindHelp.
2019-02-28 Eli Friedman[AArch64] [Windows] Fix llvm-readobj -unwind output...
2019-02-28 Abderrazek... [AArch64] Improve FP16 vector convert from short instru...
2019-02-28 Manman RenAdd a module pass for order file instrumentation
2019-02-28 Paul Hoad[clang-tidy] add OverrideMacro to modernize-use-overrid...
2019-02-28 Rong Xu[PGO] Context sensitive PGO (part 2)
2019-02-28 Sanjay Patel[x86] scalarize extract element 0 of FP math
2019-02-28 H.J. LuRevert "Revert "[sanitizers] Restore internal_readlink...
2019-02-28 Julian Lettner[Sanitizer] lit test config: Respect existing paralleli...
next