1. 030c9dc Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs. by Benjamin Kramer · 10 years ago
  2. 635f340 AVX512: Fix vpmovzxbw predicate for AVX1/2 instructions. by Igor Breger · 10 years ago
  3. 1787055 AVX512: Add store mask patterns. by Igor Breger · 10 years ago
  4. 062e753 [IndVarSimplify] Rewrite loop exit values with their initial values from loop preheader by Chen Li · 10 years ago
  5. 2e1b6ea [SLPVectorizer] Swap the checking order of isCommutative and isConsecutiveAccess by Haicheng Wu · 10 years ago
  6. 903845e SmallPtrSet: Inline the part of insert_imp in the small case by Matthias Braun · 10 years ago
  7. 46cf99c Function: Slightly simplify code by using existing hasFnAttribute() convenience function by Matthias Braun · 10 years ago
  8. 04aa028 [Coverage] Fix more bugs in covmap V1 documentation by Xinliang David Li · 10 years ago
  9. 94dbbd1 Revert "Revert "[SimplifyCFG] allow speculation of exactly one expensive instruction (PR24818)"" by David Majnemer · 10 years ago
  10. bc36729 [SimplifyCFG] Don't mistake icmp of and for a tree of comparisons by David Majnemer · 10 years ago
  11. e7026ee Revert "[SimplifyCFG] allow speculation of exactly one expensive instruction (PR24818)" by David Majnemer · 10 years ago
  12. de2c3bc AMDGPU: Fix default device handling by Matt Arsenault · 10 years ago
  13. 53e35e6 [cmake] Remove /Og- flag which was working around PR24785 by Reid Kleckner · 10 years ago
  14. 4f57979 Add "/dev/tty" as a special file name for lit tests. by Yunzhong Gao · 10 years ago
  15. fa21741 [llvm-tblgen] Avoid StringMatcher for GCC and MS builtin names by Reid Kleckner · 10 years ago
  16. cd26905 [WebAssembly] Add a test for the mem-intrinsic code in WebAssemblyPeephole.cpp by Dan Gohman · 10 years ago
  17. 89b5a67 test-release.sh: Ignore LC_CTYPE in sed invocation on Darwin by Hans Wennborg · 10 years ago
  18. 5b78a6e [PGO] Make header portable for C /NFC by Xinliang David Li · 10 years ago
  19. da5ebe5 Disable all standard lib functions for NVVM. by Justin Lebar · 10 years ago
  20. 6bc5c39 Fix identify_magic() to check that a file that starts with MH_MAGIC is by Kevin Enderby · 10 years ago
  21. 0de25e8 [GVN] Split AvailableValueInBlock into two parts [NFC] by Philip Reames · 10 years ago
  22. a3f542f [docs] Fix a typo by Sanjoy Das · 10 years ago
  23. 5b81543 [PGO] allow pgo name collector to disable compression (for testing)/NFC by Xinliang David Li · 10 years ago
  24. 80814c5 [llvm-tblgen] Stop emitting the intrinsic name matching code by Reid Kleckner · 10 years ago
  25. 6ed3ca9 Fixing the documentation builds by Chris Bieneman · 10 years ago
  26. 539303e [WebAssembly] Omit no-op adds for non-mem uses of FrameIndex by Derek Schuff · 10 years ago
  27. dc8eb98 Handle more edge cases in intrinsic name binary search by Reid Kleckner · 10 years ago
  28. 6c77f53 [X86][SSE] Added 8i8 to 8i64 sext/zext tests by Simon Pilgrim · 10 years ago
  29. cc3e3c6 [x86] make the subtarget member a const reference, not a pointer ; NFCI by Sanjay Patel · 10 years ago
  30. bf3a7e4 [X86] Add support for zeroed shuffle elements to getShuffleScalarElt by Simon Pilgrim · 10 years ago
  31. caeade4 Remove autoconf support by Chris Bieneman · 10 years ago
  32. 380ddb1 [WebAssembly] Remove check for FrameIndex operands in WebAssemblyPeephole by Derek Schuff · 10 years ago
  33. 604b5d5 [x86] add materializeVectorConstant() helper function; NFC by Sanjay Patel · 10 years ago
  34. 84bca23 Fix comparison warning (r258845) by Hemant Kulkarni · 10 years ago
  35. 8d6d9f5 Fixes build break introduced by r258845 by Hemant Kulkarni · 10 years ago
  36. 9cc9fcd WebAssembly NFC: update error message by JF Bastien · 10 years ago
  37. d090f85 WebAssembly: don't optimize memcpy/memmove/memcpy to frame index by JF Bastien · 10 years ago
  38. d9b61c4 Add a missing test case for r258847. by Cong Hou · 10 years ago
  39. c207a75 Allow X86::COND_NE_OR_P and X86::COND_NP_OR_E to be reversed. by Cong Hou · 10 years ago
  40. faaeb2e [llvm-nm] Roll several conditions into a single if. NFCI. by Davide Italiano · 10 years ago
  41. 8822b47 [llvm-readobj] Add -elf-section-groups option by Hemant Kulkarni · 10 years ago
  42. 8a607c5 [ScheduleDAGInstrs] Simplify logic to improve readability. NFC. by Chad Rosier · 10 years ago
  43. 5b5085b tidy up; NFC by Sanjay Patel · 10 years ago
  44. dc5172a [llvm-nm] Simplify. No functional changes intended. by Davide Italiano · 10 years ago
  45. 1ccb3f4 [x86] simplify getOnesVector() ; NFCI by Sanjay Patel · 10 years ago
  46. 51ecde1 Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; other minor fixes. by Eugene Zelenko · 10 years ago
  47. a2fd503 Reassociate: Reprocess RedoInsts after each inst by Aditya Nandakumar · 10 years ago
  48. c853b6c [x86, AVX] tighten checks by Sanjay Patel · 10 years ago
  49. c46572c Update wasm target for r258819. by Benjamin Kramer · 10 years ago
  50. ce2bf8c Update the comments for the macho-invalid-zero-ncmds test and fix by Kevin Enderby · 10 years ago
  51. b4878ed fix formatting; NFC by Sanjay Patel · 10 years ago
  52. 3d2f666 don't repeat names in documentation comments; NFC by Sanjay Patel · 10 years ago
  53. b6242a8 Reflect the MC/MCDisassembler split on the include/ level. by Benjamin Kramer · 10 years ago
  54. 569647f [LibCallSimplifier] fold memset(malloc(x), 0, x) --> calloc(1, x) by Sanjay Patel · 10 years ago
  55. 9124889 Revert "Reapply commit r258404 with fix" by Matthew Simpson · 10 years ago
  56. 2557480 Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame." by Igor Laevsky · 10 years ago
  57. 387092b [WebAssembly] Fix a typo in a comment. by Dan Gohman · 10 years ago
  58. 622ed26 [DebugInfo] Fix DWARFDebugFrame instruction operand ordering by Igor Laevsky · 10 years ago
  59. 05f74a3 [X86][SSE] Add zero element and general 64-bit VZEXT_LOAD support to EltsFromConsecutiveLoads by Simon Pilgrim · 10 years ago
  60. a575440 [X86] Mark LDS/LES as not being allowed in 64-bit mode. by Craig Topper · 10 years ago
  61. 525af5f AMDGPU: Move AMDGPU intrinsics only used by R600 by Matt Arsenault · 10 years ago
  62. 60a64d9 AMDGPU: Tidy minor td file issues by Matt Arsenault · 10 years ago
  63. ce00361 AMDGPU: Make v32i8/v64i8 illegal types by Matt Arsenault · 10 years ago
  64. 337264a AMDGPU: Remove old sample intrinsics by Matt Arsenault · 10 years ago
  65. 2aa06ab AMDGPU: Add new amdgcn intrinsics for cube instructions by Matt Arsenault · 10 years ago
  66. c024d324 AMDGPU: Implement read_register and write_register intrinsics by Matt Arsenault · 10 years ago
  67. f748e83 AMDGPU: Note mesa version in release notes by Matt Arsenault · 10 years ago
  68. ae4d40b AMDGPU: Restore AMDGPU prefixed rsq intrinsic for now by Matt Arsenault · 10 years ago
  69. 3467854 [WebAssembly] Optimize memcpy/memmove/memcpy calls. by Dan Gohman · 10 years ago
  70. 523a0b2 [WebAssembly] Remove a completed entry from the README.txt. by Dan Gohman · 10 years ago
  71. 407037a [WebAssembly] Implement unaligned loads and stores. by Dan Gohman · 10 years ago
  72. 33a530f [LIR] Add support for structs and hand unrolled loops by Haicheng Wu · 10 years ago
  73. 8a1bace Use binary search for intrinsic ID lookups by Reid Kleckner · 10 years ago
  74. 632580f LiveIntervalAnalysis: Improve some comments by Matthias Braun · 10 years ago
  75. fa883c2 Sort intrinsics by LLVM intrinsic name, rather than tablegen def name by Reid Kleckner · 10 years ago
  76. 1b9e9d8 LiveIntervalAnalysis: Cleanup handleMove{Down|Up}() functions, NFC by Matthias Braun · 10 years ago
  77. 45afe21 Followup to 258750; update more tests to use .p2align . by Dan Gohman · 10 years ago
  78. d0eaa33 Followup to 258750; update all MC tests to use .p2align . by Dan Gohman · 10 years ago
  79. a9319a6 Followup to 258750; update this test to use .p2align . by Dan Gohman · 10 years ago
  80. f4e7889 [MC] Use .p2align instead of .align by Dan Gohman · 10 years ago
  81. 838543b [GVN] Rearrange code to make local vs non-local cases more obvious [NFCI] by Philip Reames · 10 years ago
  82. 3f6b805 [cfi] Cross-DSO CFI diagnostic mode (LLVM part). by Evgeniy Stepanov · 10 years ago
  83. 4d16c2e [GVN] Factor out common code [NFCI] by Philip Reames · 10 years ago
  84. 56ad206 [docs] Document how to merge patches into release branches by Vedant Kumar · 10 years ago
  85. 64d9b9e X86ISelLowering: Fix cmov(cmov) special lowering bug by Matthias Braun · 10 years ago
  86. 0e59f68 [ThinLTO] Find all needed metadata when linking metadata as postpass by Teresa Johnson · 10 years ago
  87. 841d92c [X86][AVX] Add commutation support for VPERM2X128 instructions by Simon Pilgrim · 10 years ago
  88. 63ac4d7 [ThinLTO] Handle DISubprogram reached indirectly from DIImportedEntity by Teresa Johnson · 10 years ago
  89. 1c5981f Fix a typo by Xinliang David Li · 10 years ago
  90. 685c628 Enable loopreroll to rerool loop with pointer induction variable. by Lawrence Hu · 10 years ago
  91. 3602687 Undo commit 258700 due to missing commit message by Lawrence Hu · 10 years ago
  92. ceb1e84 Reapply commit r25804 with fix by Matthew Simpson · 10 years ago
  93. 79b3dc3 Speculatively revert r258620 as it is the likely culprid of PR26293. by Quentin Colombet · 10 years ago
  94. 79890da Temporary disable broken fuzzer/timeout tests. by Ivan Krasin · 10 years ago
  95. 859d998 Add a test showing we can write a vector of floats. by Rafael Espindola · 10 years ago
  96. 1ae8104 by Lawrence Hu · 10 years ago
  97. 15f4113 don't repeat function names in documentation comments; NFC by Sanjay Patel · 10 years ago
  98. a84d3cd [WebAssembly] Fix unbalanced register stack code in the case of late DCE. by Dan Gohman · 10 years ago
  99. b0bd82d [WebAssembly] Add tests for negative offsets with global variable addresses. by Dan Gohman · 10 years ago
  100. 6f7efe6 [WebAssembly] Minor code formatting cleanups. NFC. by Dan Gohman · 10 years ago