platform/upstream/llvm.git
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
2018-12-14 Scott LinderImplement -frecord-command-line (-frecord-gcc-switches)
2018-12-14 Pavel LabathFix minidump unit test failures from r349062
2018-12-14 Pavel LabathFix build with older (<3.0) swigs
2018-12-14 Kadir Cetinkaya[dexp] Change FuzzyFind to also print scope of symbols
2018-12-14 John Brawn[RegAllocGreedy] IMPLICIT_DEF values shouldn't prefer...
2018-12-14 Philipp Stephaniclang-include-fixer.el: support remote files
2018-12-14 Pavel LabathMark Permissions as a bitmask enum
2018-12-14 Haojian Wu[clangd] Use buildCompilerInvocation to simplify the...
2018-12-14 Diana Picus[ARM GlobalISel] Thumb2: casts between int and ptr
2018-12-14 Diana Picus[ARM GlobalISel] Remove duplicate test. NFCI
2018-12-14 Haojian Wu[clangd] Fix memory leak in ClangdTests.
2018-12-14 Haojian Wu[clangd] Fix an assertion failure in background index.
2018-12-14 Diana Picus[ARM GlobalISel] Minor refactoring. NFCI
2018-12-14 Diana Picus[ARM GlobalISel] Allow simple binary ops in Thumb2
2018-12-14 Simon Tatham[TableGen:AsmWriter] Cope with consecutive tied operands.
2018-12-14 Luke Cheeseman[AArch64][libunwind] Unwinding support for return addre...
2018-12-14 Simon PilgrimRevert rL349136: [llvm-exegesis] Optimize ToProcess...
2018-12-14 Dan LiewIntroduce `AddressSpaceView` template parameter to...
next