1. 2553460 [CMake] llvm-stress depends on intrinsics_gen by Chris Bieneman · 9 years ago
  2. 801fb8c [CMake] bugpoint-passes depends on intrinsics_gen by Chris Bieneman · 9 years ago
  3. 9f6a4f3 [CMake] llvm-bcanalyzer depends on intrinsics_gen by Chris Bieneman · 9 years ago
  4. 70a9767 [CMake] llvm-as depends on intrinsics_gen by Chris Bieneman · 9 years ago
  5. 2e7d7fa [CMake] llc depends on intrinsics_gen by Chris Bieneman · 9 years ago
  6. ef6571d [CMake] lli-child-target depends on intrinsics gen by Chris Bieneman · 9 years ago
  7. 2eb4133 [CMake] lli depends on intrinsics_gen by Chris Bieneman · 9 years ago
  8. 6f60be5 [CMake] llvm-dsymutil depends on intrinsics_gen by Chris Bieneman · 9 years ago
  9. eeb5052 [AVR] Remove a bunch of unused variables by Dylan McKay · 9 years ago
  10. e208042 [CMake] Apply sandbox profile to target not directory by Chris Bieneman · 9 years ago
  11. 420f51b [AVR] Remove a variable which was unused in release mode by Dylan McKay · 9 years ago
  12. fae8230 [CMake] verify-uselistorder depends on intrinsics_gen by Chris Bieneman · 9 years ago
  13. 4ed3553 [CMake] sanstats depends on intrinsics_gen by Chris Bieneman · 9 years ago
  14. f3fc283 [lit] When setting SDKROOT on Darwin, use '--sdk macosx' to find the right SDK path. by Kuba Mracek · 9 years ago
  15. 7ee6add [CMake] bugpoint depends on intrinsics_gen by Chris Bieneman · 9 years ago
  16. c4506a3 [InstCombine] add tests to show likely unwanted select widening; NFC by Sanjay Patel · 9 years ago
  17. b7195e7 [CMake] llvm-split depends on intrinsics_gen by Chris Bieneman · 9 years ago
  18. 456e0ea [CMake] llvm-lto depends on intrinsics_gen by Chris Bieneman · 9 years ago
  19. dafc355 [CMake] llvm-ar depends on intrinsics_gen by Chris Bieneman · 9 years ago
  20. 435a2cf [CMake] llvm-profdata depends on intrinsics_gen by Chris Bieneman · 9 years ago
  21. 7fd026b [CMake] LTO depends on intrinsics_gen by Chris Bieneman · 9 years ago
  22. 5527d64 [AMDGPU] Change frexp.exp intrinsic to return i16 for f16 input by Konstantin Zhuravlyov · 9 years ago
  23. 3000aab [SelectionDAG] Add knowbits support for CONCAT_VECTOR opcode by Simon Pilgrim · 9 years ago
  24. d4e6a9b [X86] Add knownbits concat_vector test by Simon Pilgrim · 9 years ago
  25. 38ccacb [Examples] Fix some Clang-tidy modernize-use-default and Include What You Use warnings; other minor fixes. by Eugene Zelenko · 9 years ago
  26. 3a7f010 [LoopSimplify] Preserve LCSSA when removing edges from unreachable blocks. by Michael Zolotukhin · 9 years ago
  27. 24feb85 [MIRPrinter] XFAIL test for powerpc by Geoff Berry · 9 years ago
  28. c0aec7f Revert "Add link-time detection of LLVM_ABI_BREAKING_CHECKS mismatch" by Mehdi Amini · 9 years ago
  29. 9df5d1c Statistic/Timer: Include timers in PrintStatisticsJSON(). by Matthias Braun · 9 years ago
  30. 9262f00 Timer: Track name and description. by Matthias Braun · 9 years ago
  31. 181c24a [MIRPrinter] Print raw branch probabilities as expected by MIRParser by Geoff Berry · 9 years ago
  32. 13892fc AMDGPU: Fix unused variable warning by Matt Arsenault · 9 years ago
  33. bd831c7 Fix test from r287353: don't use /dev/null by Hans Wennborg · 9 years ago
  34. 8fb7aa0 [LTO] Add option to generate optimization records by Adam Nemet · 9 years ago
  35. fc3b380 [DebugInfo] Fix some Clang-tidy modernize-use-default, modernize-use-equal-delete and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  36. 3e367e6 IRMover: Avoid accidentally mapping types from the destination module (PR30799) by Hans Wennborg · 9 years ago
  37. ed72617 Add link-time detection of LLVM_ABI_BREAKING_CHECKS mismatch by Mehdi Amini · 9 years ago
  38. 37f2389c [PPC] limit line width to 80 characters by Ehsan Amiri · 9 years ago
  39. a60ff0d [mips][msa] Implement f16 support by Simon Dardis · 9 years ago
  40. 0f37c5c [X86][AVX512] Split AVX512F/AVX512VL tests to demonstrate missed int2fp opportunities without AVX512VL by Simon Pilgrim · 9 years ago
  41. eb33845 GlobalISel: Fix unconditional fallback with global isel abort is disabled by Tom Stellard · 9 years ago
  42. a006842 AMDGPU/SI: Remove zero_extend patterns for i16 ops selected to 32-bit insts by Tom Stellard · 9 years ago
  43. 8a56643 [simplifycfg][loop-simplify] Preserve loop metadata in 2 transformations. by Florian Hahn · 9 years ago
  44. f482b59 Cleanup function with clang-format. NFCI. by Simon Pilgrim · 9 years ago
  45. 1e27a61 AMDGPU: Fix legalization of MUBUF instructions in shaders by Nicolai Haehnle · 9 years ago
  46. 546b063 Fix spelling mistakes in MIPS target comments. NFC. by Simon Pilgrim · 9 years ago
  47. 3d73fca [Power9] Add patterns for vnegd, vnegw by Ehsan Amiri · 9 years ago
  48. 9f23214 Fix spelling mistakes in AMDGPU target comments. NFC. by Simon Pilgrim · 9 years ago
  49. f04d638 [X86][AVX2] Add v8i32->v8i64 mul test (PR30845) by Simon Pilgrim · 9 years ago
  50. 178e833 Fix typo in comment. NFC. by Simon Pilgrim · 9 years ago
  51. 072e86d [PPC][DAGCombine] Convert SETCC to subtract when the result is zero extended by Ehsan Amiri · 9 years ago
  52. d1894a1 Fix go binding to adapt the new attribute API by Amaury Sechet · 9 years ago
  53. 35b775d [InstCombine][AVX-512] Teach InstCombineCalls how to handle the intrinsics for variable shift with 16-bit elements. by Craig Topper · 9 years ago
  54. e5e77e4 [AVX-512] Replace masked 16-bit element variable shift intrinsics with new unmasked versions and selects. by Craig Topper · 9 years ago
  55. 94dac3b AMDGPU: Move redundant setting of inst properties by Matt Arsenault · 9 years ago
  56. cbafc58 AMDGPU: Fix crash on illegal type for inlineasm by Matt Arsenault · 9 years ago
  57. fde9b8b Object: Simplify; remove unnecessary use of unique_ptr. by Peter Collingbourne · 9 years ago
  58. 3962c3a MachineOperand: Add dump() method by Matthias Braun · 9 years ago
  59. bc5bb8c convert bpf assembler to look like kernel verifier output by Alexei Starovoitov · 9 years ago
  60. 3d85988 [Docs][TableGen] Remove reference to tablegen supporting octal integers. It doesn't and hasn't for at least 9 years. by Craig Topper · 9 years ago
  61. fdec4f5 [AVX-512] Support FCOPYSIGN for v16f32 and v8f64 by Craig Topper · 9 years ago
  62. dc5eb21 Add an option to disable libedit by Yichao Yu · 9 years ago
  63. e65e5dd [CUDA] Update docs to indicate that MacOS is now supported. by Justin Lebar · 9 years ago
  64. 46f8597 [CUDA] Update docs; CUDA 8.0 is supported as of a while ago. by Justin Lebar · 9 years ago
  65. 5ef1278 [lli] Prefer `exit(1)` to `return 1` for consistency. by Davide Italiano · 9 years ago
  66. 9754b3b [lli] Factor out error handling. NFCI. by Davide Italiano · 9 years ago
  67. b28b8f2 [ReleaseNotes] Mention the completion of the upstreaming of the AVR backend by Dylan McKay · 9 years ago
  68. 2545ab0 [CMake] Error when LTO and lld are enabled on Darwin by Petr Hosek · 9 years ago
  69. 48bbdf7 Fix spelling mistakes in Hexagon target comments. NFC. by Simon Pilgrim · 9 years ago
  70. cd5b3fa Fix spelling mistakes in X86 target comments. NFC. by Simon Pilgrim · 9 years ago
  71. 9927ed3 [CodeView] Fix some Clang-tidy modernize-use-default, modernize-use-override and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  72. f6d63cc [libFuzzer] better documentation for -fsanitize-coverage=trace-cmp by Kostya Serebryany · 9 years ago
  73. f29212f [asan] Turn on Mach-O global metadata liveness tracking by default by Anna Zaks · 9 years ago
  74. 1d60951 Revert "AMDGPU: Enable ConstrainCopy DAG mutation" by Konstantin Zhuravlyov · 9 years ago
  75. d5fb62a [SCEV] limit recursion depth of CompareSCEVComplexity by Daniil Fukalov · 9 years ago
  76. ba41afe Wdocumentation fix by Simon Pilgrim · 9 years ago
  77. c9799c0 [X86][SSE] Improve lowering of vXi64 multiply with known zero 32-bit halves by Simon Pilgrim · 9 years ago
  78. ace4c03 Fix spelling in comment. NFC. by Simon Pilgrim · 9 years ago
  79. b83576e [cmake] Move LLVM_BUILD_STATIC check to an earlier point by Pavel Labath · 9 years ago
  80. 189d990 [ARM] Relax restriction on variadic functions for tailcall optimization by Pablo Barrio · 9 years ago
  81. 92dbb17 [X86] RegCall - Handling v64i1 in 32/64 bit target by Oren Ben Simhon · 9 years ago
  82. eaec8b3 Delete dead code and add asserts instead; NFC by Sanjoy Das · 9 years ago
  83. 74292e4 [ImplicitNullCheck] Fix an edge case where we were hoisting incorrectly by Sanjoy Das · 9 years ago
  84. 03b8325 [X86] Fix formatting. NFC by Craig Topper · 9 years ago
  85. 20732e5 [X86] Add a test case where, due to a bug in selectScalarSSELoad, we fold the same load twice. by Craig Topper · 9 years ago
  86. a685ab4 [XRay] Support AArch64 in LLVM by Dean Michael Berris · 9 years ago
  87. fb21e4d [CMake] [Darwin] Add support for debugging tablegen dependencies by Chris Bieneman · 9 years ago
  88. 92cb3ee [CMake] NFC. Updating CMake dependency specifications by Chris Bieneman · 9 years ago
  89. 44a5962 [AMDGPU] Add missing test for rL287203 by Konstantin Zhuravlyov · 9 years ago
  90. 0c92298 [AMDGPU] Custom lower f16 = fp_round f64 by Konstantin Zhuravlyov · 9 years ago
  91. 8fd8772 [AMDGPU] Promote f16/i16 conversions to f32/i32 by Konstantin Zhuravlyov · 9 years ago
  92. 54556b5 [AMDGPU] Expand `br_cc` for f16 by Konstantin Zhuravlyov · 9 years ago
  93. d47d405 [Orc] Clang-format the recent RPC update (r286620 and related). by Lang Hames · 9 years ago
  94. 3ecb35b Use profile info to adjust loop unroll threshold. by Dehao Chen · 9 years ago
  95. 38b5ba0 [CUDA] Update docs to indicate that clang now supports std::complex in CUDA mode. by Justin Lebar · 9 years ago
  96. a0c2c80 Remove a stale test case. by Lang Hames · 9 years ago
  97. d177313 llvm-dis: Remove dead code. by Peter Collingbourne · 9 years ago
  98. b8248fe [AVR] Remove some accidentally-commited code that broke the bots by Dylan McKay · 9 years ago
  99. 510c1b6 Introduce GlobalSplit pass. by Peter Collingbourne · 9 years ago
  100. af4a912 [AVR] Wrap all methods in the pseudo expansion pass in an anon namespace by Dylan McKay · 9 years ago