1. 788af5a Fixing bug issue https://bugs.llvm.org/show_bug.cgi?id=34978 by Michael Zuckerman · 8 years ago
  2. eb8a5a3 Fix the incorrect detection of ICONV_LIBRARY_PATH by Serguei Katkov · 8 years ago
  3. f501032 update_mir_test_checks: Support '-' in function names by Justin Bogner · 8 years ago
  4. 4f42787 update_mir_test_checks: Fix a typo I made while preparing for commit by Justin Bogner · 8 years ago
  5. 61b2fae Statically link llvm-cfi-verify's libraries. by Vlad Tsyrklevich · 8 years ago
  6. ae96b7f Add a utility to update MIR checks, similar to update_llc_test_checks by Justin Bogner · 8 years ago
  7. b8354dd [ScalarEvolution] Handling for ICmp occuring in the evolution chain. by Jatin Bhateja · 8 years ago
  8. 2b48886 Verifier: Ignore CUs pulled in by ODR-uniqued types. by Adrian Prantl · 8 years ago
  9. fd8ae0e Revert "Verifier: Ignore CUs pulled in by ODR-uniqued types." by Adrian Prantl · 8 years ago
  10. 0d97649 Verifier: Ignore CUs pulled in by ODR-uniqued types. by Adrian Prantl · 8 years ago
  11. 55cde5f [aarch64][globalisel] Register banks and classes should have distinct names. by Daniel Sanders · 8 years ago
  12. 082d7c4 [GlobalDCE] Use DenseMap instead of unordered_multimap for GVDependencies. by Michael Zolotukhin · 8 years ago
  13. 1eb5c71 lit: Improve %: normalization. by Peter Collingbourne · 8 years ago
  14. 607acf3 AMDGPU : Fix an error for the llvm.cttz implementation. by Wei Ding · 8 years ago
  15. 37790cc AArch64: Enable AES instruction fusion on Cyclone. by Matthias Braun · 8 years ago
  16. 2f17a1b AArch64: account for possible frame index operand in compares. by Tim Northover · 8 years ago
  17. 1c51fab [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  18. ae2eae7 [X86][SSE] Tests packuswb/truncation codegen from PR34773 by Simon Pilgrim · 8 years ago
  19. 6c9a284 [MachineOutliner][NFC] Clean up prune logic a bit by Jessica Paquette · 8 years ago
  20. 33287ae Revert "[cmake] Use find_package to discover zlib" by Vassil Vassilev · 8 years ago
  21. b545957 Fix typo in checkTwoLevelHintsCommand by Jessica Paquette · 8 years ago
  22. 1c1c256 [cmake] Use find_package to discover zlib by Vassil Vassilev · 8 years ago
  23. cecf102 AMDGPU: Start generating metadata for MaxFlatWorkGroupSize by Konstantin Zhuravlyov · 8 years ago
  24. 3b848cf [MachineOutliner][NFC] Move decrement logic to OutlinedFunction by Jessica Paquette · 8 years ago
  25. 6f0af48 [MachineOutliner][NFC] Move end index calculation into Candidate by Jessica Paquette · 8 years ago
  26. a1dafe0 Fix signed overflow detected by ubsan by Vitaly Buka · 8 years ago
  27. f87901f [DAGCombine] Add SCALAR_TO_VECTOR undef handling to simplifyShuffleMask. by Simon Pilgrim · 8 years ago
  28. d0a8230 [llvm-special-case-list-fuzzer] Add fuzz target. by Matt Morehouse · 8 years ago
  29. eb90eda [ARM, AArch64] adjust tests trying to maintain their objective; NFC by Sanjay Patel · 8 years ago
  30. 0d8a696 [SimplifyCFG] add test for part of PR34471 (switch squashing); NFC by Sanjay Patel · 8 years ago
  31. 1faba64 [SimplifyCFG] update test to use auto-generated FileCheck asserts; NFC by Sanjay Patel · 8 years ago
  32. e1c4343 Fix pthread_[gs]etname_np detection by Sam McCall · 8 years ago
  33. bb8aaf8 [X86][Broadwell] Added the broadwell cpu to the scheduling regression tests.<NFC> by Gadi Haber · 8 years ago
  34. 12367d9 Improve clamp recognition in ValueTracking. by Nikolai Bozhenov · 8 years ago
  35. e60981b Fix implicit null check with negative offset by Yichao Yu · 8 years ago
  36. f500b96 Fix `FaultMaps` crash when the out streamer is reused by Yichao Yu · 8 years ago
  37. 0782a95 [X86][Skylake] fixed/updated regression test mmx-schedule.ll which failed after r315978. by Gadi Haber · 8 years ago
  38. 51e3e44 More tests with x86 prefixes which work after rL315899 commit by Andrew V. Tischenko · 8 years ago
  39. 9e68191 [X86][SKL] Updated scheduling information for the SkylakeClient target by Gadi Haber · 8 years ago
  40. c596921 Remove a test after revert of rL315440 by Max Kazantsev · 8 years ago
  41. dd449b3 [NFC] Add test from bug 34937 by Max Kazantsev · 8 years ago
  42. 812e46f Revert 315440 on behalf of mkazantsev by Philip Reames · 8 years ago
  43. b22da5a [globalisel][tablegen] Add a GIM_CheckIsSameOperand test where OtherInsnID and OtherOpIdx differ by Daniel Sanders · 8 years ago
  44. f83df3d [X86] Add masked palignr tests to vector-shuffle-masked.ll by Craig Topper · 8 years ago
  45. 971d51c [X86] Add AVX512BW to the vector-shuffle-masked test to prepare for an upcoming commit. by Craig Topper · 8 years ago
  46. ead0ee4 [X86] Fix typo in comment. NFC by Craig Topper · 8 years ago
  47. 6ec40b1 FuzzMutate: Fix arch parsing in FuzzerCLI by Justin Bogner · 8 years ago
  48. d8da420 [ExecutionEngine] Correct the size of a write in a COFF i386 relocation by Shoaib Meenai · 8 years ago
  49. 5128bb3 [llvm-cov] Add one correction to r315960 (PR34962) by Vedant Kumar · 8 years ago
  50. 20768d3 Revert "[SCEV] Maintain and use a loop->loop invalidation dependency" by Sanjoy Das · 8 years ago
  51. 8a3e1c4 Try to make crlf portable to other printf implementations by Reid Kleckner · 8 years ago
  52. 612d06a7 [llvm-cov] Remove workaround in line execution count calculation (PR34962) by Vedant Kumar · 8 years ago
  53. df60d8e Use the return value of UpdateNodeOperands(); in some cases, UpdateNodeOperands() modifies the node in-place and using the return value isn’t strictly necessary. However, it does not necessarily modify the node, but may return a resultant node if it already exists in the DAG. See comments in UpdateNodeOperands(). In that case, the return value must be used to avoid such scenarios as an infinite loop (node is assumed to have been updated, so added back to the worklist, and re-processed; however, node hasn’t changed so it is once again passed to UpdateNodeOperands(), assumed modified, added back to worklist; cycle infinitely repeats). by Mark Searles · 8 years ago
  54. 31c95a9 [X86][AVX] Add v4x64 vector shuffle test for <0,2,1,3> mask by Simon Pilgrim · 8 years ago
  55. 72af890 cmake: BSD: Mark /usr/local/include as system include directory by Matthias Braun · 8 years ago
  56. 364dbc5 Re-apply [AArch64][RegisterBankInfo] Use the statically computed mappings for COPY by Quentin Colombet · 8 years ago
  57. e4ffbab [AArch64][RegisterBankInfo] Add mapping support for G_BITCAST of s128 by Quentin Colombet · 8 years ago
  58. 7ff760d [AArch64][LegalizerInfo] Mark s128 G_BITCAST legal by Quentin Colombet · 8 years ago
  59. 9f219e8d Add !callees metadata by Matthew Simpson · 8 years ago
  60. 983f9af [MC] Lex CRLF as one token by Reid Kleckner · 8 years ago
  61. 7b58f47 [X86][3DNow] Add scheduling latency/throughput tests for 3DNow! instructions by Simon Pilgrim · 8 years ago
  62. e3e9913 [JumpThreading] Move two PredValueInfoTy vectors to a scope closer to their usage. NFCI by Craig Topper · 8 years ago
  63. b35ed0f [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  64. aeedd11 [X86][MMX] Add scheduling latency/throughput tests for MMX instructions by Simon Pilgrim · 8 years ago
  65. de6f815 Replace make_range in MachineRegisterInfo with ArrayRef, NFC by Krzysztof Parzyszek · 8 years ago
  66. 6c78bda [libFuzzer] Delete llvm/lib/Fuzzer by Vitaly Buka · 8 years ago
  67. 300ec0a Add base relative relocation record that can be used for the following case (OpenCL example): by Tony Tye · 8 years ago
  68. 38df9ee fix llvm-isel-fuzzer: LLVMFuzzerTestOneInput should never return non-zero (according to the contract) by Kostya Serebryany · 8 years ago
  69. e343d44 Revert MSVC 2017 build fix and fix it by moving the method that implicitly instantiates addPredicate out of line by Reid Kleckner · 8 years ago
  70. ddac8b7 Fix the build of GlobalISelEmitter with MSVC 2017 by specializing earlier by Reid Kleckner · 8 years ago
  71. 7b72f39 Add iterator range MachineRegisterInfo::liveins(), adopt users, NFC by Krzysztof Parzyszek · 8 years ago
  72. 60ee725 [Hexagon] Rangify some loops, NFC by Krzysztof Parzyszek · 8 years ago
  73. 1619b65 [SCEV] Rename getMaxBECount and update comments. NFC by Anna Thomas · 8 years ago
  74. 0b0eddf [SparsePropagation] Enable interprocedural analysis by Matthew Simpson · 8 years ago
  75. f6eb7ff [AMDGPU] : revert r315908 by Alexander Timofeev · 8 years ago
  76. 4bd9c52 [ObjCARC] Do not move a release that has the clang.imprecise_release tag by Akira Hatanaka · 8 years ago
  77. cd10271 [x86] add minmax tests with more predicate coverage; NFC by Sanjay Patel · 8 years ago
  78. 09c266d [TableGen] Simplify CallingConvEmitter.cpp. NFC. by Javed Absar · 8 years ago
  79. 3cf64e3 [InstCombine] don't unnecessarily generate a constant; NFCI by Sanjay Patel · 8 years ago
  80. de116cc [ValueTracking] fix typos, formatting; NFC by Sanjay Patel · 8 years ago
  81. 7811640 [AMDGPU] Prevent Machine Copy Propagation from replacing live copy with the dead one by Alexander Timofeev · 8 years ago
  82. d2ca3a3 Fix test name typo. by Simon Pilgrim · 8 years ago
  83. d472e04 [X86][SSE] Added additional PACKUS shuffle tests by Simon Pilgrim · 8 years ago
  84. 05cc2c7 [mips][micromips] Fix (dis)assembly of bc1(t|f) by Simon Dardis · 8 years ago
  85. b5d9fa1 ISel type legalizer: debug messages. NFC. by Sjoerd Meijer · 8 years ago
  86. 4f30878 Fix or vs || typo. by Simon Pilgrim · 8 years ago
  87. 83e0923 [mips] Provide alternate predicates for constant synthesis by Stefan Maksimovic · 8 years ago
  88. 41bfb49 [PowerPC] fix up in sign-/zero-extension elimination by Hiroshi Inoue · 8 years ago
  89. ddb14f8 This patch is a result of D37262: The issues with X86 prefixes. It closes PR7709, PR17697, PR19251, PR32809 and PR21640. There could be other bugs closed by this patch. by Andrew V. Tischenko · 8 years ago
  90. 9c5669a [llvm-dwarfdump] - Teach tool to parse DW_CFA_GNU_args_size. by George Rimar · 8 years ago
  91. 904a9e2 Revert rL315894, "SLPVectorizer.cpp: Try to appease stage2-3 difference. (D38586)" by NAKAMURA Takumi · 8 years ago
  92. efa5814 Move folding of icmp with zero after checking for min/max idioms. by Nikolai Bozhenov · 8 years ago
  93. 74cc295 SLPVectorizer.cpp: Try to appease stage2-3 difference. (D38586) by NAKAMURA Takumi · 8 years ago
  94. d3a4446 [TableGen] Range loopify DAGISelMatcher. NFC. by Javed Absar · 8 years ago
  95. 7f013c8 [aarch64][globalisel] Fix a crash in selectAddrModeIndexed() caused by incorrect G_FRAME_INDEX handling by Daniel Sanders · 8 years ago
  96. e53750e bpf: fix bug on silently truncating 64-bit immediate by Yonghong Song · 8 years ago
  97. a7d4828 [PowerPC] Eliminate sign- and zero-extensions if already sign- or zero-extended by Hiroshi Inoue · 8 years ago
  98. 4175d2c Re-commit r315885: [globalisel][tblgen] Add support for iPTR and implement am_unscaled* and am_indexed* by Daniel Sanders · 8 years ago
  99. 196db93 Revert r315885: [globalisel][tblgen] Add support for iPTR and implement am_unscaled* and am_indexed* by Daniel Sanders · 8 years ago
  100. 728d43b [globalisel][tblgen] Add support for iPTR and implement am_unscaled* and am_indexed* by Daniel Sanders · 8 years ago