1. 1c5a9ad [X86] In X86FlagsCopyLowering, when rewriting a memory setcc we need to emit an explicit MOV8mr instruction. by Craig Topper · 7 years ago
  2. 4016f71 [X86] Switch a test from grep to FileCheck. NFC by Craig Topper · 7 years ago
  3. e9fac8c Simplification of libcall like printf->puts must check for RtLibUseGOT metadata. by Sriraman Tallam · 7 years ago
  4. 58dfbf0 Use contains_lower() instead of find_lower() != StringRef::npos. NFC. by Rui Ueyama · 7 years ago
  5. 032a6bb GOTPCREL references must always use RIP. by Sriraman Tallam · 7 years ago
  6. 0a5f9fa AMDGPU: enable 128-bit for local addr space under an option by Marek Olsak · 7 years ago
  7. 62859f3 Disable flaky tests till they get fixed. by Galina Kistanova · 7 years ago
  8. 71bc0db [AArch64][Falkor] Fix bug in Falkor HWPF collision avoidance pass. by Geoff Berry · 7 years ago
  9. 2732c9e [CVP] simplify phi with constant incoming values that match common variable edge values by Sanjay Patel · 7 years ago
  10. 368f16b [Verifier] Refactor duplicate code for atomic mem intrinsic verification (NFC) by Daniel Neilson · 7 years ago
  11. bba7686 [MachO] Emit Weak ReadOnlyWithRel to ConstDataSection by Steven Wu · 7 years ago
  12. e000e64 [IR] Refactor memset inst classes (NFC) by Daniel Neilson · 7 years ago
  13. 5d7825d Recommit r329716 "Add missing nullptr check before getSection() to AArch64MachObjectWriter::recordRelocation" by Jessica Paquette · 7 years ago
  14. 7b07933 [IR] Refactor memtransfer inst classes (NFC) by Daniel Neilson · 7 years ago
  15. 74ef222 [AArch64] Fix isel failure when BUILD_PAIR nodes are left over. by Amara Emerson · 7 years ago
  16. 681f789 [X86] Split up -march=icelake to -client & -server by Gabor Buella · 7 years ago
  17. 8eacad4 [InstSimplify] fix formatting; NFC by Sanjay Patel · 7 years ago
  18. 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
  19. 9970be8 [DebugInfoPDB] Add missing test for findSymbolByRVA and findSymbolByAddr by Aaron Smith · 7 years ago
  20. 30c344c [llvm-mca] reorder text by Sanjay Patel · 7 years ago
  21. 15a9f5b [LLVM-C] Add Missing 'break's in InlineAsm bindings by Robert Widmann · 7 years ago
  22. 6592e3d [llvm-mca] fix formatting by Sanjay Patel · 7 years ago
  23. 538b658 Revert 329716 "Add missing nullptr check before getSection() to AArch64MachObjectWriter::recordRelocation" by Jessica Paquette · 7 years ago
  24. 272dbbe [llvm-mca] add example workflow for source code by Sanjay Patel · 7 years ago
  25. 2e1ebd9 [DebugInfoPDB] Add DIA implementations of findSymbolByRVA and findSymbolByAddr by Aaron Smith · 7 years ago
  26. 572de6a Fix test failure in arm64-no-section.ll by Jessica Paquette · 7 years ago
  27. b8924a0 [CodeGen] Fix printing bundles in MIR output by Krzysztof Parzyszek · 7 years ago
  28. e72f8b8 Revert r329611, "AArch64: Allow offsets to be folded into addresses with ELF." by Peter Collingbourne · 7 years ago
  29. 0811950 Add missing nullptr check to AArch64MachObjectWriter::recordRelocation by Jessica Paquette · 7 years ago
  30. 9dd59d3 AMDGPU/MC: Allow disassembling without symbol info by Nicolai Haehnle · 7 years ago
  31. a1f077d [PDB] Remove dead code and run clang format; NFC by Aaron Smith · 7 years ago
  32. c30400d [llvm-mca] Simplify code. NFC by Andrea Di Biagio · 7 years ago
  33. 22ca1d4 Fix spelling. NFC. by Chad Rosier · 7 years ago
  34. 955aba4 [llvm-mca] Move the logic that prints dispatch unit statistics from BackendStatistics to its own view. by Andrea Di Biagio · 7 years ago
  35. d9438b8 [pdbutil] Print the checksum hex string when using the '-lines' option by Aaron Smith · 7 years ago
  36. e6ac37f [CodeGen/Dwarf] Rename the "sizetype" synthetic type and add it to the accelerator table by Pavel Labath · 7 years ago
  37. a678687 Fix whitespace indentation. NFCI. by Simon Pilgrim · 7 years ago
  38. 67bff14 [Testing/Support] Make Failed() matcher work with abstract error types by Pavel Labath · 7 years ago
  39. 821afa7 [X86] Disable SGX for Skylake Server by Gabor Buella · 7 years ago
  40. 259800c [llvm-mca] Increase the default number of iterations to 100. by Andrea Di Biagio · 7 years ago
  41. f660a02 [DA] Improve alias checking in dependence analysis by David Green · 7 years ago
  42. d3ff090 [AArch64] Use FP to access the emergency spill slot by Francis Visoiu Mistrih · 7 years ago
  43. 22c1a15 [AMDGPU] For OS type AMDPAL, fixed scratch on compute shader by Tim Renouf · 7 years ago
  44. 5de788a AArch64: diagnose unpredictable store-exclusive instructions by Tim Northover · 7 years ago
  45. 68f6118 [X86][Broadwell] HWPort5 should not be added to BroadwellModelProcResources. by Andrea Di Biagio · 7 years ago
  46. 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
  47. e2cfc67 [AArch64][SVE] Asm: Add support for unpredicated LSL/LSR (shift by immediate) instructions. by Sander de Smalen · 7 years ago
  48. 76013a8 Reapply "[llvm-mca] Do not separate iterations with a newline in the timeline view." by Andrea Di Biagio · 7 years ago
  49. ca9d84f [MC][TableGen] Fix r329675. by Clement Courbet · 7 years ago
  50. c486bdf [MC][TableGen] Add optional libpfm counter names for ProcResUnits. by Clement Courbet · 7 years ago
  51. e9d0354 [AArch64][SVE] Asm: Add support for SVE INDEX instructions. by Sander de Smalen · 7 years ago
  52. 9f8f7c5 [x86] Model the direction flag (DF) separately from the rest of EFLAGS. by Chandler Carruth · 7 years ago
  53. 307dae5 [X86] Prevent folding loads with 64-bit ANDs with immediates that fit in 32-bits. by Craig Topper · 7 years ago
  54. 4be25bd Revert "[PR16756] Use SSAUpdaterBulk in JumpThreading." one more time. by Michael Zolotukhin · 7 years ago
  55. 134d36e Revert "Revert "[PR16756] Use SSAUpdaterBulk in JumpThreading."" by Michael Zolotukhin · 7 years ago
  56. 52d8639 [SSAUpdaterBulk] Handle CFG with unreachable from entry blocks. by Michael Zolotukhin · 7 years ago
  57. 789d4d2 [DebugInfo][COFF] Fix reading variable-length encoded records by Alexandre Ganea · 7 years ago
  58. 48f3704 [llvm-ar] Fix lib.exe detection when running within MSVC toolchain by Alexandre Ganea · 7 years ago
  59. 21a0c18 [x86] Introduce a pass to begin more systematically fixing PR36028 and similar issues. by Chandler Carruth · 7 years ago
  60. a379fe2 ShadowCallStack/x86_64: Ignore pseudo-machine instructions by Vlad Tsyrklevich · 7 years ago
  61. b6a38e0 Object: Don't mark alias unconditionally defined by Vitaly Buka · 7 years ago
  62. af04f87 Revert "[PR16756] Use SSAUpdaterBulk in JumpThreading." by Michael Zolotukhin · 7 years ago
  63. 536a204 by Hideki Saito · 7 years ago
  64. ea731cf [CachePruning] Fix comment about ext4 per-directory file limit. NFC by Fangrui Song · 7 years ago
  65. bc755e2 Fix line endings (CR/LF -> LF) introduced by rL329613 by Alexandre Ganea · 7 years ago
  66. e29ad6e [NFC][LV] Move InterleaveInfo from Legal to CostModel by Hideki Saito · 7 years ago
  67. 79081b4 [PR16756] Use SSAUpdaterBulk in JumpThreading. by Michael Zolotukhin · 7 years ago
  68. 8496a2c [PR16756] Add SSAUpdaterBulk. by Michael Zolotukhin · 7 years ago
  69. afd259b [MemorySSA] remove cruft; NFC. by George Burgess IV · 7 years ago
  70. e18a176 [MemorySSA] Remove redundant assert; NFC by George Burgess IV · 7 years ago
  71. 3a182ea [X86] Added missing AAD/AAM immediate schedule tests by Simon Pilgrim · 7 years ago
  72. 0b943e2 [globalisel][legalizerinfo] Add support for the Lower action in getActionDefinitionsBuilder() and use it in AArch64. by Daniel Sanders · 7 years ago
  73. 4668d9f Fix printing of stack id in MachineFrameInfo by Matt Arsenault · 7 years ago
  74. b26999a [MemorySSAUpdater] Mark Phi users of a node being moved as non-optimize by Zhaoshi Zheng · 7 years ago
  75. 419eb8a AMDGPU: Remove max_scratch_backing_memory_byte_size from kernel header by Konstantin Zhuravlyov · 7 years ago
  76. e38ed4d [X86] Don't use Lower512IntUnary to split bitcasts with v32i16/v64i8 types on targets without AVX512BW. by Craig Topper · 7 years ago
  77. 2031cf6 [Debuginfo][COFF] Minimal serialization support for precompiled types records by Alexandre Ganea · 7 years ago
  78. c878642 AArch64: Allow offsets to be folded into addresses with ELF. by Peter Collingbourne · 7 years ago
  79. 83f2acb Revert "AMDGPU: enable 128-bit for local addr space under an option" by Alex Shlyapnikov · 7 years ago
  80. 52da6c5 [WebAssembly] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 7 years ago
  81. 8c4df1d [X86] Remove GCCBuiltin name from pmuldq/pmuludq intrinsics so clang can custom lower to native IR. Update fast-isel intrinsic tests for clang's new codegen. by Craig Topper · 7 years ago
  82. e6a4562 [SLP] Additional tests for reorder reuse vectorization, NFC. by Alexey Bataev · 7 years ago
  83. 0e32281 Fix type mismatch between MachineMemOperand constructor and accessors. NFC by Daniel Sanders · 7 years ago
  84. 650fe38 [demangler] Support for fold expressions. by Erik Pilkington · 7 years ago
  85. 6b669f1 [demangler] Support for <data-member-prefix>. by Erik Pilkington · 7 years ago
  86. 526e92a [demangler] Support for partially substituted sizeof.... by Erik Pilkington · 7 years ago
  87. b9f22e8 [GISel] Refactor MachineIRBuilder to allow transformations while building. by Aditya Nandakumar · 7 years ago
  88. 225c6a9 [X86] Revert the SLM part of r328914. by Craig Topper · 7 years ago
  89. b5f3ce8 [llvm-mca] Fix MCACommentConsumer by Fangrui Song · 7 years ago
  90. ad396b6 AMDGPU: enable 128-bit for local addr space under an option by Marek Olsak · 7 years ago
  91. aae4cd3 [llvm-mca] Add the ability to mark regions of code for analysis (PR36875) by Andrea Di Biagio · 7 years ago
  92. 70b7270 AMDGPU: Initialize GlobalISel passes by Tom Stellard · 7 years ago
  93. a4c5186 [X86][SSE] Add floating point add/mul strict (ordered) vector.reduce tests (PR36732) by Simon Pilgrim · 7 years ago
  94. 767f692 Support generic expansion of ordered vector reduction (PR36732) by Simon Pilgrim · 7 years ago
  95. 06fa683 [llvm-cov] Implement -ignore-filename-regex= option for excluding source files. by Max Moroz · 7 years ago
  96. dbec9f7 [MachineLICM] Re-enable hoisting of constant stores by Zaara Syeda · 7 years ago
  97. 62bde38 [CodeGen/AccelTable] Don't emit zero-CU name indexes by Pavel Labath · 7 years ago
  98. eec140d [RuntimeDyld][PowerPC] Fix a newly added test in r329355 by Krasimir Georgiev · 7 years ago
  99. 3c11d11 [MergeICmp] Update debug msg.NFC by Xin Tong · 7 years ago
  100. b715890 Revert r329403 "[llvm-mca] Do not separate iterations with a newline in the timeline view." by Hans Wennborg · 7 years ago