2020-01-23 |
Artem Belevich | [CUDA] Fix order of memcpy arguments in __shfl_*(<64... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Evgenii Stepanov | Change internal_start_thread arguments to match pthread... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Dan Liew | [CMake] Refactor iOS simulator/device test configuratio... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Dan Liew | [CMake][NFC] Refactor iOS simulator/device test configu... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Dan Liew | [CMake][NFC] Refactor iOS simulator/device test configu... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Jim Ingham | Clang added a new feature to the ObjC compiler that... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Jonas Devlieghere | [lldb/Commands] Fix, rename and document column number... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Roman Lebedev | Partially revert "[IR] Attribute/AttrBuilder: use Value... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Richard Smith | Re-add documentation for -flax-vector-conversions=... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Fangrui Song | [ELF] --no-dynamic-linker: don't emit undefined weak... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Reid Kleckner | [PDB] Simplify API for making section map, NFC |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Nathan Ridge | [clangd] Add C++20 concepts support to TargetFinder |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Nathan Ridge | [clangd] Add C++20 concepts support to findExplicitRefe... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Roman Lebedev | Revert "[Sema] Sanity-check alignment requested via... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Roman Lebedev | Revert "[Sema] Attempt to perform call-size-specific... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Matt Arsenault | AMDGPU: Fix ubsan error |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Roman Lebedev | [Sema] Don't disallow placing `__attribute__((alloc_ali... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Roman Lebedev | [Codegen] If reasonable, materialize clang's `AllocAlig... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Roman Lebedev | [Codegen] If reasonable, materialize clang's `AssumeAli... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Roman Lebedev | [IR] Attribute/AttrBuilder: use Value::MaximumAlignment... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Roman Lebedev | [Sema] Attempt to perform call-size-specific `__attribu... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Roman Lebedev | [Sema] Sanity-check alignment requested via `__attribut... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Petr Hosek | Include phabricator.uri in .arcconfig |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Teresa Johnson | [WPD/VFE] Always emit vcall_visibility metadata for... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Alina Sbirlea | [LoopIdiomRecognize] Teach LoopIdiomRecognize to preser... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Marcello Maggioni | [mlir] Add option to use custom base class for dialect... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Jonas Devlieghere | [lldb] s/lldb/%lldb in another test |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Alina Sbirlea | [IndVarSimplify] Fix for MemorySSA preserve. |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Fangrui Song | [AArch64][test] Fix MC/AArch64 tests after D72799 |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Fangrui Song | [AArch64][test] Fix tests after D72799 |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Fangrui Song | [ELF] Pass `Relocation` to relaxGot and relaxTls{GdToIe... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Justin Bogner | [LoopUnroll] Avoid UB when converting from WeakVH to... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Michał Górny | [openmp] Disable archer if LIBOMP_OMPT_SUPPORT is off |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Danilo Carvalho... | [SVE] Add SVE2 patterns for unpredicated multiply instr... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Ahmed Taei | [mlir] Fix vectorize transform crashing on none-op... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Simon Pilgrim | [X86] LowerRotate - early out for vector rotates by... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Simon Pilgrim | [X86] Add test showing failure to remove vector rotate... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Simon Pilgrim | [X86] Add AVX512 tests for vector rotations |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Simon Pilgrim | [SelectionDAG] ComputeNumSignBits - add ISD::ADD demand... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Saar Raz | [Concepts] Placeholder constraints and abbreviated... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Gabor Horvath | [analyzer] Improve FuchsiaHandleChecker's diagnostic... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Sam Parker | [RDA] Skip debug values |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Matt Arsenault | AMDGPU/GlobalISel: Select V_ADD3_U32/V_XOR3_B32 |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Matt Arsenault | GlobalISel: Use Register |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Hans Wennborg | clang-cl: Parse /QIntel-jcc-erratum |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Simon Pilgrim | [SelectionDAG] ComputeNumSignBits - add ISD::ADD vector... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Simon Pilgrim | [X86][SSE] Add ComputeNumSignBits tests for (ADD (AND... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Guillaume Chatelet | [Alignment][NFC] Use Align with CreateAlignedStore |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Matt Arsenault | AMDGPU: Check for other uses when looking through caste... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Sam Parker | [NFC][ARM] Add test |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Simon Pilgrim | [SelectionDAG] ComputeNumSignBits - add ISD::SUB demand... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Simon Pilgrim | [X86][AVX] Add AVX1/AVX2 ashr vector tests |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Kelvin Li | [OpenMP] change omp_atk_* and omp_atv_* enumerators... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Alexey Bataev | [OPENMP]Fix use of local allocators in allocate clauses. |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Michael Liao | [hip] Remove `-Werror=format-nonliteral` |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Michael Liao | Fix GCC warning/error '-fpermission'. NFC. |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Krzysztof Parzyszek | [Hexagon] Remove unused operand definitions: s10_0Imm... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Sergej Jaskiewicz | Revert "[tablegen] Emit string literals instead of... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Alexey Lapshin | [Dsymutil][Debuginfo][NFC] #4 Refactor dsymutil to... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Kazushi (Jam... | [VE] add, sub, left/right shift isel patterns |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Kazu Hirata | Revert "Resubmit: [JumpThreading] Thread jumps through... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Kadir Cetinkaya | [clang][CodeComplete] Make completion work after initia... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Simon Moll | [VE][NFC] re-write RR* isel class using null_frag |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Simon Tatham | [ARM,MVE] Make the MVE intrinsics work in C++! |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Luke Drummond | [tablegen] Emit string literals instead of char arrays |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Alex Zinenko | Revert "[mlir] Add baseAttr to TypedArrayAttrBase." |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Jay Foad | [CodeGen] Make use of MachineInstrBuilder::getReg |
commit | commitdiff | tree | snapshot |
2020-01-23 |
LLVM GN Syncbot | [gn build] Port 2f6987ba61c |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Sam Parker | [NFC][RDA] Make the interface const |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Simon Pilgrim | [SelectionDAG] Compute Known + Sign Bits - merge INSERT... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Fedor Sergeev | [LoopRotate] add ability to repeat loop rotation until... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Guillaume Chatelet | [Alignement][NFC] Deprecate untyped CreateAlignedLoad |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Krasimir Georgiev | Treat C# `using` as a control statement |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Kerry McLaughlin | [AArch64][SVE] Add first-faulting load intrinsic |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Simon Tatham | [ARM,MVE] Support immediate vbicq,vorrq,vmvnq intrinsics. |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Simon Tatham | [ARM,MVE] Revise immediate VBIC/VORR to look more like... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Miloš Stojanović | [llvm-exegesis] Don't use unsupported aliasing instructions |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Thomas Preud... | [FileCheck] Strengthen error checks in unit tests |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Simon Pilgrim | [SelectionDAG] ComputeKnownBits - merge EXTRACT_VECTOR_... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Simon Pilgrim | [SelectionDAG] Compute Known + Sign Bits - merge INSERT... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Martin Storsjö | [LLD] [COFF] Silence a GCC warning about an unused... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Djordje Todorovic | [NFC][DwarfDebug] Use proper analog GNU attribute for... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Benjamin Kramer | [mlir] Shrink-wrap anonymous namespaces around the... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Clement Courbet | [llvm-exegesis] Allow the randomizer to fail nicely... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Sam McCall | Revert "[Concepts] Placeholder constraints and abbrevia... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Raphael Isemann | [lldb][NFC] Delete empty file source/Host/linux/Process... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Russell Gallop | [test] Avoid loop-unroll.c test getting confused by... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Georgii Rymar | [llvm-readobj][test] - Add a check for --dyn-syms. |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Georgii Rymar | [Object][test] - Remove readobj-elf-versioning.test... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Raphael Isemann | [lldb][NFC] Rename ClangASTContext to TypeSystemClang |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Clement Courbet | [llvm-exegesis] Restrict to allowed back-to-back instru... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Markus Böck | [LLD][COFF] Enable linking of __declspec(selectany... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Daniil Suchkov | [SSAUpdater] Don't call ValueIsRAUWd upon single use... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Igor Kudrin | [DWARF] Eliminate the DWARFDebugNames::Header::Padding... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Igor Kudrin | [DWARF] Get rid of DWARFDebugNames::HeaderPOD. NFC. |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Saar Raz | [Concepts] Profile TypeConstraints in ProfileTemplatePa... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Saar Raz | Revert "[Concepts] Profile TypeConstraints in ProfileTe... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Igor Kudrin | [DWARF] Support 64-bit DWARF in .debug_pubnames and... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Saar Raz | [Concepts] Profile TypeConstraints in ProfileTemplatePa... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Martin Storsjö | [lldb/Test] Don't add a check-* target as dependency... |
commit | commitdiff | tree | snapshot |
next |