1. 8f37d00 [VPlan] VPlan version of InterleavedAccessInfo. by Florian Hahn · 7 years ago
  2. 20a1e3c [TTI] Make TargetTransformInfo::getOperandInfo static. NFCI. by Simon Pilgrim · 7 years ago
  3. 9483553 [CostModel][X86] Add more cost tests for funnel shifts by Simon Pilgrim · 7 years ago
  4. 25a367f Fix comment for XOP rotates. NFCI. by Simon Pilgrim · 7 years ago
  5. 1ee147e Add bracket that was lost in rL346727 and has been causing buildbot failures for some time. by Simon Pilgrim · 7 years ago
  6. c55ae3f Fix .cfi_restore with register numbers > 64 by Alexander Richardson · 7 years ago
  7. 71ee93d Fix modules build of AVRAsmParser.cpp by Alexander Richardson · 7 years ago
  8. 4cc00e8 [SystemZ] Increase the number of VLREPs by Jonas Paulsson · 7 years ago
  9. 01a109e [X86] Add more tests for -x86-experimental-vector-widening-legalization by Craig Topper · 7 years ago
  10. 9bfa082 [FileCheck] fixing docs buildbot - use proper code-block type by Fedor Sergeev · 7 years ago
  11. f2e7b94 [BuildingAJIT] Fixing the build by inserting a forgotten paren. by George Karpenkov · 7 years ago
  12. f2fbd3c [commit test] Add blank line to test/tools/llvm-objdump/full-contents.test by Xing GUO · 7 years ago
  13. d75b981 [DAGCombiner] Enable tryToFoldExtendOfConstant to run after legalize vector ops by Craig Topper · 7 years ago
  14. 30b44ff [BuildingAJIT] Clang-format chapters 1 and 2. by Lang Hames · 7 years ago
  15. 94419b4 [BuildingAJIT] Update chapter 2 to use the ORCv2 APIs. by Lang Hames · 7 years ago
  16. 7230fe4 [FileCheck] fixing small formatting error in docs by Fedor Sergeev · 7 years ago
  17. 84d18ae [libObject] Fix getDesc for Elf_Note_Impl by Jake Ehrlich · 7 years ago
  18. 7b60928 [FileCheck] fixing typo in assert by Fedor Sergeev · 7 years ago
  19. 162ad1b [FileCheck] introduce CHECK-COUNT-<num> repetition directive by Fedor Sergeev · 7 years ago
  20. 9fa421d [MachineOutliner][NFC] Simplify isMBBSafeToOutlineFrom check in AArch64 outliner by Jessica Paquette · 7 years ago
  21. 4ab75fa Introduce DebugCounter into ConstProp pass by Zhizhou Yang · 7 years ago
  22. 613246a [InstCombine] add rotate variants that include select; NFC by Sanjay Patel · 7 years ago
  23. 2cfb7f3 [MachineOutliner][NFC] Change getMachineOutlinerMBBFlags to isMBBSafeToOutlineFrom by Jessica Paquette · 7 years ago
  24. 3201558 [llvm-objcopy] Don't copy Config when processing --keep by Fangrui Song · 7 years ago
  25. 2b46d37 [InstCombine] narrow width of rotate patterns, part 3 by Sanjay Patel · 7 years ago
  26. 5621733 [DWARF] Do not use PRIx32 for printing uint64_t values by Simon Atanasyan · 7 years ago
  27. 772bdfc [InstCombine] narrow width of rotate patterns, part 2 (PR39624) by Sanjay Patel · 7 years ago
  28. 4606305 [GC][NFC] Simplify code now that we only have one safepoint kind by Philip Reames · 7 years ago
  29. a192b9d [InstCombine] refactor code for matching shift amount of a rotate; NFC by Sanjay Patel · 7 years ago
  30. 40bb371 Use a data structure better suited for large sets in SimplificationTracker. by Ali Tamur · 7 years ago
  31. 225b2c8 [X86][SSE] Add lowerVectorShuffleAsByteRotateAndPermute (PR39387) by Simon Pilgrim · 7 years ago
  32. ac159b5 AMDGPU: Adding more median3 patterns by Aakanksha Patil · 7 years ago
  33. 3787b83 [InstCombine] add more tests for rotate narrowing; NFC by Sanjay Patel · 7 years ago
  34. cede812 [GC docs] Update the gcroot documentation to reflect recent simplifcations to GCStrategy configurability by Philip Reames · 7 years ago
  35. b884de4 [GC] Remove so called PreCall safepoints by Philip Reames · 7 years ago
  36. c9db589 [WebAssembly] Added WasmAsmParser. by Wouter van Oortmerssen · 7 years ago
  37. f57ca0b [GC][InstCombine] Fix a potential iteration issue by Philip Reames · 7 years ago
  38. 32b991b [X86] In LowerMULH, use generic truncate and vector shuffle nodes instead of directly emitting PACKUS. by Craig Topper · 7 years ago
  39. 15dabb4 NFC: DebugInfo: Reduce scope of DebugOffset to simplify code by David Blaikie · 7 years ago
  40. 129e496 [AMDGPU] Optimize S_CBRANCH_VCC[N]Z -> S_CBRANCH_EXEC[N]Z by Stanislav Mekhanoshin · 7 years ago
  41. 7ffaeb4 [InstCombine] regenerate checks; NFC by Sanjay Patel · 7 years ago
  42. 1e99562 [CostModel][X86] Add funnel shift rotation special case costs by Simon Pilgrim · 7 years ago
  43. 1c82b7d Fix MachineInstr::findRegisterUseOperandIdx subreg checks by Stanislav Mekhanoshin · 7 years ago
  44. 6856bcc [llvm-readelf] Make llvm-readelf more compatible with GNU readelf. by Jordan Rupprecht · 7 years ago
  45. cd74b07 [CostModel][X86] Add SHLD/SHRD scalar funnel shift costs by Simon Pilgrim · 7 years ago
  46. 412b368 [MachineOutliner][NFC] Early exit pruning when candidates don't share an MBB by Jessica Paquette · 7 years ago
  47. d2e4943 [MachineOutliner][NFC] Put suffix tree in buildCandidateList by Jessica Paquette · 7 years ago
  48. 9dffc88 [DWARFv5] Emit split type units in .debug_info.dwo. by Paul Robinson · 7 years ago
  49. 91a58f1 [CostModel][X86] Add some initial cost tests for funnel shifts by Simon Pilgrim · 7 years ago
  50. e06d075 [CostModel][X86] SK_ExtractSubvector is cheap if the (legal) subvector is aligned within the source vector by Simon Pilgrim · 7 years ago
  51. e988bd6 [SystemZ::TTI] Improve accuracy of costs for vector fp <-> int conversions by Jonas Paulsson · 7 years ago
  52. bb61c72 [CostModel] Add more realistic SK_InsertSubvector generic costs. by Simon Pilgrim · 7 years ago
  53. aeeabb5 [VectorUtils] add funnel-shifts to the list of vectorizable intrinsics by Sanjay Patel · 7 years ago
  54. 7b8a79a [VectorUtils] reorder list of vectorizable intrinsics; NFC by Sanjay Patel · 7 years ago
  55. af76058 [LoopVectorize] add tests for funnel shifts; NFC by Sanjay Patel · 7 years ago
  56. bc960f6 Fix unused variable warning. NFCI. by Simon Pilgrim · 7 years ago
  57. 789879d [CostModel] Add more realistic SK_ExtractSubvector generic costs. by Simon Pilgrim · 7 years ago
  58. c90bfa8 [RISCV] Support .option relax and .option norelax by Alex Bradbury · 7 years ago
  59. c5dba22 [DAGCombiner] Fix load-store forwarding of indexed loads. by Nirav Dave · 7 years ago
  60. 736b8af [llvm-mca] Correctly update the resource strategy for processor resources with multiple units. by Andrea Di Biagio · 7 years ago
  61. d3733c2 [newpm] Fix r346645: Missing consume of the Error return by the pipeline parser by Philip Pfaffe · 7 years ago
  62. 0c20a4d Add an OptimizerLast EP by Philip Pfaffe · 7 years ago
  63. 8e59cd1 [LICM] Hoist guards from non-header blocks by Max Kazantsev · 7 years ago
  64. b7ec431 [GCOV] Add options to filter files which must be instrumented. by Calixte Denizet · 7 years ago
  65. 79d60f6 [SystemZ] Replicate the load with most uses in buildVector() by Jonas Paulsson · 7 years ago
  66. 00ddaab [llvm-objdump] add more constraints for tests by Fangrui Song · 7 years ago
  67. 0165418 [GC] Remove unused configuration variable by Philip Reames · 7 years ago
  68. 78a558a [GC] Minor style modernization by Philip Reames · 7 years ago
  69. a04e7e3 [IPSCCP] Delete two forward declarations by Fangrui Song · 7 years ago
  70. 21b5863 [llvm-nm] Use WithColor for error reporting by Jonas Devlieghere · 7 years ago
  71. 8e8485e [llvm-objdump] Use WithColor for error reporting by Jonas Devlieghere · 7 years ago
  72. d96e13f [llvm-undname] Use WithColor for error reporting by Jonas Devlieghere · 7 years ago
  73. 4708fed [GCRoot] Remove some unneccessary complexity by Philip Reames · 7 years ago
  74. e6258d7 [IPSCCP] Use forward declaration. by Florian Hahn · 7 years ago
  75. 7ae3f03 [IPSCCP,PM] Add missing #include in rL346618 by Fangrui Song · 7 years ago
  76. d3caae0 [IPSCCP,PM] Preserve PDT in the new pass manager. by Florian Hahn · 7 years ago
  77. 1cfec9f [MC] Fix 3 objdump tests after rL346610 by Fangrui Song · 7 years ago
  78. b87342a [DWARF] Change pubnames to use DWARFSection instead of StringRef by Fangrui Song · 7 years ago
  79. 1854e96 [llvm][test] Update tests using objdump by Kristina Brooks · 7 years ago
  80. 11c0888 [llvm-objdump] Add symbol 'O' for object data by Kristina Brooks · 7 years ago
  81. 89fcd8b [x86] auto-generate complete checks; NFC by Sanjay Patel · 7 years ago
  82. ac4b70f Make initializeOutputStream() return false on error and true on success. by Nico Weber · 7 years ago
  83. abb65ff [X86] Use DAG.getConstant instead of getZeroVector. by Craig Topper · 7 years ago
  84. 686dfe3 [Support] Make error banner optional in logAllUnhandledErrors by Jonas Devlieghere · 7 years ago
  85. 3283290 [X86] Replace calls to getOnesVector/getZeroVector with getConstant. by Craig Topper · 7 years ago
  86. bb2ce32 [llvm-cxxdump] Use error reporting helpers from support by Jonas Devlieghere · 7 years ago
  87. d30e101 [DAGCombiner] Make tryToFoldExtendOfConstant return an SDValue instead of an SDNode*. NFC by Craig Topper · 7 years ago
  88. 7c38906 [InstCombine] simplify code for merging stores; NFCI by Sanjay Patel · 7 years ago
  89. f7b5c13 [x86] allow vector load narrowing with multi-use values by Sanjay Patel · 7 years ago
  90. 5db501a [InstCombine] auto-generate full checks; NFC by Sanjay Patel · 7 years ago
  91. 7ef18df Fix DragonFlyBSD linkage issue. by David Carlier · 7 years ago
  92. 6f0ce79 [X86] Remove unused variable by Benjamin Kramer · 7 years ago
  93. 4ad252b [X86] Remove apparently unneeded code from combineVSZext. by Craig Topper · 7 years ago
  94. acd225a [CostModel][X86] SK_ExtractSubvector costs must only be tested for vector types (PR39615) by Simon Pilgrim · 7 years ago
  95. 2f9bd23 [GC] Rename a header for consistency by Philip Reames · 7 years ago
  96. 94d44f1 [X86][BdVer2] Fix loads/stores throughput for Piledriver (PR39465) by Roman Lebedev · 7 years ago
  97. 6557f4a [NFC][MCA][BdVer2] Add bdver2 runline into register-file-statistics.s test by Roman Lebedev · 7 years ago
  98. 10c84a8 [ThinLTO] Internalize readonly globals by Eugene Leviant · 7 years ago
  99. 01568d5 [X86] Use a MOVSX instruction instead of a MOVZX instruction in isel for an any_extend of the remainder from an 8-bit sdivrem. by Craig Topper · 7 years ago
  100. 6c3e6aa [X86] Add a test case to show scalarized vector srem to demonstrate unnecessary instructions. NFC by Craig Topper · 7 years ago