1. 547b2b7 Correctly handle skewed streams in drop_front() method. by Zachary Turner · 7 years ago
  2. 4e27099 [MachO][TLOF] Add support for local symbols in the indirect symbol table by Francis Visoiu Mistrih · 7 years ago
  3. ad397e7 [DAGCombiner] after simplifying demanded elements of vector operand of extract, revisit the extract; 2nd try by Sanjay Patel · 7 years ago
  4. 77a2bc8 [X86][SSE] Add SSE vector imm/var shift support to SimplifyDemandedVectorEltsForTargetNode by Simon Pilgrim · 7 years ago
  5. 82ad560 revert rL349051: [DAGCombiner] after simplifying demanded elements of vector operand of extract, revisit the extract by Sanjay Patel · 7 years ago
  6. 0de7068 Recommit r349041: [tblgen][disasm] Separate encodings from instructions by Daniel Sanders · 7 years ago
  7. d2cb943 [X86][SSE] Fix all remaining modulo vector rotation amounts (PR38243) by Simon Pilgrim · 7 years ago
  8. aab76e7 [DAGCombiner] after simplifying demanded elements of vector operand of extract, revisit the extract by Sanjay Patel · 7 years ago
  9. 6c26f62 [Sparc] Add membar assembler tags by Daniel Cederman · 7 years ago
  10. 02083ba [X86][SSE] Fix modulo rotation amounts for v8i16/v16i16/v4i32 (PR38243) by Simon Pilgrim · 7 years ago
  11. 9dc429d Revert r349041: [tblgen][disasm] Separate encodings from instructions by Daniel Sanders · 7 years ago
  12. cf52156 [Sparc] Use float register for integer constrained with "f" in inline asm by Daniel Cederman · 7 years ago
  13. 6250c9b [PowerPC][NFC] Sorting out Pseudo related classes to avoid confusion by Jinsong Ji · 7 years ago
  14. a20dcc7 [mir] Fix uninitialized variable in r349035 noticed by clang-atom-d525-fedora-rel and 3 other bots by Daniel Sanders · 7 years ago
  15. c8712c4 [tblgen][disasm] Separate encodings from instructions by Daniel Sanders · 7 years ago
  16. 4a6ddb9 [X86][SSE] Merge the vXi16/vXi32 vector rotation expansion cases. NFCI. by Simon Pilgrim · 7 years ago
  17. d7736b8 [SystemZ] Pass copy-hinted regs first from getRegAllocationHints(). by Jonas Paulsson · 7 years ago
  18. a3836a5 [mir] Serialize DILocation inline when not possible to use a metadata reference by Daniel Sanders · 7 years ago
  19. 9027b88 [X86][BWI] Don't custom lower vXi8 rotations. by Simon Pilgrim · 7 years ago
  20. 514d2ac [NFC][PowerPC] add verify-machineinstrs check by Chen Zheng · 7 years ago
  21. cae6eb1 [PowerPC] intrinsic llvm.eh.sjlj.setjmp should not have flag isBarrier. by Chen Zheng · 7 years ago
  22. d1643f9 [DAGCombine] Moved X86 rotate_amount % bitwidth == 0 early out to DAGCombiner by Simon Pilgrim · 7 years ago
  23. 69dfdcb [ARM GlobalISel] Support exts and truncs for Thumb2 by Diana Picus · 7 years ago
  24. 8ab9058 [TargetLowering] Add ISD::ROTL/ROTR vector expansion by Simon Pilgrim · 7 years ago
  25. 0f7dd07 [RISCV] Add support for the various RISC-V FMA instruction variants by Alex Bradbury · 7 years ago
  26. 5613e96 [AArch64] Catch some more CMN opportunities. by Arnaud A. de Grandmaison · 7 years ago
  27. cd253af [CodeGen] Allow mempcy/memset to generate small overlapping stores. by Clement Courbet · 7 years ago
  28. edeba79 [asan] Don't check ODR violations for particular types of globals by Vitaly Buka · 7 years ago
  29. e50f44d AMDGPU/GlobalISel: Legalize f64 fadd/fmul by Matt Arsenault · 7 years ago
  30. 745a18c Fix missing C++ mode comment in header by Matt Arsenault · 7 years ago
  31. f2ca2fa AMDGPU/GlobalISel: RegBankSelect some simple operations by Matt Arsenault · 7 years ago
  32. e735adb AMDGPU/GlobalISel: Test cleanups by Matt Arsenault · 7 years ago
  33. 221a20f [X86] Remove assert leftover from when i1 was a legal type. Add more accurate assert. NFC by Craig Topper · 7 years ago
  34. 532f7cc [AMDGPU] Fix build failure, second attempt by Stanislav Mekhanoshin · 7 years ago
  35. dc5e787 [AMDGPU] Fix build failure by Stanislav Mekhanoshin · 7 years ago
  36. bf39a84 [AMDGPU] Simplify negated condition by Stanislav Mekhanoshin · 7 years ago
  37. 064efea Revert r348645 - "[MemCpyOpt] memset->memcpy forwarding with undef tail" by David L. Jones · 7 years ago
  38. 2ca3d46 [LoopUtils] Prefer a set over a map. NFCI. by Davide Italiano · 7 years ago
  39. 874f1fc [test] Add a set of test for constant folding deopt operands with CVP by Philip Reames · 7 years ago
  40. c94004f [Support] Fix FileNameLength passed to SetFileInformationByHandle by Shoaib Meenai · 7 years ago
  41. 0821723 [gn build] Fix defines define on Windows by Shoaib Meenai · 7 years ago
  42. 9bd2215 [globalisel] Add GISelChangeObserver::changingInstr() by Daniel Sanders · 7 years ago
  43. 559201d [WebAssembly] Update dylink section parsing by Sam Clegg · 7 years ago
  44. 2a694ff [LoopDeletion] Update debug values after loop deletion. by Davide Italiano · 7 years ago
  45. 387b5ef [InstCombine] Fix negative GEP offset evaluation for 32-bit pointers by Nikita Popov · 7 years ago
  46. 41e5cfd [llvm-objcopy] Change Segment::Type from uint64_t to uint32_t by Fangrui Song · 7 years ago
  47. f63bc5b [hwasan] Android: Switch from TLS_SLOT_TSAN(8) to TLS_SLOT_SANITIZER(6) by Ryan Prichard · 7 years ago
  48. d4415e8 [PhaseOrdering] add test for funnel shift (rotate); NFC by Sanjay Patel · 7 years ago
  49. abbac34 [globalisel] Rename GISelChangeObserver's erasedInstr() to erasingInstr() and related nits. NFC by Daniel Sanders · 7 years ago
  50. 359ff84 [X86] Don't emit MULX by default with BMI2 by Craig Topper · 7 years ago
  51. a6fbe3d Fix for llvm-dwarfdump changes for subroutine types by David Blaikie · 7 years ago
  52. c1616bf [X86] Move stack folding test for MULX to a MIR test. Add a MULX32 case as well by Craig Topper · 7 years ago
  53. b20ee35 [AMDGPU] Support for "uniform-work-group-size" attribute by Aakanksha Patil · 7 years ago
  54. 304fa37 Support: use internal `call_once` on PPC64le by Saleem Abdulrasool · 7 years ago
  55. 62feeed [X86] Added missing constant pool checks. NFCI. by Simon Pilgrim · 7 years ago
  56. ea364f3 DebugInfo/DWARF: Pretty print subroutine types by David Blaikie · 7 years ago
  57. 8ae3c1c [AMDGPU] Emit MessagePack HSA Metadata for v3 code object by Scott Linder · 7 years ago
  58. 68a1c8a DebugInfo/DWARF: Improve dumping of pointers to members ('int foo::*' rather than 'int*') by David Blaikie · 7 years ago
  59. 2448ff0 DebugInfo/DWARF: Refactor type dumping to dump types, rather than DIEs that reference types by David Blaikie · 7 years ago
  60. a3b074c DebugInfo/DWARF: Refactor getAttributeValueAsReferencedDie to accept a DWARFFormValue by David Blaikie · 7 years ago
  61. fb57712 [X86] Emit SBB instead of SETCC_CARRY from LowerSELECT. Break false dependency on the SBB input. by Craig Topper · 7 years ago
  62. e71d0e9 Fix Wdocumentation warning. NFCI. by Simon Pilgrim · 7 years ago
  63. b437e62 [ConstantFold] Use getMinSignedBits for APInt in isIndexInRangeOfArrayType. by Florian Hahn · 7 years ago
  64. 7df42a6 [X86] Added missing constant pool checks. NFCI. by Simon Pilgrim · 7 years ago
  65. 3c673c9 llvm-dwarfdump: Dump array dimensions in stringified type names by David Blaikie · 7 years ago
  66. fc1180e [SelectionDAG] Add a generic isSplatValue function by Simon Pilgrim · 7 years ago
  67. 300b82b [NVPTX] do not rely on cached subtarget info. by Artem Belevich · 7 years ago
  68. 9959647 [LV] Fix signed/unsigned comparison warning. by Michael Kruse · 7 years ago
  69. 0e2f8a9 [gn build] Merge r348944 by Nico Weber · 7 years ago
  70. 5c95905 [docs] Use correct ending quotes. by Michael Kruse · 7 years ago
  71. 2df5b9e [x86] allow 8-bit adds to be promoted by convertToThreeAddress() to form LEA by Sanjay Patel · 7 years ago
  72. e693cff [gn build] Add all non-test build files for lld by Nico Weber · 7 years ago
  73. 9a395de [Unroll/UnrollAndJam/Vectorizer/Distribute] Add followup loop attributes. by Michael Kruse · 7 years ago
  74. e004ab8 [SampleFDO] Extend profile-sample-accurate option to cover isFunctionColdInCallGraph by Wei Mi · 7 years ago
  75. 4778d2b [AMDGPU] Extend the SI Load/Store optimizer to combine more things. by Neil Henning · 7 years ago
  76. 2ba3294 [mips] Enable using of integrated assembler in all cases. by Simon Atanasyan · 7 years ago
  77. 51d159e [AggressiveInstCombine] add tests for rotates with branch; NFC by Sanjay Patel · 7 years ago
  78. 2253059 [TargetLowering] Add ISD::AND handling to SimplifyDemandedVectorElts by Simon Pilgrim · 7 years ago
  79. cc069de Regenerate knownbits test. NFCI. by Simon Pilgrim · 7 years ago
  80. a7da881 [AMDGPU] Set metadata access for explicit section by Piotr Sobczak · 7 years ago
  81. a4a9a18 [lit]Add llvm-readelf to tool substitutions by James Henderson · 7 years ago
  82. 041c1c5 [ARM GlobalISel] Select load/store for Thumb2 by Diana Picus · 7 years ago
  83. 6a79f59 [SystemZ] Minor cleanup of SchedModels by Jonas Paulsson · 7 years ago
  84. 8d6fd1c [mips] Use llvm-mc -triple option instead of combination of arch,target-abi,mcpu. NFC by Simon Atanasyan · 7 years ago
  85. 14d714e Fix compiler warning about unused variable [NFC] by Mikael Holmen · 7 years ago
  86. 8e3fdeb [Intrinsic] Signed Fixed Point Multiplication Intrinsic by Leonard Chan · 7 years ago
  87. db361aa [X86] Combine vpmovdw+vpacksswb into vpmovdb. by Craig Topper · 7 years ago
  88. 2ea818e [X86] Add a few more fptosi test cases to demonstrate -x86-experimental-vector-widening legalization not combining vpacksswb+vpmovdw. by Craig Topper · 7 years ago
  89. 49de0ec [gn build] Add build files for DebugInfo/{DWARF,PDB}, Option, ToolDrivers/llvm-lib, and WindowsManifest by Nico Weber · 7 years ago
  90. 41d83af [ConstantInt] Check active bits before calling getZExtValue. by Florian Hahn · 7 years ago
  91. 2a3f739 [gn build] Add build files for lib/LTO, lib/Linker, lib/Passes, lib/Transforms/{IPO,Instrumentation,ObjCARC} by Nico Weber · 7 years ago
  92. 37778b4 Implement IMAGE_REL_AMD64_SECREL for RuntimeDyldCOFFX86_64 by Nathan Lanza · 7 years ago
  93. d97e1b4 [gn build] Add build files for Target/X86/... and for tools/llc by Nico Weber · 7 years ago
  94. 76d2825 [codeview] Look through typedefs in getCompleteTypeIndex by Reid Kleckner · 7 years ago
  95. d3b7f7d [GISel] Add parentheses to an assert because gcc is mean. by Craig Topper · 7 years ago
  96. 0a217d9 Revert "debuginfo: Use symbol difference for CU length to simplify assembly reading/editing" by Jordan Rupprecht · 7 years ago
  97. 00e5580 [coroutines] Improve suspend point simplification by Gor Nishanov · 7 years ago
  98. f4e6a86 [Debuginfo] Prevent CodeGenPrepare from dropping debuginfo references. by Wolfgang Pieb · 7 years ago
  99. 2070fbd [ConstantFolding] Handle leading zero-size elements in load folding by Nikita Popov · 7 years ago
  100. 640728d [GISel]: Add MachineIRBuilder support for passing in Flags while building by Aditya Nandakumar · 7 years ago