1. 39d6588 [GlobalISel][AArch64] Add support for @llvm.ceil by Jessica Paquette · 7 years ago
  2. 4b7ed4f [llvm-mca] Rename an error variable. by Matt Davis · 7 years ago
  3. edc71ed [X86] Don't match TESTrr from (cmp (and X, Y), 0) during isel. Defer to post processing by Craig Topper · 7 years ago
  4. c3f9ab5 [X86] Fix assert fails in pass X86AvoidSFBPass by Craig Topper · 7 years ago
  5. 6bad72c [llvm-mca] Add an error handler for error from parseCodeRegions by Matt Davis · 7 years ago
  6. a7c6704 Revert r349517 "[CMake] Default options for faster executables on MSVC" by Alexandre Ganea · 7 years ago
  7. 80ebdb9 Revert r349517 "[CMake] Default options for faster executables on MSVC" by Alexandre Ganea · 7 years ago
  8. 0a13921 [AArch64] Improve the Exynos M3 pipeline model by Evandro Menezes · 7 years ago
  9. 27b9d22 [llvm-mca] Split test (NFC) by Evandro Menezes · 7 years ago
  10. 917e49e Regenerate test by Simon Pilgrim · 7 years ago
  11. 82da72e Test commit by Anton Afanasyev · 7 years ago
  12. 455880c [X86] Remove already upgraded llvm.x86.avx512.mask.padds/psubs tests by Simon Pilgrim · 7 years ago
  13. 50eb45a [ValueTracking] remove unused parameters from helper functions; NFC by Sanjay Patel · 7 years ago
  14. 95dad60 [BPF] Generate BTF DebugInfo under BPF target by Yonghong Song · 7 years ago
  15. 725ddc3 [gn build] Merge r349605 by Nico Weber · 7 years ago
  16. 97de56d [Object] Deduplicate long archive member names by Peter Wu · 7 years ago
  17. 50ca11a Test commit by Amy Kwan · 7 years ago
  18. ece1647 [X86][SSE] Auto upgrade PADDUS/PSUBUS intrinsics to UADD_SAT/USUB_SAT generic intrinsics (llvm) by Simon Pilgrim · 7 years ago
  19. 0d195ad [SelectionDAG] Optional handling of UNDEF elements in matchBinaryPredicate (part 2 of 2) by Simon Pilgrim · 7 years ago
  20. e072f8b [SelectionDAG] Optional handling of UNDEF elements in matchBinaryPredicate (part 1 of 2) by Simon Pilgrim · 7 years ago
  21. cd37825 [TargetLowering] Fix propagation of undefs in zero extension ops (PR40091) by Simon Pilgrim · 7 years ago
  22. 0bc70d3 Let TableGen write output only if it changed, instead of doing so in cmake, attempt 2 by Nico Weber · 7 years ago
  23. a395f98 Fix test MC/AMDGPU/reloc.s by Nicolai Haehnle · 7 years ago
  24. f882345 [X86][SSE] Remove use of SSE ADDS/SUBS saturation intrinsics from schedule/stack tests by Simon Pilgrim · 7 years ago
  25. f835629 AMDGPU: Use an ABS32_LO relocation for SCRATCH_RSRC_DWORD1 by Nicolai Haehnle · 7 years ago
  26. 96c60ea [llvm-objdump] - Fix one more BB. by George Rimar · 7 years ago
  27. de6808b [SelectionDAG] Optional handling of UNDEF elements in matchUnaryPredicate by Simon Pilgrim · 7 years ago
  28. 8468ad2 [X86][SSE] Remove SSE ADDUS/SUBUS saturation intrinsics from schedule/stack tests by Simon Pilgrim · 7 years ago
  29. 927407d [llvm-objdump] - Fix BB. by George Rimar · 7 years ago
  30. 92b052b [llvm-objdump] - Demangle the symbols when printing symbol table and relocations. by George Rimar · 7 years ago
  31. 8cea59c AMDGPU/InsertWaitcnts: Update VGPR/SGPR bounds when brackets are merged by Carl Ritson · 7 years ago
  32. 331ffd3 [ARM GlobalISel] Support G_CONSTANT for Thumb2 by Diana Picus · 7 years ago
  33. 028b8a6 AMDGPU/GlobalISel: Regbankselect for fsub by Matt Arsenault · 7 years ago
  34. fcaab03 [llvm-objcopy] [COFF] Fix the Object forward declaration by Martin Storsjo · 7 years ago
  35. e318fd6 [llvm-objcopy] Initial COFF support by Martin Storsjo · 7 years ago
  36. 35e719f [DebugInfo] Make AsmPrinter struct HandlerInfo and Handlers protected by Yonghong Song · 7 years ago
  37. 79550f6 [bugpoint][PR29027] Reduce function attributes by Brian Gesiak · 7 years ago
  38. 11acfd4 Fix use-after-free with profile remapping. by Richard Smith · 7 years ago
  39. 979b87d [PowerPC]Exploit P9 vabsdu for unsigned vselect patterns by Kewen Lin · 7 years ago
  40. 4bc3cc6 [gn build] Add build file for llvm-objcopy by Nico Weber · 7 years ago
  41. afdba0b Re-land "Fix MSVC dependency issue between Clang-tablegen and LLVM-tablegen" by Alexandre Ganea · 7 years ago
  42. 3eabb09 Add llvm-objdump man page by Ed Maste · 7 years ago
  43. 174382c [AArch64] Simplify the Exynos M3 pipeline model by Evandro Menezes · 7 years ago
  44. a5a5e44 [AArch64] Fix instructions order (NFC) by Evandro Menezes · 7 years ago
  45. ab30375 [llvm-mca] Improve test (NFC) by Evandro Menezes · 7 years ago
  46. 6cd86b7 [DebugInfo] Move several private headers to include directory by Yonghong Song · 7 years ago
  47. 77376c8 [InstCombine] add tests for extract of vector load; NFC by Sanjay Patel · 7 years ago
  48. 1a95f98 Preserve the linkage for objc* intrinsics as clang will set them to weak_external in some cases by Pete Cooper · 7 years ago
  49. d2c49ab Add nonlazybind to objc_retain/objc_release when converting from intrinsics. by Pete Cooper · 7 years ago
  50. efdc433 [LAA] Introduce enum for vectorization safety status (NFC). by Florian Hahn · 7 years ago
  51. b9f7652 [asan] Restore ODR-violation detection on vtables by Vitaly Buka · 7 years ago
  52. 83544a5 [LoopVectorize] auto-generate complete checks; NFC by Sanjay Patel · 7 years ago
  53. 7c9e35d Rewrite objc intrinsics to runtime methods in PreISelIntrinsicLowering instead of SDAG. by Pete Cooper · 7 years ago
  54. e15b0c6 [AArch64] Avoid crashing on .seh directives in assembly by Martin Storsjo · 7 years ago
  55. faf7b5d [InstCombine] auto-generate complete checks; NFC by Sanjay Patel · 7 years ago
  56. 3a364fd Revert r349541 (Fix MSVC dependency issue between Clang-tablegen and LLVM-tablegen) by Alexandre Ganea · 7 years ago
  57. 974ebed [asan] In llvm.asan.globals, allow entries to be non-GlobalVariable and skip over them by Kuba Mracek · 7 years ago
  58. e7e3942 [AARCH64] Added test case for PR40091 by Simon Pilgrim · 7 years ago
  59. 76d0059 Fix MSVC dependency issue between Clang-tablegen and LLVM-tablegen by Alexandre Ganea · 7 years ago
  60. a9a68e4 [llvm-mca] Update the Exynos test cases (NFC) by Evandro Menezes · 7 years ago
  61. 9b284bb [llvm-mca] Dump mask in hex by Evandro Menezes · 7 years ago
  62. 7ad1376 Change the objc ARC optimizer to use the new objc.* intrinsics by Pete Cooper · 7 years ago
  63. 1193c41 [X86] Add BSR to isUseDefConvertible. by Craig Topper · 7 years ago
  64. a0b99f2 [InstCombine] Simplify cttz/ctlz + icmp eq/ne into mask check by Nikita Popov · 7 years ago
  65. efd098d [AMDGPU] Removed the unnecessary operand size-check-assert from processBaseWithConstOffset(). by Farhana Aleen · 7 years ago
  66. 6ea39d1 DebugInfo: Fix missing local imported entities after r349207 by David Blaikie · 7 years ago
  67. 2d08f9b [SCCP] Get rid of redundant call for getPredicateInfoFor (NFC). by Florian Hahn · 7 years ago
  68. 401feb8 [X86] Don't use SplitOpsAndApply to create ISD::UADDSAT/ISD::USUBSAT nodes. Let type legalization and op legalization deal with it. by Craig Topper · 7 years ago
  69. a04db60 [InstCombine] refactor isCheapToScalarize(); NFC by Sanjay Patel · 7 years ago
  70. 6933dc7 [X86] Use SADDSAT/SSUBSAT instead of ADDS/SUBS by Nikita Popov · 7 years ago
  71. 9c62d57 [X86] Create PSUBUS from (add (umax X, C), -C) by Craig Topper · 7 years ago
  72. 6eed1f8 Buildfix for r345516 (Clang compilation failing). by Alexandre Ganea · 7 years ago
  73. daedb46 [CMake] Default options for faster executables on MSVC by Alexandre Ganea · 7 years ago
  74. 93e2789 [llvm-symbolizer] Omit stderr output when symbolizing a crash by Alexandre Ganea · 7 years ago
  75. 1bc20f0 [InstCombine] add tests for scalarization; NFC by Sanjay Patel · 7 years ago
  76. 2128fd1 Add FMF management to common fp intrinsics in GlobalIsel by Michael Berg · 7 years ago
  77. 6b71eaa [LoopVectorize] Rename pass options. NFC. by Michael Kruse · 7 years ago
  78. 1b35b9e [X86][SSE] Don't use 'sign bit select' vXi8 ROTL lowering for constant rotation amounts by Simon Pilgrim · 7 years ago
  79. 25333a1 [LoopUnroll] Honor '#pragma unroll' even with -fno-unroll-loops. by Michael Kruse · 7 years ago
  80. cfa2cf7 [X86][SSE] Don't use 'sign bit select' vXi8 ROTL lowering for splat rotation amounts by Simon Pilgrim · 7 years ago
  81. 046371a [MIPS GlobalISel] Select G_SDIV, G_UDIV, G_SREM and G_UREM by Petar Avramovic · 7 years ago
  82. 4770e3f [gn build] Add build file for llvm-pdbutil by Nico Weber · 7 years ago
  83. 907f566 [gn build] Add build file for llvm-bcanalyzer by Nico Weber · 7 years ago
  84. cbe186e [gn build] Add build files for llvm-ar, llvm-nm, llvm-objdump, llvm-readelf by Nico Weber · 7 years ago
  85. 6b6826d [X86][SSE] Add shift combine 'out of range' tests with UNDEFs by Simon Pilgrim · 7 years ago
  86. 97b31b7 [X86] Use UADDSAT/USUBSAT instead of ADDUS/SUBUS by Nikita Popov · 7 years ago
  87. 7c859dd [SelectionDAG][X86] Fix [US](ADD|SUB)SAT vector legalization, add tests by Nikita Popov · 7 years ago
  88. f6775ea [docs] Improve HowToCrossCompilerBuiltinsOnArm by Peter Smith · 7 years ago
  89. a002f3a [llvm-dwarfdump] - Do not error out on R_X86_64_DTPOFF64/R_X86_64_DTPOFF32 relocations. by George Rimar · 7 years ago
  90. 7fe6799 [MIPS GlobalISel] ClampScalar G_AND G_OR and G_XOR by Petar Avramovic · 7 years ago
  91. a0875a9 [AArch64] - Return address signing dwarf support by Luke Cheeseman · 7 years ago
  92. 4acf410 [X86][AVX] Add 256/512-bit vector funnel shift tests by Simon Pilgrim · 7 years ago
  93. 20b2043 [X86][SSE] Add 128-bit vector funnel shift tests by Simon Pilgrim · 7 years ago
  94. f144818 [IPO][AVR] Create new Functions in the default address space specified in the data layout by Dylan McKay · 7 years ago
  95. 5af2f5e AMDGPU: Legalize/regbankselect frame_index by Matt Arsenault · 7 years ago
  96. 0831961 AMDGPU: Legalize/regbankselect fma by Matt Arsenault · 7 years ago
  97. fe8acf3 [TargetLowering] Fallback from SimplifyDemandedVectorElts to SimplifyDemandedBits by Simon Pilgrim · 7 years ago
  98. 69008a0 SROA: preserve alignment tags on loads and stores. by Tim Northover · 7 years ago
  99. 563dd25 GlobalISel: Improve crash on invalid mapping by Matt Arsenault · 7 years ago
  100. d38a249 AMDGPU/GlobalISel: Legalize/regbankselect fneg/fabs/fsub by Matt Arsenault · 7 years ago