platform/upstream/llvm.git
2019-05-10 Michael Liao[InferAddressSpaces] Enhance the handling of cosntexpr.
2019-05-10 Nico WeberFix some gcc warnings in compiler-rt
2019-05-10 Lei Huang[PowerPC] custom lower `v2f64 fpext v2f32`
2019-05-10 Nikolai Kosjar[libclang] Forward isInline for NamespaceDecl to libclang
2019-05-10 Nico WeberAdd name comments for bools passed to getObjCEncodingFo...
2019-05-10 Nemanja Ivanovic[Pass Pipeline][NFC] Add a test prior to committing...
2019-05-10 Paul RobinsonReplace lit feature keyword 'non-ms-sdk' with 'ms-sdk...
2019-05-10 Cameron McInallyPre-commit InstCombine::visitFNeg(...) test.
2019-05-10 Michal Gorny[lldb] [lit] Fix clobbers in x86_64 register test
2019-05-10 James Henderson[llvm-objcopy] Add additional testing for various cases
2019-05-10 Tim NorthoverSelectionDAG: accommodate atomic floating stores.
2019-05-10 Fangrui Song[Object] Fix macho-invalid.test
2019-05-10 Simon PilgrimFix Wdocumentation warning. NFCI.
2019-05-10 Nikolai Kosjar[Preamble] Stop circular inclusion of main file when...
2019-05-10 Simon Pilgrim[cmake] Remove MSVC C4800 override
2019-05-10 Fangrui Song[Object] Move ELF specific ObjectFile::getBuildAttribut...
2019-05-10 Jeremy Morse[DebugInfo] Use zero linenos for debug intrinsics when...
2019-05-10 Fangrui Song[Object] Change SymbolicFile::printSymbolName to use...
2019-05-10 Simon Pilgrim[cmake] Remove MSVC C4355 override
2019-05-10 Pavel LabathMinidump: use ThreadList parsing code from llvm/Object
2019-05-10 Krasimir GeorgievRevert "Revert "[clang-format] Keep protobuf "package...
2019-05-10 Eric ChristopherRemove an unnecessary header from SROA.h.
2019-05-10 Pavel LabathFuncUnwinders: Add a new "SymbolFile" unwind plan
2019-05-10 Fangrui SongDelete write-only HasQualifiers after rC360370
2019-05-10 Pavel LabathRevert "Disable the step over skipping calls feature...
2019-05-10 Dmitri GribenkoAdded an assert in `isConstantInitializer`: initializer...
2019-05-10 Fangrui Song[PPC64] Define getThunkSectionSpacing() based on the...
2019-05-10 Akira HatanakaAssume `__cxa_allocate_exception` returns an under...
2019-05-10 Fangrui SongChange -gz and -Wa,--compress-debug-sections to use...
2019-05-10 Sam Clegg[WebAssembly] Don't assume that strongly defined symbol...
2019-05-10 Sam Clegg[WebAssembly] Remove friend18.C from list of known...
2019-05-10 Kostya Serebryany[libFuzzer] code refactoring; NFC
2019-05-10 Kostya Serebryany[libFuzzer] small refactoring in the driver; dummy...
2019-05-10 Jonas Devlieghere[Docs] Fix table formatting in Pytho reference
2019-05-10 Greg ClaytonDisable the step over skipping calls feature since...
2019-05-10 Mircea Trofin[llvm] X86DiscriminateMemOps: insert debug info when...
2019-05-10 Stanislav Mekhanoshin[AMDGPU] Pattern for v_xor3_b32
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...
next