platform/upstream/llvm.git
2019-05-09 Petr Hosek[compiler-rt] Migrate to _zx_clock_get_new/_zx_clock_ge...
2019-05-09 Philip Reames[X86] Improve lowering of idemptotent RMW operations
2019-05-09 Lang Hames[JITLink] Fixed a signedness bug when processing X86_64...
2019-05-09 Philip ReamesCompile time tweak for libcall lookup
2019-05-09 Matt Morehouse[libFuzzer] Unpoison parameters before calling user...
2019-05-09 Leonard Chan[NFC][compiler-rt][builtins] Tidy and match comments...
2019-05-09 Julian Lettner[TSan][libdispatch] Enable test that supposedly deadloc...
2019-05-09 Richard SmithRemember to decay arrays to pointers before checking...
2019-05-09 Jonas Devlieghere[Docs] Port python reference page
2019-05-09 Kostya Serebryany[libFuzzer] perform more agressive value profiling...
2019-05-09 Lang Hames[ORC] Simplify logic for updating edges when should...
2019-05-09 Lang Hames[JITLink] Improve/fix some JITLink debugging output.
2019-05-09 Lang Hames[ORC] Fix a formatting bug.
2019-05-09 Bill WendlingAdd ".dword" directive
2019-05-09 Caroline Ticellvm-dwarfdump: Add dwo parsing to --statistics.
2019-05-09 Matt Morehouse[MSan] Introduce __msan_unpoison_param().
2019-05-09 Kostya Serebryany[libFuzzer] implement -focus_function=auto, to be used...
2019-05-09 David BlaikieDebugInfo/DWARF: Minor expression simplification
2019-05-09 Reid Kleckner[COFF] Simplify Chunk::writeTo and remove OutputSection...
2019-05-09 Greg ClaytonImprove step over performance by not stopping at branch...
2019-05-09 Alex LorenzNFC, make XFAIL work on macOS correctly for test/Driver...
2019-05-09 Stella StamenovaUse UNSUPPORTED: windows in shtest-timeout.py. Apparent...
2019-05-09 Kostya Serebryany[libFuzzer] simplify value-profile-mem.test a little bit
2019-05-09 Stella StamenovaFix TestVSCode_attach on Linux
2019-05-09 Richard SmithDR1872: don't allow any calls to virtual functions...
2019-05-09 Richard SmithSimplify tracking of end of consumed decl-specifier...
2019-05-09 Stella StamenovaUse UNSUPPORTED: system-windows instead of REQUIRES...
2019-05-09 Sam CleggRevert "[WebAssembly] Don't generate unused table entries."
2019-05-09 Cameron McInally[CodeGen] Add comment about FSUB <-> FNEG xforms
2019-05-09 Alexey Bataev[OPENMP]Fix PR41767: diagnose DSA for variables in...
2019-05-09 Stanislav Mekhanoshin[AMDGPU] gfx1010 v_interp_* instructions
2019-05-09 Akira HatanakaSpecify target triple to fix the tests I committed...
2019-05-09 Alexey Bataev[OPENMP]Fix PR41768: check DSA for globals with default...
2019-05-09 Akira HatanakaSpecify ObjC runtime to fix the tests I committed in...
2019-05-09 Simon Pilgrim[X86][SSE] Fold add(shuffle(),shuffle()) to hadd on...
2019-05-09 Akira Hatanaka[CodeGen][ObjC] Remove the leading `l_` from ObjC symbo...
2019-05-09 Dmitri Gribenkocheck_clang_tidy.py now passes `-format-style=none...
2019-05-09 Florian Hahn[DAGCombiner] Limit number of nodes explored as store...
2019-05-09 Paul RobinsonRe-enable lit test shtest-timeout.py on non-Windows.
2019-05-09 Jorge Gorbe... [lldb] build.py: fix behavior when passing --compiler...
2019-05-09 Stefan Granitz[JITLoaderGDB] Set eTypeJIT for objects read from JIT...
2019-05-09 Stanislav Mekhanoshin[AMDGPU] gfx1010 changes for PAL metadata
2019-05-09 Simon Pilgrim[llvm-cxxfilt] Fix -Wshadow warning. NFCI.
2019-05-09 Andrea Di Biagio[MCA] Add support for nested and overlapping region...
2019-05-09 Pavel LabathMinidumpYAML: add support for the ThreadList stream
2019-05-09 Kadir Cetinkaya[clangd] Bump index version and get rid of wrong assertion
2019-05-09 Aaron BallmanRevert r360345 and r360346, as they are not passing...
2019-05-09 David Stuttard[CodeGenPrepare] Limit recursion depth for collectBitParts
2019-05-09 Aaron BallmanFixing a link in the release notes to appease the Sphin...
2019-05-09 Aaron BallmanAdd the modernize-use-trailing-return check to rewrite...
2019-05-09 Kadir Cetinkaya[clangd] Count number of references while merging RefSl...
2019-05-09 Nico Webergn build: Merge r960255
2019-05-09 Anastasia Stulova[OpenCL] Make global ctor init function a kernel
2019-05-09 Roman Lebedev[X86] AMD Piledriver (BdVer2): major cleanup (mainly...
2019-05-09 Sanjay Patel[LoopVectorizer] fix test file to not run the entire...
2019-05-09 Fangrui Song[llvm-nm] Fix handling of symbol types 't' 'd' 'r'
2019-05-09 Nemanja Ivanovic[PowerPC][NFC] Add test for D60506 to show differences...
2019-05-09 Simon PilgrimFix local variable shadow warning in SmallVectorBase...
2019-05-09 Ilya Biryukov[clangd] Fix a TSAN warning in TUSchedulerTests
2019-05-09 Simon PilgrimFix uninitialized value warnings in StatepointBase...
2019-05-09 Mikael HolmenFix gcc compilation warning in test case [NFC]
2019-05-09 Mikael HolmenFix gcc compilation warning in an assert [NFC]
2019-05-09 Ilya Biryukov[clangd] Use AsyncTaskRunner in BackgroundIndex instead...
2019-05-09 Sam Parker[ARM][CGP] Guard against signext args and sitofp
2019-05-09 Anastasia Stulova[OpenCL] Switched CXX mode to be derived from C++17
2019-05-09 Diogo N. Sampaio[FIX] Change test to read file instead
2019-05-09 Simon Pilgrim[CodeGenPrepare] Ensure we get a non-null result from...
2019-05-09 Roman LebedevRevert "[OPENMP]Fix PR41768: check DSA for globals...
2019-05-09 Roman LebedevRevert "[OPENMP]Fix PR41767: diagnose DSA for variables...
2019-05-09 Anastasia Stulova[SPIR] Simplified target checking.
2019-05-09 Diogo N. Sampaio[ARM] Fix the extensions implied by a cpu name
2019-05-09 Anastasia Stulova[SPIR] Simplified target checking.
2019-05-09 Sven van HaastregtFix LLVM_USE_PERF build after getPageSize change
2019-05-09 Diana Picus[ARM GlobalISel] Map DBG_VALUE for types != s32
2019-05-09 Hans WennborgX86WinAllocaExpander: Drop code looking through registe...
2019-05-09 Clement Courbet[MergeICmps][NFC] Re-generate tests with update_test_ch...
2019-05-09 Markus LavinMake sub-registers index names case sensitive in the...
2019-05-09 Pengfei WangBugfix for nullptr check by klocwork
2019-05-09 Ben Dunbobbin[LLD][NFC] Refactor: BuildID hash size now computed...
2019-05-09 Bjorn Pettersson[CodeGen] Use "DL.getPointerSizeInBits" instead of...
2019-05-09 Clement Courbet[NFC] Fix typo.
2019-05-09 Petr Hosek[NewPM] Setup Passes for KASan and KMSan
2019-05-09 Richard SmithFix up lldb after clang r360311.
2019-05-09 Richard Smith[c++20] Add support for explicit(bool), as described...
2019-05-09 Richard Smith[cxx_status] Mark support for std::is_constant_evaluate...
2019-05-09 Richard Smith[cxx_dr_status] Update links to use wg21.link, and...
2019-05-09 Richard Smith[c++20] Implement P0846R0: allow (ADL-only) calls to...
2019-05-09 Alex Lorenzlit config: disable LSan for Apple clang compiler in...
2019-05-09 Eric Fiselierforce the bots to cycle
2019-05-09 Fangrui Song[ELF] Initialize Target before it may be dereferenced...
2019-05-09 Jim InghamFix the output file dependency for Options.inc.
2019-05-09 Leonard Chan[SelectionDAG] Expand ADD/SUBCARRY
2019-05-09 Richard SmithWhen typo-correcting a function name, consider correcti...
2019-05-08 Eric ChristopherTemporarily Revert "[DebugInfo] Terminate more location...
2019-05-08 Stanislav Mekhanoshin[AMDGPU] gfx1010 tests. NFC.
2019-05-08 Jonathan Peyton[OpenMP] Workaround gfortran bugzilla build bug 41755
2019-05-08 Jonas Devlieghere[Reproducers] Fix reproducer unittest
2019-05-08 Reid KlecknerTry to restore some clang test headers lost in r360291
2019-05-08 Sanjay Patel[SelectionDAG] fold 'fneg undef' to undef
2019-05-08 Bob Haarman[lld-link] initialize targets and asmparsers before...
next