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