1. 622b1d6 [DebugInfo] Follow-up bug fix on "Fixing a couple of DI duplication bugs of CloneModule" by Roman Tereshin · 7 years ago
  2. 603f108 Revert "build: reserve `--color-diagnostics` for lld" by Saleem Abdulrasool · 7 years ago
  3. 152533c build: reserve `--color-diagnostics` for lld by Saleem Abdulrasool · 7 years ago
  4. e9f782a [PDB] Correctly use the target machine when writing DBI stream. by Zachary Turner · 7 years ago
  5. 9d2fcc2 [RISCV] Fix assert message operator by Mandeep Singh Grang · 7 years ago
  6. 9a56b66 Resubmit "Fix some incorrect fields in our generated PDBs." by Zachary Turner · 7 years ago
  7. 891d17e [X86] Remove unnecessary -mattr to enable avx512bw when the -mcpu already enabled it. NFC by Craig Topper · 7 years ago
  8. 39a435f [SLP] Use getExtractWithExtendCost() to compute the scalar cost of extractelement/ext pair by Haicheng Wu · 7 years ago
  9. 08893d3 [ORC] Add a MaterializationResponsibility class to track responsibility for by Lang Hames · 7 years ago
  10. 3963b7d [ORC] Merge VSO notifyResolutionFailed and notifyFinalizationFailed in to by Lang Hames · 7 years ago
  11. d7addc5 [Hexagon] Turn off flag enabling auto-vectorization by Krzysztof Parzyszek · 7 years ago
  12. 2ad02e3 [NFC] Move verificaiton check for f128 conversion into LowerINT_TO_FP() by Lei Huang · 7 years ago
  13. 1a43e1e [InstCombine] simplify code in SimplifyAssociativeOrCommutative; NFCI by Sanjay Patel · 7 years ago
  14. a71a379 [Attributes] Fix a bug in AttributeList::get so it can handle a mix of FunctionIndex and ReturnIndex/arg indices at the same time by Craig Topper · 7 years ago
  15. a14fac4 Remove faulty assertion in llvm-pdbutil by Adrian McCarthy · 7 years ago
  16. 84d3862 Revert "Fix some incorrect fields in our generated PDBs." by Zachary Turner · 7 years ago
  17. 8af1bad [CodeView] Initial support for emitting S_THUNK32 symbols for compiler... by Brock Wyma · 7 years ago
  18. b1bd163 Fix some incorrect fields in our generated PDBs. by Zachary Turner · 7 years ago
  19. 2be99d0 [InstCombine] simplify getBinOpsForFactorization(); NFC by Sanjay Patel · 7 years ago
  20. a97e999 SmallVectorMemoryBuffer: Fix some comments by David Blaikie · 7 years ago
  21. 72fc210 [InstCombine] simplify fneg+fadd folds; NFC by Sanjay Patel · 7 years ago
  22. 7d7f34a [InstCombine] fix formatting; NFC by Sanjay Patel · 7 years ago
  23. 3210e64 [AMDGPU][MC][VI][GFX9] Added support of SDWA/DPP for v_cndmask_b32 by Dmitry Preobrazhensky · 7 years ago
  24. 368802e [test] Avoid spurious failure in debug-names-find.s. NFC. by Pavel Labath · 7 years ago
  25. a6f285a [AArch64][SVE] Asm: Support for structured LD4 (scalar+imm) load instructions. by Sander de Smalen · 7 years ago
  26. b5c81ab [LatencyPriorityQueue] Fix build: missing override by Roman Lebedev · 7 years ago
  27. 2541725 [LatencyPriorityQueue] The LatencyPriorityQueue class is missing the implementation for the dump function by Stefan Pintilie · 7 years ago
  28. 4a9f0dd [AArch64][SVE] Asm: Support for structured LD3 (scalar+imm) load instructions. by Sander de Smalen · 7 years ago
  29. 10fa4a1 [MIR-Canon] Fixing a test failure caused by COPY Folding. by Puyan Lotfi · 7 years ago
  30. 73e5c16 [mips] Restrict certain trap instructions for micromipsr6 by Stefan Maksimovic · 7 years ago
  31. f1f8a6d [MIR-Canon] Adding ISA-Agnostic COPY Folding. by Puyan Lotfi · 7 years ago
  32. 388ad3d [NFC][MIR-Canon] clang-format cleanup of Mir Canonicalizer Pass. by Puyan Lotfi · 7 years ago
  33. 0792ef7 [X86] Introduce archs: goldmont-plus & tremont by Gabor Buella · 7 years ago
  34. 7088d03 [AArch64][SVE] Asm: Support for structured LD2 (scalar+imm) load instructions. by Sander de Smalen · 7 years ago
  35. d752376 Rename ObjectMemoryBuffer to SmallVectorMemoryBuffer; NFCI by Weiming Zhao · 7 years ago
  36. 0692f37 [BasicAA] Return MayAlias for the pointer plus variable offset to by Shiva Chen · 7 years ago
  37. 445c7b1 [X86] Use APInt::isSubsetof instead of APInt::intersects to avoid a negation of an APInt value. NFC by Craig Topper · 7 years ago
  38. dc50512 [X86] Use uint32_t instead of unsigned in GetLo32XForm for readability. NFC by Craig Topper · 7 years ago
  39. 7f9e67c [InstCombine] Simplify 'xor' to 'or' if no common bits are set. by Roman Lebedev · 7 years ago
  40. 6b8ddb4 [SelectionDAG][NFC] haveNoCommonBitsSet(): add FIXME notes by Roman Lebedev · 7 years ago
  41. 6c24dd3 [InstCombine] Simplify 'add' to 'or' if no common bits are set. by Roman Lebedev · 7 years ago
  42. 65f2d88 [NFC] ConstantOffsetExtractor::CanTraceInto(): add FIXME: no tests by Roman Lebedev · 7 years ago
  43. b5e23d1 [MC] Moved all the remaining logic that computed instruction latency and reciprocal throughput from TargetSchedModel to MCSchedModel. by Andrea Di Biagio · 7 years ago
  44. 8a7e3a4 [DAGCombiner, PowerPC] allow X - (fpext(-Y) --> X + fpext(Y) with multiple uses by Sanjay Patel · 7 years ago
  45. 42ded2d [InstCombine] simplify more code for distributive property; NFCI by Sanjay Patel · 7 years ago
  46. 7ee1ff5 [InstCombine] simplify code for distributive property; NFCI by Sanjay Patel · 7 years ago
  47. 5365e8b4 [Support] Extend WithColor helpers by Jonas Devlieghere · 7 years ago
  48. 6823222 NFC: Move ObjectMemoryBuffer to support by Weiming Zhao · 7 years ago
  49. 0c191c5 [DebugInfo] Use WithColor to print errors/warnings by Jonas Devlieghere · 7 years ago
  50. 5baab4c [Support] Add convenience functions to WithColor. NFC. by Jonas Devlieghere · 7 years ago
  51. 851a760 [X86] Tests for unsigned saturation downconvert detection. by Artur Gainullin · 7 years ago
  52. cfa414c [InstCombine] Enable Add/Sub simplifications with only 'reassoc' FMF by Warren Ristow · 7 years ago
  53. 9325168 [X86] Tests for unsigned saturation downconvert detection. by Artur Gainullin · 7 years ago
  54. b5e9b6f [InstCombine] add shift+logic tests (PR37098); NFC by Sanjay Patel · 7 years ago
  55. 5974c34 [X86][MMX] Set PAVG/PHADD/PMIN/PMAX/PSIGN instructions to use same scheduler classes as SSE/AVX by Simon Pilgrim · 7 years ago
  56. c4c17fa [NFC] fix trivial typos in document and comments by Hiroshi Inoue · 7 years ago
  57. efcdcc2 [AMDGPU] Add gfx902 product names by Tony Tye · 7 years ago
  58. 1076c8d [WebAssembly] Fix a bug in MachineBasicBlock::findDebugLoc() call by Heejin Ahn · 7 years ago
  59. c4082cf [X86] Add the bizarro movsww and movzww mnemonics for the disassembler. by Craig Topper · 7 years ago
  60. 3352f51 MachO: trap unreachable instructions by Tim Northover · 7 years ago
  61. a68402c [InstCombine][NFC] masked-merge: add 'and' tests, too. by Roman Lebedev · 7 years ago
  62. 9899cf0 [DebugInfo][OPT] NFC follow-up on "Fixing a couple of DI duplication bugs of CloneModule" by Roman Tereshin · 7 years ago
  63. 883750c [DebugInfo][OPT] Fixing a couple of DI duplication bugs of CloneModule by Roman Tereshin · 7 years ago
  64. 129fc8c [Hexagon] Initial instruction cost model for auto-vectorization by Krzysztof Parzyszek · 7 years ago
  65. f5fe785 Revert r329956, "AArch64: Introduce a DAG combine for folding offsets into addresses." by Peter Collingbourne · 7 years ago
  66. c6388fd [LV] Introduce TTI::getMinimumVF by Krzysztof Parzyszek · 7 years ago
  67. a1a50c5 [DebugInfo] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 7 years ago
  68. 2782d61 [Power9] Add the TLS store instructions to the Power 9 model by Stefan Pintilie · 7 years ago
  69. 15ff8ca [Transforms] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 7 years ago
  70. 648f7ea [MC] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 7 years ago
  71. 74fc0f2 [ProfileData] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 7 years ago
  72. 58f4dfd [CostModel][X86] Add some specific cpu targets to the cost models by Simon Pilgrim · 7 years ago
  73. 4cba8e9 [CostModel][X86] Split fma arith costs tests from other fp tests by Simon Pilgrim · 7 years ago
  74. bfe1c28 [LTO] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 7 years ago
  75. 069de1b [CostModel][X86] Regenerate latency/codesize cost tests by Simon Pilgrim · 7 years ago
  76. 7a7d602 [CostModel][X86] Regenerate cast conversion cost tests by Simon Pilgrim · 7 years ago
  77. 8a10d1e [CostModel][X86] Regenerate masked intrinsic cost tests by Simon Pilgrim · 7 years ago
  78. 0b9d56a Define InitLLVM to do common initialization all at once. by Rui Ueyama · 7 years ago
  79. 275d90b hwasan: add -fsanitize=kernel-hwaddress flag by Andrey Konovalov · 7 years ago
  80. c833360 [InstCombine][NFC] masked-merge: commutativity tests: ensure the ordering. by Roman Lebedev · 7 years ago
  81. 24b0700 Add PPC64_GLINK dynamic tag. by Sean Fertile · 7 years ago
  82. 4467b4c [mips] Materialize constants for multiplication by Simon Dardis · 7 years ago
  83. cef8ffa [X86] Remove remaining itinerary support from instructions and target (PR37093) by Simon Pilgrim · 7 years ago
  84. b69d7e5 [ARM] FP16 vmaxnm/vminnm scalar instructions by Sjoerd Meijer · 7 years ago
  85. 6bda3ad Revert r330027: "[llvm-exegesis] re-enable failing tests after r330026." by Clement Courbet · 7 years ago
  86. a2ce47d [llvm-mca] Ensure that instructions with a schedule read-advance are always issued in the right order. by Andrea Di Biagio · 7 years ago
  87. 8b2b901 [ARC] Add LImm support for J/JL by Yan Luo · 7 years ago
  88. 18b893f [X86] Generalize X86FixupLEAs to work with TargetSchedModel by Simon Pilgrim · 7 years ago
  89. 6852646 [profile] Fix binary format reader error propagation. by Mircea Trofin · 7 years ago
  90. c70bdbc [llvm-exegesis] re-enable failing tests after r330026. by Clement Courbet · 7 years ago
  91. 5031ac2 [llvm-exegesis] Fix use after free. by Clement Courbet · 7 years ago
  92. 6d335d7 Remove comment reference to itineraries. NFCI. by Simon Pilgrim · 7 years ago
  93. bb75598 [AArch64][SVE] Asm: Support for contiguous LD1 (scalar+imm) load instructions by Sander de Smalen · 7 years ago
  94. 9a2e6e5 [X86][AVX512] UNPCKL/H PS and PD should be scheduled with WriteFShuffle not WriteFAdd by Simon Pilgrim · 7 years ago
  95. faa78cf [X86] Remove remaining OpndItins/SizeItins from all instruction defs (PR37093) by Simon Pilgrim · 7 years ago
  96. 43c4e4a Remove comment references to itineraries. NFCI. by Simon Pilgrim · 7 years ago
  97. 89eb2f7 [llvm-exegesis][NFC] Add more logging in case target creation fails. by Clement Courbet · 7 years ago
  98. 2ebff13 Remove out of data comment. NFCI. by Simon Pilgrim · 7 years ago
  99. 13bac7c [PostRASink]Add register dependency check for implicit operands by Jun Bum Lim · 7 years ago
  100. b86299a [InstCombine][NFC] Regenerate logical-select.ll test by Roman Lebedev · 7 years ago