1. 3516412 [TableGen] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 7 years ago
  2. 41a887a [StackProtector] Ignore certain intrinsics when calculating sspstrong heuristic. by Matt Davis · 7 years ago
  3. 0f09c5e [EarlyCSE] Add debug counter for debugging mis-optimizations. NFC. by Geoff Berry · 7 years ago
  4. 54a0205 [RISCV] Update MC compression tests by Sameer AbuAsal · 7 years ago
  5. 7ba7107 [AMDGPU][MC][GFX9] Added s_call_b64 by Dmitry Preobrazhensky · 7 years ago
  6. 79debc5 [Hexagon] Fix assert with packetizing IMPLICIT_DEF instructions by Krzysztof Parzyszek · 7 years ago
  7. 5a211df [Hexagon] Prevent a stall across zero-latency instructions in a packet by Krzysztof Parzyszek · 7 years ago
  8. 4cfd537 [Hexagon] Remove duplicated code, NFC by Krzysztof Parzyszek · 7 years ago
  9. 8ba42a9 [CodeGen] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 7 years ago
  10. 65256d7 [Hexagon] Handle subregisters when calculating iteration count in HW loops by Krzysztof Parzyszek · 7 years ago
  11. 40c42b9 Cleanup Reduction helpers by using ArrayRef(NoneType) constructor. NFCI. by Simon Pilgrim · 7 years ago
  12. a708d8d [AMDGPU][MC][GFX9] Added instruction s_endpgm_ordered_ps_done by Dmitry Preobrazhensky · 7 years ago
  13. d637812 [InstCombine] limit nsz: -(X - Y) --> Y - X to hasOneUse() by Sanjay Patel · 7 years ago
  14. c9b7ea3 Add additional tests from D45336 by Simon Pilgrim · 7 years ago
  15. 2c234f4 Add additional tests from D45366 by Simon Pilgrim · 7 years ago
  16. ab046bb [X686] Add appropriate ReadAfterLd for the register input to memory forms of ADC/SBB. by Craig Topper · 7 years ago
  17. 4f4a276 Strip trailing whitespace. NFCI. by Simon Pilgrim · 7 years ago
  18. 04f5112 [AMDGPU][MC][GFX9] Added instructions *saveexec*, *wrexec* and *bitreplicate* by Dmitry Preobrazhensky · 7 years ago
  19. 3a4f359 [InstCombine] add test for fsub+fneg with extra use; NFC by Sanjay Patel · 7 years ago
  20. 7261c3d [X86] Remove InstRWs for basic arithmetic instructions from Sandy Bridge scheduler model. by Craig Topper · 7 years ago
  21. 11ac674 [X86] Attempt to model basic arithmetic instructions in the Haswell/Broadwell/Skylake scheduler models without InstRWs by Craig Topper · 7 years ago
  22. 5a86468 [X86] Add an extra store address cycle to WriteRMW in the Sandy Bridge/Broadwell/Haswell/Skylake scheduler model. by Craig Topper · 7 years ago
  23. b4cde93 [X86] Merge itineraries for CLC, CMC, and STC. by Craig Topper · 7 years ago
  24. b41985c [CostModel][X86] Regenerate bit count cost tests with update_analyze_test_checks.py by Simon Pilgrim · 7 years ago
  25. 1c1630d [InstCombine] add potential calloc tests and regenerate checks; NFC by Sanjay Patel · 7 years ago
  26. 2f648b3 [CostModel][X86] Regenerate vector shuffle cost tests with update_analyze_test_checks.py by Simon Pilgrim · 7 years ago
  27. 85b0c0c [GlobalOpt] Fix support for casts in ctors. by Mircea Trofin · 7 years ago
  28. 730ed46 [AMDGPU][MC][VI][GFX9] Added s_atc_probe* instructions by Dmitry Preobrazhensky · 7 years ago
  29. 5f3a882 [CostModel][X86] Regenerate bswap/bitreverse cost tests with update_analyze_test_checks.py by Simon Pilgrim · 7 years ago
  30. 029b9c2 [ARC] Add <.f> suffix for F32_GEN4_{DOP|SOP}. by Pete Couperus · 7 years ago
  31. 05de7ec [llvm-mca] Do not separate iterations with a newline in the timeline view. by Andrea Di Biagio · 7 years ago
  32. 8e98b84 [CostModel][X86] Regenerate integer extension/truncation cost tests with update_analyze_test_checks.py by Simon Pilgrim · 7 years ago
  33. 46037d2 [CostModel][X86] Regenerate integer division/remainder tests with update_analyze_test_checks.py by Simon Pilgrim · 7 years ago
  34. 873c2f8 [CostModel][X86] Regenerate vector shift cost tests with update_analyze_test_checks.py by Simon Pilgrim · 7 years ago
  35. 13f7056 [CostModel][X86] Regenerate int<->fp cost tests with update_analyze_test_checks.py by Simon Pilgrim · 7 years ago
  36. bf596a2 [AMDGPU][MC][GFX9] Added s_dcache_discard* instructions by Dmitry Preobrazhensky · 7 years ago
  37. 15b5be3 [LoopUnroll] Make LoopPeeling respect the AllowPeeling preference. by Chad Rosier · 7 years ago
  38. 535a822 Followup for r329293: Temporarily disable the breaking test on windows. by Philip Pfaffe · 7 years ago
  39. 2f81443 DWARFVerifier: validate information in name index entries by Pavel Labath · 7 years ago
  40. d79c539 [UpdateTestChecks] Add update_analyze_test_checks.py for cost model analysis generation by Simon Pilgrim · 7 years ago
  41. ef254f5 [X86][SandyBridge] Add (V)DPPS memory fold latencies by Simon Pilgrim · 7 years ago
  42. 7701765 [X86][SandyBridge] SBWriteResPair +5cy Memory Folds by Simon Pilgrim · 7 years ago
  43. 2d9c75d Tweak an assert message in the verifier by Hans Wennborg · 7 years ago
  44. fe282cd [X86][SkylakeServer] Merge 2 InstRW entries to the same sched group. NFCI. by Simon Pilgrim · 7 years ago
  45. 5f10dae EntryExitInstrumenter: Handle musttail calls by Hans Wennborg · 7 years ago
  46. deaebef [NFC] Add missing end of line symbols by Max Kazantsev · 7 years ago
  47. 995c80d [MIR] Add support for MachineFrameInfo::LocalFrameSize by Francis Visoiu Mistrih · 7 years ago
  48. 5d5541e [debug_loc] Fix typo in DWARFExpression constructor by Pavel Labath · 7 years ago
  49. ce9e75e [NFC] Loosen restriction on preheader to fix buildbot by Max Kazantsev · 7 years ago
  50. bbe1d51 [PowerPC] allow D-form VSX load/store when accessing FrameIndex without offset by Hiroshi Inoue · 7 years ago
  51. 905f350 [LLVM-C] Fill Out LLVMCallConv by Robert Widmann · 7 years ago
  52. e563ac3 [LLVM-C] Audit Inline Assembly APIs for Consistency by Robert Widmann · 7 years ago
  53. ca7fd00 Update method names in documentation. by Rafael Espindola · 7 years ago
  54. eb98fde Fix lld-x86_64-darwin13 build fails. by Manoj Gupta · 7 years ago
  55. 06426a9 [InstCombine] FP: Z - (X - Y) --> Z + (Y - X) by Sanjay Patel · 7 years ago
  56. 797d5a9 [InstCombine] add FP tests for Z - (X - Y); NFC by Sanjay Patel · 7 years ago
  57. 55b03d2 Attempt to fix Mips breakages. by Manoj Gupta · 7 years ago
  58. 32d2ff0 X86 Tests: Add a case for combining sdiv by a splatted pow2 negative. NFC. by Zvi Rackover · 7 years ago
  59. 396d590 [RuntimeDyld][PowerPC] Add a test case for r329335. by Lang Hames · 7 years ago
  60. efb0b09 [X86] Separate CDQ and CDQE in the scheduler model. by Craig Topper · 7 years ago
  61. 6a7cae6 [IR] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 7 years ago
  62. d5783cb [X86] Add MOVZPQILo2PQIrr to the Sandy Bridge scheduler model by Craig Topper · 7 years ago
  63. bd62cc1 [InstCombine] nsz: -(X - Y) --> Y - X by Sanjay Patel · 7 years ago
  64. c6db24a [InstCombine][NFC] Regenerate select-of-bittest.ll with instnamer pass by Roman Lebedev · 7 years ago
  65. 3e2bf90 [InstCombine] [NFC] Add more tests for getting rid of select of bittest (D45108, PR36950 / PR17564) by Roman Lebedev · 7 years ago
  66. f828e93 [X86] Add LEAVE instruction to the scheduler models using the same data as LEAVE64. Make LEAVE/LEAVE64 more correct on Sandy Bridge. by Craig Topper · 7 years ago
  67. 57bcc00 [DWARF v5][NFC]: Refactor DebugRnglists to prepare for the support of the DW_AT_ranges by Wolfgang Pieb · 7 years ago
  68. 62cc264 [X86][SSE] Add floating point add/mul fast-math vector.reduce tests by Simon Pilgrim · 7 years ago
  69. 23bf3d8 [X86][SSE] Add floating point min/max vector.reduce tests by Simon Pilgrim · 7 years ago
  70. ae3b203 AMDGPU/Metadata: Always report a fixed number of hidden arguments by Konstantin Zhuravlyov · 7 years ago
  71. b49f64b [X86] Remove some InstRWs for plain store instructions on Sandy Bridge. by Craig Topper · 7 years ago
  72. 2cb4aed [llvm-cov] Prevent llvm-cov from hanging when a symblink doesn't exist. by Max Moroz · 7 years ago
  73. 433eb70 [RuntimeDyld][PowerPC] Use global entry points for calls between sections. by Lang Hames · 7 years ago
  74. b6697c1 [Bitcode] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 7 years ago
  75. ef973e5 [InstCombine] Properly change GEP type when reassociating loop invariant GEP chains by Daniel Neilson · 7 years ago
  76. 8f85f22 [X86] Synchronize the SchedRW on some EVEX instructions with their VEX equivalents. by Craig Topper · 7 years ago
  77. 205cff1 [ARM] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 7 years ago
  78. b3ec9a1 [X86] Disassembler support for having an ADSIZE prefix affect instructions with 0xf2 and 0xf3 prefixes. by Craig Topper · 7 years ago
  79. 5ea14cb [llvm-pdbutil] Display types from MSVC precompiled header object files. by Zachary Turner · 7 years ago
  80. 8947d93 llvm-exegesis: Fix unittests include dirs when llvm is a part of another project by Konstantin Zhuravlyov · 7 years ago
  81. 13f8aab [InstCombine] add test for fneg+fsub with nsz; NFC by Sanjay Patel · 7 years ago
  82. f614f36 [X86][SSE] Add integer add/mul vector.reduce tests by Simon Pilgrim · 7 years ago
  83. f096c30 [X86][SSE] Add integer and/or/xor vector.reduce tests by Simon Pilgrim · 7 years ago
  84. 3484101 [X86][SSE] Add integer min/max vector.reduce tests by Simon Pilgrim · 7 years ago
  85. b67bfb9 Another fix for r329293: Unbreak the windows bots by Philip Pfaffe · 7 years ago
  86. 4736168 [InstCombine] use pattern matchers for fsub --> fadd folds by Sanjay Patel · 7 years ago
  87. 13c0923 [WebAssembly] Allow for the creation of user-defined custom sections by Sam Clegg · 7 years ago
  88. 6fbc060 [InstCombine] add tests for fsub --> fadd; NFC by Sanjay Patel · 7 years ago
  89. 14cfc65 [documentation][llvm-mca] Update the documentation. by Andrea Di Biagio · 7 years ago
  90. 0122eda [X86] Use WriteFShuffle256 for VEXTRACTF128 to be consistent with VEXTRACTI128 which uses WriteShuffle256. by Craig Topper · 7 years ago
  91. f7c52db Fix r329293: Add a missing CMake dependency by Philip Pfaffe · 7 years ago
  92. 39903ab Fix the buildbots after r329304. by Andrea Di Biagio · 7 years ago
  93. 8c6c516 [MC][Tablegen] Allow models to describe the retire control unit for llvm-mca. by Andrea Di Biagio · 7 years ago
  94. 02f3e0b [PatternMatch] define m_FNeg using m_FSub by Sanjay Patel · 7 years ago
  95. b3b089c [PowerPC] fix assertion failure due to missing instruction in P9InstrResources.td by Hiroshi Inoue · 7 years ago
  96. 92c0e78 [InstCombine] add vector and vector undef tests for FP folds; NFC by Sanjay Patel · 7 years ago
  97. 5301677 Re-land r329273: [Plugins] Add a slim plugin API to work together with the new PM by Philip Pfaffe · 7 years ago
  98. 9042a61 [Testing/Support]: Better matching of Error failure states by Pavel Labath · 7 years ago
  99. 1444c19 ARM: Do not spill CSR to stack on entry to noreturn functions by Tim Northover · 7 years ago
  100. 1cdf10a [Hexagon] Remove default values from lambda parameters by Krzysztof Parzyszek · 7 years ago