platform/upstream/llvm.git
2020-02-08 serge_sans_pailleSupport -fstack-clash-protection for x86
2020-02-08 Benjamin KramerUse heterogenous lookup for std;:map<std::string with...
2020-02-08 Simon PilgrimAdd missing encoding comments from fma4 folded intrinsi...
2020-02-08 Benjamin KramerArrayRef'ize spillCalleeSavedRegisters. NFCI.
2020-02-08 Simon Pilgrim[X86][SSE] Add X86ISD::FRCP handling to isNegatibleForFree
2020-02-08 Simon Pilgrim[X86][SSE] Show isNegatibleForFree inability to peek...
2020-02-08 Simon Pilgrim[TargetLowering] Remove isDesirableToCombineBuildVector...
2020-02-08 Fangrui Song[Driver][test] Create empty file Inputs/basic_cross_lin...
2020-02-08 Fangrui Song[Driver] Don't pass -plugin LLVMgold.so when the linker...
2020-02-08 Fangrui Song[Driver][test] Refactor LLVMgold tests
2020-02-08 Fangrui Song[Driver][test] Fix Driver/hexagon-toolchain-elf.c for...
2020-02-08 Craig Topper[LegalizeDAG][X86][AMDGPU] Use ANY_EXTEND instead of...
2020-02-08 Akira Hatanaka[ObjC][ARC] Keep track of phis that have been discovere...
2020-02-08 Sam Clegg[WebAssembly] Fix signature of __powitf2 libcall
2020-02-08 Jan KratochvilRevert "[lldb] Fix+re-enable Assert StackFrame Recogniz...
2020-02-08 Petr HosekRevert "[clang-doc] Improving Markdown Output"
2020-02-08 Petr Hosek[clang-doc] Improving Markdown Output
2020-02-08 Heejin Ahn[WebAssembly] Add debug info to insts in Emscripten...
2020-02-08 Richard SmithPR12350: Handle remaining cases permitted by CWG DR...
2020-02-08 Jonas Devlieghere[lldb/Plugin] Use LLDB_PLUGIN_DECLARE to forward declar...
2020-02-08 Jim InghamAdd a test for adding and removing Listeners from a...
2020-02-08 David BlaikieLinker/module-max-warn.ll: Fix test to be compatible...
2020-02-08 Walter Erquinigo[lldb-vscode] remove deprecated trace option
2020-02-08 Walter Erquinigo[lldb-vscode] disable completions
2020-02-08 Jonas Devlieghere[lldb/Plugin] Don't define initializers inside lldb_private
2020-02-08 Akira Hatanaka[ObjC][ARC] Delete ARC runtime calls that take inert...
2020-02-08 David BlaikieIR Linking: Support merging Warning+Max module metadata...
2020-02-07 Amara Emerson[GlobalISel][CallLowering] Look through bitcasts from...
2020-02-07 Jonas Devlieghere[lldb/Plugins] Use external functions to (de)initialize...
2020-02-07 Craig Topper[X86] Correct the implementation of the avx512 masked...
2020-02-07 Craig Topper[X86] Add more avx512 masked fmaddsub/fmsubadd autoupgr...
2020-02-07 Jordan Rupprecht[lldb][test][NFC] Create a separate LLDB_TEST_SRC var...
2020-02-07 Jonas Devlieghere[CMake] Fix accidentally inverted condition
2020-02-07 Adrian PrantlReplace CHECK-NEXT with CHECK-DAG. The order isn't...
2020-02-07 Guillaume Chatelet[clang] Add support for __builtin_memcpy_inline
2020-02-07 Erik Pilkington[IRGen] Emit lifetime intrinsics around temporary aggre...
2020-02-07 Davide ItalianoRevert "[TestConvienceVariable] Clean the directory...
2020-02-07 Jason MolendaChange first test to be CHECK: to make the test run.
2020-02-07 Huihui ZhangReland "[AMDGPU] Fix data race on RegisterBank initiali...
2020-02-07 River Riddle[mlir][Pass] Enable printing pass options as part of...
2020-02-07 Huihui ZhangReland "[ARM] Fix data race on RegisterBank initializat...
2020-02-07 Davide Italiano[TestConvienceVariable] Clean the directory before...
2020-02-07 Petr Hosek[CMake] Use LLVM tools external project build where...
2020-02-07 natashaknk[mlir][spirv] Adding sin op in the GLSL extension
2020-02-07 Jan Kratochvil[lldb] Fix+re-enable Assert StackFrame Recognizer on...
2020-02-07 Huihui ZhangReland "[AArch64] Fix data race on RegisterBank initial...
2020-02-07 Nicolas Vasilache[mlir][VectorOps] Introduce a `vector.fma` op that...
2020-02-07 Nemanja Ivanovic[PowerPC] Fix spilling of vector registers in PEI of...
2020-02-07 Nicolas Vasilache[mlir][VectorOps] Expose and use llvm.intrin.fma*
2020-02-07 Alexey Bataev[OPENMP50]Add codegen for acq_rel clause in atomic...
2020-02-07 Sourabh Singh... [DebugInfo]: Fix the debuginfo-tests/llgdb-tests/apple...
2020-02-07 Richard Smith[cxx_status] Fix status of P1766R to not bleed into...
2020-02-07 Nico WeberRevert "Support -fstack-clash-protection for x86"
2020-02-07 Richard SmithImplement P1766R1: diagnose giving non-C-compatible...
2020-02-07 Changpeng FangAMDGPU: Enhancement on FDIV lowering in AMDGPUCodeGenPr...
2020-02-07 Fangrui Song[dsymutil] Delete unneeded parameter Triple from DWARFL...
2020-02-07 Vladimir VereschakaRevert "[CMake] Filter libc++abi and libunwind from...
2020-02-07 Kostya Kortchinsky[scudo][standalone] 32-bit improvement
2020-02-07 Jessica Paquette[AArch64][GlobalISel] Reland SLT/SGT TBNZ optimization
2020-02-07 Changpeng FangAMDGPU: Limit the search in finding the instruction...
2020-02-07 serge_sans_pailleSupport -fstack-clash-protection for x86
2020-02-07 MaheshRavishankar[mlir][Linalg] Implement fusion of linalg.generic opera...
2020-02-07 Sean Fertile[PowerPC] Create a FixedStack object for CR save in...
2020-02-07 Craig Topper[X86] Handle SETB_C32r/SETB_C64r in flag copy lowering...
2020-02-07 Jay Foad[AMDGPU] Use @LINE for error checking in gfx10 assemble...
2020-02-07 Michael Liao[clang] Fix linkage of nested lambdas.
2020-02-07 Matt ArsenaultAMDGPU/GlobalISel: Fix missing test for select of s64...
2020-02-07 Vedant Kumar[MachineInstr] Add isCandidateForCallSiteEntry predicate
2020-02-07 Pavel Labath[lldb] Group ABI plugins
2020-02-07 Med Ismail... [lldb/test] Skip the AssertFrameRecognizer test for...
2020-02-07 Fangrui Song[ELF][ARM][test] Keep arm-thumb-interwork-shared.s
2020-02-07 Petar Avramovic[GlobalISel] Add buildMerge with SrcOp initializer...
2020-02-07 Fangrui Song[yaml2obj][test] Simplify some e_machine EI_CLASS EI_DA...
2020-02-07 Fangrui Song[yaml2obj] Add -D k=v to preprocess the input YAML
2020-02-07 aartbik[mlir][VectorOps] Generalized vector.print to i32/i64
2020-02-07 Pavel Labath[lldb] Delete ValueObjectRegisterContext class
2020-02-07 Sanjay Patel[x86] don't create an unused constant vector
2020-02-07 Simon Pilgrim[X86] isNegatibleForFree - allow pre-legalized FMA...
2020-02-07 Amara Emerson[GlobalISel][IRTranslator] Add special case support...
2020-02-07 Michał Górny[lldb] Improve debugging 32-bit programs on NetBSD...
2020-02-07 Med Ismail... [lldb/test] Prevent TestFrameRecognizer.py to fail...
2020-02-07 Med Ismail... [lldb/Target] Fix `frame recognizer list` crash when...
2020-02-07 Nuno Lopes[docs] update mathjax path in doxygen
2020-02-07 Jinsong Ji[AsmPrinter] Print FP constant in hexadecimal form...
2020-02-07 Miloš Stojanović[llvm-exegesis] Improve error reporting in BenchmarkRun...
2020-02-07 Matt ArsenaultAMDGPU/GlobalISel: Fix move s.buffer.load to VALU
2020-02-07 Simon Tatham[TableGen] Fix spurious type error in bit assignment.
2020-02-07 Matt ArsenaultGlobalISel: Fix narrowing of G_CTPOP
2020-02-07 Matt ArsenaultGlobalISel: Fix lowering of G_CTLZ/G_CTTZ
2020-02-07 Alexandre GaneaRe-land "[Clang][Driver] Remove -M group options ....
2020-02-07 Alexey Bataev[OPENMP50]Add parsing/sema for acq_rel clause.
2020-02-07 Sam Parker[NFC][ARM] Update test
2020-02-07 OuHangKresnik[mlir] Add NoSideEffect to Affine min max
2020-02-07 Nico WeberRevert "[LLD][ELF][ARM] Do not substitute BL/BLX for...
2020-02-07 Sam Parker[NFC][ARM] Modified test with update script
2020-02-07 LLVM GN Syncbot[gn build] Port 446268a2234
2020-02-07 Miloš StojanovićRecommit: "[llvm-exegesis] Improve error reporting...
2020-02-07 Miloš StojanovićRecommit: "[llvm-exegesis] Improve error reporting"
2020-02-07 Miloš Stojanović[llvm-exegesis] Add a custom error for clustering
2020-02-07 Dmitry Preobrazhensky[AMDGPU][MC][DOC] Updated AMD GPU assembler syntax...
next