1. 66258c9 Add missing vtable anchors by Weiming Zhao · 7 years ago
  2. 125b8de X86FoldTableEntry - avoid unnecessary std::string creation. NFCI. by Simon Pilgrim · 7 years ago
  3. c7568e5 [LLVM-C] Add LLVMGetHostCPU{Name,Features}. by whitequark · 7 years ago
  4. e03c814 Don't repeatedly evaluate size() in the for loop. NFCI. by Simon Pilgrim · 7 years ago
  5. 4cd717c [PowerPC] Fix condition for 64-bit rotate when replacing r+r instr with r+i by Nemanja Ivanovic · 7 years ago
  6. d85c559 Attempting to work around a non-determinism issue. by Puyan Lotfi · 7 years ago
  7. 98a5765 bpf: signal error instead of silent drop for certain invalid asm insn by Yonghong Song · 7 years ago
  8. 8822a560 [X86] Describe wbnoinvd instruction by Gabor Buella · 7 years ago
  9. d6c8a46 [DSE] Add tests for atomic memory intrinsics (NFC) by Daniel Neilson · 7 years ago
  10. 461bf52 Rename *CommandFlags.def to *CommandFlags.inc by David Blaikie · 7 years ago
  11. 29df540 [DSE] Regenerate tests with update_test_checks.py (NFC) by Daniel Neilson · 7 years ago
  12. 2b8ec28 CodeGen: Don't try to canonicalize Unix-style paths in CodeView debug info. by Peter Collingbourne · 7 years ago
  13. 145d22d [X86][Atom] Convert Atom scheduler model to SchedRW (PR32431) by Simon Pilgrim · 7 years ago
  14. db8b1f30 [llvm-mca] Let the Scheduler notify dispatch stall events caused by the lack of scheduling resources. by Andrea Di Biagio · 7 years ago
  15. f5eabce [X86] Generalize X86PadShortFunction to work with TargetSchedModel by Simon Pilgrim · 7 years ago
  16. 3b79cbb [NVPTX] Removed 'satom' feature which is no longer used. by Artem Belevich · 7 years ago
  17. d80a410 [NVPTX, CUDA] Improved feature constraints on NVPTX target builtins. by Artem Belevich · 7 years ago
  18. 91ebceb [AMDGPU] Ensure there are enough registers for wave dispatch by Tim Renouf · 7 years ago
  19. ebae4b6 [DSE] Regenerate tests with update_test_checks.py (NFC) by Daniel Neilson · 7 years ago
  20. 1a78507 [FastISel] Disable local value sinking by default by Reid Kleckner · 7 years ago
  21. eab1e54 [InstCombine] limit X - (cast(-Y) --> X + cast(Y) with hasOneUse() by Sanjay Patel · 7 years ago
  22. 0bd082b [DWARFv5] Fuss with asm syntax for conveying MD5 checksum. by Paul Robinson · 7 years ago
  23. 92ffece [MIPS GlobalISel] Select add i32, i32 by Petar Jovanovic · 7 years ago
  24. 05d18d6 [SLP] update a test case. NFC. by Haicheng Wu · 7 years ago
  25. 7a84343 [AMDGPU] Fix lowering enqueue_kernel by Yaxun Liu · 7 years ago
  26. d248c5b Revert "[llvm-mca][CMake] Remove unused libraries from set LLVM_LINK_COMPONENTS" by Andrea Di Biagio · 7 years ago
  27. b7cfdd3 Revert "[AMDGPU] Ensure there are enough registers for wave dispatch" by Tim Renouf · 7 years ago
  28. 3796ce1 [AArch64][AsmParser] Split index parsing from vector list. by Sander de Smalen · 7 years ago
  29. 4f9dd68 [AMDGPU] Ensure there are enough registers for wave dispatch by Tim Renouf · 7 years ago
  30. 91c3fd2 [llvm-mca][CMake] Remove unused libraries from set LLVM_LINK_COMPONENTS. by Andrea Di Biagio · 7 years ago
  31. d1e5672 [X86] Add variable shuffle schedule classes by Simon Pilgrim · 7 years ago
  32. 1a1503b [AArch64] Add test case for r329797 by Francis Visoiu Mistrih · 7 years ago
  33. 4044cf5 [X86][SSE] Tweak cmpps schedule test so that it works properly with just sse1 by Simon Pilgrim · 7 years ago
  34. 7cb3861 [AMDGPU][MC][GFX9] Added v_screen_partition_4se_b32 by Dmitry Preobrazhensky · 7 years ago
  35. 3abaf8b [AArch64] Fix regression after r329691 by Francis Visoiu Mistrih · 7 years ago
  36. ee869a8 [llvm-mca] Minor code cleanup. NFC by Andrea Di Biagio · 7 years ago
  37. 900cf75 [llvm-mca] Renamed BackendStatistics to RetireControlUnitStatistics. by Andrea Di Biagio · 7 years ago
  38. 2d438c0 [llvm-mca] Move the logic that prints scheduler statistics from BackendStatistics to its own view. by Andrea Di Biagio · 7 years ago
  39. 3227db0 Eliminate a bitwise 'not' op of 'not' min/max by inverting the min/max. by Artur Gainullin · 7 years ago
  40. 30552b9 [ARM] FP16 VSEL codegen by Sjoerd Meijer · 7 years ago
  41. e7bb73e [Build][NFC] Split off libpfm detection to a separate module. by Clement Courbet · 7 years ago
  42. 9cdaca8 [AArch64][AsmParser] Unify code for parsing Neon/SVE vectors. by Sander de Smalen · 7 years ago
  43. a59739c [llvm-exegesis] Add a flag to disable libpfm even if present. by Clement Courbet · 7 years ago
  44. 84029d7 [CMake][runtimes] Process common options in runtimes build by Petr Hosek · 7 years ago
  45. 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
  46. 1c5a9ad [X86] In X86FlagsCopyLowering, when rewriting a memory setcc we need to emit an explicit MOV8mr instruction. by Craig Topper · 7 years ago
  47. 4016f71 [X86] Switch a test from grep to FileCheck. NFC by Craig Topper · 7 years ago
  48. e9fac8c Simplification of libcall like printf->puts must check for RtLibUseGOT metadata. by Sriraman Tallam · 7 years ago
  49. 58dfbf0 Use contains_lower() instead of find_lower() != StringRef::npos. NFC. by Rui Ueyama · 7 years ago
  50. 032a6bb GOTPCREL references must always use RIP. by Sriraman Tallam · 7 years ago
  51. 0a5f9fa AMDGPU: enable 128-bit for local addr space under an option by Marek Olsak · 7 years ago
  52. 62859f3 Disable flaky tests till they get fixed. by Galina Kistanova · 7 years ago
  53. 71bc0db [AArch64][Falkor] Fix bug in Falkor HWPF collision avoidance pass. by Geoff Berry · 7 years ago
  54. 2732c9e [CVP] simplify phi with constant incoming values that match common variable edge values by Sanjay Patel · 7 years ago
  55. 368f16b [Verifier] Refactor duplicate code for atomic mem intrinsic verification (NFC) by Daniel Neilson · 7 years ago
  56. bba7686 [MachO] Emit Weak ReadOnlyWithRel to ConstDataSection by Steven Wu · 7 years ago
  57. e000e64 [IR] Refactor memset inst classes (NFC) by Daniel Neilson · 7 years ago
  58. 5d7825d Recommit r329716 "Add missing nullptr check before getSection() to AArch64MachObjectWriter::recordRelocation" by Jessica Paquette · 7 years ago
  59. 7b07933 [IR] Refactor memtransfer inst classes (NFC) by Daniel Neilson · 7 years ago
  60. 74ef222 [AArch64] Fix isel failure when BUILD_PAIR nodes are left over. by Amara Emerson · 7 years ago
  61. 681f789 [X86] Split up -march=icelake to -client & -server by Gabor Buella · 7 years ago
  62. 8eacad4 [InstSimplify] fix formatting; NFC by Sanjay Patel · 7 years ago
  63. b8b9efdf [X86] Change the name string for the newly add DF flag register to 'dirflag' to match the clobber name supported by clang for MS inline assembly. by Craig Topper · 7 years ago
  64. 9970be8 [DebugInfoPDB] Add missing test for findSymbolByRVA and findSymbolByAddr by Aaron Smith · 7 years ago
  65. 30c344c [llvm-mca] reorder text by Sanjay Patel · 7 years ago
  66. 15a9f5b [LLVM-C] Add Missing 'break's in InlineAsm bindings by Robert Widmann · 7 years ago
  67. 6592e3d [llvm-mca] fix formatting by Sanjay Patel · 7 years ago
  68. 538b658 Revert 329716 "Add missing nullptr check before getSection() to AArch64MachObjectWriter::recordRelocation" by Jessica Paquette · 7 years ago
  69. 272dbbe [llvm-mca] add example workflow for source code by Sanjay Patel · 7 years ago
  70. 2e1ebd9 [DebugInfoPDB] Add DIA implementations of findSymbolByRVA and findSymbolByAddr by Aaron Smith · 7 years ago
  71. 572de6a Fix test failure in arm64-no-section.ll by Jessica Paquette · 7 years ago
  72. b8924a0 [CodeGen] Fix printing bundles in MIR output by Krzysztof Parzyszek · 7 years ago
  73. e72f8b8 Revert r329611, "AArch64: Allow offsets to be folded into addresses with ELF." by Peter Collingbourne · 7 years ago
  74. 0811950 Add missing nullptr check to AArch64MachObjectWriter::recordRelocation by Jessica Paquette · 7 years ago
  75. 9dd59d3 AMDGPU/MC: Allow disassembling without symbol info by Nicolai Haehnle · 7 years ago
  76. a1f077d [PDB] Remove dead code and run clang format; NFC by Aaron Smith · 7 years ago
  77. c30400d [llvm-mca] Simplify code. NFC by Andrea Di Biagio · 7 years ago
  78. 22ca1d4 Fix spelling. NFC. by Chad Rosier · 7 years ago
  79. 955aba4 [llvm-mca] Move the logic that prints dispatch unit statistics from BackendStatistics to its own view. by Andrea Di Biagio · 7 years ago
  80. d9438b8 [pdbutil] Print the checksum hex string when using the '-lines' option by Aaron Smith · 7 years ago
  81. e6ac37f [CodeGen/Dwarf] Rename the "sizetype" synthetic type and add it to the accelerator table by Pavel Labath · 7 years ago
  82. a678687 Fix whitespace indentation. NFCI. by Simon Pilgrim · 7 years ago
  83. 67bff14 [Testing/Support] Make Failed() matcher work with abstract error types by Pavel Labath · 7 years ago
  84. 821afa7 [X86] Disable SGX for Skylake Server by Gabor Buella · 7 years ago
  85. 259800c [llvm-mca] Increase the default number of iterations to 100. by Andrea Di Biagio · 7 years ago
  86. f660a02 [DA] Improve alias checking in dependence analysis by David Green · 7 years ago
  87. d3ff090 [AArch64] Use FP to access the emergency spill slot by Francis Visoiu Mistrih · 7 years ago
  88. 22c1a15 [AMDGPU] For OS type AMDPAL, fixed scratch on compute shader by Tim Renouf · 7 years ago
  89. 5de788a AArch64: diagnose unpredictable store-exclusive instructions by Tim Northover · 7 years ago
  90. 68f6118 [X86][Broadwell] HWPort5 should not be added to BroadwellModelProcResources. by Andrea Di Biagio · 7 years ago
  91. a95f580 [llvm-ar] Temporarily make the tool case detection test Windows-only to fix the build (introduced in r329658) by Alexandre Ganea · 7 years ago
  92. e2cfc67 [AArch64][SVE] Asm: Add support for unpredicated LSL/LSR (shift by immediate) instructions. by Sander de Smalen · 7 years ago
  93. 76013a8 Reapply "[llvm-mca] Do not separate iterations with a newline in the timeline view." by Andrea Di Biagio · 7 years ago
  94. ca9d84f [MC][TableGen] Fix r329675. by Clement Courbet · 7 years ago
  95. c486bdf [MC][TableGen] Add optional libpfm counter names for ProcResUnits. by Clement Courbet · 7 years ago
  96. e9d0354 [AArch64][SVE] Asm: Add support for SVE INDEX instructions. by Sander de Smalen · 7 years ago
  97. 9f8f7c5 [x86] Model the direction flag (DF) separately from the rest of EFLAGS. by Chandler Carruth · 7 years ago
  98. 307dae5 [X86] Prevent folding loads with 64-bit ANDs with immediates that fit in 32-bits. by Craig Topper · 7 years ago
  99. 4be25bd Revert "[PR16756] Use SSAUpdaterBulk in JumpThreading." one more time. by Michael Zolotukhin · 7 years ago
  100. 134d36e Revert "Revert "[PR16756] Use SSAUpdaterBulk in JumpThreading."" by Michael Zolotukhin · 7 years ago