platform/upstream/llvm.git
2018-12-15 Kristof Umann[analyzer] Prefer returns values to out-params in Check...
2018-12-15 Dinar Temirbulatov[CodeGen] Enhance machine PHIs optimization
2018-12-15 Simon PilgrimRegenerate neon copy tests. NFCI.
2018-12-15 Pavel Labathlldb-test: Improve newline handling
2018-12-15 Pavel LabathELF: more section creation cleanup
2018-12-15 Pavel LabathRemove /proc/pid/maps parsing code from NativeProcessLinux
2018-12-15 Gabor Horvath[analyzer] Assume that we always have a SubEngine available
2018-12-15 Simon PilgrimFix -Wunused-variable warning. NFCI.
2018-12-15 Simon Pilgrim[TargetLowering] Add ISD::OR + ISD::XOR handling to...
2018-12-15 Kamil RytarowskiEnable test/msan/pthread_getname_np.cc for NetBSD
2018-12-15 Kamil RytarowskiEnable SANITIZER_INTERCEPT_PTHREAD_GETNAME_NP for NetBSD
2018-12-15 Nikita Popov[InstSimplify] Add tests for saturating add/sub + icmp...
2018-12-15 Roman Lebedev[OpenMP] Fixes for LIBOMP_OMP_VERSION=45/40
2018-12-15 Fangrui Song[libclang] Add dependency on clangSerialization to...
2018-12-15 Fangrui Song[mips] Fix test typo in rL348914
2018-12-15 Kamil RytarowskiFix internal_sleep() for NetBSD
2018-12-15 Martin Storsjo[MinGW] Produce a vtable and RTTI for dllexported class...
2018-12-15 Peter CollingbourneFix typo in test cases as well.
2018-12-15 Peter Collingbournehwasan: Fix typo: Previosly -> Previously.
2018-12-15 Eric FiselierFix static assert diagnostic checks in i386
2018-12-15 Kewen Lin[Power9][NFC] add setb exploitation test case
2018-12-15 Richard TrieuFix includes and dependencies for libclang
2018-12-15 Eric FiselierTry 2: Fix bug in buildbot start script
2018-12-15 Eric FiselierFix bug in buildbot start script
2018-12-15 Eric FiselierRework docker setup to make it easier to work around...
2018-12-15 Artem DergachevRevert "[analyzer] MoveChecker: Add checks for derefere...
2018-12-15 Jason MolendaAh, forgot qModuleInfo. Need to look that one up
2018-12-15 Jason MolendaA brief outline of the packets that need to be implemented
2018-12-15 Richard TrieuMove static analyzer core diagnostics to common.
2018-12-15 Artem Dergachev[analyzer] Fix unknown block calls to have zero parameters.
2018-12-15 Artem Dergachev[analyzer] ObjCDealloc: Fix a crash when a class attemp...
2018-12-15 Artem Dergachev[analyzer] ObjCContainers: Track index values.
2018-12-15 Artem Dergachev[analyzer] MoveChecker: Add checks for dereferencing...
2018-12-15 Artem Dergachev[analyzer] MoveChecker: NFC: De-duplicate a few checks.
2018-12-15 Florian Hahn[SILoadStoreOptimizer] Use std::abs to avoid truncation.
2018-12-15 Craig Topper[X86] Rename hasNoSignedComparisonUses to hasNoSignFlag...
2018-12-15 Craig Topper[X86] Make hasNoCarryFlagUses/hasNoSignedComparisonUses...
2018-12-15 Heejin Ahn[WebAssembly] Check if the section order is correct
2018-12-15 Florian Hahn[NewGVN] Update use counts for SSA copies when replacin...
2018-12-15 Peter CollingbourneELF: Handle R_ARM_V4BX correctly in PIC output files.
2018-12-15 Jonas DevlieghereSimplify Boolean expressions
2018-12-15 Vedant Kumar[Util] Refer to [s|z]exts of args when converting dbg...
2018-12-14 Artem Belevich[NVPTX] Lower instructions that expand into libcalls.
2018-12-14 Reid KlecknerMangle calling conventions into function pointer types...
2018-12-14 Jim InghamFix the unittests for the move of Listener & Broadcaster
2018-12-14 Kostya Serebryany[libFuzzer] make len_control less aggressive
2018-12-14 Erich KeaneAdd AddressSpace mangling to MS mode
2018-12-14 Tatyana KrasnukhaUpdate a comment according to r255360 "Remove -r and...
2018-12-14 David BlaikieDebugInfo: Avoid using split DWARF when the split unit...
2018-12-14 Erich KeaneRevert "Add extension to always default-initialize...
2018-12-14 Reid Kleckner[codeview] Add begin/endSymbolRecord helpers, NFC
2018-12-14 Michal Gorny[test] Capture stderr from 'tar --version' call as...
2018-12-14 David BlaikieDebugInfo: Move addAddrBase from DwarfUnit to DwarfComp...
2018-12-14 Krzysztof Parzyszek[Hexagon] Add patterns for shifts of v2i16
2018-12-14 Erich KeaneAdd extension to always default-initialize nullptr_t.
2018-12-14 Volkan Keles[GlobalISel] LegalizerHelper: Implement fewerElementsVe...
2018-12-14 Krzysztof Parzyszek[Hexagon] Use IMPLICIT_DEF to any-extend 32-bit values...
2018-12-14 Rui UeyamaAdd --plugin-opt=emit-llvm option.
2018-12-14 Aaron BallmanUsing llvm::find_if() instead of a range-based for...
2018-12-14 Farhana Aleen[AMDGPU] Promote constant offset to the immediate by...
2018-12-14 Eric Fiselier[Clang] Add __builtin_launder
2018-12-14 Adrian PrantlRemove the Disassembly benchmarks.
2018-12-14 Eric FiselierAdd missing includes and forward decls to unbreak build
2018-12-14 Alexey Bataev[OPENMP][NVPTX]Improved interwarp copy function.
2018-12-14 Artem Dergachev[analyzer] MoveChecker Pt.6: Suppress the warning for...
2018-12-14 Artem Dergachev[analyzer] MoveChecker: Improve invalidation policies.
2018-12-14 Eric FiselierTolerate Clangs new static_assert messages
2018-12-14 Aaron BallmanUpdate our SARIF support from 10-10 to 11-28.
2018-12-14 Louis Dionne[libcxx] Mark some tests as still failing on macosx10.14
2018-12-14 Krzysztof Parzyszek[SDAG] Ignore chain operand in REG_SEQUENCE when emitti...
2018-12-14 Evandro Menezes[AArch64] Simplify the scheduling predicates (NFC)
2018-12-14 Michael Kruse[TransformWarning] Do not warn missed transformations...
2018-12-14 Greg ClaytonAdd missing .dmp files to test inputs.
2018-12-14 Greg ClaytonCache memory regions in ProcessMinidump and use the...
2018-12-14 Marshall ClowWhen resolving a merge conflict, I put something inside...
2018-12-14 Greg ClaytonFix Xcode project for MIPS architecture plug-in and...
2018-12-14 Sanjay Patel[x86] add tests for extractelement of FP binops; NFC
2018-12-14 Marshall ClowImplement P1209 - Adopt Consistent Container Erasure...
2018-12-14 Sanjay Patel[ARM] make test immune to scalarization improvements...
2018-12-14 Sanjay Patel[x86] make tests immune to scalarization improvements...
2018-12-14 Zachary Turner[NativePDB] Fix local-variables.cpp test.
2018-12-14 Daniel Sanders[globalisel][combiner] Fix r349167 for release mode...
2018-12-14 Zachary Turner[ADT] Fix bugs in SmallBitVector.
2018-12-14 Zachary TurnerFix Visual Studio PointerIntPair visualizer
2018-12-14 Louis Dionne[libcxx] Make sure use_system_cxx_lib does not override...
2018-12-14 Michael Kruse[Transforms] Preserve metadata when converting invoke...
2018-12-14 Zachary Turner[MS Demangler] Fail gracefully on invalid pointer types.
2018-12-14 Zachary Turner[MS Demangler] Add a regression test for an invalid...
2018-12-14 Daniel Sanders[globalisel][combiner] Make the CombinerChangeObserver...
2018-12-14 Sanjay Patel[AArch64] make test immune to scalarization improvement...
2018-12-14 Zachary TurnerFix a crash in llvm-undname with invalid types.
2018-12-14 Sanjay Patel[SystemZ] make test immune to scalarization improvement...
2018-12-14 Sanjay Patel[Hexagon] make test immune to scalarization improvement...
2018-12-14 Sanjay Patel[x86] auto-generate complete checks; NFC
2018-12-14 Sanjay Patel[x86] regenerate test checks; NFC
2018-12-14 Sanjay Patel[x86] make tests immune to scalarization improvements...
2018-12-14 Kamil RytarowskiMark interception_failure_test.cc as passing for NetBSD...
2018-12-14 Ehsan AmiriNFC. Adding an empty line to test the updated commit...
2018-12-14 Pavel LabathMove Broadcaster+Listener+Event combo from Core into...
2018-12-14 Kamil RytarowskiSet shared_libasan_path in lit tests for NetBSD
next