platform/upstream/llvm.git
2019-03-02 Florian Hahn[SCEV] Handle case where MaxBECount is less precise...
2019-03-02 Amaury SechetAdd test case for truncate funnel shifts. NFC
2019-03-02 Florian Hahn[SCEV] Remove undef check for SCEVConstant (NFC)
2019-03-02 Evgeniy StepanovRevert "[sanitizer] Fix return type of __bzero and...
2019-03-02 Vlad TsyrklevichRevert "[DWARFFormValue] Cleanup DWARFFormValue interfa...
2019-03-02 Thomas LivelyRevert "[WebAssembly][WIP] Expand operations not suppor...
2019-03-02 Tom Stellardlib/Header: Simplify CMakeLists.txt
2019-03-02 Mandeep Singh... [ProfileData] Sort FuncData before iteration to remove...
2019-03-02 Vlad TsyrklevichRevert "Revert "[sanitizers] Don't use Windows Trace...
2019-03-02 Vlad TsyrklevichRevert "[sanitizers] Don't use Windows Trace Logging...
2019-03-02 Jonas Devlieghere[Reproducers] Capture and replay interpreter commands.
2019-03-02 Thomas Lively[WebAssembly] Temporarily disable bulk-memory with...
2019-03-02 Thomas Lively[WebAssembly][WIP] Expand operations not supported...
2019-03-02 Mandeep Singh... [llvm] Fix typo: 's/analsyis/analysis/' [NFC]
2019-03-02 Daniel Sanders[tblgen] Track CodeInit origins when possible
2019-03-02 Volodymyr Sapsai[sanitizers] Fix build on macOS with LogFullErrorReport...
2019-03-01 Caroline Ticellvm-dwarfdump: Add new variable, parameter and inlinin...
2019-03-01 Julian Lettner[NFC][Sanitizer] Replace last uses of old Unwind API
2019-03-01 Louis Dionne[libc++abi] Specify unwind lib before other system...
2019-03-01 Sam Clegg[WebAssebmly] Allow __wasm_call_ctors to be GC'ed
2019-03-01 Julian Lettner[NFC][Sanitizer] Test unexpectedly passes on ppc64be bot
2019-03-01 Adrian PrantlDelete commented-out code.
2019-03-01 Martin Storsjo[CMake] Don't use llvm_replace_compiler_option
2019-03-01 Martin Storsjo[sanitizers] Don't use Windows Trace Logging on MinGW
2019-03-01 Paul RobinsonTry to fix Windows bots after r355226.
2019-03-01 Julian Lettner[NFC][Sanitizer][Windows] Fix refactoring oversight
2019-03-01 Jonas Devlieghere[DWARFFormValue] Cleanup DWARFFormValue interface....
2019-03-01 Julian Lettner[NFC][Sanitizer] Make GetStackTrace a private method...
2019-03-01 Evgeniy Stepanov[sanitizer] Fix return type of __bzero and __aeabi_mem...
2019-03-01 Evgeniy StepanovRevert "[sanitizer] Fix return type of __bzero and...
2019-03-01 Stefan Pintilie[OPENMP] Deal with additional store inserted by Clang...
2019-03-01 Craig Topper[X86] Remove IntrArgMemOnly from target specific gather...
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
next