1. 2446e03 [X86] Don't allow optimizeCompareInstr to replace a CMP with BEXTR if the sign flag is used. by Craig Topper · 7 years ago
  2. 44dd504 AMDGPU: Don't peel of the offset if the resulting base could possibly be negative in Indirect addressing. by Changpeng Fang · 7 years ago
  3. ec2e0f9 [TextAPI][elfabi] Fix YAML support for weak symbols by Armando Montanez · 7 years ago
  4. bf6ada6 [BasicAA] Fix AA bug on dynamic allocas and stackrestore by Reid Kleckner · 7 years ago
  5. 77cc239 [RuntimeUnrolling] NFC: Add TODO and comments in connectProlog by Anna Thomas · 7 years ago
  6. e5aaa24 [x86] add movddup specialization for build vector lowering (PR37502) by Sanjay Patel · 7 years ago
  7. 8688ce4 [ARM] Set Defs = [CPSR] for COPY_STRUCT_BYVAL, as it clobbers CPSR. by Florian Hahn · 7 years ago
  8. 8089dbf [SelectionDAG] Remove KnownBits output paramater version. by Simon Pilgrim · 7 years ago
  9. 2d8917d [x86] remove excess check lines; NFC by Sanjay Patel · 7 years ago
  10. 417ee94 [x86] move misplaced tests; NFC by Sanjay Patel · 7 years ago
  11. 08d71b2 [GlobalISel][AArch64] Add support for widening G_FCEIL by Jessica Paquette · 7 years ago
  12. d52b476 [x86] add tests for possible horizontal op transform; NFC by Sanjay Patel · 7 years ago
  13. 8584d26 ReleaseNotes: Document removal of add_llvm_loadable_module CMake macro by Tom Stellard · 7 years ago
  14. e682903 [x86] move test for movddup; NFC by Sanjay Patel · 7 years ago
  15. 8a98e4e [pstl] Initial integration with LLVM's CMake by Louis Dionne · 7 years ago
  16. bdcae56 [AArch64] Refactor Exynos predicate (NFC) by Evandro Menezes · 7 years ago
  17. 14e24b5 [XCore] Always use the version of computeKnownBits that returns a value. NFCI. by Simon Pilgrim · 7 years ago
  18. 2a19b81 [Sparc] Always use the version of computeKnownBits that returns a value. NFCI. by Simon Pilgrim · 7 years ago
  19. 418d241 [AMDGPU] Always use the version of computeKnownBits that returns a value. NFCI. by Simon Pilgrim · 7 years ago
  20. e4b6275 [WebAssembly] Always use the version of computeKnownBits that returns a value. NFCI. by Simon Pilgrim · 7 years ago
  21. 7edfa8c [ARM] Always use the version of computeKnownBits that returns a value. NFCI. by Simon Pilgrim · 7 years ago
  22. 73c663e [AArch64] Always use the version of computeKnownBits that returns a value. NFCI. by Simon Pilgrim · 7 years ago
  23. ad5be70 [SelectionDAG] Always use the version of computeKnownBits that returns a value. NFCI. by Simon Pilgrim · 7 years ago
  24. 44ddf8f [SystemZ] Always use the version of computeKnownBits that returns a value. NFCI. by Simon Pilgrim · 7 years ago
  25. 7610057 [Lanai] Always use the version of computeKnownBits that returns a value. NFCI. by Simon Pilgrim · 7 years ago
  26. cf4d42c [PPC] Always use the version of computeKnownBits that returns a value. NFCI. by Simon Pilgrim · 7 years ago
  27. 7e00db0 [X86] Always use the version of computeKnownBits that returns a value. NFCI. by Simon Pilgrim · 7 years ago
  28. 9996be3 [AArch64] Adding missing REQUIRES in aarch64 dwarf test by Luke Cheeseman · 7 years ago
  29. 6897d9b [ADT] IntervalMap: add overlaps(a, b) method by Pavel Labath · 7 years ago
  30. 34239a9 [NewPM] -print-module-scope -print-after now prints module even after invalidated Loop/SCC by Fedor Sergeev · 7 years ago
  31. b48bc99 [Dwarf/AArch64] Return address signing B key dwarf support by Luke Cheeseman · 7 years ago
  32. 9ba4489 [X86][SSE] Auto upgrade PADDS/PSUBS intrinsics to SADD_SAT/SSUB_SAT generic intrinsics (llvm) by Simon Pilgrim · 7 years ago
  33. bfcb4d1 [WebAssembly] Fix invalid machine instrs in -O0, verify in tests by Thomas Lively · 7 years ago
  34. 2faa975 AMDGPU/GlobalISel: RegBankSelect for amdgcn.wqm.vote by Matt Arsenault · 7 years ago
  35. 5547f9f AMDGPU/GlobalISel: RegBankSelect for some fp ops by Matt Arsenault · 7 years ago
  36. 29b3914 GlobalISel: Correct example PartialMapping table by Matt Arsenault · 7 years ago
  37. 8043ea3 AMDGPU/GlobalISel: Redo legality for build_vector by Matt Arsenault · 7 years ago
  38. 99c7970 [memcpyopt] Add debug logs when forwarding memcpy src to dst by Reid Kleckner · 7 years ago
  39. 982f181 [LoopUnroll] Don't verify domtree by default with +Asserts. by Eli Friedman · 7 years ago
  40. bc6d669 [X86] Autogenerate complete checks. NFC by Craig Topper · 7 years ago
  41. a92af9e [X86] Refactor hasNoCarryFlagUses and hasNoSignFlagUses in X86ISelDAGToDAG.cpp to tranlate opcode to condition code using the helpers in X86InstrInfo.cpp. by Craig Topper · 7 years ago
  42. 6bed3bd [X86] Add memory forms of some SETCC instructions to hasNoCarryFlagUses. by Craig Topper · 7 years ago
  43. 8e797de [ARM] Complete the Thumb1 shift+and->shift+shift transforms. by Eli Friedman · 7 years ago
  44. 00fa977 [InstCombine] [NFC] testcases for canonicalize MUL with NEG operand by Chen Zheng · 7 years ago
  45. 61d8223 Fix Windows build failures caused by r349839 by Tom Stellard · 7 years ago
  46. 69e8318 cmake: Remove add_llvm_loadable_module() by Tom Stellard · 7 years ago
  47. 819c36d [gn check] Unbreak check-lld if llvm_install_binutils_symlinks is false by Nico Weber · 7 years ago
  48. de1f639 [gn build] Add build file for clang/lib/CodeGen and llvm/lib/ProfileData/Coverage by Nico Weber · 7 years ago
  49. 0a016b3 [gn build] Add build files for clang/lib/{Frontend,Frontend/Rewrite,Serialization} by Nico Weber · 7 years ago
  50. 0c0eb1c [gn build] Add build file for clang/lib/Driver by Nico Weber · 7 years ago
  51. 1d809c6 [gn build] Add build file for clang/lib/Parse by Nico Weber · 7 years ago
  52. b22434f [gn build] Add build files for clang-format and lib/{Format,Rewrite,Tooling/Core,Tooling/Inclusions} by Nico Weber · 7 years ago
  53. 9023451 [llvm-objcopy] [COFF] Avoid memcpy() with null parameters in more places. NFC. by Martin Storsjo · 7 years ago
  54. d446706 [GlobalISel][AArch64] Add G_FCEIL to isPreISelGenericFloatingPointOpcode by Jessica Paquette · 7 years ago
  55. 3a2fddd DebugInfo: Fix for missing comp_dir handling with r349207 by David Blaikie · 7 years ago
  56. d600b2f [llvm-objcopy] [COFF] Don't call memcpy() with a null argument. NFC. by Martin Storsjo · 7 years ago
  57. f52646d [ConstantFolding] Consolidate and extend bitcount intrinsic tests; NFC by Nikita Popov · 7 years ago
  58. 3198a6f [ConstantFolding] Add undef tests for overflow intrinsics; NFC by Nikita Popov · 7 years ago
  59. 6fce7d4 [ConstantFolding] Regenerate test checks; NFC by Nikita Popov · 7 years ago
  60. 884e3a4 [ConstantFolding] Add tests for funnel shifts with undef operands; NFC by Nikita Popov · 7 years ago
  61. 0204292 [ConstantFolding] Add tests for sat add/sub with undefs; NFC by Nikita Popov · 7 years ago
  62. 367fb6a [ConstantFolding] Split up saturating add/sub tests; NFC by Nikita Popov · 7 years ago
  63. bf6fba0 [MC] [AArch64] Correctly resolve ":abs_g1:3" etc. by Eli Friedman · 7 years ago
  64. fccd344 [MC] [AArch64] Support resolving fixups for abs_g0 etc. by Eli Friedman · 7 years ago
  65. 6db7914 [X86] Auto upgrade XOP/AVX512 rotation intrinsics to generic funnel shift intrinsics (llvm) by Simon Pilgrim · 7 years ago
  66. 2e8e13e [LAA] Avoid generating RT checks for known deps preventing vectorization. by Florian Hahn · 7 years ago
  67. 5a3982a Add missing -oso-prepend-path to dsymutil test. by Adrian Prantl · 7 years ago
  68. 2fdb358 [CMake] Add libunwind when 'all' is being passed as LLVM_ENABLE_PROJECTS by Louis Dionne · 7 years ago
  69. 26adbdc Add PLATFORM constants for iOS, tvOS, and watchOS simulators by Michael Trent · 7 years ago
  70. f1db33c [BPF] Disable relocation for .BTF.ext section by Yonghong Song · 7 years ago
  71. 959a412 by Brock Wyma · 7 years ago
  72. dfccb77 [InstCombine] Preserve access-group metadata. by Michael Kruse · 7 years ago
  73. b1c989d [x86] add test to show missed movddup load fold; NFC by Sanjay Patel · 7 years ago
  74. ca9a824 Test commit by Amilendra Kodithuwakku · 7 years ago
  75. f1c5165 [Hexagon] Add patterns for funnel shifts by Krzysztof Parzyszek · 7 years ago
  76. 0d758b2 [SelectionDAGBuilder] Enable funnel shift building to custom rotates by Simon Pilgrim · 7 years ago
  77. 55b9f76 [RISCV] Properly evaluate fixup_riscv_pcrel_lo12 by Alex Bradbury · 7 years ago
  78. 542c6ea [X86][AVX512] Don't custom lower v16i8 rotations. by Simon Pilgrim · 7 years ago
  79. a564872 [SystemZ] "Generic" vector assembler instructions shoud clobber CC by Ulrich Weigand · 7 years ago
  80. 45e56bf Fix gcc7 -Wdangling-else warning. NFCI. by Simon Pilgrim · 7 years ago
  81. dbbc397 [InstCombine] Make x86 PADDS/PSUBS constant folding tests generic by Simon Pilgrim · 7 years ago
  82. bc1c22b [gn build] Add build files for clang/lib/{Analysis,Edit,Sema} by Nico Weber · 7 years ago
  83. 12840a3 [gn build] Add build files for clang/lib/Lex and clang/lib/AST by Nico Weber · 7 years ago
  84. 17177f1 [SystemZ] Make better use of VLLEZ by Ulrich Weigand · 7 years ago
  85. 182b5fe [SystemZ] Make better use of VGEF/VGEG by Ulrich Weigand · 7 years ago
  86. d60a72a Re-land r349731 "[CodeGen][ExpandMemcmp] Add an option for allowing overlapping loads. by Clement Courbet · 7 years ago
  87. 6f90d45 [SystemZ] Make better use of VLDEB by Ulrich Weigand · 7 years ago
  88. 9fbd1c2 [X86][SSE] Auto upgrade PADDS/PSUBS intrinsics to SADD_SAT/SSUB_SAT generic intrinsics (llvm) by Simon Pilgrim · 7 years ago
  89. 8581951 [X86] Update PADDSW/PSUBSW intrinsic usage with generic saturated intrinsics. by Simon Pilgrim · 7 years ago
  90. 2033f03 [llvm-objcopy] Use ELFOSABI_NONE instead of 0. NFC. by George Rimar · 7 years ago
  91. 84d1605 [X86] Change 'simple nonmem' intrinsic test to not use PADDSW by Simon Pilgrim · 7 years ago
  92. 1224b48 [llvm-objcopy] - Do not drop the OS/ABI and ABIVersion fields of ELF header by George Rimar · 7 years ago
  93. 64002dd [yaml2obj/obj2yaml] - Support dumping/parsing ABI version. by George Rimar · 7 years ago
  94. 41901c0 [InstCombine][AMDGPU] Handle more buffer intrinsics by Piotr Sobczak · 7 years ago
  95. 8d01cce [MSan] Don't emit __msan_instrument_asm_load() calls by Alexander Potapenko · 7 years ago
  96. 0564fdd Revert r349731 "[CodeGen][ExpandMemcmp] Add an option for allowing overlapping loads." by Clement Courbet · 7 years ago
  97. 74d8f37 [NFC] Fix trailing comma after function. by Clement Courbet · 7 years ago
  98. 768b489 [CodeGen][ExpandMemcmp] Add an option for allowing overlapping loads. by Clement Courbet · 7 years ago
  99. 631b5bc [HWASAN] Add support for memory intrinsics by Eugene Leviant · 7 years ago
  100. 26f6300 [PowerPC] Implement the isSelectSupported() target hook by Kang Zhang · 7 years ago