platform/upstream/llvm.git
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
2019-11-21 Fangrui Song[llvm-objcopy][MachO] Implement --strip-debug
2019-11-21 Fangrui Song[llvm-objcopy][MachO] Fix symbol order in the symbol...
2019-11-21 Bjorn Pettersson[BranchFolding] Fix PR43964 about branch folder not...
2019-11-21 Michael LiaoFix compilation warning. NFC.
2019-11-21 Adrian McCarthy[NFC] Refactor and improve comments in CommandObjectTarget
2019-11-21 Adrian PrantlReduce the number of iterations in testcase. (NFC)
2019-11-21 Alexey Bataev[OPENMP]Fix datasharing checks for if clause in paralle...
2019-11-21 Sanjay Patel[InstCombine] add assert in SimplifyDemandedVectorElts...
2019-11-21 Simon PilgrimFix unused variable warning. NFCI.
2019-11-21 James Y KnightLLD: Don't use the stderrOS stream in link before it...
2019-11-21 Krzysztof Parzyszek[Hexagon] Remove incorrect intrinsic definition and...
2019-11-21 Alexey Bataev[OPENMP50]Add if clause in for simd directive.
2019-11-21 Miloš Stojanović[mips] Add a 'generic' Mips CPU
2019-11-21 Clement Courbet[DAGCombiner] Use the right thumbv7meb triple for ARM...
2019-11-21 Sjoerd Meijer[LV] PreferPredicateOverEpilog respecting option
2019-11-21 Raphael Isemann[lldb][NFC] Modernize string handling in ClangExpressio...
2019-11-21 Raphael Isemann[lldb][NFC] Move searching functions in ClangExpression...
2019-11-21 Ehud Katz[DeclCXX] Remove unknown external linkage specifications
2019-11-21 Alexey Lapshin[Debuginfo][NFC] removes redundant semicolon.
2019-11-21 Raphael Isemann[lldb][NFC] Reduce scope of some variables in ClangExpr...
2019-11-21 Dmitri GribenkoMake coding standards document more inclusive
2019-11-21 Zakk ChenRevert "[RISCV] Support mutilib in baremetal environment"
2019-11-21 Clement Courbet[DAGCombiner] Add tests for thumb load-combine.
2019-11-21 Simon PilgrimStatistic - Fix MSVC shadow warning against global...
2019-11-21 Simon PilgrimFix Wshadow warning against global None variable. NFC.
2019-11-21 Tatyana Krasnukha[lldb][NFC] Remove test directory completely
2019-11-21 Raphael Isemann[lldb][NFC] Move searching local variables into own...
2019-11-21 Ilya Biryukov[Driver] Fix a shadowing warning. NFC
2019-11-21 Raphael Isemann[lldb][NFC] Move searching the ClangModulesDeclVendor...
2019-11-21 Ilya BiryukovReland 9f3fdb0d7fab: [Driver] Use VFS to check if sanit...
2019-11-21 Pavel Labathdwarfdump --statistics: Use new location list api
2019-11-21 Simon Atanasyan[mips] Rename test case. NFC
2019-11-21 Simon Atanasyan[mips] Remove unused `IsPCRelativeLoad` MIPS instructio...
2019-11-21 Simon Atanasyan[mips] Remove addresses from the test case. NFC
2019-11-21 Benjamin KramerRevert "[DependenceAnalysis] Dependecies for loads...
2019-11-21 Sven van Haastregt[OpenCL] Fix address space for base method call (PR43145)
2019-11-21 Tim NorthoverAtomics: support min/max orthogonally
2019-11-21 Ilya BiryukovRevert "[Driver] Use VFS to check if sanitizer blacklis...
2019-11-21 Martin Storsjö[COFF] Widen PE32Header fields to fit 64 bit versions
2019-11-21 Raphael Isemann[lldb][NFC] Move searching for the local variable names...
next