platform/upstream/llvm.git
2018-11-23 Luke CheesemanRevert r343342 together with LLVM commit 347490.
2018-11-23 Luke CheesemanRevert r343341
2018-11-23 Eugene Leviant[ThinLTO] Assembly representation of ReadOnly attribute
2018-11-23 Max Kazantsev[NFC] Add test that demonstrates buggy behavior on...
2018-11-23 Sjoerd Meijer[ARM][NFC] codegen tests cleanup: remove dangling check...
2018-11-23 Max KazantsevDisable LoopSimplifyCFG terminator folding by default
2018-11-23 George Rimar[LLD][ELF] - Fix mistype. NFC.
2018-11-23 Max Kazantsev[LoopSimplifyCFG] Don't delete LCSSA Phis
2018-11-23 Max Kazantsev[NFC] Add verification flags to tests
2018-11-23 Craig Topper[LegalizeVectorTypes] Don't use SplitVecOp_TruncateHelp...
2018-11-23 Fangrui Song[Object] Also treat STB_GNU_UNIQUE symbols as exported...
2018-11-22 Bill WendlingA __builtin_constant_p() returns 0 with a function...
2018-11-22 Craig Topper[LegalizeVectorTypes] Have SplitVecOp_TruncateHelper...
2018-11-22 Sanjay Patel[DAGCombiner] form 'not' ops ahead of shifts (PR39657)
2018-11-22 Louis Dionne[NFC] Fix typo in comment
2018-11-22 Vladimir StefanovicReland test/MC/Mips/reloc-directive-label-offset.s
2018-11-22 Louis Dionne[libcxx] Reintroduce UNSUPPORTED annotation for strstre...
2018-11-22 Ilya Biryukov[clangd] Cleanup: make the diags callback global in...
2018-11-22 Louis Dionne[libcxx] Add XFAIL for test on OS X 10.12 to 10.14
2018-11-22 Ilya Biryukov[clangd] Cleanup error consumption code. NFC
2018-11-22 Louis Dionne[NFC][libcxx] Print human-friendly command line when...
2018-11-22 Alexander Kornienko[clang-tidy] Ignore template instantiations in moderniz...
2018-11-22 Andrea Di Biagio[llvm-mca] LSUnit: use a SmallSet to model load/store...
2018-11-22 Ilya Biryukov[clangd] Cleanup: make diagnostics callbacks from TUSch...
2018-11-22 Eric Liu[clangd] Cleanup: stop passing around list of supported...
2018-11-22 Eric Liu[clangd] Cleanup: use index file instead of header...
2018-11-22 Krasimir Georgiev[clang-format] Do not treat asm clobber [ as ObjCExpr...
2018-11-22 Andrea Di Biagio[llvm-mca] Use a SmallVector instead of std::vector...
2018-11-22 Clement CourbetRevert rL347462 "[ASTMatchers] Add hasSideEffect()...
2018-11-22 Clement Courbet[ASTMatchers] Add hasSideEffect() matcher.
2018-11-22 Louis Dionne[libcxx] Remove incorrect XFAIL on macos 10.12
2018-11-22 Benjamin Kramer[clangd] Fix use-after-scope in unit test
2018-11-22 Andrea Di Biagio[llvm-mca] Fix an invalid memory read introduced by...
2018-11-22 Max Kazantsev[NFC] Assert that all blocks staying in loop are live
2018-11-22 Max Kazantsev[NFC] Ensure deterministic order of dead exit blocks
2018-11-22 John Brawn[AArch64] Fix SelectionDAG infinite loop for v1i64...
2018-11-22 George Rimar[ELF] - Make SymbolTable::addDefined return Defined.
2018-11-22 Max Kazantsev[NFC] Simplify code by using standard exit blocks colle...
2018-11-22 Clement Courbet[ASTMatchers] Re-generate ast matchers doc after rL346455.
2018-11-22 Chandler Carruth[TI removal] Leverage the fact that TerminatorInst...
2018-11-22 David CarlierUnbreak FreeBSD build.
2018-11-22 Sam McCall[clangd] Respect task cancellation in TUScheduler.
2018-11-22 Haojian WuMove the llvm lit test dependencies to clang-tools...
2018-11-22 Haojian WuRevert r343473 "Move llvm util dependencies from clang...
2018-11-22 Diana Picus[ARM GlobalISel] Add test for BFC. NFCI
2018-11-22 Bill WendlingThe result of is.constant() is unsigned.
2018-11-22 Jonas Paulsson[SystemZTTIImpl] Give correct cost values for vector...
2018-11-22 Petr Hosek[Driver] Support XRay on Fuchsia
2018-11-22 Petr Hosek[XRay] Support for Fuchsia
2018-11-22 Peter Collingbournetsan: Update measurements in check_analyze.sh.
2018-11-22 Fangrui Song[llvm-size] Use empty() and range-based for loop. NFC
2018-11-22 Evandro Menezes[llvm-mca] Add test case (NFC)
2018-11-22 Peter Collingbournetsan: Correct the name of an executable.
2018-11-21 Sanjay Patel[x86] use FileCheck to verify output; NFC
2018-11-21 Evandro Menezes[llvm-mca] Add test case (NFC)
2018-11-21 Peter CollingbourneAdd a ubsan blacklist entry for libstdc++ 8.0.1.
2018-11-21 Louis Dionne[libcxx] Improve error message when an invalid director...
2018-11-21 Evandro Menezes[llvm-mca] Add test case (NFC)
2018-11-21 Vladimir StefanovicRemoving test/MC/Mips/reloc-directive-label-offset...
2018-11-21 Fedor Sergeev[PM] correcting return value for new-pass-manager versi...
2018-11-21 Reid Kleckner[mingw] Use unmangled name after the $ in the section...
2018-11-21 Petr HosekRevert "[Driver] Use --push/pop-state with Sanitizer...
2018-11-21 Peter CollingbourneCOFF: ICF: Include contents of referenced sections...
2018-11-21 Stefan Pintilie[PowerPC][NFC] Split PPCMCCodeEmitter into header and...
2018-11-21 Louis Dionne[libcxx] Remove unused definition of aligned allocation...
2018-11-21 David Carlier[Sanitizer] Adding setvbuf in supported platforms and...
2018-11-21 Alexey Bataev[OPENMP][NVPTX]Emit default locations as constant with...
2018-11-21 Sanjay Patel[DAGCombiner] refactor select-of-FP-constants transform
2018-11-21 Louis Dionne[libcxx] Fix incorrect iterator type in vector containe...
2018-11-21 Stefan Pintilie[PowerPC][NFC] Minor Code Cleaup for PPCMCCodeEmitter.
2018-11-21 Louis Dionne[libcxx] Mark strstreams tests as being supported on...
2018-11-21 Eric Fiselier[LLVM] Allow modulemap installation
2018-11-21 Bill WendlingUpdate call to EvaluateAsInt() to the new syntax.
2018-11-21 Bill WendlingUpdate call to EvaluateAsInt() to the new syntax.
2018-11-21 Bill WendlingRe-Reinstate 347294 with a fix for the failures.
2018-11-21 Eric FiselierFix missing includes in test header
2018-11-21 Roman Lebedev[compiler-rt][UBSan] silence_unsigned_overflow: do...
2018-11-21 Nikita Popov[InstCombine] Add tests for funnel shift with zero...
2018-11-21 Petr Hosek[Driver] Use --push/pop-state with Sanitizer link deps
2018-11-21 Stella Stamenova[lit] Add pthread to the compilation of the tests on...
2018-11-21 Kelvin Li[OPENMP] Refactor code for parsing omp declare target...
2018-11-21 Sanjay Patel[DAGCombiner] reduce code duplication; NFC
2018-11-21 Alexey Bataev[OPENMP]Fix handling of the LCVs in loop-based directives.
2018-11-21 Kelvin Li[OPENMP] remove redundant MapTypeModifierSpecified...
2018-11-21 Nikita Popov[MergeFuncs] Generate alias instead of thunk if possible
2018-11-21 Sanjay Patel[x86] add tests for select-of-FP-constants; NFC
2018-11-21 Kelvin Li[OPENMP] Support relational-op != (not-equal) as one...
2018-11-21 Fangrui Song[ELF] Write IPLT header in -static -z retpolineplt...
2018-11-21 Sanjay Patel[x86] fix predicate for avoiding vblendv
2018-11-21 Jorge Gorbe... Mark lambda decl as invalid if a captured variable...
2018-11-21 Sanjay Patel[x86] add test for FP select with constant; NFC
2018-11-21 Louis Dionne[libcxx] Make sure operator+ is declared with the right...
2018-11-21 Louis Dionne[libcxx] Mark stray symbols as hidden to try and fix...
2018-11-21 Vladimir Stefanovic[mips][mc] Add basic support for R_MIPS_JALR/R_MICROMIP...
2018-11-21 Vladimir Stefanovic[MC] Support labels as offsets in .reloc directive
2018-11-21 Louis Dionne[NFC][libcxx] Add revision number to ABI changelog
2018-11-21 Louis Dionne[libcxx] Make sure we can build with -fvisibility=hidde...
2018-11-21 Sanjay Patel[x86] add checks for asm to test; NFC
2018-11-21 Simon Pilgrim[TargetLowering] SimplifyDemandedBits - only reduce...
2018-11-21 Mikael Holmen[PM] Port Scalarizer to the new pass manager.
next