1. cd514b6 [llvm-objcopy] Add support for -I binary -B <arch>. by Jordan Rupprecht · 7 years ago
  2. f3a3ccd Test commit by Jun Lim · 7 years ago
  3. 9ce73cf Remove a hardcoded address in test/DebugInfo/X86/vla-multi.ll by Vedant Kumar · 7 years ago
  4. 18da2d1 [IDF] Make GD const. by Alina Sbirlea · 7 years ago
  5. 40198e7 [llvm-mca] Reformat a few lines (fix spacing). NFC. by Matt Davis · 7 years ago
  6. b7e2745 [Support] NFC: Fix docstring in FileSystem.h. by Reka Kovacs · 7 years ago
  7. 7250585 [X86][SSE] Lower constant vXi8 ISD::SRL/ISD::SRA using PMULLW by Simon Pilgrim · 7 years ago
  8. f896970 [InstCombine] Refactor the simplification of pow() (NFC) by Evandro Menezes · 7 years ago
  9. 061d7fa [NFC] Expand test cases for simplifying pow() by Evandro Menezes · 7 years ago
  10. 4baf851 [X86] Use hasOneUse instead of isOnlyUserOf. NFCI by Craig Topper · 7 years ago
  11. 545c5cb [TableGen] Don't separately search for DefaultMode when we're going to iterate the set anyway. NFCI. by Simon Pilgrim · 7 years ago
  12. 5ec0e9d [IDF] Teach Iterated Dominance Frontier to use a snapshot CFG based on a GraphDiff. by Alina Sbirlea · 7 years ago
  13. 39b5a02 [ThinLTO] Add option for printing import failure reasons by Teresa Johnson · 7 years ago
  14. 6c36cc6 [MS Demangler] Rework the way operators are demangled. by Zachary Turner · 7 years ago
  15. 8f78389 [TableGen] TypeInfer - Cache the legal types as TypeSetByHwMode by Simon Pilgrim · 7 years ago
  16. adb0f66 [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems) by Hsiangkai Wang · 7 years ago
  17. 81e04e9 [PowerPC] Generate lxsd instead of the ld->mtvsrd sequence for vector loads by Stefan Pintilie · 7 years ago
  18. 91bcc60 [llvm-mca] Removed references to HWStallEvent in Scheduler.h. NFCI by Andrea Di Biagio · 7 years ago
  19. 12b9cde [x86] Fix test breaking on Darwin after r339962 by Francis Visoiu Mistrih · 7 years ago
  20. af922fd [X86] Fix liveness information when expanding X86::EH_SjLj_LongJmp64 by Francis Visoiu Mistrih · 7 years ago
  21. 4614667 [NewGVN] Add tests for r340031. by Florian Hahn · 7 years ago
  22. 1bf7951 [InstrSimplify,NewGVN] Add option to ignore additional instr info when simplifying. by Florian Hahn · 7 years ago
  23. c7000f7 [Hexagon] Expand vgather pseudos during packetization by Krzysztof Parzyszek · 7 years ago
  24. f148aeb [AtomicExpandPass] Widen partword atomicrmw or/xor/and before tryExpandAtomicRMW by Alex Bradbury · 7 years ago
  25. 9122aa2 [LICM] Add a diagnostic analysis for identifying alias information by Anna Thomas · 7 years ago
  26. ac92a12 [RISCV] Remove unused function by Roger Ferrer Ibanez · 7 years ago
  27. 77ce59d [ConstantFolding] add simplifications for funnel shift intrinsics by Sanjay Patel · 7 years ago
  28. e1166b2 [TableGen] TypeSetByHwMode::insert - cache the default MVT. NFCI. by Simon Pilgrim · 7 years ago
  29. 0633fdd [AArch64] - Generate pointer authentication instructions by Luke Cheeseman · 7 years ago
  30. fd520f1 Revert extraneous directory added by accident in rL340016 by Nemanja Ivanovic · 7 years ago
  31. ac87993 [PowerPC] Generate Power9 extswsli extend sign and shift immediate instruction by Nemanja Ivanovic · 7 years ago
  32. 19852c6 [DAGCombiner] extractShiftForRotate - fix out of range shift issue by Simon Pilgrim · 7 years ago
  33. aec303a [InstCombine] Remove unused method FAddCombine::createFDiv(). NFC by Andrea Di Biagio · 7 years ago
  34. c308148 [ARM/AArch64] Support FP16 +fp16fml instructions by Bernard Ogden · 7 years ago
  35. 3a4d2d3 [ARM/AArch64] TargetParserTest fixes by Bernard Ogden · 7 years ago
  36. 1964095 [DAGCombine] Improve (sra (sra x, c1), c2) -> (sra x, (add c1, c2)) folding by Simon Pilgrim · 7 years ago
  37. 2f77973 [Sparc] Get sret arg size from CallLoweringInfo.getArgs() by Daniel Cederman · 7 years ago
  38. 8d97f0d Fix "control reaches end of non-void function" -Wreturn-type warning. NFCI. by Simon Pilgrim · 7 years ago
  39. 3ec6e52 [Sparc] Flush register windows for @llvm.returnaddress(1) by Daniel Cederman · 7 years ago
  40. 12061ae [MISC]Fix wrong usage of std::equal() by Chen Zheng · 7 years ago
  41. 5a4ec12 [ARM][NFC] ARMCodeGenPrepare: some refactoring and algorithm description by Sjoerd Meijer · 7 years ago
  42. 1837418 [MustExecute] Fix algorithmic bug in isGuaranteedToExecute. PR38514 by Max Kazantsev · 7 years ago
  43. 6d4546e [NFC] Add tests to ensure that improvement of MustThrow analysis will not lead to problems in future by Max Kazantsev · 7 years ago
  44. 7debc33 Revert r339977: [GISel]: Add Opcodes for a few LLVM Intrinsics by Chandler Carruth · 7 years ago
  45. d91f032 [llvm-mc-assemble-fuzzer] Update API - Pass MCObjectWriter instead of a stream by Brian Cain · 7 years ago
  46. 7de2891 [Support] Add a public API to allow clearing all (static) timer groups. by Graydon Hoare · 7 years ago
  47. 907fb9a [GISel]: Add Opcodes for a few LLVM Intrinsics by Aditya Nandakumar · 7 years ago
  48. bc30328 [ADT] Replace a member initializer of a union with an explicit constructor. by Chandler Carruth · 7 years ago
  49. 3c76da1 [WebAssembly] Modify LateEHPrepare one-line description (NFC) by Heejin Ahn · 7 years ago
  50. 1466a5a DebugInfo: Remove command line (& target-based) disabling of pubnames in favor of metadata by David Blaikie · 7 years ago
  51. 5e5a9f7 [WebAssembly] CFG stackify support for exception handling by Heejin Ahn · 7 years ago
  52. e90d440 [x86/MIR] Implement support for pre- and post-instruction symbols, as by Chandler Carruth · 7 years ago
  53. 3964940 [InstCombine] add reflection fold for tan(-x) by Sanjay Patel · 7 years ago
  54. 41bee7d [InstrProf] Use atomic profile counter updates for TSan by Vedant Kumar · 7 years ago
  55. 7c82ae6 [InstCombine] add tests for tan with negated arg; NFC by Sanjay Patel · 7 years ago
  56. 1f402bf Update MemorySSA in Local utils removing blocks. by Alina Sbirlea · 7 years ago
  57. 218ada7 [docs] Try to clarify the FuzzingLLVM docs by Justin Bogner · 7 years ago
  58. 96b3ee5 [DomTree] Add constructor to create a new DT based on current DT/CFG and a set of Updates. by Alina Sbirlea · 7 years ago
  59. 34d0eca [DAGCombiner] Don't reassociate operations that have the vector reduction flag set. by Craig Topper · 7 years ago
  60. 2e94bd6 [X86] In EFLAGS copy pass, don't emit EXTRACT_SUBREG instructions since we're after peephole by Craig Topper · 7 years ago
  61. d2a106b Factor Node creation out of the demangler. No functionality change intended. by Richard Smith · 7 years ago
  62. a9c1926 [MC] Improve COFF associative section lookup by Reid Kleckner · 7 years ago
  63. 2a752bf [MI] Change the array of `MachineMemOperand` pointers to be by Chandler Carruth · 7 years ago
  64. cf8a4a5 DebugInfo: Add metadata support for disabling DWARF pub sections by David Blaikie · 7 years ago
  65. 86864df add a missed case for binary op FMF propagation under select folds by Michael Berg · 7 years ago
  66. 1754375 [AST] Speculative build fix for a polly buildbot by Philip Reames · 7 years ago
  67. 7364678 [MemLoc] Fix a bug causing any use of invariant.end to crash in LICM by Philip Reames · 7 years ago
  68. d020e74 [SystemZ] Require asserts in subregliveness-06.mir by Krzysztof Parzyszek · 7 years ago
  69. 4a20888 [LICM][NFC] Restructure pointer invalidation API in terms of MemoryLocation by Philip Reames · 7 years ago
  70. 516dc8b [llvm-mca] Fix -Wpessimizing-move warnings introduced by r339923. by Andrea Di Biagio · 7 years ago
  71. ad8a8d1 Add missing test file from r339799. by Peter Collingbourne · 7 years ago
  72. 382c2c9 [X86] Pre-commit test case for D50827. by Craig Topper · 7 years ago
  73. fb684e1 [WebAssembly] Remove temporary workaround for function bitcasts by Jacob Gravelle · 7 years ago
  74. 5ede58d [MachineVerifier] Check if predecessor is jointly dominated by undefs by Krzysztof Parzyszek · 7 years ago
  75. 8744f36 [llvm-mca] Refactor how execution is orchestrated by the Pipeline. by Andrea Di Biagio · 7 years ago
  76. cb762f1 [SelectionDAG] Improve the legalisation lowering of UMULO. by Eli Friedman · 7 years ago
  77. 7b455c4 [llvm-strip] Add support for -p/--preserve-dates by Jordan Rupprecht · 7 years ago
  78. d9c9d82 [RegisterCoalescer] Shrink to uses if needed after removeCopyByCommutingDef by Krzysztof Parzyszek · 7 years ago
  79. 3174d7c Fix memory leak in demangling of string literals. by Zachary Turner · 7 years ago
  80. 465c62b [TargetLowering] Add support for non-uniform vectors to BuildSDIV by Simon Pilgrim · 7 years ago
  81. 9d1f82a [codeview] Use push_macro to avoid conflicts instead of a prefix by Reid Kleckner · 7 years ago
  82. cd2d2cf [MC] Cleanup noop default case spelling. NFC. by Nirav Dave · 7 years ago
  83. 550dfae Revert "unittests: Don't install TestPlugin.so" by Tom Stellard · 7 years ago
  84. a0d83d5 AMDGPU: Custom lower fexp by Matt Arsenault · 7 years ago
  85. b35922e [X86][SSE] Add sdiv by nonuniform constant vector test containing -1/+1 and all-bits style constants by Simon Pilgrim · 7 years ago
  86. 25358c8 [NFC] Fix typo in test cases by Evandro Menezes · 7 years ago
  87. 3b2cfd1 [TargetLowering] Refactor BuildSDIV in preparation for D50765. NFCI. by Simon Pilgrim · 7 years ago
  88. 8c9b074 unittests: Don't install TestPlugin.so by Tom Stellard · 7 years ago
  89. 3c6e3ab [MC] Remove unused variable by Benjamin Kramer · 7 years ago
  90. fd8c412 [MC][X86] Enhance X86 Register expression handling to more closely match GCC. by Nirav Dave · 7 years ago
  91. 6a67b30 Fix -Wmicrosoft-goto warnings. by Zachary Turner · 7 years ago
  92. 89bba35 Add support for AVX-512 CodeView registers. by Zachary Turner · 7 years ago
  93. 404ae7d [MS Demangler] Demangle string literals. by Zachary Turner · 7 years ago
  94. 8d7767b [MS Demangler] Don't fail on MD5-mangled names. by Zachary Turner · 7 years ago
  95. fc96bec [TableGen] TypeSetByHwMode::operator== optimization by Simon Pilgrim · 7 years ago
  96. 5ae4a74 [ConstantFolding] add tests for funnel shift intrinsics; NFC by Sanjay Patel · 7 years ago
  97. 37d2a35 [TableGen] Avoid self getPredicates() != comparison. NFCI. by Simon Pilgrim · 7 years ago
  98. 935c1e9 [InstCombine] Expand the simplification of pow(x, 0.5) to sqrt(x) by Evandro Menezes · 7 years ago
  99. cfeb0f3 [llvm-mca] Small refactoring in preparation for another patch that will improve the modularity of the Pipeline. NFCI by Andrea Di Biagio · 7 years ago
  100. 46fd9f6 [TableGen] Return ValueTypeByHwMode by const reference from CodeGenRegisterClass::getValueTypeNum by Simon Pilgrim · 7 years ago