1. 63ec7f0 WIP: CodeGen: Use MachineInstr& in MachineInstrBundle.h, NFC by Duncan P. N. Exon Smith · 10 years ago
  2. cb7b2cb WebAssembly: fix build by JF Bastien · 10 years ago
  3. 751381e Revert "[sancov] do not instrument nodes that are full pre-dominators" by Renato Golin · 10 years ago
  4. 620d1ab Tidyup for loops - don't repeat upper limit evaluation if you don't have to. NFCI. by Simon Pilgrim · 10 years ago
  5. bb0f911 Addition of tests to previous check-in. Tests for coprocessor register usage in Sparc. by Chris Dewhurst · 10 years ago
  6. 7312b15 [X86][AVX] vpermilvar.pd mask element indices only use bit1 by Simon Pilgrim · 10 years ago
  7. 97e51db The patch adds missing registers and instructions to complete all the registers supported by the Sparc v8 manual. by Chris Dewhurst · 10 years ago
  8. 8668f33 [X86][AVX] Added AVX1 target shuffle combine tests by Simon Pilgrim · 10 years ago
  9. b3cc919 Strip trailing whitespace. NFCI. by Simon Pilgrim · 10 years ago
  10. eb61965 [PM] Loosen the regex for the proxy template name even further to cope by Chandler Carruth · 10 years ago
  11. a39fe8a [PM] Use a boring regex instead of explicitly naming the analysis by Chandler Carruth · 10 years ago
  12. a36b27d [PM] Provide explicit instantiation declarations and definitions for the by Chandler Carruth · 10 years ago
  13. 500af85 [PM] Provide two templates for the two directionalities of analysis by Chandler Carruth · 10 years ago
  14. f51a219 DAGCombiner: Relax sqrt NaN folding check by Matt Arsenault · 10 years ago
  15. 8dfc553 AMDGPU: Split vi-insts subtarget feature by Matt Arsenault · 10 years ago
  16. 788be52 AMDGPU: Add s_sleep intrinsic by Matt Arsenault · 10 years ago
  17. a164276 AMDGPU: Implement readcyclecounter by Matt Arsenault · 10 years ago
  18. 6667d85 CodeGen: Avoid implicit conversion in MachineInstrBuilder, NFC by Duncan P. N. Exon Smith · 10 years ago
  19. e71d87d CodeGen: Remove implicit iterator to pointer conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  20. 42e1835 CodeGen: Take MachineInstr& in SlotIndexes and LiveIntervals, NFC by Duncan P. N. Exon Smith · 10 years ago
  21. e82b9c2 [instrprof] Use __{start,stop}_SECNAME on PS4 too. by Sean Silva · 10 years ago
  22. fd676b1 [sancov] properly initializing pass. by Mike Aizatsky · 10 years ago
  23. e01ce57 [libFuzzer] don't emit callbacks to sanitizer run-time in -fsanitize-coverage=trace-pc mode; update libFuzzer doc for previous commit by Kostya Serebryany · 10 years ago
  24. 8173717 Suppress an uncovered switch warning [NFC] by Philip Reames · 10 years ago
  25. 32bf008 [LICM] Teach LICM how to handle cases where the alias set tracker was by Chandler Carruth · 10 years ago
  26. 0b3b8cb [libFuzzer] fixing the bot by Kostya Serebryany · 10 years ago
  27. 4470c27 [sancov] print_coverage_points command. by Mike Aizatsky · 10 years ago
  28. 9672e36 [sancov] do not instrument nodes that are full pre-dominators by Mike Aizatsky · 10 years ago
  29. a6b4efd [libFuzzer] speedup path coverage handling by Kostya Serebryany · 10 years ago
  30. fbd6d6e Minor code cleanup. NFC. by Junmo Park · 10 years ago
  31. 07f7a28 [InstCombine] Be more conservative about removing stackrestore by Reid Kleckner · 10 years ago
  32. 05af933 Revert r262092, caught LLD tests by Paul Robinson · 10 years ago
  33. ede28b7 [FileCheck] Abort if -NOT is combined with another suffix. by Paul Robinson · 10 years ago
  34. e2e3f26 Fix a bug in isVectorReductionOp() in SelectionDAGBuilder.cpp that may cause assertion failure on AArch64. by Cong Hou · 10 years ago
  35. 5811aa7 [X86] Move an encoding test from CodeGen to MC. NFC. by Ahmed Bougacha · 10 years ago
  36. b1a7fb8 [X86] Delete old redundant test. NFC. by Ahmed Bougacha · 10 years ago
  37. 0b51670 [X86] Fix a stale comment. NFC. by Ahmed Bougacha · 10 years ago
  38. 8634d27 [X86] Remove the unused SDTX86atomicBinary. NFC. by Ahmed Bougacha · 10 years ago
  39. edac10e [LVI] Extend select handling to catch min/max/clamp idioms by Philip Reames · 10 years ago
  40. 86b1b67 [libFuzzer] add -print_final_stats=1 flag by Kostya Serebryany · 10 years ago
  41. c7dcd6a Strip trailing whitespace. NFCI. by Simon Pilgrim · 10 years ago
  42. fcd97cc [ConstantRange] Add umin/smin operators by Philip Reames · 10 years ago
  43. 5b4af7f [PPC] Legalize FNEG on PPC when possible by Kit Barton · 10 years ago
  44. dd18dd4 Fix spelling. NFCI. by Simon Pilgrim · 10 years ago
  45. 41453a1 [x86, InstCombine] transform x86 AVX2 masked stores to LLVM intrinsics by Sanjay Patel · 10 years ago
  46. 1ff29eb [libFuzzer] initial implementation of path coverage based on -fsanitize-coverage=trace-pc. This does not scale well yet, but already cracks FullCoverageSetTest in seconds by Kostya Serebryany · 10 years ago
  47. 98e3cc3 [CMake] Allow LLVM_TARGETS_TO_BUILD to accept "Native" by Chris Bieneman · 10 years ago
  48. 46e8be6 Reapply r262054 with triple fix. by Paul Robinson · 10 years ago
  49. 2178c71 Power9] Implement new vsx instructions: compare and conversion by Kit Barton · 10 years ago
  50. b9c9a29 [CMake] Add the gold plugin before clang by Chris Bieneman · 10 years ago
  51. 995ce72 [CMake] Assigning the LTO component to lto.h by Chris Bieneman · 10 years ago
  52. 8fe5b80 [x86, InstCombine] transform x86 AVX masked stores to LLVM intrinsics by Sanjay Patel · 10 years ago
  53. f6454b5 [x86] refactor to eliminate duplicated code; NFCI by Sanjay Patel · 10 years ago
  54. e882cad Fix warning in DwarfCFIException. NFC by Amaury Sechet · 10 years ago
  55. 7d59119 Revert r262054 on one file that fails sometimes. by Paul Robinson · 10 years ago
  56. dc766bd Extract the method to begin and end a fragment in AsmPrinterHandler in their own method. NFC by Amaury Sechet · 10 years ago
  57. 5cde53b [GlobalISel] Fix a ranlib warning about empty TOC. by Quentin Colombet · 10 years ago
  58. 45648a4 Fix tests that used CHECK-NEXT-NOT and CHECK-DAG-NOT. by Paul Robinson · 10 years ago
  59. 9f68f5f Fix Sparc 32bit Lowering to rebundle up v2i32 values. by Nirav Dave · 10 years ago
  60. 8631e9e [x86, AVX] fold 'isPositive' 256-bit vector integer operations (PR26701) by Sanjay Patel · 10 years ago
  61. 4f8c4be [IR] Optimize bitfield layout of Value for MSVC by Reid Kleckner · 10 years ago
  62. 568de62 [x86, AVX] add 256-bit tests by Sanjay Patel · 10 years ago
  63. 59e23fa [CMAKE] Update build on recent Haiku by Renato Golin · 10 years ago
  64. 3d8c62e [x86, SSE] fold 'isPositive' vector integer operations (PR26701) by Sanjay Patel · 10 years ago
  65. 0e6b04c [WinEH] Fix funclet return block clobber mask placement by Reid Kleckner · 10 years ago
  66. 7b1b31d [PM] Finish removing references to fix MSVC builds. Somehow adding base by Chandler Carruth · 10 years ago
  67. f7a1494 Reverting breaking change. Sorry. by Chris Dewhurst · 10 years ago
  68. 1ce194e [PM] Speculative patch to try and fix MSVC's compilation. by Chandler Carruth · 10 years ago
  69. 528e89d Reviewed at reviews.llvm.org/D17133 by Chris Dewhurst · 10 years ago
  70. adb60a3 [PM] Introduce CRTP mixin base classes to help define passes and by Chandler Carruth · 10 years ago
  71. 7768d87 Initial test commit only by Chris Dewhurst · 10 years ago
  72. a459c9c [PM] Remove a FIXME now that it is no longer needed. by Chandler Carruth · 10 years ago
  73. 1c038cf [AMDGPU] Assembler: Basic support for MIMG by Nikolay Haustov · 10 years ago
  74. b55a510 [PM] Clean up some formatting with the latest clang-format. by Chandler Carruth · 10 years ago
  75. aee2c33 [AArch64] Slight cleanup in FPLoadBalancing by James Molloy · 10 years ago
  76. 1c7f0f6 [X86][F16C] Added native IR half/float conversion tests. by Simon Pilgrim · 10 years ago
  77. 6802c08 llvm-dwp: provide diagnostics for duplicate DWO IDs by David Blaikie · 10 years ago
  78. 132af4d llvm-dwp: Support empty .dwo files by David Blaikie · 10 years ago
  79. c33696b [X86] Null out some redundant patterns for masked vector register to register moves. These can be accomplished with both aligned and unaligned opcodes. by Craig Topper · 10 years ago
  80. 62bd279 [TableGen] Fix typos in comments. NFC by Craig Topper · 10 years ago
  81. 898f56a [X86] Add test cases for r261977 and fix a grammatical error. by Craig Topper · 10 years ago
  82. 27a460f [JumpThreading] Simplify Instructions first in ComputeValueKnownInPredecessors() by Haicheng Wu · 10 years ago
  83. 5431127 [X86] Remove a couple returns after llvm_unreachables. NFC by Craig Topper · 10 years ago
  84. 7f539ef [X86] Use inclusive ranges for XMM/YMM/ZMM registers in is32Extended and isX86_64ExtendedReg. NFC by Craig Topper · 10 years ago
  85. 8e47917 [X86] Explicitly diagnose use of %xmm16-%xmm31, %ymm16-%ymm31 and %zmm16-%zmm31 when AVX512 is not enabled in the asm parser. by Craig Topper · 10 years ago
  86. 3543d33 Another fix the testcase introduced by r261903 - Add the missing matches by Hongbin Zheng · 10 years ago
  87. f35e0d3 Minor doc fix: statepoints are invokable too by Sanjoy Das · 10 years ago
  88. e0761c4 MachineCopyPropagation: Catch copies of the form A<-B;A<-B by Matthias Braun · 10 years ago
  89. ed2d4b9 MachineCopyPropagation: Keep scanning through instructions with regmasks by Matthias Braun · 10 years ago
  90. a6320f1 [PGO] Add test case to ensure covmap section is not allocatable. by Xinliang David Li · 10 years ago
  91. 79c1964 [LoopUnrollAnalyzer] Check that we're using SCEV for the same loop we're simulating. by Michael Zolotukhin · 10 years ago
  92. 6473927 Minor code cleanups. NFC. by Junmo Park · 10 years ago
  93. 30deba6 [UnitTests] UnrollAnalyzer: make unit-test more general so that it can cover more cases in future. by Michael Zolotukhin · 10 years ago
  94. 5e86c5c [sancov] Pruning full dominator blocks from instrumentation. by Mike Aizatsky · 10 years ago
  95. c76bace [x86, SSE] add tests to show missing pcmp folds by Sanjay Patel · 10 years ago
  96. 097f6ea Add forward declarations /NFC by Xinliang David Li · 10 years ago
  97. 20cfdfe [WinEH] Don't remove unannotated inline-asm calls by David Majnemer · 10 years ago
  98. 5786b73 More internal details of SROA pass to library visibility. by Owen Anderson · 10 years ago
  99. 039b2e9 Support: Give ManagedStatic's helper object library visibility by Justin Bogner · 10 years ago
  100. 70c478d Reverts change r261907 and r261918 by Hemant Kulkarni · 10 years ago