1. 43fb293 Fixed typo. by David L Kreitzer · 9 years ago
  2. 9d016ef [Hexagon] Cleanup and standardize vector load/store pseudo instructions by Krzysztof Parzyszek · 9 years ago
  3. 45edca1 [libFuzzer] fix typo in docs by Kostya Serebryany · 9 years ago
  4. 7c00a88 [AArch64LoadStoreOptimizer] Check aliasing correctly when creating paired loads/stores. by Eli Friedman · 9 years ago
  5. a7eb97f [AArch64] Registering default MCInstrAnalysis by Mike Aizatsky · 9 years ago
  6. 12a703d [AArch64LoadStoreOpt] Handle offsets correctly for post-indexed paired loads. by Eli Friedman · 9 years ago
  7. 718ae23 Remove autoconf references from LICENSE.TXT by Chris Bieneman · 9 years ago
  8. 296471b Next set of additional error checks for invalid Mach-O files. by Kevin Enderby · 9 years ago
  9. f5a4670 [sancov] test file cleanup by Mike Aizatsky · 9 years ago
  10. fd3780b [sancov] MachO indirect symbols support. by Mike Aizatsky · 9 years ago
  11. ea5bf34 [PPC] Memoize getValueBits. NFC. by Tim Shen · 9 years ago
  12. c94acb0 [WebAssembly] Plug MachineMemOperand leaks. by Benjamin Kramer · 9 years ago
  13. a3e4fd5 [LibFuzzer] Fix `-jobs=<N>` where <N> > 1 and the number of workers is > 1 on macOS. by Dan Liew · 9 years ago
  14. 3d3a4a4 ADT: Remove stale header comments about next/prev after r278532 by Duncan P. N. Exon Smith · 9 years ago
  15. f74d382 Hide type trait from r278532 from MSVC by Duncan P. N. Exon Smith · 9 years ago
  16. a33b92e Try to appease win7 bots after r278532 by cleaning up type trait by Duncan P. N. Exon Smith · 9 years ago
  17. fa2e422 Remove whitespace by David Majnemer · 9 years ago
  18. 6394023 ADT: Remove the ilist_nextprev_traits customization point by Duncan P. N. Exon Smith · 9 years ago
  19. 69f0407 [PM] Port LowerInvoke to the new pass manager by Michael Kuperstein · 9 years ago
  20. a6bfa5e constify InstCombine::foldAllocaCmp. NFC. by Pete Cooper · 9 years ago
  21. 126e4c2 Fine tuning of sample profile propagation algorithm. by Dehao Chen · 9 years ago
  22. 0ac09cb [x86] X86ISelLowering zext(add_nuw(x, C)) --> add(zext(x), C_zext) by Artur Pilipenko · 9 years ago
  23. a3c0803 [BasicAA] Avoid calling GetUnderlyingObject, when the result of a previous call can be reused. by Ehsan Amiri · 9 years ago
  24. e5ae839 [LVI] Take guards into account by Artur Pilipenko · 9 years ago
  25. c6f72e4 Add move ops to satisfy MSVC. by Teresa Johnson · 9 years ago
  26. 67a14c0 [AArch64] Re-factor code shared by AArch64LoadStoreOpt and AArch64InstrInfo. by Geoff Berry · 9 years ago
  27. e18f64c [LVI] Fix potential memory corruption in getValueFromCondition by Artur Pilipenko · 9 years ago
  28. 3e97be2 ADT: Share code for embedded sentinel traits, NFC by Duncan P. N. Exon Smith · 9 years ago
  29. 18ff139 Fix type to avoid problems on 32-bit builds by Teresa Johnson · 9 years ago
  30. 396941b Revert "[Sparc] Leon errata fix passes." by James Y Knight · 9 years ago
  31. 7be1759 [PM] Port NameAnonFunction pass to new pass manager by Teresa Johnson · 9 years ago
  32. 3143f33 [PM] Port ModuleSummaryIndex analysis to new pass manager by Teresa Johnson · 9 years ago
  33. 3951c48 [X86][SSE] Add support for combining target shuffles to PSLLDQ/PSRLDQ byte shifts by Simon Pilgrim · 9 years ago
  34. 4502b2e [Hexagon] Standardize pseudo-instructions for calls and returns by Krzysztof Parzyszek · 9 years ago
  35. a8e8317 [Hexagon] Treat non-returning indirect calls as scheduling boundaries by Krzysztof Parzyszek · 9 years ago
  36. 38a5bdc [LVI] Take range metadata into account while calculating icmp condition constraints by Artur Pilipenko · 9 years ago
  37. a4d5334 [Webassembly] disable unstable test. by Benjamin Kramer · 9 years ago
  38. f811c0f [X86][SSE] Fixed PALIGNR target shuffle decode by Simon Pilgrim · 9 years ago
  39. a6da8aa [LVI] Handle any predicate in comparisons like icmp <pred> (add Val, Offset), ... by Artur Pilipenko · 9 years ago
  40. 6af6409 [Sparc][Leon] Missed resetting option flags from check-in 278489. by Chris Dewhurst · 9 years ago
  41. 85f3311 [Sparc][Leon] Errata fixes for various errata in different versions of the Leon variants of the Sparc 32 bit processor. by Chris Dewhurst · 9 years ago
  42. 94e4f70 [Coroutines] Move class into anonymous namespace. by Benjamin Kramer · 9 years ago
  43. 2790d23 Revert "[BranchFolding] Restrict tail merging loop blocks after MBP" by Haicheng Wu · 9 years ago
  44. b6ae34d [Coroutines]: Part6b: Add coro.id intrinsic. by Gor Nishanov · 9 years ago
  45. 21bcd75 ADT: Remove all ilist_iterator => pointer casts, NFC by Duncan P. N. Exon Smith · 9 years ago
  46. 7e45eb5 Use the range variant of transform instead of unpacking begin/end by David Majnemer · 9 years ago
  47. ac0eb3d Use the range variant of transform instead of unpacking begin/end by David Majnemer · 9 years ago
  48. 5d08e37 Use the range variant of remove_if instead of unpacking begin/end by David Majnemer · 9 years ago
  49. 33ebfce Use the range variant of count_if instead of unpacking begin/end by David Majnemer · 9 years ago
  50. 2d62ce6 Use the range variant of find/find_if instead of unpacking begin/end by David Majnemer · 9 years ago
  51. 369a632 ADT: Add ilist_iterator conversions to/from ilist_node by Duncan P. N. Exon Smith · 9 years ago
  52. 31333a7 Recommit 'Remove the restriction that MachineSinking is now stopped by by Wei Mi · 9 years ago
  53. df403b3 [BranchFolding] Restrict tail merging loop blocks after MBP by Haicheng Wu · 9 years ago
  54. d79f1f1 WholeProgramDevirt: initialize WasDevirt in all constructors. by Ivan Krasin · 9 years ago
  55. 35ff6f0 [DSE] Don't remove stores made live by a call which unwinds. by Eli Friedman · 9 years ago
  56. 2d34392 Refactor isValidAssumeForContext to reduce duplication and indentation. NFC. by Pete Cooper · 9 years ago
  57. b0353c6 Use the range variant of find_if instead of unpacking begin/end by David Majnemer · 9 years ago
  58. 88add6b WholeProgramDevirt: fix access to a non-initialized field. by Ivan Krasin · 9 years ago
  59. b9ecebc Add comment /NFC by Xinliang David Li · 9 years ago
  60. 161e82b [ADT] Migrate DepthFirstIterator to use NodeRef by Tim Shen · 9 years ago
  61. 124c0a4 Fix typos /NFC by Xinliang David Li · 9 years ago
  62. ae48001 Remove unnecessary extra version of isValidAssumeForContext. NFC. by Pete Cooper · 9 years ago
  63. 975248e Use the range variant of find instead of unpacking begin/end by David Majnemer · 9 years ago
  64. fb2a7f9 Don't import variadic functions by Piotr Padlewski · 9 years ago
  65. 5747888 X86-FMA3: Implemented commute transformation for EVEX/AVX512 FMA3 opcodes. by Vyacheslav Klochkov · 9 years ago
  66. 837032f Re-commit r278066: Do not ignore SizeOfOptionalHeader in COFF header even if PE header is not present. by Rui Ueyama · 9 years ago
  67. d4a60d0 GlobalISel: support 'null' constant in translation. by Tim Northover · 9 years ago
  68. f11cae6 Extend trip count instead of truncating IV in LFTR, when legal by Ehsan Amiri · 9 years ago
  69. 417fcec [MSSA] Use is_contained by Daniel Berlin · 9 years ago
  70. dc9c737 Use range algorithms instead of unpacking begin/end by David Majnemer · 9 years ago
  71. 4110644 [Hexagon] Allow non-returning calls in hardware loops by Krzysztof Parzyszek · 9 years ago
  72. 4df8156 [vim] Add more attributes to llvm.vim by David Majnemer · 9 years ago
  73. 2e8e1e6 AMDGPU: Remove unused tablegen utilities by Matt Arsenault · 9 years ago
  74. 510ec20 [SCEV] Update interface to handle SCEVExpander insert point motion. by Geoff Berry · 9 years ago
  75. 789ee9f Remove empty file left by partial reversion. by Tim Northover · 9 years ago
  76. 814d8b3 GlobalISel: add translation support for shift operations. by Tim Northover · 9 years ago
  77. 94c692e GlobalISel: support zext & sext during translation phase. by Tim Northover · 9 years ago
  78. fe3eab2 Fix type truncation warnings by Teresa Johnson · 9 years ago
  79. c9f97fc Move GVNHoist tests into their own directory since it is a separate pass by Daniel Berlin · 9 years ago
  80. 2daf966 AMDGPU : Add intrinsic for instruction v_cvt_pk_u8_f32 by Wei Ding · 9 years ago
  81. da956b9 Revert rL278384 which caused several buildbot failures (like check failures in CodeGen/X86/clz.ll). by Wei Mi · 9 years ago
  82. 828990c Fix PR 28933 by Daniel Berlin · 9 years ago
  83. 4c26d96 [ADT] Add relation operators for Optional by Tim Shen · 9 years ago
  84. eeb1d4f CodeGen: Avoid dereferencing end() in MachineScheduler by Duncan P. N. Exon Smith · 9 years ago
  85. 44cd439 AMDGPU: Prune includes by Matt Arsenault · 9 years ago
  86. 50f0fc5 [Hexagon] Standardize "select" pseudo-instructions by Krzysztof Parzyszek · 9 years ago
  87. dcedd3b WholeProgramDevirt: generate more detailed and accurate remarks. by Ivan Krasin · 9 years ago
  88. 158f898 Remove the restriction that MachineSinking is now stopped by "insert_subreg, by Wei Mi · 9 years ago
  89. 3c99845 If-conversion incorrectly calculates liveness of redefined registers by Krzysztof Parzyszek · 9 years ago
  90. 847ddff Test commit by Barnabas Bittner · 9 years ago
  91. 2f5689f Target independent codesize heuristics for Loop Idiom Recognition by Andrew Kaylor · 9 years ago
  92. 2d003b3 Add a new method to create SimpleInliner instance and make pre-inliner use this. by Easwaran Raman · 9 years ago
  93. cf9748d [Hexagon] Skip byval arguments when checking parameter attributes by Krzysztof Parzyszek · 9 years ago
  94. fbdf373 Improve virtual register handling when computing debug information by Dominic Chen · 9 years ago
  95. f1860b7 Make TwoAddressInstructionPass::rescheduleMIBelowKill subreg-aware by Michael Kuperstein · 9 years ago
  96. d751c97 AMDGPU: Fix crashes on memory functions by Matt Arsenault · 9 years ago
  97. 9ffb824 AArch64: Assert on analyzeBranch failing by Matt Arsenault · 9 years ago
  98. e99815b [AliasSetTracker] Delete dead code by Michael Kuperstein · 9 years ago
  99. c986ab2 Fix some Clang-tidy modernize and Include What You Use warnings. by Eugene Zelenko · 9 years ago
  100. 7a1d8e4 Add move ops to satisfy MSVC. by Teresa Johnson · 9 years ago