1. 3ce8ac0 [X86] Add scheduling tests for AVX1 256-bit zero-idioms. NFC by Andrea Di Biagio · 7 years ago
  2. da1fb72 Ensure that variant part discriminator is read by MetadataLoader by Jonas Devlieghere · 7 years ago
  3. e849859 [dsymutil] Suppress CoreFoundation leaks in tests. by Jonas Devlieghere · 7 years ago
  4. 119d036 [ADT] Hack around GCC 5.4 miscompiling Optional of enum. by Benjamin Kramer · 7 years ago
  5. 5b5e532 [AMDGPU] lower-switch in preISel as a workaround for legacy DA by Sameer Sahasrabuddhe · 7 years ago
  6. a1268168 [AMDGPU] Divergence driven instruction selection. Part 1. by Alexander Timofeev · 7 years ago
  7. 794b30e [dwarfdump] Verify DW_AT_type is set and points to a compatible DIE. by Jonas Devlieghere · 7 years ago
  8. 722833d [dwarfdump] Verify compatibility of attribute TAGs. by Jonas Devlieghere · 7 years ago
  9. 283b433 Revert "[ADT] restrict bit_cast to trivially-constructible To" by JF Bastien · 7 years ago
  10. 469bae0 [ADT] restrict bit_cast to trivially-constructible To by JF Bastien · 7 years ago
  11. 1269b2a Merge clang's isRepeatedBytePattern with LLVM's isBytewiseValue by JF Bastien · 7 years ago
  12. db9807d [WebAssembly] Revert r342701, "Add WebAssembly to LLVM_ALL_TARGTS." by Dan Gohman · 7 years ago
  13. 4739269 [MCA] Remove dependency on CodeGen. by Dean Michael Berris · 7 years ago
  14. da8383a [Docs] [Support] Correct a missed reference and use up to date .inc examples. by Kristina Brooks · 7 years ago
  15. 97eaa64 [MachineCopyPropagation] Refactor copy tracking into a class. NFC by Justin Bogner · 7 years ago
  16. 5b1329d [llvm-objcopy/llvm-strip]: handle --version by Jordan Rupprecht · 7 years ago
  17. 7b73473 [WebAssembly] Add WebAssembly to LLVM_ALL_TARGTS. by Dan Gohman · 7 years ago
  18. b69da1b [MachineCopyPropagation] Minor clang-formatting. NFC by Justin Bogner · 7 years ago
  19. 73d3815 Fix DenseSet::ConstIterator typedefs by David Blaikie · 7 years ago
  20. 3b41774 Add the ability to register callbacks for removal and insertion of MachineInstrs by Aditya Nandakumar · 7 years ago
  21. 4c406c2 Remove an unused function by David Blaikie · 7 years ago
  22. 8135e49 bpf: check illegal usage of XADD insn return value by Yonghong Song · 7 years ago
  23. 10d1aaf [WebAssembly][NFC] Add missing tests for indirect calls by Thomas Lively · 7 years ago
  24. a22a6f2 [WebAssembly] Add V128 value type to binary format by Thomas Lively · 7 years ago
  25. c18b56e [MachineOutliner][NFC] Don't add MBBs with a size < 2 to the search space by Jessica Paquette · 7 years ago
  26. 02b573b [GlobalDCE] AvailableExternal linkage is checked in isDiscardableIfUnused [NFC]. by Xin Tong · 7 years ago
  27. 9d4397e [InstCombine] rename test file, simplify tests, regenerate full checks; NFC by Sanjay Patel · 7 years ago
  28. a96dc0e [RegAllocGreedy] Fix crash in tryLocalSplit by Walter Lee · 7 years ago
  29. 4caac91 [PDB] Fix -Wcovered-switch-default warning. by Zachary Turner · 7 years ago
  30. 7840e60 [Bitcode] Address backwards compat bug in r342631 by Vedant Kumar · 7 years ago
  31. cb2f53f [MachineOutliner][NFC] Move debug info emission to createOutlinedFunction by Jessica Paquette · 7 years ago
  32. e54994e [inline Cost] Don't mark functions accessing varargs as non-inlinable by Sameer AbuAsal · 7 years ago
  33. 8281907 Fix -Wtrigraphs. by Rui Ueyama · 7 years ago
  34. 2d481c7 Fix warnings. by Zachary Turner · 7 years ago
  35. 5748c47 [SelectionDAG] replace duplicated peekThroughBitcast helper functions; NFCI by Sanjay Patel · 7 years ago
  36. e8e1aa2 [InstCombine] add tests for vector concat with binop (PR33026); NFC by Sanjay Patel · 7 years ago
  37. e6959a6 [New PM] Introducing PassInstrumentation framework by Fedor Sergeev · 7 years ago
  38. 4dc3161 [PDB] Fix failing test. by Zachary Turner · 7 years ago
  39. 39b6432 [PDB] Better printing of builtin types when using DIA dumper. by Zachary Turner · 7 years ago
  40. 24b5a53 [gcov] Fix wrong line hit counts when multiple blocks are on the same line by Calixte Denizet · 7 years ago
  41. b17277e [PDB] Add the ability to map forward references to full decls. by Zachary Turner · 7 years ago
  42. c12a456 [llvm-mca][BtVer2] Modify ANDN tests in zero-idioms-avx-256.s. NFC by Andrea Di Biagio · 7 years ago
  43. 1c86ce8 [IR] add shuffle query for vector concatenation by Sanjay Patel · 7 years ago
  44. dff6e8d [IR] reduce duplication in unittest for shuffles; NFC by Sanjay Patel · 7 years ago
  45. a6fe721 [InstCombine] Handle vector compares in foldGEPIcmp() by Jesper Antonsson · 7 years ago
  46. 911cc8d [llvm-exegesis] Fix broken build bots. by Guillaume Chatelet · 7 years ago
  47. be9fcb8 [X86][SSE] Remove UNPCKL(SHUFFLE)->UNPCKH custom combine by Simon Pilgrim · 7 years ago
  48. db98902 [llvm-exegesis] Improve Register Setup (roll forward of D51856). by Guillaume Chatelet · 7 years ago
  49. f724c01 [ADT] Bring back memmove to make GCC 5.4 happy by Benjamin Kramer · 7 years ago
  50. eda0de3 [X86][SSE] Remove PSHUFLW/PSHUFHW combineRedundantHalfShuffle combine by Simon Pilgrim · 7 years ago
  51. d4dc551 [RISCV][MC] Modify evaluateConstantImm interface to allow reuse from addExpr by Alex Bradbury · 7 years ago
  52. 21164cc Fix -Wdocumentation warnings introduced by r342555. NFC by Andrea Di Biagio · 7 years ago
  53. 0bc4e61 Fix line-endings. NFCI. by Simon Pilgrim · 7 years ago
  54. fc05216 [ADT] Try again to use the same version of llvm::Optional on all compilers by Benjamin Kramer · 7 years ago
  55. 37d99d3 [DWARF] - Emit the correct value for DW_AT_addr_base. by George Rimar · 7 years ago
  56. 0b774f6 [IPSCCP] Fix a problem with removing labels in a switch with undef condition by Bjorn Pettersson · 7 years ago
  57. 44db1d1 [IR] Add a boolean field in DILocation to know if a line must covered or not by Calixte Denizet · 7 years ago
  58. b5fa23b [RISCV][MC] Improve parsing of jal/j operands by Alex Bradbury · 7 years ago
  59. e1f5d9d [NFC][x86][AArch64] Add BEXTR-like test patterns. by Roman Lebedev · 7 years ago
  60. 3f24abf Improve the doc about the initial commit email sent to the ML by Sylvestre Ledru · 7 years ago
  61. 32a3289 [MachineVerifier] Relax checkLivenessAtDef regarding dead subreg defs by Bjorn Pettersson · 7 years ago
  62. ba88c3a [XRay][compiler-rt] FDRLogWriter Abstraction by Dean Michael Berris · 7 years ago
  63. 85a14f0 Temporarily Revert "[New PM] Introducing PassInstrumentation framework" by Eric Christopher · 7 years ago
  64. f68a67a Fix for bug 34002 - label generated before it block is finalized. Differential Revision: https://reviews.llvm.org/D52258 by Maya Madhavan · 7 years ago
  65. 6bf5f37 [unittests] Do not use llvm::sort in googlemock by Dean Michael Berris · 7 years ago
  66. 5dd1dd3 [PowerPC] Fix the assert of combineBVOfConsecutiveLoads when element num is 1 by QingShan Zhang · 7 years ago
  67. 776583c [WebAssembly] Renumber SIMD ops by Thomas Lively · 7 years ago
  68. eddbfad [WEB] add new flags to a DebugInfo lit test by Michael Berg · 7 years ago
  69. 5ffd6db [New PM] Introducing PassInstrumentation framework by Fedor Sergeev · 7 years ago
  70. c3779f5 Revert "[XRay][compiler-rt] FDRLogWriter Abstraction" and 1 more. by Evgeniy Stepanov · 7 years ago
  71. de66c77 [x86] add test for 256-bit andn (PR37749); NFC by Sanjay Patel · 7 years ago
  72. fe55544 [SelectionDAG] allow vector types with isBitwiseNot() by Sanjay Patel · 7 years ago
  73. 2327768 Fix the build when LLVM_TARGETS_TO_BUILD is empty. by Juergen Ributzka · 7 years ago
  74. e48b211 [x86] add test for add+not vector fold; NFC by Sanjay Patel · 7 years ago
  75. 98f7c2b AArch64: Add FuseCryptoEOR fusion rules by Matthias Braun · 7 years ago
  76. 9214de5 MachineScheduler: Add -misched-print-dags flag by Matthias Braun · 7 years ago
  77. 55025c4 Workaround a limitation of llvm::Any when used with types that have by Chandler Carruth · 7 years ago
  78. b044a64 [ARM] Adjust the feature set for Exynos by Evandro Menezes · 7 years ago
  79. f9cabb9 [ARM] Refactor Exynos feature set (NFC) by Evandro Menezes · 7 years ago
  80. be08b55 [InstCombine] Disable strcmp->memcmp transform for MSan. by Matt Morehouse · 7 years ago
  81. 71589ff [X86] Handle COPYs of physregs better (regalloc hints) by Simon Pilgrim · 7 years ago
  82. 9de32f7 Copy utilities updated and added for MI flags by Michael Berg · 7 years ago
  83. 3a89b36 [x86] change names of vector splitting helper functions; NFC by Sanjay Patel · 7 years ago
  84. 6e5f07e [ThinLTO] Write TYPE_IDs for types used in functions imported by aliases by Vitaly Buka · 7 years ago
  85. 3c27669 [ThinLTO] Extract getReferencedTypeIds from [NFC] by Vitaly Buka · 7 years ago
  86. d4b7306 [mips][microMIPS] Extending size reduction pass with MOVEP by Simon Atanasyan · 7 years ago
  87. bb017fb [mips][microMIPS] Fix the definition of MOVEP instruction by Simon Atanasyan · 7 years ago
  88. 563a3bb [LLJIT] Add API to expose linking layer from LLJIT classes by Chris Bieneman · 7 years ago
  89. 8ea1c2f [X86] Add initial SimplifyDemandedVectorEltsForTargetNode support by Simon Pilgrim · 7 years ago
  90. eb2ecf3 Attempt to unbreak buidlbot lld-x86_64-darwin13 after r342555. by Andrea Di Biagio · 7 years ago
  91. 76c0cf6 [AMDGPU] Add instruction selection for i1 to f16 conversion by Carl Ritson · 7 years ago
  92. bf6ec20 [bpf] Symbol sizes and types in object file by Yonghong Song · 7 years ago
  93. a9c15c1 [TableGen][SubtargetEmitter] Add the ability for processor models to describe dependency breaking instructions. by Andrea Di Biagio · 7 years ago
  94. dcc2525 [DAGCombiner][x86] add transform/hook to decompose integer multiply into shift/add by Sanjay Patel · 7 years ago
  95. 68fc66e Revert rL342544: [New PM] Introducing PassInstrumentation framework by Fedor Sergeev · 7 years ago
  96. 3b4fa0d Fix -Wsign-compare warnings. NFCI by Simon Pilgrim · 7 years ago
  97. 490f68f [AtomicExpandPass]: Add a hook for custom cmpxchg expansion in IR by Alex Bradbury · 7 years ago
  98. 80b0618 [benchmark] Cherrypick fix for MinGW/ARM from upstream by Martin Storsjo · 7 years ago
  99. 7795456 [InstCombine] foldICmpWithLowBitMaskedVal(): handle uncanonical ((-1 << y) >> y) mask by Roman Lebedev · 7 years ago
  100. 47c99e0 [InstCombine] foldICmpWithLowBitMaskedVal(): handle uncanonical ((1 << y)+(-1)) mask by Roman Lebedev · 7 years ago