platform/upstream/llvm.git
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
2019-11-22 Duncan P. N... clang/Modules: Move Serialization/Module.{h,cpp} to...
2019-11-22 Artem Dergachev[analyzer] Fix Objective-C accessor body farms after...
2019-11-22 Artem Dergachev[analyzer] NFC: Don't clean up range constraints twice.
2019-11-22 Craig Topper[X86] Add test cases for most of the constrained fp...
2019-11-22 Craig Topper[X86] Mark fp128 FMA as LibCall instead of Expand....
2019-11-22 Artem Dergachev[CFG] Add a test for a flaky crash in CFGBlock::getLast...
2019-11-22 Pengfei Wang[FPEnv] Add an option to disable strict float node...
2019-11-22 Alina Sbirlea[LoopInstSimplify] Move MemorySSA verification under...
2019-11-22 Marco Vanotti[libFuzzer] don't use /dev/null for DiscardOuput in...
2019-11-22 Nathan Ridge[clangd] Inactive regions support as an extension to...
2019-11-22 Craig Topper[LegalizeDAG][X86] Add support for turning STRICT_FADD...
2019-11-22 Craig Topper[X86] Mark vector STRICT_FADD/STRICT_FSUB as Legal...
2019-11-22 Craig Topper[X86] Remove regcall calling convention from fp-strict...
2019-11-22 Alexander Shaposhnikov[llvm-lipo] Add support for -extract
2019-11-22 Petr Hosek[Clang] Enable RISC-V support for Fuchsia
2019-11-21 Marco Vanotti[libFuzzer] Fix unwinding for Fuchsia
2019-11-21 Philip Reames[LoopPred] Robustly handle partially unswitched loops
2019-11-21 Adrian PrantlEarly-exitify ClangASTContext::AddObjCClassProperty...
2019-11-21 Luís Marques[Object][RISCV] Resolve R_RISCV_32_PCREL
2019-11-21 David Tellenbach[AArch64] [FrameLowering] Allow conditional insertion...
2019-11-21 Marco Vanotti[libFuzzer] Fix fd check in DupAndCloseStderr.
2019-11-21 Julian Lettner[TSan] Make `mach_vm_allocate.c` test less flaky
2019-11-21 Philip ReamesFurther cleanup manipulation of widenable branches...
2019-11-21 Joel E. Denny[FileCheck] Make FILECHECK_OPTS useful for its test...
2019-11-21 Luís Marques[Object][RISCV] Fix R_RISCV_SET6 and R_RISCV_SUB6 reloc...
2019-11-21 Hiroshi Yamauchi[PGO][PGSO] DAG.shouldOptForSize part.
2019-11-21 Vedant KumarClang-trunk Generates Wrong Debug values with -O1
2019-11-21 Alexey Bataev[OPENMP]Remove unused template parameter, NFC.
2019-11-21 Jonas Devlieghere[Driver] Fix newline at the end of help output
2019-11-21 Jonas Devlieghere[Reproducer] Make 'reproducer xcrash' behave the same...
2019-11-21 Jonas Devlieghere[Reproducer] Instruct users to replay reproducer
2019-11-21 Jonas Devlieghere[test] Mark TestEditline as skipped with ASan.
2019-11-21 Kazu Hirata[JumpThreading] Refactor ThreadEdge
2019-11-21 Craig Topper[X86] Change legalization action for f128 fadd/fsub...
2019-11-21 Craig Topper[X86] Add test case for f128 fma. NFC
2019-11-21 Stefan Pintilie[PowerPC] Add new Future CPU for PowerPC
2019-11-21 Jonas Devlieghere[Test] Split up TestIntegerTypes.py
2019-11-21 Adrian PrantlDebug info: Emit objc_direct methods as members of...
2019-11-21 Tom Stellard[cmake] Explicitly mark libraries defined in lib/ as...
2019-11-21 Philip ReamesBroaden the definition of a "widenable branch"
2019-11-21 Philip Reames[Tests] Autogenerate a bunch of SCEV trip count tests...
2019-11-21 Alexey Bataev[OPENMP50]Add device/kind context selector support.
2019-11-21 Philip Reames[SCEV] Add a mode to skip classification when printing...
2019-11-21 Kostya Kortchinsky[scudo][standalone] Minor optimization & improvements
2019-11-21 Jonas Devlieghere[Docs] Generate the LLDB man page with Sphinx
2019-11-21 Philip Reames[SCEV] Be robust against IR generated by simple-loop...
2019-11-21 Fangrui Song[ELF] Error if -Ttext-segment is specified
next