platform/upstream/llvm.git
2019-11-23 David Tellenbach[NFC] [AArch64] Fix wrong documentation for IsStoreRegO...
2019-11-23 Marcin TwardakFix llvm-namespace-comment for macro expansions
2019-11-23 Raphael Isemann[lldb][NFC] NFC refactoring ClangExpressionDeclMap...
2019-11-23 Austin KerbowAMDGPU: Handle waitcnt overflow
2019-11-23 Ehud Katz[InlineCost] Fix infinite loop in indirect call evaluation
2019-11-23 Raphael Isemann[lldb][NFC] Fix LLDB build after ModuleManager->ASTRead...
2019-11-23 Aaron Puchert[Driver] Fix incorrect GNU triplet for PowerPC on SUSE...
2019-11-23 Sourabh Singh... Recommit "[DWARF] Support for loclist.dwo section in...
2019-11-23 Sourabh Singh... Revert "[DWARF] Support for loclist.dwo section in...
2019-11-23 David Zarzycki[RISCV] Add missing REQUIRES to clang tests
2019-11-23 Simon Pilgrim[X86][SSE] Split off generic isLaneCrossingShuffleMask...
2019-11-23 Ehud Katz[PhiValues] Remove redundant map searches
2019-11-23 Dan Gohman[WebAssembly] Use wasm-opt and LTO libraries when avail...
2019-11-23 Sourabh Singh... [DWARF] Support for loclist.dwo section in llvm and...
2019-11-23 George Burgess IV[ASTMatchers] work around a miscompile; "NFC"
2019-11-23 Reid Kleckner[IR] Move global_objects and global_values out of line...
2019-11-23 Duncan P. N... clang/Modules: Rename CompilerInstance::ModuleManager...
2019-11-23 Duncan P. N... clang/Modules: Refactor CompilerInstance::loadModule...
2019-11-23 Peter Collingbournegn build: Reland c52efdc5, "gn build: (manually) merge...
2019-11-23 George Burgess IVclang-tidy: don't use an absolute path in a test
2019-11-23 David BlaikieDebugInfo: Flag Dwarf Version metadata for merging...
2019-11-23 Reid KlecknerRemove needless Attr.h include from DeclCXX.h, NFC
2019-11-23 Reid KlecknerSeparate the MS inheritance model enum from the attribu...
2019-11-22 Francis Visoiu... [Remarks] Allow empty temporary remark files
2019-11-22 Reid KlecknerMove vtordisp mode from Attr class to LangOptions.h...
2019-11-22 Jonas Devlieghere[Examples] Move structured-data unpacking out of the...
2019-11-22 Jonas Devlieghere[Examples] Add in_call_stack breakpoint function.
2019-11-22 Josh Kunz[Driver] Make -static-libgcc imply static libunwind
2019-11-22 Fangrui Song[MC] Reorder MCInst fields to make sizeof(MCInst) smaller
2019-11-22 Evandro Menezes[MCA] Fix test cases (NFC)
2019-11-22 LLVM GN Syncbotgn build: Merge 64ada7accbc
2019-11-22 Jason MolendaRemove extraneous log enabling.
2019-11-22 Jonas Devlieghere[TableGen] Add backend to generate command guide for...
2019-11-22 Petr HosekReland "[CMake] Support installation of InstrProfData...
2019-11-22 LLVM GN Syncbotgn build: Merge ae8a8c2db6c
2019-11-22 Akira HatanakaRevert "[Sema] Use the canonical type in function isVector"
2019-11-22 Dávid Bolvanský[Diagnostics] Put "deprecated copy" warnings into ...
2019-11-22 Davide Italiano[InstCombine] Fix call guard difference with dbg
2019-11-22 Tsang Whitney W.H[CodeMoverUtils] Added an API to check if an instructio...
2019-11-22 Evandro Menezes[AArch64] Add the pipeline model for Exynos M5
2019-11-22 Siva Chandra... [libc] Add a TableGen based header generator.
2019-11-22 Akira Hatanaka[Sema] Use the canonical type in function isVector
2019-11-22 Bill WendlingFix typo to separate "-x" from warning flag.
2019-11-22 Bill WendlingDon't report "main" as missing a prototype in freestand...
2019-11-22 Kelvin Li[OPENMP] [DOCS] correct status for use_device_addr...
2019-11-22 Edward Jones[RISCV] Use compiler-rt if no GCC installation detected
2019-11-22 Petr HosekRevert "[CMake] Support installation of InstrProfData...
2019-11-22 Petr Hosek[CMake] Support installation of InstrProfData.inc
2019-11-22 Vedant Kumar[DWARF] Handle call sites with indirect call targets
2019-11-22 Philip ReamesSlightly speculative buildbot fix for issue reported...
2019-11-22 Reid Kleckner[clang-include-fixer] Suppress cmd prompt from Vim...
2019-11-22 Ehud Katz[APFloat] Enlarge ExponentType to 32bit integer
2019-11-22 Evgenii StepanovReinstate MSan suppression of PR24578.
2019-11-22 Vitaly BukaDon't forward __pthread_mutex_* interceptors to pthread...
2019-11-22 Ehud Katz[APFloat] Fix subtraction of subnormal numbers
2019-11-22 Julian Lettner[lit] Attempt to print test summary on CTRL+C
2019-11-22 Jordan Rupprecht[lldb][DataFormatters] Support pretty printing std...
2019-11-22 Adrian PrantlReformat code for readability.
2019-11-22 Adrian PrantlComplete complete types early when importing types...
2019-11-22 Adrian PrantlRegister Objective-C property accessors with their...
2019-11-22 Yitzhak Mandelbaum[libTooling] Add stencil combinators for nodes that...
2019-11-22 Anton Afanasyev[SLP] Enhance SLPVectorizer to vectorize vector aggregate
2019-11-22 Hiroshi Yamauchi[WebAssembly][SelectionDAG] Remove unused WebAssemblyDA...
2019-11-22 Alexey Bataev[OPENMP]Simplify processing of context selectors, NFC.
2019-11-22 Kazu Hirata[JumpThreading] NFC: Don't cache F.hasProfileData()
2019-11-22 Anton Afanasyev[SLP][Test] Precommit tests for D70068 and D70587....
2019-11-22 Brian Gesiak[coroutines] Remove assert on CoroutineParameterMoves...
2019-11-22 Alexey Bataev[OPENMP]Fix behaviour of defaultmap for OpenMP 4.5.
2019-11-22 Kazu Hirata[JumpThreading] Use profile data even with the new...
2019-11-22 protze@itc... [OpenMP][Tool] archer tests require tsan
2019-11-22 Yonghong Song[BPF] Fix a recursion bug in BPF Peephole ZEXT optimization
2019-11-22 jasonliu[XCOFF][AIX] Read-only data section object file generation
2019-11-22 Kousik KumarAdd support to find out resource dir and add it as...
2019-11-22 protze@itc... [OpenMP][Tool] disable archer tests in standalone build
2019-11-22 Clement CourbetReland "[DAGCombiner] Allow zextended load combines."
2019-11-22 Juneyoung Lee[Test] Fix freeze ocaml test failure
2019-11-22 protze@itc... [OpenMP][Tool] Fix cmake variable in lit.site.cfg.in
2019-11-22 Pankaj Gode [WIP][Attributor] AAReachability Attribute
2019-11-22 Roman Lebedev[Codegen] TargetLowering::prepareUREMEqFold(): `x u...
2019-11-22 Roman Lebedev[Codegen] TargetLowering::prepareUREMEqFold(): `x u...
2019-11-22 Michał Górny[lldb] [test] XFAIL TestExpressionEvaluation on NetBSD
2019-11-22 Simon Pilgrim[X86] Updated strict fp scalar tests and add fp80 tests...
2019-11-22 Kirill Bobyrev[clangd] Show lambda signature for lambda autocompletions
2019-11-22 Martin Svensson[lldb] Fix exception breakpoint not being resolved...
2019-11-22 Pankaj GodeTest commit.
2019-11-22 Pavel Labath[DWARFVerifier] Use the new location list api
2019-11-22 QingShan Zhang[PowerPC] Implement the vector extend sign instruction...
2019-11-22 LLVM GN Syncbotgn build: Merge f7170d17a84
2019-11-22 LLVM GN Syncbotgn build: Merge aa981c1802d
2019-11-22 LLVM GN Syncbotgn build: Merge 95fe54931fd
2019-11-22 Nico Webergn build: (manually) merge dep from f65cfff6
2019-11-22 Clement CourbetRevert "[DAGCombiner] Allow zextended load combines."
2019-11-22 Clement Courbet[clang-tidy] new performance-no-automatic-move check.
2019-11-22 Clement Courbet[DAGCombiner] Allow zextended load combines.
2019-11-22 Raphael Isemann[lldb] Don't enable expression log in TestEmptyStdModule.py
2019-11-22 Artem Dergachev[CFG] Fix a flaky crash in CFGBlock::getLastCondition().
2019-11-22 Amy Kwan[CMake] Fix LLVM build non-determinism on RHEL
2019-11-22 czhengsz[PowerPC] combine rlwinm+rlwinm to rlwinm
2019-11-22 Wang, Pengfei[X86] Add option 'disable-strictnode-mutation' for...
2019-11-22 Zakk Chen[RISCV] Support mutilib in baremetal environment
next