1. 2e6a4a6 refactor BlockFrequencyInfo::view to take a title parameter by David Callahan · 7 years ago
  2. e9630c4 Fix visualization of intrusive reference counted objects in MSVC. by Aaron Ballman · 7 years ago
  3. 6072588 [WebAssembly] Standardize order of SIMD bitselect arguments by Thomas Lively · 7 years ago
  4. ab8c9a2 [x86] use 'nounwind' to remove test noise; NFC by Sanjay Patel · 7 years ago
  5. f740ffb [unittests][Support] AIX: Skip sticky bit file tests by Hubert Tong · 7 years ago
  6. 7a86fe0 [mips][micrompis] Emit 16bit NOPs by default by Aleksandar Beserminji · 7 years ago
  7. ddd9314 [DEBUGINFO][NVPTX]Make tests more strict, NFC. by Alexey Bataev · 7 years ago
  8. 8daf7f9 Revert "[AMDGPU] Fix DPP combiner" by Valery Pykhtin · 7 years ago
  9. bac64e1 Initial AArch64 SLH implementation. by Kristof Beyls · 7 years ago
  10. 56b18a6 [llvm-objdump] - Print symbol addressed when dumping disassembly output (-d) by George Rimar · 7 years ago
  11. e83eaf0 Fix typo in comment by Nico Weber · 7 years ago
  12. 7d03bc3 [X86][SSE] Cleanup shuffle combining test check prefixes by Simon Pilgrim · 7 years ago
  13. e3e2923 [AMDGPU] Fix DPP combiner by Valery Pykhtin · 7 years ago
  14. c547d68 Revert r350647: "[NewPM] Port tsan" by Florian Hahn · 7 years ago
  15. 9024892 [X86] Enable combining shuffles to PACKSS/PACKUS for 256/512-bit vectors by Simon Pilgrim · 7 years ago
  16. 6a2a4f9 [MSP430] Optimize 'shl x, 8[+ N] -> swpb(zext(x)) [<< N]' for i16 by Anton Korobeynikov · 7 years ago
  17. 7edabba [gn build] Run `git ls-files '*.gn' '*.gni' | xargs -n 1 gn format` by Nico Weber · 7 years ago
  18. 9ba9ef7 [MSP430] Fix crash while lowering llvm.stacksave/stackrestore by Anton Korobeynikov · 7 years ago
  19. a5cdf51 [gn build] Merge r350669 by Nico Weber · 7 years ago
  20. fcd719b [gn build] Add a TODO.txt file by Nico Weber · 7 years ago
  21. 18381bb [X86] Add extra test coverage for combining shuffles to PACKSS/PACKUS by Simon Pilgrim · 7 years ago
  22. efea711 [AArch64] Move feature predctrl to predres by Diogo N. Sampaio · 7 years ago
  23. 33b7d2c [X86] Fix gcc7 -Wunused-but-set-variable warning. NFCI. by Simon Pilgrim · 7 years ago
  24. 6e5b17e Make the write_cmake_config.py script python3-compatible by Alexander Kornienko · 7 years ago
  25. e81d719 [DebugInfo] Omit location list entries with empty ranges by David Stenberg · 7 years ago
  26. 9550bf5 GlobalISel: Implement fewerElements for implicit_def by Matt Arsenault · 7 years ago
  27. 1c5b3e2 GlobalISel: Implement widenScalar for implicit_def by Matt Arsenault · 7 years ago
  28. c80a38c [IPT] Drop cache less eagerly in GVN and LoopSafetyInfo by Max Kazantsev · 7 years ago
  29. bccca22 Revert "[PowerPC] Fix assert from machine verify pass that unmatched register class about fcmp selection in fast-isel" by Zi Xuan Wu · 7 years ago
  30. 7a9527e [NFC] fix trivial typos in comments by Hiroshi Inoue · 7 years ago
  31. e0e40d4 gn build: Copy file permissions from input file in configure_file() emulation. by Peter Collingbourne · 7 years ago
  32. 0449232 [X86] Correct the MaskVT for avx512 gather/scatter intrinsics to use the min of the number of index and data elements. by Craig Topper · 7 years ago
  33. ca3d527 gn build: Fix a Python2ism in write_vcsrevision.py. by Peter Collingbourne · 7 years ago
  34. 1a79f8b [PowerPC] Fix assert from machine verify pass that unmatched register class about fcmp selection in fast-isel by Zi Xuan Wu · 7 years ago
  35. 26652ec Remove check for single use in ShrinkDemandedConstant by Stanislav Mekhanoshin · 7 years ago
  36. e25b508 RegisterCoalescer: Assume CR_Replace for SubRangeJoin by Matt Arsenault · 7 years ago
  37. 533714c RegisterCoalescer: Defer clearing implicit_def lanes by Matt Arsenault · 7 years ago
  38. 9c9345c [InstCombine] remove stale comments; NFC by Sanjay Patel · 7 years ago
  39. c445cab [llvm-profdata] add value-cutoff functionality in show command by Rong Xu · 7 years ago
  40. 41d0830 [InstCombine] canonicalize another raw IR rotate pattern to funnel shift by Sanjay Patel · 7 years ago
  41. d7d7903 [PGO] Use SourceFileName rather module name in PGOFuncName by Rong Xu · 7 years ago
  42. 5f281ed [PGO] Revert r350579 to fix commit message. by Rong Xu · 7 years ago
  43. f9a5bcd [WebAssembly] Rename StoreResults to MemIntrinsicResults by Heejin Ahn · 7 years ago
  44. f9380af [PGO] Revert r350442 to fix commit message. by Rong Xu · 7 years ago
  45. f5b7889 [AArch64] Adjust the cost model for Exynos by Evandro Menezes · 7 years ago
  46. 6869104 [llvm-mca] Update the Exynos test cases (NFC) by Evandro Menezes · 7 years ago
  47. 6fbbd58 [llvm-mca] Improve debugging (NFC) by Evandro Menezes · 7 years ago
  48. 8c244a6 Fix go bindings for r350647: missed a function rename by Jorge Gorbe Moya · 7 years ago
  49. f4448ba [llvm-undname] Add support for demangling msvc's noexcept types. by Zachary Turner · 7 years ago
  50. 51d8816 Don't write #include "Windows/WindowsSupport.h" from the Windows dir. by Zachary Turner · 7 years ago
  51. c802439 Revert "Revert "Revert "Resubmit rL345008 "Split MachinePipeliner code into header and cpp files"""" by Adrian Prantl · 7 years ago
  52. 6080114 Revert "Work around a linker error caused by https://reviews.llvm.org/D56084." by Adrian Prantl · 7 years ago
  53. 690edfc Work around a linker error caused by https://reviews.llvm.org/D56084. by Adrian Prantl · 7 years ago
  54. bad3651 [NewPM] Port tsan by Philip Pfaffe · 7 years ago
  55. 3a13126 [x86] add tests for PR40243; NFC by Sanjay Patel · 7 years ago
  56. 9597cfd Rename DIFlagFixedEnum to DIFlagEnumClass. NFC by Paul Robinson · 7 years ago
  57. 3f407d7 [UnrollRuntime] Fix domTree failures in multiexit unrolling by Anna Thomas · 7 years ago
  58. 87a5aa4 [BPF] Fix .BTF.ext reloc type assigment issue by Yonghong Song · 7 years ago
  59. bb7c776 [gn build] Update readme by Nico Weber · 7 years ago
  60. 007d8a4 [gn build] Make sync_source_lists_from_cmake.py check that all LLVM unittests are present by Nico Weber · 7 years ago
  61. 55534df [MachineVerifier] Include offending register in allocatable live-in error msg. by Florian Hahn · 7 years ago
  62. 1f67e9e [gn build] Add build files for llvm/lib/Target/PowerPC + tests by Nico Weber · 7 years ago
  63. 17f0b86 [gn build] Add build files for llvm/lib/Target/WebAssembly + tests by Nico Weber · 7 years ago
  64. 7885d2c [GlobalISel] Fix choice of instruction selector for AArch64 at -O0 with -global-isel=0 by Petr Pavlu · 7 years ago
  65. d7b7319 [DA][NewPM] Add a printerpass and port the testsuite by Philip Pfaffe · 7 years ago
  66. 77ae2fc [X86][Darwin] Emit compact-unwind for register-sized stack adjustments by Francis Visoiu Mistrih · 7 years ago
  67. b4be4da Revert "Revert "Resubmit rL345008 "Split MachinePipeliner code into header and cpp files""" by Lama Saba · 7 years ago
  68. 8af0c56 AArch64: avoid splitting vector truncating stores. by Tim Northover · 7 years ago
  69. e5efa6a [GlobalISel] Fix unused variable warning in Release builds. by Benjamin Kramer · 7 years ago
  70. 6fb9d21 [llvm-readobj] Don't print '@' at end of unversioned dynsym names by James Henderson · 7 years ago
  71. c108e2c [ARM] Add missing patterns for DSP muls by Sam Parker · 7 years ago
  72. 2363fe8 AMDGPU/GlobalISel: Introduce vcc reg bank by Matt Arsenault · 7 years ago
  73. 37a984b [WebAssembly] Massive instruction renaming by Thomas Lively · 7 years ago
  74. 146b0f2 [LLVM-C] Allow For Creating a BasicBlock without a Parent Function by Robert Widmann · 7 years ago
  75. 655bef9 [LLVM-C] Allow Specifying Signedness in Int Cast by Robert Widmann · 7 years ago
  76. 15c70a3 [MC] [AArch64] Support resolving signed fixups for :abs_g0_s: etc. by Mandeep Singh Grang · 7 years ago
  77. 5d9602f [NFC] Remove empty line as a test commit. by Chris Kennelly · 7 years ago
  78. 249f559 gn build: Stop passing -o to ar. by Peter Collingbourne · 7 years ago
  79. 4f496b8 gn build: Merge r350580. by Peter Collingbourne · 7 years ago
  80. a62ff5d AMDGPU/GlobalISel: Legalize concat_vectors by Matt Arsenault · 7 years ago
  81. 7f47b71 Fix typos by Matt Arsenault · 7 years ago
  82. 6a8d6b3 [WebAssembly] Move CFG-changing passes before RegStackify by Heejin Ahn · 7 years ago
  83. 1720133 RegBankSelect: Fix copy insertion point for terminators by Matt Arsenault · 7 years ago
  84. f3f5c43 [WebAssembly] Use 'I' multiclass template for br_table (NFC) by Heejin Ahn · 7 years ago
  85. 2bb3567 AMDGPU/GlobalISel: Disallow VGPR->SCC copies by Matt Arsenault · 7 years ago
  86. 2128ba0 AMDGPU/GlobalISel: RegBankSelect for carry-in by Matt Arsenault · 7 years ago
  87. 8ece8d3 [dsymutil] Fix assertion triggered by empty address range. by Jonas Devlieghere · 7 years ago
  88. 9054ffc AMDGPU/GlobalISel: RegBankSelect for add/sub with carry out by Matt Arsenault · 7 years ago
  89. 68e5e50 AMDGPU/GlobalISel: InstrMapping for G_UNMERGE_VALUES by Matt Arsenault · 7 years ago
  90. 51bae74 fix comment typo - NFC by Chen Zheng · 7 years ago
  91. a228527 [RegisterCoalescer] dst register's live interval needs to be updated when by Wei Mi · 7 years ago
  92. 20767d1 [dsymutil] Upstream unobfuscation logic. by Jonas Devlieghere · 7 years ago
  93. bf02309 [PGO] Use SourceFileName rather module name in PGOFuncName by Rong Xu · 7 years ago
  94. 639e1ea [Verifier] Reject invalid type for DILocalVariable. by Davide Italiano · 7 years ago
  95. 671f057 [ValueTracking] Adjust comment in test by Michael Ferguson · 7 years ago
  96. 10ecfd6 Recommit r350554 "[X86] Remove AVX512VBMI2 concat and shift intrinsics. Replace with target independent funnel shift intrinsics." by Craig Topper · 7 years ago
  97. 6ccdeef [ObjectYAML] [COFF] Support multiple symbols with the same name by Martin Storsjo · 7 years ago
  98. 82be5f5 [X86][AutoUpgrade] Make some tweaks to reduce the number of nested if/else in the intrinsic upgrade code to avoid an MSVC compiler limit. by Craig Topper · 7 years ago
  99. e862164 Revert r350554 "[X86] Remove AVX512VBMI2 concat and shift intrinsics. Replace with target independent funnel shift intrinsics." by Craig Topper · 7 years ago
  100. 2c6b4b6 [MemorySSA] Add SkipSelfWalker. by Alina Sbirlea · 7 years ago