platform/upstream/llvm.git
2018-02-28 Rui Ueyama[WebAssembly] Remove trivial accessors.
2018-02-28 Rui Ueyama[WebAssembly] Use more specific type and simplify code.
2018-02-28 Rui Ueyama[WebAssembly] Remove LastDefinedKind for consistency...
2018-02-28 Rui Ueyama[WebAssembly] Remove premature optimization.
2018-02-28 Rafael EspindolaInline trivial function. NFC.
2018-02-28 Rui Ueyama[WebAssembly] Separate addUndefined into addUndefined...
2018-02-28 Rafael EspindolaPass a GlobalDecl to setAliasAttributes. NFC.
2018-02-28 Rui Ueyama[WebAssembly] Use StringRef instead of `const char *`.
2018-02-27 Sam Clegg[WebAssembly] Remove DataSize from linking metadata
2018-02-27 Sam Clegg[WebAssembly] Remove DataSize from linking metadata...
2018-02-27 Aaron BallmanImprove the way attribute argument printing happens...
2018-02-27 Rafael EspindolaPass a GlobalDecl to setFunctionDefinitionAttributes...
2018-02-27 Pavel LabathFix lldbinline tests for remote targets
2018-02-27 Krzysztof Parzyszek[Hexagon] Recognize more sign-extensions as inputs...
2018-02-27 Krzysztof Parzyszek[Pipeliner] Drop memrefs instead of creating ones with...
2018-02-27 Pavel Labath[lldb] Use vFlash commands when writing to target's...
2018-02-27 Reid Kleckner[CodeView] Lower __restrict and other pointer qualifier...
2018-02-27 Krzysztof ParzyszekRevert "[Pipeliner] Drop memrefs instead of creating...
2018-02-27 Artem Dergachev[analyzer] UndefinedAssignmentChecker: Better warning...
2018-02-27 Alexander Richardson[ELF] Add llvm-readelf to the lit tool substitutions
2018-02-27 Krzysztof Parzyszek[Pipeliner] Drop memrefs instead of creating ones with...
2018-02-27 Shoaib Meenai[AsmPrinter] Handle qualified unnamed types in CodeView...
2018-02-27 Konstantin... AMDGPU: Define FP_FAST_FMA{F} macros for amdgcn
2018-02-27 Reid Kleckner[codeview] Remove unused variable
2018-02-27 Konstantin... AMDGPU: Add fast fmaf feature to gfx702
2018-02-27 Alexey Bataev[OPENMP] Emit warning for non-trivial types in map...
2018-02-27 John Baldwin[libunwind][MIPS]: Add support for unwinding in N32...
2018-02-27 Artem Dergachev[analyzer] MallocChecker: Suppress false positives...
2018-02-27 Martin Storsjo[llvm-cvtres] Update the help test after SVN r326244.
2018-02-27 Artem Dergachev[analyzer] Fix trivial copy for empty objects.
2018-02-27 Artem Dergachev[analyzer] Track temporaries without construction conte...
2018-02-27 Artem Dergachev[analyzer] Don't crash when dynamic type of a variable...
2018-02-27 Martin Storsjollvm-cvtres: Mention ARM64 as a supported machine type...
2018-02-27 Rui UeyamaAdd `--dynamic-linker=foo` as an alias for `--dynamic...
2018-02-27 Rafael EspindolaPut undefined symbols from shared libraries in the...
2018-02-27 Sanjay Patel[InstSimplify] add tests for FP with undef operand...
2018-02-27 Artem Dergachev[analyzer] Disable constructor inlining when lifetime...
2018-02-27 Artem Dergachev[analyzer] Self-debug: Dump dynamic type info and taint...
2018-02-27 Artem Dergachev[CFG] NFC: Refactor ConstructionContext into a finite...
2018-02-27 Craig Topper[ValueTracking] Teach cannotBeOrderedLessThanZeroImpl...
2018-02-27 Artem Dergachev[analyzer] Introduce correct lifetime extension behavio...
2018-02-27 Martin Storsjo[MinGW, CrossWindows] Allow passing -static together...
2018-02-27 George Karpenkov[analyzer] Remove redundant check
2018-02-27 George Karpenkov[analyzer] Only attempt to get the value of locations...
2018-02-27 Sjoerd Meijer[ARM] Another f16 litpool fix
2018-02-27 Jonas Devlieghere[dsymutil] Skip DW_AT_sibling attributes.
2018-02-27 George Karpenkov[analyzer] Quickfix: don't crash when runtime definitio...
2018-02-27 George Karpenkov[analyzer] Logging test quickfix #2.
2018-02-27 Craig TopperRevert r326225 "[X86] Move the load folding tables...
2018-02-27 Krasimir Georgiev[clang-format] Format operator key in protos
2018-02-27 Peter CollingbourneARM: Don't rewrite add reg, $sp, 0 -> mov reg, $sp...
2018-02-27 Craig Topper[X86] Move the load folding tables to a separate .inc...
2018-02-27 Pavel Labath[LLDB] Initial version of PPC64 InstEmulation
2018-02-27 John Baldwin[libunwind] Permit additional compiler and linker flags...
2018-02-27 Yan Zhangadd UUID to the acronyms list of objc property name...
2018-02-27 Sanjay Patel[ARM] add loop vectorizer test based on 482.sphinx3...
2018-02-27 Krzysztof Parzyszek[Hexagon] Add patterns for compares of i1 values
2018-02-27 Kamil RytarowskiHandle the NetBSD case in ToolChain::getOSLibName()
2018-02-27 Pavel LabathMove TestGdbRemoteExitCode next to the other llgs tests
2018-02-27 Sanjay Patel[AArch64] add SLP test based on TSVC; NFC
2018-02-27 Kamil RytarowskiDisable ASan exceptions on NetBSD
2018-02-27 Aditya Nandakumar[GISel]: Print more fallback information when aborting
2018-02-27 Han Ming OngRemoved accidentally committed code from previous commit.
2018-02-27 Han Ming OngGot rid of weak imports of libpenergy and libpsample...
2018-02-27 Alexey Bataev[OPENMP] Allow multiple mappings for member expressions...
2018-02-27 Sam McCall[clangd] Remove codecomplete override content API....
2018-02-27 Rafael EspindolaAdd missing REQUIRES.
2018-02-27 Rafael EspindolaFix gcc warning.
2018-02-27 Geoff BerryRe-enable "[MachineCopyPropagation] Extend pass to...
2018-02-27 Rafael EspindolaAdd support for SHF_ARM_PURECODE.
2018-02-27 Kostya Kortchinsky[scudo] Introduce Chunk::getHeaderSize
2018-02-27 Ben Hamilton[clang-format] Tidy up new API guessLanguage()
2018-02-27 Roman LebedevRevert "[Tooling] [0/1] Refactor FrontendActionFactory...
2018-02-27 Roman LebedevRevert "[Tooling] [1/1] Refactor FrontendActionFactory...
2018-02-27 Roman Lebedev[Tooling] [1/1] Refactor FrontendActionFactory::create...
2018-02-27 Roman Lebedev[Tooling] [0/1] Refactor FrontendActionFactory::create...
2018-02-27 George Rimar[ELF] - Format, fix mistype. NFC.
2018-02-27 Hans WennborgAttrDocs.td: fix some bad code-blocks
2018-02-27 Hans WennborgAttrDocs.td: fix bad bullet list
2018-02-27 Hans WennborgAttrDocs.td: fix bad indent and code block
2018-02-27 Francois Ferrandclang-format: use AfterControlStatement to format ObjC...
2018-02-27 Francois Ferrandclang-format: fix formatting of ObjC @synchronized...
2018-02-27 Simon Pilgrim[X86][AVX] combineLoopMAddPattern - support 256-bit...
2018-02-27 Alexander RichardsonMake the LLParser accept call instructions of variables...
2018-02-27 Alexander RichardsonDon't output bitcode to stdout in 2002-07-31-SlashInStr...
2018-02-27 Jonas Devlieghere[dsymutil][test] Add PowerPC test
2018-02-27 Jonas Devlieghere[ADT] Recognize ppc as valid architecture in target...
2018-02-27 Florian Hahn[NewGVN] Update phi-of-ops def block when updating...
2018-02-27 Martin Storsjo[test] Extend the Driver/mingw-msvcrt.c test with a...
2018-02-27 George Rimar[ELF] - Fix case of using both --icf and --symbol-order...
2018-02-27 Jonas Paulsson[SystemZ] Make sure SelectCode() is not called on...
2018-02-27 George Burgess IV[MemorySSA] Invalidate def caches on deletion
2018-02-27 Igor Kudrin[ELF] Create and export symbols provided by a linker...
2018-02-27 George Burgess IV[MemorySSA] Call the correct dtors
2018-02-27 Serguei Katkov[SCEV] Cleanup SCEVInitRewriter. NFC.
2018-02-27 Martin Storsjo[RecordLayout] Don't align to non-power-of-2 sizes...
2018-02-27 Martin Storsjo[MinGW] Ignore the --start-group --end-group parameters
2018-02-27 Shoaib Meenai[Driver] Fix codeview-column-info on macOS
2018-02-27 Craig Topper[X86] Simplify if condition. NFC
2018-02-27 Adam NemetMake test agnostic to cost model
next