1. 57e5556 The 'vpmultishiftqb' instruction was implemented falsely, this patch amend it. by Coby Tayree · 9 years ago
  2. 89ba3f2 Some instructions were missing, other implemented falsely. this patch aims at amending those issues. full list: by Coby Tayree · 9 years ago
  3. d14ddee [X86][AVX512] Combine unary + zero target shuffles to VPERMV3 with a zero vector where possible by Simon Pilgrim · 9 years ago
  4. 73373f7 [X86][AVX512] Add support for VBMI VPERMV3 target shuffle combines by Simon Pilgrim · 9 years ago
  5. ccb6a0c [X86][AVX512] Add support for VBMI VPERMV target shuffle combines by Simon Pilgrim · 9 years ago
  6. c04ba41 [X86][AVX512] Add some initial VBMI target shuffle combine tests by Simon Pilgrim · 9 years ago
  7. de04029 [X86][AVX512VL] Removed duplicate operation action by Simon Pilgrim · 9 years ago
  8. 2cd09f3 Strip trailing whitespace by Simon Pilgrim · 9 years ago
  9. d40266b [X86][AVX512F] Add support for uint_to_fp v2i32 to v2f64 on AVX512F-only targets by Simon Pilgrim · 9 years ago
  10. 84d1e91 Fix comment typos. NFC. by Simon Pilgrim · 9 years ago
  11. 84354d9 Fix spelling mistakes in Tools/Tests comments. NFC. by Simon Pilgrim · 9 years ago
  12. 431da84 Fix spelling mistakes in Transforms comments. NFC. by Simon Pilgrim · 9 years ago
  13. cc5e304 Fix spelling mistakes in SelectionDAG comments. NFC. by Simon Pilgrim · 9 years ago
  14. 0f550ef Fix comment typos. NFC. by Simon Pilgrim · 9 years ago
  15. 88688e8 [X86] RegCall - Handling long double arguments by Oren Ben Simhon · 9 years ago
  16. 815a7e0 [X86][InlineAsm]Test commit. by Coby Tayree · 9 years ago
  17. 15f7935 Fix file name resolution in nested response files by Serge Pavlov · 9 years ago
  18. 802a1be ExceptionDemo: remove some undefined behaviour by Saleem Abdulrasool · 9 years ago
  19. 308b046 ExceptionDemo: prefer headers over redeclarations by Saleem Abdulrasool · 9 years ago
  20. e58b8cc [bpf] add BPF disassembler by Alexei Starovoitov · 9 years ago
  21. b665150 Attempt to fix big-endian buildbots. by Rui Ueyama · 9 years ago
  22. 533eaee Style fix. NFC. by Rui Ueyama · 9 years ago
  23. 54ac8be Fix buildbot. by Rui Ueyama · 9 years ago
  24. 8afc3ea SHA1: unroll loop in hashBlock. by Rui Ueyama · 9 years ago
  25. 902878b Demangle: remove references to allocator for default allocator by Saleem Abdulrasool · 9 years ago
  26. 21918ee Demangle: remove unnecessary typedef for std::vector by Saleem Abdulrasool · 9 years ago
  27. e17a816 Demangle: replace custom typedef for std::string with std::string by Saleem Abdulrasool · 9 years ago
  28. 7f90f9e Demangle: use direct member initialization (NFC) by Saleem Abdulrasool · 9 years ago
  29. c57d1d6 Give some helper classes/functions internal linkage. NFC. by Benjamin Kramer · 9 years ago
  30. c6fddca [X86][SSE] Improve PSHUFB lowering from either input by Simon Pilgrim · 9 years ago
  31. b799ae9 [X86][AVX512] Add VPERMV/VPERMV3 v64i8 byte shuffles on avx512vbmi targets by Simon Pilgrim · 9 years ago
  32. c695a0b [ThinLTO] Fix crash when importing an opaque type by Mehdi Amini · 9 years ago
  33. 4bd62ab [ThinLTO] Implement -pass-remarks-output in ThinLTOCodeGenerator by Mehdi Amini · 9 years ago
  34. 1bb4b12 Change setDiagnosticsOutputFile to take a unique_ptr from a raw pointer (NFC) by Mehdi Amini · 9 years ago
  35. 23f587b [X86][AVX512] Add avx512vbmi tests by Simon Pilgrim · 9 years ago
  36. cee7f67 [X86][AVX512] Added some more complex v64i8 shuffles by Simon Pilgrim · 9 years ago
  37. aea6373 [X86] Simplify some code a little by removing a dulicate variable and combinining two if statements. NFCI by Craig Topper · 9 years ago
  38. c170429 Try again to fix unused variable warning on lld-x86_64-darwin13 after r287439. by Daniel Sanders · 9 years ago
  39. 8417728 Try to fix unused variable warning on lld-x86_64-darwin13 after r287439. by Daniel Sanders · 9 years ago
  40. b313c74 Check that emitted instructions meet their predicates on all targets except ARM, Mips, and X86. by Daniel Sanders · 9 years ago
  41. 90085b5 [tablegen] Merge duplicate definitions of getMinimalTypeForRange. NFC. by Daniel Sanders · 9 years ago
  42. c466a4a [CMake] llvm-lto2 depends on intrinsics_gen by Chris Bieneman · 9 years ago
  43. f6f5514 [CMake] opt depends on intrinsics_gen by Chris Bieneman · 9 years ago
  44. 252aa32 [CMake] llvm-nm depends on intrinsics_gen by Chris Bieneman · 9 years ago
  45. f11a790 [CMake] llvm-link depends on intrinsics_gen by Chris Bieneman · 9 years ago
  46. 4339d8b [CMake] llvm-extract depends on intrinsics_gen by Chris Bieneman · 9 years ago
  47. f079d1b [CMake] llvm-dwp depends on intrinsics_gen by Chris Bieneman · 9 years ago
  48. 11f7af9 [CMake] llvm-dis depends on intrinsics_gen by Chris Bieneman · 9 years ago
  49. 34c6cea [CMake] llvm-diff depends on intrinsics_gen by Chris Bieneman · 9 years ago
  50. 2553460 [CMake] llvm-stress depends on intrinsics_gen by Chris Bieneman · 9 years ago
  51. 801fb8c [CMake] bugpoint-passes depends on intrinsics_gen by Chris Bieneman · 9 years ago
  52. 9f6a4f3 [CMake] llvm-bcanalyzer depends on intrinsics_gen by Chris Bieneman · 9 years ago
  53. 70a9767 [CMake] llvm-as depends on intrinsics_gen by Chris Bieneman · 9 years ago
  54. 2e7d7fa [CMake] llc depends on intrinsics_gen by Chris Bieneman · 9 years ago
  55. ef6571d [CMake] lli-child-target depends on intrinsics gen by Chris Bieneman · 9 years ago
  56. 2eb4133 [CMake] lli depends on intrinsics_gen by Chris Bieneman · 9 years ago
  57. 6f60be5 [CMake] llvm-dsymutil depends on intrinsics_gen by Chris Bieneman · 9 years ago
  58. eeb5052 [AVR] Remove a bunch of unused variables by Dylan McKay · 9 years ago
  59. e208042 [CMake] Apply sandbox profile to target not directory by Chris Bieneman · 9 years ago
  60. 420f51b [AVR] Remove a variable which was unused in release mode by Dylan McKay · 9 years ago
  61. fae8230 [CMake] verify-uselistorder depends on intrinsics_gen by Chris Bieneman · 9 years ago
  62. 4ed3553 [CMake] sanstats depends on intrinsics_gen by Chris Bieneman · 9 years ago
  63. f3fc283 [lit] When setting SDKROOT on Darwin, use '--sdk macosx' to find the right SDK path. by Kuba Mracek · 9 years ago
  64. 7ee6add [CMake] bugpoint depends on intrinsics_gen by Chris Bieneman · 9 years ago
  65. c4506a3 [InstCombine] add tests to show likely unwanted select widening; NFC by Sanjay Patel · 9 years ago
  66. b7195e7 [CMake] llvm-split depends on intrinsics_gen by Chris Bieneman · 9 years ago
  67. 456e0ea [CMake] llvm-lto depends on intrinsics_gen by Chris Bieneman · 9 years ago
  68. dafc355 [CMake] llvm-ar depends on intrinsics_gen by Chris Bieneman · 9 years ago
  69. 435a2cf [CMake] llvm-profdata depends on intrinsics_gen by Chris Bieneman · 9 years ago
  70. 7fd026b [CMake] LTO depends on intrinsics_gen by Chris Bieneman · 9 years ago
  71. 5527d64 [AMDGPU] Change frexp.exp intrinsic to return i16 for f16 input by Konstantin Zhuravlyov · 9 years ago
  72. 3000aab [SelectionDAG] Add knowbits support for CONCAT_VECTOR opcode by Simon Pilgrim · 9 years ago
  73. d4e6a9b [X86] Add knownbits concat_vector test by Simon Pilgrim · 9 years ago
  74. 38ccacb [Examples] Fix some Clang-tidy modernize-use-default and Include What You Use warnings; other minor fixes. by Eugene Zelenko · 9 years ago
  75. 3a7f010 [LoopSimplify] Preserve LCSSA when removing edges from unreachable blocks. by Michael Zolotukhin · 9 years ago
  76. 24feb85 [MIRPrinter] XFAIL test for powerpc by Geoff Berry · 9 years ago
  77. c0aec7f Revert "Add link-time detection of LLVM_ABI_BREAKING_CHECKS mismatch" by Mehdi Amini · 9 years ago
  78. 9df5d1c Statistic/Timer: Include timers in PrintStatisticsJSON(). by Matthias Braun · 9 years ago
  79. 9262f00 Timer: Track name and description. by Matthias Braun · 9 years ago
  80. 181c24a [MIRPrinter] Print raw branch probabilities as expected by MIRParser by Geoff Berry · 9 years ago
  81. 13892fc AMDGPU: Fix unused variable warning by Matt Arsenault · 9 years ago
  82. bd831c7 Fix test from r287353: don't use /dev/null by Hans Wennborg · 9 years ago
  83. 8fb7aa0 [LTO] Add option to generate optimization records by Adam Nemet · 9 years ago
  84. 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
  85. 3e367e6 IRMover: Avoid accidentally mapping types from the destination module (PR30799) by Hans Wennborg · 9 years ago
  86. ed72617 Add link-time detection of LLVM_ABI_BREAKING_CHECKS mismatch by Mehdi Amini · 9 years ago
  87. 37f2389c [PPC] limit line width to 80 characters by Ehsan Amiri · 9 years ago
  88. a60ff0d [mips][msa] Implement f16 support by Simon Dardis · 9 years ago
  89. 0f37c5c [X86][AVX512] Split AVX512F/AVX512VL tests to demonstrate missed int2fp opportunities without AVX512VL by Simon Pilgrim · 9 years ago
  90. eb33845 GlobalISel: Fix unconditional fallback with global isel abort is disabled by Tom Stellard · 9 years ago
  91. a006842 AMDGPU/SI: Remove zero_extend patterns for i16 ops selected to 32-bit insts by Tom Stellard · 9 years ago
  92. 8a56643 [simplifycfg][loop-simplify] Preserve loop metadata in 2 transformations. by Florian Hahn · 9 years ago
  93. f482b59 Cleanup function with clang-format. NFCI. by Simon Pilgrim · 9 years ago
  94. 1e27a61 AMDGPU: Fix legalization of MUBUF instructions in shaders by Nicolai Haehnle · 9 years ago
  95. 546b063 Fix spelling mistakes in MIPS target comments. NFC. by Simon Pilgrim · 9 years ago
  96. 3d73fca [Power9] Add patterns for vnegd, vnegw by Ehsan Amiri · 9 years ago
  97. 9f23214 Fix spelling mistakes in AMDGPU target comments. NFC. by Simon Pilgrim · 9 years ago
  98. f04d638 [X86][AVX2] Add v8i32->v8i64 mul test (PR30845) by Simon Pilgrim · 9 years ago
  99. 178e833 Fix typo in comment. NFC. by Simon Pilgrim · 9 years ago
  100. 072e86d [PPC][DAGCombine] Convert SETCC to subtract when the result is zero extended by Ehsan Amiri · 9 years ago