- 056f15e More constexpr from P0202. count and count_if. Also fix a comment that Morwenn noted. by Marshall Clow · 7 years ago
- 404ee02 Some of the tests from earlier today had 'int' as the return type when it should have been 'bool'. Fix that. It doesn't change the behavior of any of the tests, but it's more accurate. by Marshall Clow · 7 years ago
- 8694428 More P0202 constexpr-ifying. All the find_XXX algorithms in this commit. by Marshall Clow · 7 years ago
- b60f1b6 [PCH] Serialize skipped preprocessor ranges by Cameron Desrochers · 7 years ago
- bbe81f2 [OPENMP] Update docs for OpenMP status, NFC. by Alexey Bataev · 7 years ago
- 8451efa [OPENMP] Add codegen for `depend` clauses on `target` directive. by Alexey Bataev · 7 years ago
- 62875fc [AMDGPU] Add HW_REG_SH_MEM_BASES symbolic name for s_getreg_b32 by Stanislav Mekhanoshin · 7 years ago
- 7fb738a [Hexagon] Implement signed and unsigned multiply-high for vectors by Krzysztof Parzyszek · 7 years ago
- b8f2a1e [Hexagon] Rewrite LowerVECTOR_SHUFFLE for 32-/64-bit vectors by Krzysztof Parzyszek · 7 years ago
- c814872 [clang-tidy] Expand readability-redundant-smartptr-get to understand implicit converions to bool in more contexts. by Samuel Benzaquen · 7 years ago
- f630047 [AMDGPU] Copy impdefs from pseudo to real instructions by Stanislav Mekhanoshin · 7 years ago
- 79add5f [X86] Fix typos in WriteVMOVNTDQSt and WriteVMOVNTPYSt pattern names. NFCI. by Simon Pilgrim · 7 years ago
- 8cbdd48 [RISCV] Implement RISCV ABI lowering by Alex Bradbury · 7 years ago
- 674f912 partition_point gets the P0202 treatment by Marshall Clow · 7 years ago
- 706ffef More constexpr algorithms from P0202. any_of/all_of/none_of. by Marshall Clow · 7 years ago
- 8a3735c [docs] Fix mention of GCC frontend by Jan Korous · 7 years ago
- 0917c9e [WebAssembly] Make WasmObjectWriter's destructor public; NFC by Dan Gohman · 7 years ago
- 49c7643 First part of P0202: Adding constexpr modifiers to functions in <algorithm> and <utility>. This commit is all the is_XXX algorithms. by Marshall Clow · 7 years ago
- 776a81a [SystemZ] Check for legality before doing LOAD AND TEST transformations. by Jonas Paulsson · 7 years ago
- 264a683 Allow function_ref(nullptr) like std::function, since it's nullable already by Sam McCall · 7 years ago
- da1fad3 [X86] Add missing predicates for VRNDSCALES{D,S}{m,r} by Clement Courbet · 7 years ago
- e58c0c9 Update BTVER2 sched numbers for some AVX instructions (xmm version). by Andrew V. Tischenko · 7 years ago
- 36c7be6 [X86]Add missing predicates for VMOVDQUYrm,VMOVDQUYmr. by Clement Courbet · 7 years ago
- 5aa809d [AArch64][AsmParser] Cleanup isSImm7s4, isSImm7s8, (etc) functions. by Sander de Smalen · 7 years ago
- 0faecf0 [clangd] Merge results from static/dynamic index. by Sam McCall · 7 years ago
- 54076fe [clang-format] Adds a FormatStyleSet by Krasimir Georgiev · 7 years ago
- 41a1374 [X86] Fix missing predicates HasAVX512 Predicates in avx512_sqrt_scalar. by Clement Courbet · 7 years ago
- dbda2851 One more attempt to fix NetBSD build by Pavel Labath · 7 years ago
- e831bb3 Fix NetBSD build for llvm r322475 by Pavel Labath · 7 years ago
- e04f8ab [Support] Remove MemoryBuffer::getNewMemBuffer by Pavel Labath · 7 years ago
- 736a343 Revert "[DAG] Elide overlapping stores" by Benjamin Kramer · 7 years ago
- 7457aa0 [LV] Don't call recordVectorLoopValueForInductionCast for newly-created IV from a trunc. by Andrei Elovikov · 7 years ago
- cc2ba028 Fix HostInfoBase::ComputeSharedLibraryDirectory comment by Pavel Labath · 7 years ago
- fb64e01 [X86][AVX512F_512]: Adding full coverage of MC encoding for the AVX512F 512 bits isa sets.<NFC> by Gadi Haber · 7 years ago
- 4653b1a [GlobalsAA] Don't let dbg intrinsics affect analysis result by Mikael Holmen · 7 years ago
- 6b2e018 Clang counterpart change for fuzzer FreeBSD support by Kamil Rytarowski · 7 years ago
- d0fe502 [NFC] Fix comment to adjust to reality by Max Kazantsev · 7 years ago
- 7ccd461 [BasicAA] Stop crashing when dealing with pointers > 64 bits. by Davide Italiano · 7 years ago
- 5eccf52 [GlobalISel][Legalizer] Convert some typedefs to using. NFC. by Amara Emerson · 7 years ago
- 700552d [X86][SSE] Tag PR21137 test case by Simon Pilgrim · 7 years ago
- 6c2dee0c [X86] Add test cases for D41794. by Craig Topper · 7 years ago
- 1b6440f [X86][SSE] Add PR22391 test case by Simon Pilgrim · 7 years ago
- 7197a452 [X86] Autoupgrade kunpck intrinsics using vector operations instead of scalar operations by Craig Topper · 7 years ago
- f517f1a [X86] Implement old kunpck intrinsics using vector ops on vXi1 instead of integer shift/and/or by Craig Topper · 7 years ago
- 7c3088e [X86] Regenerate fp128 test by Simon Pilgrim · 7 years ago
- 9904fe7 [X86][SSE] Support combining MOVLHPS undef inputs by Simon Pilgrim · 7 years ago
- 73cebe8 [X86][SSE] Add v2f64 3u shuffle test by Simon Pilgrim · 7 years ago
- 527bf92 [x86] auto-generate complete checks; NFC by Sanjay Patel · 7 years ago
- 9568f42 [InstSimplify] fix code comments; NFC by Sanjay Patel · 7 years ago
- b286823 [X86] Use ISD::TRUNCATE instead of X86ISD::VTRUNC when input and output types have the same number of elements. by Craig Topper · 7 years ago
- 57d5805 [X86] Add X86ISD::VTRUNC to computeKnownBitsForTargetNode. by Craig Topper · 7 years ago
- fe148c8 Remove dead code. by Rui Ueyama · 7 years ago
- 84d036a Reland "[Driver] Update default sanitizer blacklist location" by Petr Hosek · 7 years ago
- 77cfaca Reland "Install resource files into a share/ directory" by Petr Hosek · 7 years ago
- e9fc0cd [X86] Improve legalization of vXi16/vXi8 selects. by Craig Topper · 7 years ago
- 7a3b101 [X86] Add an avx512bw command line to the avx512-vec-cmp.ll test. Add some additional test cases. by Craig Topper · 7 years ago
- 67d48650 [clang-format] [NFC] Remove comment by Mark Zeren · 7 years ago
- 4995614 [docs] Use monospace for PCH option flags by Brian Gesiak · 7 years ago
- 652f9a1 X86: Add pattern matching for PMADDWD by Zvi Rackover · 7 years ago
- ceb987f [Driver] Add "did you mean?" suggestions to -cc1as by Brian Gesiak · 7 years ago
- f408745 [X86] Regenerate double shift tests by Simon Pilgrim · 7 years ago
- 09b4be5 [clangd] Fix uninitialized-read found by asan by Sam McCall · 7 years ago
- a697df52 [WebAssembly] Fix build failures due to warning by Sam Clegg · 7 years ago
- f98bccf06 Revert "[WebAssembly] Move checking of InputSegment comdat group earlier" by Sam Clegg · 7 years ago
- 7c11dbf [WebAssembly] Move checking of InputSegment comdat group earlier by Sam Clegg · 7 years ago
- 4158eff [InstSimplify] fold implied null ptr check (PR35790) by Sanjay Patel · 7 years ago
- fda9dae [Sema] Fix crash for type-dependent base classes by Jan Korous · 7 years ago
- 0a80f89 [Sanitizers, LSan, Darwin] Allow for lack of VM_MEMORY_OS_ALLOC_ONCE by Francis Ricci · 7 years ago
- 20acf93 [X86][MMX] Add test for MMX zero folding by Simon Pilgrim · 7 years ago
- e0f80dd Fix test/Driver/riscv32-toolchain.c for builds setting CLANG_DEFAULT_LINKER by Alex Bradbury · 7 years ago
- 63f1f32 X86 Tests: add more pamddwd cases. NFC by Zvi Rackover · 7 years ago
- 10a0257 [lldb] Add support to cache a PDB's global scope and fix a bug in getting the source file name for a compiland by Aaron Smith · 7 years ago
- 6f109f8 [X86] Add DAG combine to promote vXi1 result of a vXi8/vXi16 setcc when we have AVX512 but not BWI. by Craig Topper · 7 years ago
- 56ae0a6 DR126: partially implement the const-correct rules for exception handler matching. by Richard Smith · 7 years ago
- b22d170 XFAIL a test on Darwin, line-table stuck on DWARF 2 by Paul Robinson · 7 years ago
- 080e0d4 [hwasan] An LLVM flag to disable stack tag randomization. by Evgeniy Stepanov · 7 years ago
- c2b340a Revert "[SanitizerCoverage][Fuchsia] Make TracePcGuardController linker-initialized" by Petr Hosek · 7 years ago
- f9c6317 Remove unused addIfPresent function. by Eric Christopher · 7 years ago
- 9ea500b Remove extraneous semicolon. by Eric Christopher · 7 years ago
- 757e120 [MachineOutliner] Move hasAddressTaken check to MachineOutliner.cpp by Jessica Paquette · 7 years ago
- 5bbba48 [SanitizerCoverage][Fuchsia] Make TracePcGuardController linker-initialized by Petr Hosek · 7 years ago
- 4a379c3 [WebAssembly] Use ArrayRef over raw pointers by Sam Clegg · 7 years ago
- 4463ae4 Switch from Bourne shell to simply base shell to build libfuzzer by Kamil Rytarowski · 7 years ago
- 7570238 Fix incorrect physical address on self-referencing AT command. by Rafael Espindola · 7 years ago
- 5923a6d Try to suppress Windows testing again. by Richard Trieu · 7 years ago
- 75ced9d [AMDGPU] stop image_store being moved illegally by Tim Renouf · 7 years ago
- 9f0115f We have two sources for path remapping information that we get out by Jason Molenda · 7 years ago
- 0d29aaf Fix test on Windows that was added in r322382. by Douglas Yung · 7 years ago
- e2dfdbf Do not pass an argument that can be easily inferred from other argument. by Rui Ueyama · 7 years ago
- e0f6fcd [WebAssembly] Add COMDAT support by Sam Clegg · 7 years ago
- d103612 When rebuilding an InitListExpr, don't give it a type. by Richard Smith · 7 years ago
- 212f3b9 [DWARFv5] Have -gdwarf-5 generate MD5 checksums by Paul Robinson · 7 years ago
- f61910d [WebAssembly] Fix typo in file header by Sam Clegg · 7 years ago
- 6691e40 [InstSimplify] add tests for implied ptr cmp with null (PR35790); NFC by Sanjay Patel · 7 years ago
- 1ebd1c4 [analyzer] Don't flag strcpy of string literals into sufficiently large buffers. by Artem Dergachev · 7 years ago
- 59e4e40 [libFuzzer] Fix bug introduced in r322380 that always links -lc++. by Matt Morehouse · 7 years ago
- 2a06afa [WebAssembly] Add --export flag to force a symbol to be exported by Sam Clegg · 7 years ago
- 6371180 Allow unaligned access to ELF file data structures. by Rui Ueyama · 7 years ago
- 5cdf038 Allocate and access NormalCleanupDest with the natural alignment of i32. by John McCall · 7 years ago
- 526fb05 Disable test for Windows to fix Windows buildbots. by Richard Trieu · 7 years ago