2020-01-10 |
Daniel Sanders | Update the attribution policy to use the 'Author' prope... |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Jonas Devlieghere | [lldb/Lua] Support loading Lua modules |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Raphael Isemann | [lldb] Remove FieldDecl stealing hack by rerouting... |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Craig Topper | [LegalizeVectorOps] Improve handling of multi-result... |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Fangrui Song | [ELF] Make TargetInfo::writeIgotPlt a no-op |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Fangrui Song | [Driver][CodeGen] Add -fpatchable-function-entry=N[,0] |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Fangrui Song | Support function attribute patchable_function_entry |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Fangrui Song | [X86] Support function attribute "patchable-function... |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Fangrui Song | [AArch64] Add function attribute "patchable-function... |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Simon Pilgrim | Fix "pointer is null" static analyzer warning. NFCI. |
commit | commitdiff | tree | snapshot |
2020-01-10 |
jasonliu | [AIX] Allow vararg calls when all arguments reside... |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Hiroshi Inoue | [examples] Add missing dependency in llvm examples |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Simon Pilgrim | Fix "pointer is null" static analyzer warning. NFCI. |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Simon Pilgrim | Fix "pointer is null" static analyzer warning. NFCI. |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Simon Pilgrim | [X86][AVX] lowerShuffleAsLanePermuteAndShuffle - consis... |
commit | commitdiff | tree | snapshot |
2020-01-10 |
LLVM GN Syncbot | [gn build] Port 5e7beb0a414 |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Sam McCall | [clangd] Fix targetDecl() on certain usage of ObjC... |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Yonghong Song | [BPF] extend BTF_KIND_FUNC to cover global, static... |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Sanjay Patel | [InstCombine] add tests for fsub; NFC |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Denis Khalikov | [mlir][spirv] Fix typos related to (de)serialization. |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Gabor Marton | [analyzer] Add PlacementNewChecker |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Adrian Prantl | Add missing nullptr checks. |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Andrew Paverd | Add support for __declspec(guard(nocf)) |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Nemanja Ivanovic | [PowerPC] Handle constant zero bits in BitPermutationSe... |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Jonas Toth | [NFC] format unittest for ExprMutAnalyzer |
commit | commitdiff | tree | snapshot |
2020-01-10 |
James Henderson | [DebugInfo][NFC] Remove unused variable/fix variable... |
commit | commitdiff | tree | snapshot |
2020-01-10 |
James Henderson | [DebugInfo] Improve error message text |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Alexey Bataev | [LIBOMPTARGET]Ignore empty target descriptors. |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Matt Arsenault | AMDGPU/GlobalISel: Clamp G_ZEXT source sizes |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Tatyana Krasnukha | [lldb][tests] Make it possible to expect failure for... |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Tatyana Krasnukha | [lldb][tests][NFC] Unify variable naming convention |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Ulrich Weigand | [FPEnv] Invert sense of MIFlag::FPExcept flag |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Sam Parker | [ARM][MVE] Tail predicate VMAX,VMAXA,VMIN,VMINA |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Jan Kratochvil | RangeDataVector: Support custom sorting for D63540 |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Sjoerd Meijer | ARMLowOverheadLoops: a few more dbg msgs to better... |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Benjamin Kramer | Sprinkle some constexpr on default ctors so the compile... |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Diogo Sampaio | Reverting, broke some bots. Need further investigation. |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Tatyana Krasnukha | [lldb][tests] Cleanup '.categories' |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Ulrich Weigand | [FPEnv] Generate constrained FP comparisons from clang |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Tatyana Krasnukha | [lldb][test] NFC, re-use _getTestPath() function |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Tatyana Krasnukha | [lldb][tests] Take into account all parent's categories... |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Andrew Ng | [Support] ThreadPoolExecutor fixes for Windows/MinGW |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Pavel Labath | [lldb] Surpress "bitfield too small" gcc warning |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Ilya Biryukov | [CodeComplete] Suggest 'return nullptr' in functions... |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Pavel Labath | [lldb/DWARF] Don't automatically search dwo unit attributes |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Pavel Labath | [lldb/lua] Make convenience_variables.test compatible... |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Diogo Sampaio | [ARM][Thumb2] Fix ADD/SUB invalid writes to SP |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Simon Tatham | [ARM,MVE] Make `vqrshrun` generate the right instruction. |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Simon Pilgrim | Fix "pointer is null" static analyzer warnings. NFCI. |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Jaroslav Sevcik | Data formatters: Look through array element typedefs |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Simon Pilgrim | Fix Wdocumentation warning. NFCI. |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Simon Pilgrim | Fix Wdocumentation warning. NFCI. |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Simon Pilgrim | [X86][AVX] Add tests for v8f32/v8i32 089abcde and 0189a... |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Simon Pilgrim | Don't use dyn_cast_or_null if we know the pointer is... |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Benjamin Kramer | [LV] Silence unused variable warning in Release builds... |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Peng Guo | [MIR] Fix cyclic dependency of MIR formatter |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Serge Guelton | XFAIL load_extension.ll test on macOS only |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Sergej Jaskiewicz | [CMake] Support running libc++abi tests in CrossWinToAR... |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Sergej Jaskiewicz | [libcxx] Force-cache LIBCXX_CXX_ABI_LIBRARY_PATH |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Sjoerd Meijer | Follow up of 67bf9a6154d4b82c, minor fix in test case... |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Sjoerd Meijer | [SVEV] Recognise hardware-loop intrinsic loop.decrement.reg |
commit | commitdiff | tree | snapshot |
2020-01-10 |
serge-sans... | Fix several issues with compiler extensions |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Kadir Cetinkaya | [clangd] Fix markdown rendering in VSCode |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Kadir Cetinkaya | [clangd] Improve type printing in hover |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Qiu Chaofan | [NFC] [PowerPC] Add isPredicable for basic instrs |
commit | commitdiff | tree | snapshot |
2020-01-10 |
serge-sans... | Allow system header to provide their own implementation... |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Hans Wennborg | Restore order in clang-tidy section of release notes |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Gil Rapaport | [LV] VPValues for memory operation pointers (NFCI) |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Ilya Biryukov | [Syntax] Update comment, remove stale FIXME. NFC |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Sylvestre Ledru | clang-tidy doc - remove the widths |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Shoaib Meenai | [xray] Remove cl::sub from alias options |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Wei Mi | [ThinLTO] Pass CodeGenOpts like UnrollLoops/VectorizeLo... |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Nico Weber | fix another typo to cycle bots |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Nico Weber | fix a few typos to cycle the bots |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Shengchen Kan | [NFC] Style cleanup |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Richard Smith | CWG2352: Allow qualification conversions during referen... |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Douglas Yung | Relax opcode checks in test for G_READCYCLECOUNTER... |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Matt Arsenault | AMDGPU/GlobalISel: Select G_EXTRACT_VECTOR_ELT |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Matt Arsenault | AMDGPU/GlobalISel: Fix G_EXTRACT_VECTOR_ELT mapping... |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Fangrui Song | [ELF] Fix includeInDynsym() when an undefined weak... |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Jason Molenda | When reading Aux file in chunks, read consecutive byte... |
commit | commitdiff | tree | snapshot |
2020-01-09 |
Stanislav Mekhanoshin | [AMDGPU] Fix bundle scheduling |
commit | commitdiff | tree | snapshot |
2020-01-09 |
Jonas Devlieghere | [lldb] Remove spurious file |
commit | commitdiff | tree | snapshot |
2020-01-09 |
Matt Arsenault | AVR: Update for getRegisterByName change |
commit | commitdiff | tree | snapshot |
2020-01-09 |
Richard Smith | When diagnosing the lack of a viable conversion functio... |
commit | commitdiff | tree | snapshot |
2020-01-09 |
River Riddle | [mlir] Use getDenseElementBitwidth instead of Type... |
commit | commitdiff | tree | snapshot |
2020-01-09 |
Jonas Devlieghere | [lldb/Lua] Add lua typemaps for INOUT params |
commit | commitdiff | tree | snapshot |
2020-01-09 |
Matt Arsenault | TableGen/GlobalISel: Fix pattern matching of immarg... |
commit | commitdiff | tree | snapshot |
2020-01-09 |
Matt Arsenault | TableGen/GlobalISel: Add way for SDNodeXForm to work... |
commit | commitdiff | tree | snapshot |
2020-01-09 |
Matt Arsenault | GlobalISel: Handle llvm.read_register |
commit | commitdiff | tree | snapshot |
2020-01-09 |
Matt Arsenault | DAG: Don't use unchecked dyn_cast |
commit | commitdiff | tree | snapshot |
2020-01-09 |
Matt Arsenault | GlobalISel: Fix else after return |
commit | commitdiff | tree | snapshot |
2020-01-09 |
Matt Arsenault | CodeGen: Use LLT instead of EVT in getRegisterByName |
commit | commitdiff | tree | snapshot |
2020-01-09 |
Amara Emerson | [AArch64][GlobalISel] Implement selection of <2 x float... |
commit | commitdiff | tree | snapshot |
2020-01-09 |
Eric Schweitz | [mlir] add a missing dependency for Linalg conversion |
commit | commitdiff | tree | snapshot |
2020-01-09 |
Kern Handa | [mlir] mlir-cpu-runner test's cblas_interface should... |
commit | commitdiff | tree | snapshot |
2020-01-09 |
Alex Richardson | Add builtins for aligning and checking alignment of... |
commit | commitdiff | tree | snapshot |
2020-01-09 |
Christian Sigg | Add gdb pretty printer for MutableArrayRef, remove... |
commit | commitdiff | tree | snapshot |
2020-01-09 |
Matt Arsenault | GlobalISel: Move getLLTForMVT/getMVTForLLT |
commit | commitdiff | tree | snapshot |
2020-01-09 |
Matt Arsenault | TableGen/GlobalISel: Address fixme |
commit | commitdiff | tree | snapshot |
next |