platform/upstream/llvm.git
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
2018-08-22 George Karpenkov[analyzer] Track the problematic subexpression in Undef...
2018-08-22 George Karpenkov[analyzer] [NFC] Minor refactoring of BugReporterVisitors
2018-08-22 Thomas Lively[WebAssembly] Arbitrary BUILD_VECTOR and remove i64x2.mul
2018-08-22 Petr Hosek[Driver] Check normalized triples for multiarch runtime...
2018-08-22 Kostya Serebryany[hwasan] make error reporting look more like in asan...
2018-08-22 Sanjay Patel[SelectionDAG] unroll unsupported vector FP ops earlier...
2018-08-22 Raphael Isemann[ASTImporter] Add test for ObjCAtTryStmt/ObjCAtCatchStm...
2018-08-22 Raphael Isemann[ASTImporter] Actually test ArrayInitLoopExpr in the...
2018-08-22 Raphael Isemann[ASTImporter] Remove duplicated and dead CXXNamedCastEx...
2018-08-22 Raphael Isemann[ASTImporter] Add test for ObjCTypeParamDecl
2018-08-22 Raphael Isemann[ASTImporter] Add test for SwitchStmt
2018-08-22 Raphael Isemann[ASTImporter] Add test for ObjCAutoreleasePoolStmt
2018-08-22 Evandro Menezes[NFC] Expand test cases for simplifying pow()
2018-08-22 George Burgess IV[MemorySSA] Invalidate optimized Defs upon moving them...
2018-08-22 Stephane SezerAdd include directory for libxml on macOS
2018-08-22 Aaron PuchertThread safety analysis: Allow relockable scopes
2018-08-22 Eli Friedman[ARM] Lower llvm.ctlz.i32 to a libcall when clz is...
2018-08-22 Scott Linder[BinaryFormat] Add MessagePack reader/writer
2018-08-22 Eli Friedman[SafeStack] Handle unreachable code with safe stack...
2018-08-22 Yonghong Songbpf: fix an assertion in BPFAsmBackend applyFixup()
2018-08-22 Heejin Ahn[WebAssembly] Don't write SP back when prolog is genera...
2018-08-22 Philip Reames[AST] Add a test for attribute intersection
2018-08-22 Aaron Puchert[NFC] Test commit
2018-08-22 Martin Storsjo[ARM] Avoid injecting constant islands in movw+movt...
2018-08-22 Martin Storsjo[ARM] Move machine operand target flags to ARMBaseInstrInfo
2018-08-22 Alex Lorenz[clangd] send diagnostic categories only when 'category...
2018-08-22 Raphael IsemannAdd unit test for StringLexer
2018-08-22 Krzysztof Parzyszek[Hexagon] Enable interleaving in loop vectorizer
2018-08-22 Eli Friedman[ARM] Handle all-ones mask explicitly in targetShrinkDe...
2018-08-22 Alina SbirleaUpdate MemorySSA in LoopSimplifyCFG.
2018-08-22 Alina SbirleaUpdate MemorySSA in LoopInstSimplify.
2018-08-22 Philip Reames[AA] Remove a needless variable [NFC]
2018-08-22 Kostya Serebryany[hwasan] remove stale data field
2018-08-22 Craig Topper[X86] Replace (32/64 - n) shift amounts with (neg n...
2018-08-22 Philip Reames[AST] Minor whitespace cleanup [NFC]
2018-08-22 Elizabeth AndrewsCurrently clang does not emit unused static constants...
2018-08-22 Heejin Ahn[WebAssembly] Remove MachineFrameInfo arg from checking...
2018-08-22 Chris Bieneman[CMake] Remove unneeded and outdated policy
2018-08-22 Chris Bieneman[CMake] Use LLVM_ENABLE_IDE instead of CMAKE_CONFIGURAT...
2018-08-22 Craig Topper[X86] In OptimizeLEAs pass, check that the key is in...
2018-08-22 Heejin Ahn[WebAssembly] Add hasSideEffects flag to catch instructions
2018-08-22 Vedant Kumar[CodeGenPrepare] Set debug locs when folding a comparis...
2018-08-22 Matt Davis[llvm-mca] Clean up a comment about the Context class...
2018-08-22 George Burgess IV[MemorySSA] Move two simple getters; NFC
2018-08-22 Aditya Nandakumar[GISel]: Add legalization support for widening bit...
2018-08-22 Sam Clegg[WebAssembly] Optimise relocation processing. NFC.
2018-08-22 Reid KlecknerDisable the aligned allocation test on old mac versions...
2018-08-22 Eric FiselierAdd diagnostics for min/max algorithms when a InputIter...
next