platform/upstream/llvm.git
2018-08-24 Kostya Serebryany[hwasan] implement detection of double-free (invalid...
2018-08-24 Nico WeberAttempt to fix ELF/lto-plugin-ignore.s on Windows after...
2018-08-23 Raphael IsemannAdd more pre-run asserts for the DirCompletionAbsolute...
2018-08-23 Reid KlecknerMake LLVM_ENABLE_CRASH_DUMPS set a variable default
2018-08-23 Kuba Mracek[sanitizer] Don't call task_for_pid(mach_task_self...
2018-08-23 Stephen KellyFix typo
2018-08-23 Raphael IsemannReuse the SelectorTable from Clang's Preprocessor
2018-08-23 David BlaikieDebugInfo: Improve debug location merging
2018-08-23 Alina Sbirlea[IDF] Make GraphDiff a const constructor argument.
2018-08-23 Aaron PuchertRemove more const_casts by using ConstStmtVisitor ...
2018-08-23 Peter CollingbourneRevert r340552, "Driver: Enable address-significance...
2018-08-23 Leonard MosescuRestrict the set of plugins used for ProcessMinidump
2018-08-23 George Burgess IV[MemorySSA] Fix def optimization handling
2018-08-23 Kostya Kortchinsky[sanitizer] Change Mmap*NoAccess to return nullptr...
2018-08-23 Aaron PuchertRemove unnecessary const_cast [NFC]
2018-08-23 Adrian PrantlChange xfail to skipIf. The exact condition is really...
2018-08-23 Adrian PrantlXFAIL test for older versions of clang
2018-08-23 Petar Jovanovic[MIPS GlobalISel] Lower i8 and i16 arguments
2018-08-23 Raphael IsemannFix broken builtin functions in the expression command
2018-08-23 Walter Lee[llvm-mca] Fix parameter name. NFC.
2018-08-23 Thomas Lively[WebAssembly] Prioritize splats over v128.consts
2018-08-23 Sean FertileRevert "[PPC64] Fix DQ-form instruction handling and...
2018-08-23 Alina SbirleaRemove the use of pair inside the tuple in concat_iterator.
2018-08-23 Matt Davis[llvm-mca] Set the Selection strategy to Default if...
2018-08-23 Sanjay Patel[x86] move/add tests for insertelement with variable...
2018-08-23 Sean Fertile[PPC64] Fix DQ-form instruction handling and emit error...
2018-08-23 David Bolvansky[LoopVectorize][NFCI] Use find instead of count
2018-08-23 Walter LeeFix format string issue introduced in r340548
2018-08-23 Douglas YungFixup AreCoreFilesPrevented() to consider first LLVM_EN...
2018-08-23 Alex Langford[cmake] Add option to skip building lldb-server
2018-08-23 Vedant Kumar[docs] Regenerate ClangCommandLineReference.rst
2018-08-23 Vedant Kumar[options] Document -(static|shared)-libsan
2018-08-23 Adrian PrantlFix check for dictionary entry
2018-08-23 Craig Topper[ValueTracking] Fix assert message and add test case...
2018-08-23 Peter CollingbourneCOFF: Implement safe ICF on rodata using address-signif...
2018-08-23 Alexey Bataev[DEBUGINFO] Fix misprint in the name of DebugDirectives...
2018-08-23 Peter CollingbourneDriver: Enable address-significance tables by default...
2018-08-23 Adrian PrantlXFAIL test for older versions of dsymutil
2018-08-23 Tim Renouf[RegisterCoalescer] Fix for assert in removePartialRedu...
2018-08-23 Adrian Prantllldbtest.py: Work around macOS SIP when testing ASANifi...
2018-08-23 Shuai Wang[ASTMatchers] Let hasObjectExpression also support...
2018-08-23 Craig Topper[ValueTracking] Fix an assert from r340480.
2018-08-23 Andrea Di Biagio[llvm-mca] Fix wrong call to setCustomStrategy().
2018-08-23 Erik PilkingtonComment out #define __cpp_lib_node_extract, we only...
2018-08-23 Adrian PrantlAdd libc++ data formatter for std::function
2018-08-23 Alexandre Eichenberger[OpenMP][libomptarget] Bringing up to spec with respect...
2018-08-23 Raphael IsemannRe-land [ASTImporter] Add test for ObjCAtTryStmt/ObjCAt...
2018-08-23 Sanjay Patel[x86] add debug option for and-immediate shrinking
2018-08-23 Kadir Cetinkaya[clangd] Check for include overlapping looks for only...
2018-08-23 David Bolvansky[InstCombine] Fold Select with binary op - FP opcodes
2018-08-23 Brian Homerding[FunctionAttrs] Infer WriteOnly Function Attribute
2018-08-23 Andrea Di Biagio[llvm-mca] Allow the definition of custom strategies...
2018-08-23 Mikhail R.... [analyzer] added cache for SMT queries in the SMTConstr...
2018-08-23 Mikhail R.... [analyzer] Moved all CSA code from the SMT API to a...
2018-08-23 Mikhail R.... [analyzer] Templatefy SMTConstraintManager so more...
2018-08-23 Mikhail R.... [analyzer] Delete SMTContext. NFC.
2018-08-23 Mikael HolmenChange dyn_cast<CXXMethodDecl>(FD) to isa<CXXMethodDecl...
2018-08-23 Kadir Cetinkaya[clangd] Suggest code-completions for overriding base...
2018-08-23 John Brawn[GVN] Invalidate cached info for phis when setting...
2018-08-23 Victor Leschuk[DWARF] Unify warning callbacks. NFC.
2018-08-23 Kadir Cetinkaya[clangd] Move function argument snippet disable mechani...
2018-08-23 Florian Hahn[SCCP] Remove unused variable added in r340525.
2018-08-23 Florian HahnRecommit r333268: [IPSCCP] Use PredicateInfo to propaga...
2018-08-23 Mikael HolmenRemoved unused variable [NFC]
2018-08-23 Ilya Biryukov[clangd] Increase the timeouts in TUScheduler tests...
2018-08-23 Alexander RichardsonUpdate avr attributes test for output change in r340519
2018-08-23 Ivan Donchevskii[libclang] Fix cursors for arguments of Subscript and...
2018-08-23 Sven van Haastregt[Support] Fix some Wundef warnings
2018-08-23 Alexander RichardsonAllow creating llvm::Function in non-zero address spaces
2018-08-23 Nicolai HaehnleTableGen/SearchableTables: Cast enums to unsigned in...
2018-08-23 Vitaly BukaFix comparison of char and int64 in TestWriteFixNegativeInt
2018-08-23 Peter CollingbourneInitialize the address-significance table fragment...
2018-08-23 Chandler Carruth[x86/retpoline] Split the LLVM concept of retpolines...
2018-08-23 Peter CollingbourneMC: Don't align COFF section contents.
2018-08-23 Chandler CarruthRevert r340508: [DebugInfo] Fix bug in LiveDebugVariables.
2018-08-23 David Bolvansky[LibCalls] Added returned attribute to libcalls
2018-08-23 JF BastienMissing quote in previous commit
2018-08-23 JF BastienImprove incompatible triple error
2018-08-23 JF BastienImprove incompatible triple error
2018-08-23 Hsiangkai Wang[DebugInfo] Fix bug in LiveDebugVariables.
2018-08-23 Scott LinderFix undefined behavior in r340457
2018-08-23 David BlaikieAdd new .def file introduced for BinaryFormat/MsgPack
2018-08-23 Thomas Lively[WebAssembly] SIMD Bitwise binary arithmetic
2018-08-23 Thomas Lively[WebAssembly][NFC] Reorganize SIMD instructions
2018-08-23 Thomas Lively[WebAssembly][NFC] Move specific instruction formats...
2018-08-23 George Karpenkov[analyzer] Preliminary version of retain count checking...
2018-08-23 George KarpenkovRevert "[CStringSyntaxChecker] Check strlcat sizeof...
2018-08-23 George KarpenkovRevert "[CStringSyntaxChecker] Reduces space around...
2018-08-22 Peter CollingbourneMC: Teach the COFF object writer to write address-signi...
2018-08-22 Nico Weberwin: Omit ".exe" from clang and clang-cl driver-level...
2018-08-22 Nico Weberwin: Omit ".exe" from lld warning and error messages.
2018-08-22 Raphael IsemannRevert "[ASTImporter] Add test for ObjCAtTryStmt/ObjCAt...
2018-08-22 Nico Weberlld-link: Separate 'undefined symbol' errors with just...
2018-08-22 Nico WeberFix two RUN: lines that were unintentionally spelled...
2018-08-22 Craig Topper[ValueTracking] Teach computeNumSignBits to understand...
2018-08-22 George Karpenkov[NFC] Add tags file to .gitignore
2018-08-22 Craig Topper[X86] Teach combineLoopSADPattern to handle cases where...
2018-08-22 Craig Topper[X86] Add test cases for D50817. NFC
2018-08-22 Evandro Menezes[NFC] Refactor simplification of pow()
2018-08-22 George Karpenkov[analyzer] Track non-zero values in ReturnVisitor
next