1. 7fa9c2f [X86] Remove gpr shift/extension schedule itineraries (PR37093) by Simon Pilgrim · 7 years ago
  2. d018c5d [Power9]Legalize and emit code for converting (Un)Signed DWord to Quad-Precision by Lei Huang · 7 years ago
  3. 6724658 [MCJIT] Remove the anchor from mcjit. by Benjamin Kramer · 7 years ago
  4. 91e3c3b [MIPS GlobalISel] remove superfluous #includes (NFC) by Petar Jovanovic · 7 years ago
  5. fd7ac55 [AArch64] Move AFI->setRedZone(false) to top of emitPrologue by Jessica Paquette · 7 years ago
  6. b7ab0ed revert r328921 - [DAGCombine] (float)((int) f) --> ftrunc (PR36617) by Sanjay Patel · 7 years ago
  7. f0086dd [Pipeliner] Use std::stable_sort when ordering NodeSets by Krzysztof Parzyszek · 7 years ago
  8. 293041f [mips] Correct the predicates of the load/store (double)word for coprocessor 3. by Simon Dardis · 7 years ago
  9. 45655ba [X86] Remove AES/CLMUL/CRC32/LDDQU/MOVNT/POPCNT/SHA schedule itineraries (PR37093) by Simon Pilgrim · 7 years ago
  10. 9ef860a Revert "Reapply "[PR16756] Use SSAUpdaterBulk in JumpThreading." one more time." by Benjamin Kramer · 7 years ago
  11. 8f82584 [AArch64][AsmParser] Unify 'addVectorListOperands' functions. by Sander de Smalen · 7 years ago
  12. 224d082 [CodeGen] Allow printing MachineMemOperands with less context in SDAGDumper by Francis Visoiu Mistrih · 7 years ago
  13. f09f156 [IRCE] isKnownNonNegative helper function by Sam Parker · 7 years ago
  14. d9666f8 [X86] Remove remaining system/special schedule itineraries (PR37093) by Simon Pilgrim · 7 years ago
  15. e671fc8 [mips] Correct the predicates for special nops, tlb ctrl instrs, software breakpoint and prefx. by Simon Dardis · 7 years ago
  16. a1c7785 [X86] Remove system/control schedule itineraries (PR37093) by Simon Pilgrim · 7 years ago
  17. c4f7ab0 [InstCombine][NFC]: Add tests: foldSelectICmpAndAnd(): and is commutative by Roman Lebedev · 7 years ago
  18. c2ed7d8 [AArch64][AsmParser] Make parse function for VectorLists generic to other vector types. by Sander de Smalen · 7 years ago
  19. d22316e [RISCV] Change function alignment to 4 bytes, and 2 bytes for RVC by Shiva Chen · 7 years ago
  20. a560b30 [X86] Remove CMOV/SETCC schedule itineraries (PR37093) by Simon Pilgrim · 7 years ago
  21. d0c7e9c [X86] Remove MMX/3DNow schedule itineraries (PR37093) by Simon Pilgrim · 7 years ago
  22. ca9b26e [llvm-mca] Removed unused argument from cycleEvent. NFC by Andrea Di Biagio · 7 years ago
  23. d9053c2 [X86] Remove X87 schedule itineraries (PR37093) by Simon Pilgrim · 7 years ago
  24. 85cae61 [MIPS GlobalISel] minor update to MIR tests added in r329819 by Petar Jovanovic · 7 years ago
  25. 63fe169 [SystemZ] Use ResourceCycles=30 for FPd unit (NFC). by Jonas Paulsson · 7 years ago
  26. 19d0394 [SystemZ] Remove FullInstRWOverlapCheck from SchedMachineModels. by Jonas Paulsson · 7 years ago
  27. 273601e [HexagonMachineScheduler] Remove local (copied) getWeakLeft(). by Jonas Paulsson · 7 years ago
  28. a83aa7c [MachineScheduler] NFC refactoring by Jonas Paulsson · 7 years ago
  29. 47d409e [LegalizeTypes] Remove unnecessary type action check on the type of operand 0 when promoting shift result type. NFC by Craig Topper · 7 years ago
  30. ef1bc2d [NFC] fix trivial typos in documents and comments by Hiroshi Inoue · 7 years ago
  31. 14efaa1 [RISCV] Codegen support for RV32D floating point comparison operations by Alex Bradbury · 7 years ago
  32. bbb41d8 [RISCV] Codegen support for RV32D floating point conversion operations by Alex Bradbury · 7 years ago
  33. 3664487 [RISCV] Add codegen support for RV32D floating point arithmetic operations by Alex Bradbury · 7 years ago
  34. 0cc09b8 [RISCV] Add tests missed in r329871 by Alex Bradbury · 7 years ago
  35. 633653d [RISCV] Codegen support for RV32D floating point load/store, fadd.d, calling conv by Alex Bradbury · 7 years ago
  36. 183a800 Test commit access by Yan Luo · 7 years ago
  37. 6583ea3 [DeadArgElim] Remove allocsize attributes on callsites by George Burgess IV · 7 years ago
  38. b1f2b2d Revert "[llvm-objcopy] Switch over to using TableGen for parsing arguments" by Jake Ehrlich · 7 years ago
  39. b33a024 Reapply "[PR16756] Use SSAUpdaterBulk in JumpThreading." one more time. by Michael Zolotukhin · 7 years ago
  40. df0745b [SSAUpdaterBulk] Fix linux bootstrap/sanitizer failures: explicitly specify order of evaluation. by Michael Zolotukhin · 7 years ago
  41. 6450f7f [llvm-objcopy] Switch over to using TableGen for parsing arguments by Jake Ehrlich · 7 years ago
  42. ce22028 [X86] Remove unused itinerary argument from FMA3/FMA4/XOP instructions. NFCI. by Simon Pilgrim · 7 years ago
  43. 66258c9 Add missing vtable anchors by Weiming Zhao · 7 years ago
  44. 125b8de X86FoldTableEntry - avoid unnecessary std::string creation. NFCI. by Simon Pilgrim · 7 years ago
  45. c7568e5 [LLVM-C] Add LLVMGetHostCPU{Name,Features}. by whitequark · 7 years ago
  46. e03c814 Don't repeatedly evaluate size() in the for loop. NFCI. by Simon Pilgrim · 7 years ago
  47. 4cd717c [PowerPC] Fix condition for 64-bit rotate when replacing r+r instr with r+i by Nemanja Ivanovic · 7 years ago
  48. d85c559 Attempting to work around a non-determinism issue. by Puyan Lotfi · 7 years ago
  49. 98a5765 bpf: signal error instead of silent drop for certain invalid asm insn by Yonghong Song · 7 years ago
  50. 8822a560 [X86] Describe wbnoinvd instruction by Gabor Buella · 7 years ago
  51. d6c8a46 [DSE] Add tests for atomic memory intrinsics (NFC) by Daniel Neilson · 7 years ago
  52. 461bf52 Rename *CommandFlags.def to *CommandFlags.inc by David Blaikie · 7 years ago
  53. 29df540 [DSE] Regenerate tests with update_test_checks.py (NFC) by Daniel Neilson · 7 years ago
  54. 2b8ec28 CodeGen: Don't try to canonicalize Unix-style paths in CodeView debug info. by Peter Collingbourne · 7 years ago
  55. 145d22d [X86][Atom] Convert Atom scheduler model to SchedRW (PR32431) by Simon Pilgrim · 7 years ago
  56. db8b1f30 [llvm-mca] Let the Scheduler notify dispatch stall events caused by the lack of scheduling resources. by Andrea Di Biagio · 7 years ago
  57. f5eabce [X86] Generalize X86PadShortFunction to work with TargetSchedModel by Simon Pilgrim · 7 years ago
  58. 3b79cbb [NVPTX] Removed 'satom' feature which is no longer used. by Artem Belevich · 7 years ago
  59. d80a410 [NVPTX, CUDA] Improved feature constraints on NVPTX target builtins. by Artem Belevich · 7 years ago
  60. 91ebceb [AMDGPU] Ensure there are enough registers for wave dispatch by Tim Renouf · 7 years ago
  61. ebae4b6 [DSE] Regenerate tests with update_test_checks.py (NFC) by Daniel Neilson · 7 years ago
  62. 1a78507 [FastISel] Disable local value sinking by default by Reid Kleckner · 7 years ago
  63. eab1e54 [InstCombine] limit X - (cast(-Y) --> X + cast(Y) with hasOneUse() by Sanjay Patel · 7 years ago
  64. 0bd082b [DWARFv5] Fuss with asm syntax for conveying MD5 checksum. by Paul Robinson · 7 years ago
  65. 92ffece [MIPS GlobalISel] Select add i32, i32 by Petar Jovanovic · 7 years ago
  66. 05d18d6 [SLP] update a test case. NFC. by Haicheng Wu · 7 years ago
  67. 7a84343 [AMDGPU] Fix lowering enqueue_kernel by Yaxun Liu · 7 years ago
  68. d248c5b Revert "[llvm-mca][CMake] Remove unused libraries from set LLVM_LINK_COMPONENTS" by Andrea Di Biagio · 7 years ago
  69. b7cfdd3 Revert "[AMDGPU] Ensure there are enough registers for wave dispatch" by Tim Renouf · 7 years ago
  70. 3796ce1 [AArch64][AsmParser] Split index parsing from vector list. by Sander de Smalen · 7 years ago
  71. 4f9dd68 [AMDGPU] Ensure there are enough registers for wave dispatch by Tim Renouf · 7 years ago
  72. 91c3fd2 [llvm-mca][CMake] Remove unused libraries from set LLVM_LINK_COMPONENTS. by Andrea Di Biagio · 7 years ago
  73. d1e5672 [X86] Add variable shuffle schedule classes by Simon Pilgrim · 7 years ago
  74. 1a1503b [AArch64] Add test case for r329797 by Francis Visoiu Mistrih · 7 years ago
  75. 4044cf5 [X86][SSE] Tweak cmpps schedule test so that it works properly with just sse1 by Simon Pilgrim · 7 years ago
  76. 7cb3861 [AMDGPU][MC][GFX9] Added v_screen_partition_4se_b32 by Dmitry Preobrazhensky · 7 years ago
  77. 3abaf8b [AArch64] Fix regression after r329691 by Francis Visoiu Mistrih · 7 years ago
  78. ee869a8 [llvm-mca] Minor code cleanup. NFC by Andrea Di Biagio · 7 years ago
  79. 900cf75 [llvm-mca] Renamed BackendStatistics to RetireControlUnitStatistics. by Andrea Di Biagio · 7 years ago
  80. 2d438c0 [llvm-mca] Move the logic that prints scheduler statistics from BackendStatistics to its own view. by Andrea Di Biagio · 7 years ago
  81. 3227db0 Eliminate a bitwise 'not' op of 'not' min/max by inverting the min/max. by Artur Gainullin · 7 years ago
  82. 30552b9 [ARM] FP16 VSEL codegen by Sjoerd Meijer · 7 years ago
  83. e7bb73e [Build][NFC] Split off libpfm detection to a separate module. by Clement Courbet · 7 years ago
  84. 9cdaca8 [AArch64][AsmParser] Unify code for parsing Neon/SVE vectors. by Sander de Smalen · 7 years ago
  85. a59739c [llvm-exegesis] Add a flag to disable libpfm even if present. by Clement Courbet · 7 years ago
  86. 84029d7 [CMake][runtimes] Process common options in runtimes build by Petr Hosek · 7 years ago
  87. 49b10db [X86] Remove 128/256-bit masked pmaddubsw and pmaddwd intrinsics. Replace 512-bit masked intrinsic with unmasked intrinsic and a select. by Craig Topper · 7 years ago
  88. 1c5a9ad [X86] In X86FlagsCopyLowering, when rewriting a memory setcc we need to emit an explicit MOV8mr instruction. by Craig Topper · 7 years ago
  89. 4016f71 [X86] Switch a test from grep to FileCheck. NFC by Craig Topper · 7 years ago
  90. e9fac8c Simplification of libcall like printf->puts must check for RtLibUseGOT metadata. by Sriraman Tallam · 7 years ago
  91. 58dfbf0 Use contains_lower() instead of find_lower() != StringRef::npos. NFC. by Rui Ueyama · 7 years ago
  92. 032a6bb GOTPCREL references must always use RIP. by Sriraman Tallam · 7 years ago
  93. 0a5f9fa AMDGPU: enable 128-bit for local addr space under an option by Marek Olsak · 7 years ago
  94. 62859f3 Disable flaky tests till they get fixed. by Galina Kistanova · 7 years ago
  95. 71bc0db [AArch64][Falkor] Fix bug in Falkor HWPF collision avoidance pass. by Geoff Berry · 7 years ago
  96. 2732c9e [CVP] simplify phi with constant incoming values that match common variable edge values by Sanjay Patel · 7 years ago
  97. 368f16b [Verifier] Refactor duplicate code for atomic mem intrinsic verification (NFC) by Daniel Neilson · 7 years ago
  98. bba7686 [MachO] Emit Weak ReadOnlyWithRel to ConstDataSection by Steven Wu · 7 years ago
  99. e000e64 [IR] Refactor memset inst classes (NFC) by Daniel Neilson · 7 years ago
  100. 5d7825d Recommit r329716 "Add missing nullptr check before getSection() to AArch64MachObjectWriter::recordRelocation" by Jessica Paquette · 7 years ago