platform/upstream/llvm.git
2020-02-09 Fangrui Song[ELF][test] Use llvm-readelf -l instead of llvm-readobj...
2020-02-09 MaheshRavishankar[mlir][GPUToSPIRV] Modify the lowering of gpu.block_dim...
2020-02-09 Craig Topper[X86] Add more scalar intrinsic instructions to isNonFo...
2020-02-09 Johannes Doerfert[Attributor] Add an Attributor CGSCC pass and run it
2020-02-09 Fangrui SongFix -Wunused-lambda-capture for -DLLVM_ENABLE_ASSERTION...
2020-02-09 Johannes Doerfert[FIX] Ordering problem accidentally introduced with...
2020-02-09 Craig Topper[X86] Add the recently added (V)CVTSS2SI/CVTSD2SI instr...
2020-02-09 Johannes Doerfert[FIX] Fix warning in LazyCallGraphTest caused by D70927
2020-02-09 fady[OpenMP][OMPIRBuilder] Add Directives (master and criti...
2020-02-09 Johannes Doerfert[OpenMP][Opt] Delete terminating and read-only parallel...
2020-02-09 Johannes Doerfert[OpenMP][Opt] Annotate known runtime functions and...
2020-02-09 Nico Weber[gn build] (manually) port 72277ecd62e and the LLVMBuil...
2020-02-08 Craig Topper[X86] Use any_fadd/sub/mul/div/sqrt with the AVX512...
2020-02-08 River Riddle[mlir][DeclarativeParser] Move several missed parsers...
2020-02-08 River Riddle[mlir][DeclarativeParser] Add support for attributes...
2020-02-08 Dmitry Murygin[mlir][quantizer] Add gathering of per-axis statistics...
2020-02-08 River Riddle[mlir] Add support for generating debug locations from...
2020-02-08 Fangrui Song[gn build] Add OpenMPOpt.cpp to LLVMipo after D69930...
2020-02-08 Fangrui Song[ELF] Simplify parsing of version dependency. NFC
2020-02-08 Simon PilgrimFix test name typo
2020-02-08 Nikita Popov[InstCombine] Refactor foldICmpAndShift(); NFCI
2020-02-08 Johannes Doerfert[FIX] Update PM tests after D69930 landed
2020-02-08 Simon Pilgrim[X86][SSE] Add test cases from PR44379
2020-02-08 Simon Pilgrim[X86] Test showing inability to combine ROTLI/ROTRI...
2020-02-08 Johannes Doerfert[OpenMP] Introduce the OpenMPOpt transformation pass
2020-02-08 Johannes DoerfertIntroduce a CallGraph updater helper class
2020-02-08 George Burgess IV[SimplifyLibCalls] Add __strlen_chk.
2020-02-08 Nikita Popov[InstCombine] Fix infinite min/max canonicalization...
2020-02-08 River Riddle[mlir] Add a utility method on CallOpInterface for...
2020-02-08 Nicolas Vasilache[mlir][EDSC] NFC - Move StructuredIndexed and IteratorT...
2020-02-08 River Riddle[mlir] Add a document detailing the design of the Symbo...
2020-02-08 Craig Topper[LegalizeTypes][ARM][AArch64][PowerPC][RISCV][X86]...
2020-02-08 Simon Pilgrim[X86] X86InstComments - add FMA4 comments
2020-02-08 Simon Pilgrim[X86] Standardize BROADCAST enum names (PR31079)
2020-02-08 Nikita Popov[InstCombine] Remove unnecessary worklist push; NFCI
2020-02-08 Nikita Popov[InstCombine] Avoid modifying instructions in-place
2020-02-08 Nikita Popov[InstCombine] Use swapValues(); NFC
2020-02-08 Nikita Popov[InstCombine] Fix infinite loop in min/max load/store...
2020-02-08 Simon PilgrimRegenerate FMA tests
2020-02-08 Simon PilgrimAdd missing encoding comments from fma scalar folded...
2020-02-08 Benjamin KramerPut back makeArrayRef to make GCC 5 happy
2020-02-08 Simon Pilgrim[X86] Standardize VPSLLDQ/VPSRLDQ enum names (PR31079)
2020-02-08 Benjamin KramerDrop some uses of StringLiteral in favor of StringRef
2020-02-08 serge-sans... Revert "Support -fstack-clash-protection for x86"
2020-02-08 Victor CamposRevert "[ARM] Improve codegen of volatile load/store...
2020-02-08 Igor Kudrin[DebugInfo] Allow reading an address table with a misma...
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...
next