1. a8edd76 [llvm-cov] Move the 'jump to first unexecuted line' link by Vedant Kumar · 9 years ago
  2. ce19c1c [llvm-cov] Minor visual tweaks for html reports by Vedant Kumar · 9 years ago
  3. 17648b3 InstCombine: Don't combine loads/stores from swifterror to a new type by Arnold Schwaighofer · 9 years ago
  4. df708a5 Add an isSwiftError predicate to Value by Arnold Schwaighofer · 9 years ago
  5. 2b4de80 ADT: Move ilist_node_access to ilist_detail::NodeAccess... by Duncan P. N. Exon Smith · 9 years ago
  6. 631d14e ADT: Use typedefs for ilist_base and ilist_node_base, NFC by Duncan P. N. Exon Smith · 9 years ago
  7. e117e50 [InstCombine] clean up foldICmpBinOpEqualityWithConstant / foldICmpIntrinsicWithConstant ; NFC by Sanjay Patel · 9 years ago
  8. 792a8ea [InstCombine] rename and reorganize some icmp folding functions; NFC by Sanjay Patel · 9 years ago
  9. 14e6992 We also need to pass swifterror in R12 under swiftcc not only under ccc by Arnold Schwaighofer · 9 years ago
  10. c220fde [AMDGPU] Refactor MUBUF/MTBUF instructions by Valery Pykhtin · 9 years ago
  11. 68d7a57 [gold/LTO] Add test case for r281134 by Teresa Johnson · 9 years ago
  12. 2752a28 [LTO] Handle null GV in Symbol object by Teresa Johnson · 9 years ago
  13. b7ef200 [WebAssembly] Fix typos in comments by Heejin Ahn · 9 years ago
  14. 05082bd [libFuzzer] print a failed-merge warning only in the merge mode by Kostya Serebryany · 9 years ago
  15. 10eb5d5 AMDGPU: Implement is{LoadFrom|StoreTo}FrameIndex by Matt Arsenault · 9 years ago
  16. da28e63 AMDGPU: Fix scheduling info for spill pseudos by Matt Arsenault · 9 years ago
  17. c4644d2 [asan] Add flag to allow lifetime analysis of problematic allocas by Vitaly Buka · 9 years ago
  18. e7555f0 [CodeGen] Rename MachineInstr::isInvariantLoad to isDereferenceableInvariantLoad. NFC by Justin Lebar · 9 years ago
  19. 74ad0cf [libFuzzer] don't print help for internal flags by Kostya Serebryany · 9 years ago
  20. 7942244 [libFuzzer] print a visible message if merge fails due to a crash by Kostya Serebryany · 9 years ago
  21. 1c3a1e2 Remove dead code in the SelectionDAG headers (NFC) by Vedant Kumar · 9 years ago
  22. 3843a13 AMDGPU: Fix immediate folding logic when shrinking instructions by Matt Arsenault · 9 years ago
  23. 8ad92ff Inliner: Don't mark swifterror allocas with lifetime markers by Arnold Schwaighofer · 9 years ago
  24. b6bf353 X86: Fold tail calls into conditional branches also for 64-bit (PR26302) by Hans Wennborg · 9 years ago
  25. d5a5e90 AMDGPU: Run LoadStoreVectorizer pass by default by Matt Arsenault · 9 years ago
  26. 2c9e9a6 [libFuzzer] use sizeof() in tests instead of 4 and 8 by Kostya Serebryany · 9 years ago
  27. 7474f82 LSV: Fix incorrectly increasing alignment by Matt Arsenault · 9 years ago
  28. 586b777 [gold] Test that we handle invalid directory correctly. by Davide Italiano · 9 years ago
  29. 1a60ab8 [InstCombine] use m_APInt to allow icmp ult X, C folds for splat constant vectors by Sanjay Patel · 9 years ago
  30. fb49daf [libFuzzer] one more puzzle for value profile by Kostya Serebryany · 9 years ago
  31. 6bca1ae [X86][XOP] Fix VPERMIL2PD mask creation on 32-bit targets by Simon Pilgrim · 9 years ago
  32. 60719d6 [Hexagon] Fix disassembler crash after r279255 by Krzysztof Parzyszek · 9 years ago
  33. b0cab11 [X86] Regenerate test. NFC. by Michael Kuperstein · 9 years ago
  34. d9c5bfb Enable in-tree builds of parallel-libs. by Justin Lebar · 9 years ago
  35. 65ddbec Create phi nodes for swifterror values at the end of the phi instructions list by Arnold Schwaighofer · 9 years ago
  36. 8458ab1 [NVPTX] Implement llvm.fabs.f32, llvm.max.f32, etc. by Justin Lebar · 9 years ago
  37. a757788 ARM: move the builtins libcall CC setup by Saleem Abdulrasool · 9 years ago
  38. 7deb7e7 [cmake] Fix a stale comment from an earlier version of r281085. NFC. by Michael Gottesman · 9 years ago
  39. 1f4e68f [cmake] Export gtest/gtest_main and its dependencies via a special build tree only cmake exports file. by Michael Gottesman · 9 years ago
  40. d87d83d Add a lower level zlib::uncompress. by Rafael Espindola · 9 years ago
  41. 8dae05a AMDGPU : Fix mqsad_u32_u8 instruction incorrect data type. by Wei Ding · 9 years ago
  42. 6ecd500 AMDGPU/SI: Make sure llvm.amdgcn.implicitarg.ptr() is 8-byte aligned for HSA by Tom Stellard · 9 years ago
  43. 6ad7067 [pdb] Print out some more info when dumping a raw stream. by Zachary Turner · 9 years ago
  44. 07e4072 [llvm-cov] Remove some asserts in the html renderer (NFC) by Vedant Kumar · 9 years ago
  45. 961ef79 Do not widen load for different variable in GVN. by Dehao Chen · 9 years ago
  46. 18f2ff8 Fix another -Wunused-variable for non-assert build. by Rui Ueyama · 9 years ago
  47. 5e2e757 [llvm-cov] Try to fix the native_separators.c test some more by Vedant Kumar · 9 years ago
  48. 892ff5d [pdb] Add command line options for dumping individual streams and blocks by Zachary Turner · 9 years ago
  49. 8b2faaa Fix -Wunused-variable for non-assert build. by Rui Ueyama · 9 years ago
  50. 27d122c [pdb] Pass CVRecord's through the visitor as non-const references. by Zachary Turner · 9 years ago
  51. 9af2b5e [libFuzzer] one more puzzle, value_profile cracks it in a second by Kostya Serebryany · 9 years ago
  52. be73fbc [pdb] Write PDB TPI Stream from Yaml. by Zachary Turner · 9 years ago
  53. 3beac7c [llvm-cov] Handle native paths correctly in the text index by Vedant Kumar · 9 years ago
  54. 0a2fb4a Move the ocaml_all target into the Misc folder for cleanliness; NFC. by Aaron Ballman · 9 years ago
  55. a8b8839 [codeview] Don't assert if the array element type is incomplete by Reid Kleckner · 9 years ago
  56. a8f2db5 [Bitcode] Add compatibility test for the 3.9 release by Vedant Kumar · 9 years ago
  57. 6128d7f [InstCombine] add tests to show pattern matching failures due to commutation by Sanjay Patel · 9 years ago
  58. bb15e0c Attempt to fix static_asserts in SelectionDAGNodes.h that MSVC chokes on. by Justin Lebar · 9 years ago
  59. a71022e [SelectionDAG] Fix two issues with SDNode::getRawSubclassData(). by Justin Lebar · 9 years ago
  60. 03d3176 AMDGPU] Assembler: better support for immediate literals in assembler. by Sam Kolton · 9 years ago
  61. b68584d [Sparc][LEON] Removed the parts of the errata fixes implemented using inline assembly as this is not the desired behaviour for end-users. Small change to a unit test to implement this without requiring the inline assembly. by Chris Dewhurst · 9 years ago
  62. b2500d2 [ARM] ADD with a negative offset can become SUB for free by James Molloy · 9 years ago
  63. f53c395 [ARM] icmp %x, -C can be lowered to a simple ADDS or CMN by James Molloy · 9 years ago
  64. 31bcc1e [SelectionDAG] Ensure DAG::getZeroExtendInReg is called with a scalar type by Simon Pilgrim · 9 years ago
  65. 5349caf [Thumb] Select (CMPZ X, -C) -> (CMPZ (ADDS X, C), 0) by James Molloy · 9 years ago
  66. 3c6f3f0 GlobalISel: remove G_TYPE and G_PHI by Tim Northover · 9 years ago
  67. bc6470c GlobalISel: fix comments and add assertions for valid instructions. by Tim Northover · 9 years ago
  68. 59282d3 GlobalISel: move type information to MachineRegisterInfo. by Tim Northover · 9 years ago
  69. 80f518b Revert "[mips] Fix c.<cc>.<fmt> instruction definition." by Simon Dardis · 9 years ago
  70. 442deaa [AMDGPU] Assembler: rename amd_kernel_code_t asm names according to spec by Sam Kolton · 9 years ago
  71. c682994 [Thumb1] Teach optimizeCompareInstr about thumb1 compares by James Molloy · 9 years ago
  72. 93211d9 [AMDGPU] Assembler: match e32 VOP instructions before e64. by Sam Kolton · 9 years ago
  73. 43cc6f8 [mips] Fix c.<cc>.<fmt> instruction definition. by Simon Dardis · 9 years ago
  74. 847743b [Sparc][LEON] Unit test for CASA instruction supported by some LEON processors added. by Chris Dewhurst · 9 years ago
  75. 6ff9c19 [Coroutines] Part13: Handle single edge PHINodes across suspends by Gor Nishanov · 9 years ago
  76. 7f692c7 Rationalise the attribute getter/setter methods on Function and CallSite. by Amaury Sechet · 9 years ago
  77. 4475d67 [libFuzzer] improve -print_pcs to not print new PCs coming from libFuzzer itself by Kostya Serebryany · 9 years ago
  78. ddc2d44 [libFuzzer] remove unneeded call by Kostya Serebryany · 9 years ago
  79. a122378 [AVX-512] Add VPCMP instructions to the load folding tables and make them commutable. by Craig Topper · 9 years ago
  80. beb8233 [AVX-512] Add more integer vector comparison tests with loads. Some of these show opportunities where we can commute to fold loads. by Craig Topper · 9 years ago
  81. 84dc751 [llvm-cov] Emit a summary in the report directory's index by Vedant Kumar · 9 years ago
  82. 85e096d [llvm-cov] Constify some methods (NFC) by Vedant Kumar · 9 years ago
  83. 006e320 [llvm-cov] Add an API to prepare file reports (NFC) by Vedant Kumar · 9 years ago
  84. f539109 [llvm-cov] Speculate fix for a Windows-only test (NFC) by Vedant Kumar · 9 years ago
  85. 05e1dea [libFuzzer] remove use_traces=1 since use_value_profile seems to be strictly better by Kostya Serebryany · 9 years ago
  86. 0f6a0eb [X86] Tighten up a comment which confused x64 ABI terminology. by David Majnemer · 9 years ago
  87. 74990a5 [X86] Add more baseline tests for "irregular" shuffles. NFC. by Michael Kuperstein · 9 years ago
  88. d837ce2 Win64: Don't use REX prefix for direct tail calls by Hans Wennborg · 9 years ago
  89. e0cbb68 .clang-tidy: parameters and members should be CamelCased. by Mike Aizatsky · 9 years ago
  90. 8aad291 llvm-objdump: add missing ) in help output, NFC by Saleem Abdulrasool · 9 years ago
  91. 10c8c3c [libFuzzer] add missing docs by Kostya Serebryany · 9 years ago
  92. 539e8b4 Remove debug info when hoisting instruction from then/else branch. by Dehao Chen · 9 years ago
  93. 53d514f [InstCombine] regenerate checks by Sanjay Patel · 9 years ago
  94. 97ea58e [LV] Ensure proper handling of multi-use case when collecting uniforms by Matthew Simpson · 9 years ago
  95. 92544c4 [InstCombine] regenerate checks by Sanjay Patel · 9 years ago
  96. 01b876d [RDF] Further improve handling of multiple phis reached from shadows by Krzysztof Parzyszek · 9 years ago
  97. 111f4fb [llvm-cov] Fix issues with segment highlighting in the html view by Vedant Kumar · 9 years ago
  98. 99a1cd6 [LV] Don't mark pointers used by scalarized memory accesses uniform by Matthew Simpson · 9 years ago
  99. 3d9234a [pdb] Make YamlTypeDumperCallbacks reuse *this. by Zachary Turner · 9 years ago
  100. 684da72 [YAMLIO] Add the ability to map with context. by Zachary Turner · 9 years ago