OSDN Git Service

android-x86/external-llvm-project.git
2020-01-24 Johannes Doerfert[Attributor] Avoid REQUIRED dependences in favor of...
2020-01-24 Johannes Doerfert[Attributor] Record dependences only when necessary
2020-01-24 Johannes Doerfert[Attributor][FIX] Avoid dangling pointers during code...
2020-01-24 Johannes Doerfert[Attributor][FIX] Handle non-pointers when following...
2020-01-24 Johannes Doerfert[Attributor][NFC] Do not (try to) simplify void values
2020-01-24 Jonas Devlieghere[lldb/Util] Use md5 instead of python's hash function.
2020-01-24 Teresa JohnsonFix bot failure from 59733525d37cf9ad88b5021b33ecdbaf2e...
2020-01-24 Dmitry Polukhin[clang-tidy] Add clang-tidy headers to clang distribution
2020-01-24 Alina Sbirlea[LoopStrengthReduce] Reuse utility method to clean...
2020-01-24 Saar Raz[Concepts] Make constraint expressions unevaluated...
2020-01-24 Johannes Doerfert[Attributor][FIX][Alignment] Do not report a change...
2020-01-24 Johannes Doerfert[Attributor][NFC] Add an assertion
2020-01-24 Johannes Doerfert[Attributor][NFC] Fix spelling
2020-01-24 Johannes Doerfert[Attributor] `byval` arguments are always `noalias`
2020-01-24 Johannes Doerfert[Attributor][FIX] Store alignment only holds for the...
2020-01-24 Teresa Johnson[LTO/WPD] Enable aggressive WPD under LTO option
2020-01-24 Alina Sbirlea[Utils] Use WeakTrackingVH in vector used as scratch...
2020-01-24 Reid Kleckner[MS] Overhaul how clang passes overaligned args on...
2020-01-23 Amara Emerson[AArch64][GlobalISel] Remove duplicate attribute lookup...
2020-01-23 aartbik[mlir] [VectorOps] fixed minor typos in vector ops doc
2020-01-23 Dominik Adamski[NFC][ScopBuilder] Move RecordedAssumptions vector...
2020-01-23 Hubert Tong[tests] Use host-based XFAIL for test/MC/AMDGPU/hsa...
2020-01-23 Saar Raz[Concepts] Deprecate -fconcepts-ts, enable Concepts...
2020-01-23 shafik[LLDB] Fix the handling of unnamed bit-fields when...
2020-01-23 Amara Emerson[AArch64][GlobalISel] Fallback if the +strict-align...
2020-01-23 Jonas Devlieghere[lldb/Test] Disallow using substituted binaries in...
2020-01-23 Mitch Phillips[Clang][IFS][Test] Work around in-process cc1 ASAN...
2020-01-23 Jonas Devlieghere[lldb/Test] Disable command-breakpoint-col.test on...
2020-01-23 aartbik[mlir] [VectorOps] Implement vector tuple get folding
2020-01-23 Florian Hahn[IPSCCP] Use ParamState for arguments at call sites.
2020-01-23 Saar Raz[Concepts] Implement P1616R1 - Using unconstrained...
2020-01-23 Matt ArsenaultGlobalISel: Add MIPatternMatch for G_ICMP/G_FCMP
2020-01-23 Matt ArsenaultAMDGPU/GlobalISel: Fix RegBanKSelect for llvm.amdgcn...
2020-01-23 Saar Raz[Concepts] Add ExpressionEvaluationContexts to instanti...
2020-01-23 Teresa Johnson[ThinLTO] Summarize vcall_visibility metadata
2020-01-23 Artem Belevich[CUDA] Fix order of memcpy arguments in __shfl_*(<64...
2020-01-23 Evgenii StepanovChange internal_start_thread arguments to match pthread...
2020-01-23 Dan Liew[CMake] Refactor iOS simulator/device test configuratio...
2020-01-23 Dan Liew[CMake][NFC] Refactor iOS simulator/device test configu...
2020-01-23 Dan Liew[CMake][NFC] Refactor iOS simulator/device test configu...
2020-01-23 Jim InghamClang added a new feature to the ObjC compiler that...
2020-01-23 Jonas Devlieghere[lldb/Commands] Fix, rename and document column number...
2020-01-23 Roman LebedevPartially revert "[IR] Attribute/AttrBuilder: use Value...
2020-01-23 Richard SmithRe-add documentation for -flax-vector-conversions=...
2020-01-23 Fangrui Song[ELF] --no-dynamic-linker: don't emit undefined weak...
2020-01-23 Reid Kleckner[PDB] Simplify API for making section map, NFC
2020-01-23 Nathan Ridge[clangd] Add C++20 concepts support to TargetFinder
2020-01-23 Nathan Ridge[clangd] Add C++20 concepts support to findExplicitRefe...
2020-01-23 Roman LebedevRevert "[Sema] Sanity-check alignment requested via...
2020-01-23 Roman LebedevRevert "[Sema] Attempt to perform call-size-specific...
2020-01-23 Matt ArsenaultAMDGPU: Fix ubsan error
2020-01-23 Roman Lebedev[Sema] Don't disallow placing `__attribute__((alloc_ali...
2020-01-23 Roman Lebedev[Codegen] If reasonable, materialize clang's `AllocAlig...
2020-01-23 Roman Lebedev[Codegen] If reasonable, materialize clang's `AssumeAli...
2020-01-23 Roman Lebedev[IR] Attribute/AttrBuilder: use Value::MaximumAlignment...
2020-01-23 Roman Lebedev[Sema] Attempt to perform call-size-specific `__attribu...
2020-01-23 Roman Lebedev[Sema] Sanity-check alignment requested via `__attribut...
2020-01-23 Petr HosekInclude phabricator.uri in .arcconfig
2020-01-23 Teresa Johnson[WPD/VFE] Always emit vcall_visibility metadata for...
2020-01-23 Alina Sbirlea[LoopIdiomRecognize] Teach LoopIdiomRecognize to preser...
2020-01-23 Marcello Maggioni[mlir] Add option to use custom base class for dialect...
2020-01-23 Jonas Devlieghere[lldb] s/lldb/%lldb in another test
2020-01-23 Alina Sbirlea[IndVarSimplify] Fix for MemorySSA preserve.
2020-01-23 Fangrui Song[AArch64][test] Fix MC/AArch64 tests after D72799
2020-01-23 Fangrui Song[AArch64][test] Fix tests after D72799
2020-01-23 Fangrui Song[ELF] Pass `Relocation` to relaxGot and relaxTls{GdToIe...
2020-01-23 Justin Bogner[LoopUnroll] Avoid UB when converting from WeakVH to...
2020-01-23 Michał Górny[openmp] Disable archer if LIBOMP_OMPT_SUPPORT is off
2020-01-23 Danilo Carvalho... [SVE] Add SVE2 patterns for unpredicated multiply instr...
2020-01-23 Ahmed Taei[mlir] Fix vectorize transform crashing on none-op...
2020-01-23 Simon Pilgrim[X86] LowerRotate - early out for vector rotates by...
2020-01-23 Simon Pilgrim[X86] Add test showing failure to remove vector rotate...
2020-01-23 Simon Pilgrim[X86] Add AVX512 tests for vector rotations
2020-01-23 Simon Pilgrim[SelectionDAG] ComputeNumSignBits - add ISD::ADD demand...
2020-01-23 Saar Raz[Concepts] Placeholder constraints and abbreviated...
2020-01-23 Gabor Horvath[analyzer] Improve FuchsiaHandleChecker's diagnostic...
2020-01-23 Sam Parker[RDA] Skip debug values
2020-01-23 Matt ArsenaultAMDGPU/GlobalISel: Select V_ADD3_U32/V_XOR3_B32
2020-01-23 Matt ArsenaultGlobalISel: Use Register
2020-01-23 Hans Wennborgclang-cl: Parse /QIntel-jcc-erratum
2020-01-23 Simon Pilgrim[SelectionDAG] ComputeNumSignBits - add ISD::ADD vector...
2020-01-23 Simon Pilgrim[X86][SSE] Add ComputeNumSignBits tests for (ADD (AND...
2020-01-23 Guillaume Chatelet[Alignment][NFC] Use Align with CreateAlignedStore
2020-01-23 Matt ArsenaultAMDGPU: Check for other uses when looking through caste...
2020-01-23 Sam Parker[NFC][ARM] Add test
2020-01-23 Simon Pilgrim[SelectionDAG] ComputeNumSignBits - add ISD::SUB demand...
2020-01-23 Simon Pilgrim[X86][AVX] Add AVX1/AVX2 ashr vector tests
2020-01-23 Kelvin Li[OpenMP] change omp_atk_* and omp_atv_* enumerators...
2020-01-23 Alexey Bataev[OPENMP]Fix use of local allocators in allocate clauses.
2020-01-23 Michael Liao[hip] Remove `-Werror=format-nonliteral`
2020-01-23 Michael LiaoFix GCC warning/error '-fpermission'. NFC.
2020-01-23 Krzysztof Parzyszek[Hexagon] Remove unused operand definitions: s10_0Imm...
2020-01-23 Sergej JaskiewiczRevert "[tablegen] Emit string literals instead of...
2020-01-23 Alexey Lapshin[Dsymutil][Debuginfo][NFC] #4 Refactor dsymutil to...
2020-01-23 Kazushi (Jam... [VE] add, sub, left/right shift isel patterns
2020-01-23 Kazu HirataRevert "Resubmit: [JumpThreading] Thread jumps through...
2020-01-23 Kadir Cetinkaya[clang][CodeComplete] Make completion work after initia...
2020-01-23 Simon Moll[VE][NFC] re-write RR* isel class using null_frag
2020-01-23 Simon Tatham[ARM,MVE] Make the MVE intrinsics work in C++!
2020-01-23 Luke Drummond[tablegen] Emit string literals instead of char arrays
next