1. 5c95905 [docs] Use correct ending quotes. by Michael Kruse · 7 years ago
  2. 2df5b9e [x86] allow 8-bit adds to be promoted by convertToThreeAddress() to form LEA by Sanjay Patel · 7 years ago
  3. e693cff [gn build] Add all non-test build files for lld by Nico Weber · 7 years ago
  4. 9a395de [Unroll/UnrollAndJam/Vectorizer/Distribute] Add followup loop attributes. by Michael Kruse · 7 years ago
  5. e004ab8 [SampleFDO] Extend profile-sample-accurate option to cover isFunctionColdInCallGraph by Wei Mi · 7 years ago
  6. 4778d2b [AMDGPU] Extend the SI Load/Store optimizer to combine more things. by Neil Henning · 7 years ago
  7. 2ba3294 [mips] Enable using of integrated assembler in all cases. by Simon Atanasyan · 7 years ago
  8. 51d159e [AggressiveInstCombine] add tests for rotates with branch; NFC by Sanjay Patel · 7 years ago
  9. 2253059 [TargetLowering] Add ISD::AND handling to SimplifyDemandedVectorElts by Simon Pilgrim · 7 years ago
  10. cc069de Regenerate knownbits test. NFCI. by Simon Pilgrim · 7 years ago
  11. a7da881 [AMDGPU] Set metadata access for explicit section by Piotr Sobczak · 7 years ago
  12. a4a9a18 [lit]Add llvm-readelf to tool substitutions by James Henderson · 7 years ago
  13. 041c1c5 [ARM GlobalISel] Select load/store for Thumb2 by Diana Picus · 7 years ago
  14. 6a79f59 [SystemZ] Minor cleanup of SchedModels by Jonas Paulsson · 7 years ago
  15. 8d6fd1c [mips] Use llvm-mc -triple option instead of combination of arch,target-abi,mcpu. NFC by Simon Atanasyan · 7 years ago
  16. 14d714e Fix compiler warning about unused variable [NFC] by Mikael Holmen · 7 years ago
  17. 8e3fdeb [Intrinsic] Signed Fixed Point Multiplication Intrinsic by Leonard Chan · 7 years ago
  18. db361aa [X86] Combine vpmovdw+vpacksswb into vpmovdb. by Craig Topper · 7 years ago
  19. 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
  20. 49de0ec [gn build] Add build files for DebugInfo/{DWARF,PDB}, Option, ToolDrivers/llvm-lib, and WindowsManifest by Nico Weber · 7 years ago
  21. 41d83af [ConstantInt] Check active bits before calling getZExtValue. by Florian Hahn · 7 years ago
  22. 2a3f739 [gn build] Add build files for lib/LTO, lib/Linker, lib/Passes, lib/Transforms/{IPO,Instrumentation,ObjCARC} by Nico Weber · 7 years ago
  23. 37778b4 Implement IMAGE_REL_AMD64_SECREL for RuntimeDyldCOFFX86_64 by Nathan Lanza · 7 years ago
  24. d97e1b4 [gn build] Add build files for Target/X86/... and for tools/llc by Nico Weber · 7 years ago
  25. 76d2825 [codeview] Look through typedefs in getCompleteTypeIndex by Reid Kleckner · 7 years ago
  26. d3b7f7d [GISel] Add parentheses to an assert because gcc is mean. by Craig Topper · 7 years ago
  27. 0a217d9 Revert "debuginfo: Use symbol difference for CU length to simplify assembly reading/editing" by Jordan Rupprecht · 7 years ago
  28. 00e5580 [coroutines] Improve suspend point simplification by Gor Nishanov · 7 years ago
  29. f4e6a86 [Debuginfo] Prevent CodeGenPrepare from dropping debuginfo references. by Wolfgang Pieb · 7 years ago
  30. 2070fbd [ConstantFolding] Handle leading zero-size elements in load folding by Nikita Popov · 7 years ago
  31. 640728d [GISel]: Add MachineIRBuilder support for passing in Flags while building by Aditya Nandakumar · 7 years ago
  32. 601226c [NewPM] fixing asserts on deleted loop in -print-after-all by Fedor Sergeev · 7 years ago
  33. 5ee81a7 [COFF, ARM64] Emit COFF function header by Mandeep Singh Grang · 7 years ago
  34. e7e7fb5 [HotColdSplitting] Disable outlining landingpad instructions (PR39917) by Vedant Kumar · 7 years ago
  35. e7704dc [XRay] Add a helper function sortByKey to simplify code by Fangrui Song · 7 years ago
  36. e1acf34 [InstCombine] try to convert x86 movmsk intrinsic to generic IR (PR39927) by Sanjay Patel · 7 years ago
  37. bcc30af [BDCE] Add tests for PR39771; NFC by Nikita Popov · 7 years ago
  38. cd44df2 [llvm-readelf] Add -e/--headers support to readobj/elf by Sid Manning · 7 years ago
  39. dc4f26f Fix not correct imm operand assertion for SUB32ri in X86CondBrFolding::analyzeCompare by Craig Topper · 7 years ago
  40. 035816b [x86] clean up code for converting 16-bit ops to LEA; NFC by Sanjay Patel · 7 years ago
  41. f17041f [x86] remove dead code for 16-bit LEA formation; NFC by Sanjay Patel · 7 years ago
  42. 62c2d1d Revert r348843 "[CodeGen] Allow mempcy/memset to generate small overlapping stores." by Clement Courbet · 7 years ago
  43. 98bfe17 [CodeGen] Allow mempcy/memset to generate small overlapping stores. by Clement Courbet · 7 years ago
  44. 4653c9a [TargetLowering] Add ISD::EXTRACT_VECTOR_ELT support to SimplifyDemandedBits by Simon Pilgrim · 7 years ago
  45. a596608 Fix "not all control paths return a value" MSVC warnings. NFCI. by Simon Pilgrim · 7 years ago
  46. 04a8b2f [DeadArgElim] Fixes for dbg.values using dead arg/return values by David Stenberg · 7 years ago
  47. 48d9286 Cleanup test case by removing unused attribute dso_local by Ranjeet Singh · 7 years ago
  48. 905af46 [X86] Switch the 64-bit mulx schedule test to use inline assembly. by Craig Topper · 7 years ago
  49. 0bedb1e [PPC][NFC] store operands are dst not src by Martell Malone · 7 years ago
  50. 6f83e5d [gn build] Add build files for AsmParser, MIRParser, IRReader, MCDisassembler, Vectorize by Nico Weber · 7 years ago
  51. a0ed820 [WebAssembly] Add '.eventtype' directive support by Heejin Ahn · 7 years ago
  52. 0665736 [TextAPI][elfabi] Make SoName optional by Armando Montanez · 7 years ago
  53. 2d92e55 [WebAssembly] TargetStreamer cleanup (NFC) by Heejin Ahn · 7 years ago
  54. 287d498 [GISel]: Refactor MachineIRBuilder to allow passing additional parameters to build Instrs by Aditya Nandakumar · 7 years ago
  55. 2cc0a7d Follow-up fix to r348811 for null Errors (which is the case for end iterators) by David Blaikie · 7 years ago
  56. 4dd6cea llvm-objcopy: Improve/simplify llvm::Error handling during notes iteration by David Blaikie · 7 years ago
  57. e16f6c6 debuginfo: Use symbol difference for CU length to simplify assembly reading/editing by David Blaikie · 7 years ago
  58. f4e1f61 [Local] Promote an utility that could be used elsewhere. NFCI. by Davide Italiano · 7 years ago
  59. 9bd74f1 Fix LLVM_LINK_LLVM_DYLIB build of TapiTests by Sam Clegg · 7 years ago
  60. dec8ce2 [Hexagon] Couple of fixes in optimize addressing mode by Krzysztof Parzyszek · 7 years ago
  61. a71d0d5 InstCombine: Scalarize single use icmp/fcmp by Matt Arsenault · 7 years ago
  62. 34d87e2 [InstCombine] add tests for movmsk (PR39927) NFC by Sanjay Patel · 7 years ago
  63. e744b68 [Targets] Fixup incorrect targets in codemodel tests by David Green · 7 years ago
  64. c50a94e Revert "[Hexagon] Check if operand is an immediate before getImm" by Krzysztof Parzyszek · 7 years ago
  65. e3796d3 APFloat: allow 64-bit of payload by JF Bastien · 7 years ago
  66. e7dca1e [GlobalISel] Restrict G_MERGE_VALUES capability and replace with new opcodes. by Amara Emerson · 7 years ago
  67. e6fa3d9 [Hexagon] Check if operand is an immediate before getImm by Krzysztof Parzyszek · 7 years ago
  68. ee326d6 [Hexagon] Add patterns for any_extend from i1 and short vectors of i1 by Krzysztof Parzyszek · 7 years ago
  69. db716b5 [TargetLowering] Add UNDEF folding to SimplifyDemandedVectorElts by Simon Pilgrim · 7 years ago
  70. 25b1ceb [docs] Add the new Objective-C ARC intrinsics to the LangRef. by Erik Pilkington · 7 years ago
  71. 30304fe [DAGCombiner] Remove unnecessary recursive DAGCombiner::visitINSERT_SUBVECTOR call. by Simon Pilgrim · 7 years ago
  72. 2c91ebe [x86] fix formatting; NFC by Sanjay Patel · 7 years ago
  73. a138ea5 [AArch64] Refactor the Exynos scheduling predicates by Evandro Menezes · 7 years ago
  74. 760a278 [AMDGPU] Change the l1 flush instruction for AMDPAL/MESA3D. by Neil Henning · 7 years ago
  75. 2cce0fb [x86] add tests for LowerVSETCC with min/max; NFC by Sanjay Patel · 7 years ago
  76. e945869 [AArch64] Refactor the scheduling predicates by Evandro Menezes · 7 years ago
  77. 67ce34f [AMDGPU] Add new Mode Register pass - minor fix by Tim Corringham · 7 years ago
  78. b167de5 [llvm-mca] Add new tests for Exynos (NFC) by Evandro Menezes · 7 years ago
  79. 282d793 [DAGCombiner] Simplify test case from r348759 by Francis Visoiu Mistrih · 7 years ago
  80. 6dbef07 [AVX512] Update typo in comment by Cameron McInally · 7 years ago
  81. 8a323dd [GlobalISel] Set stack protector index when translating Intrinsic::stackprotector by Petr Pavlu · 7 years ago
  82. caeeba2 [mips][mc] Emit R_{MICRO}MIPS_JALR when expanding jal to jalr by Vladimir Stefanovic · 7 years ago
  83. 981341a [DAGCombiner] Use the result value type in visitCONCAT_VECTORS by Francis Visoiu Mistrih · 7 years ago
  84. ebc58ad [NFC][AArch64] Remove duplicate Arch list in target parser tests by David Spickett · 7 years ago
  85. c9d081f [AMDGPU] Add new Mode Register pass by Tim Corringham · 7 years ago
  86. 9a74554 [DebugInfo] Don't drop dbg.value's of nullptr by Jeremy Morse · 7 years ago
  87. 27f17bf [DebugInfo] Emit undef DBG_VALUEs when SDNodes are optimised out by Jeremy Morse · 7 years ago
  88. 7d9496d [X86] Fix AvoidStoreForwardingBlocks pass for negative displacements by Nikita Popov · 7 years ago
  89. 6fb7d81 [llvm-exegesis] Also check latency mode in local lit. by Clement Courbet · 7 years ago
  90. 24a384d [CostModel][X86][AArch64] Adjust cost of the scalarization part of min/max reduction. by Craig Topper · 7 years ago
  91. 8778ec7 [X86] Merge addcarryx/addcarry intrinsic into a single addcarry intrinsic. by Craig Topper · 7 years ago
  92. 5b453c9 [TextAPI][elfabi] Fix build by adding std::move() to r348735 by Armando Montanez · 7 years ago
  93. 0134248 [TextAPI][elfabi] Make TBE handlers functions that return Errors by Armando Montanez · 7 years ago
  94. dcf592e [bugpoint] Find 'opt', etc., in bugpoint directory by Brian Gesiak · 7 years ago
  95. ff31230 Re-commit "[IR] Add NODISCARD to attribute functions" by Brian Gesiak · 7 years ago
  96. 10abda9 [AMDGPU] Fix discarded result of addAttribute by Brian Gesiak · 7 years ago
  97. 76db709 Speculatively fixing the build; it seems add_pointer_t and add_const_t are not implemented everywhere. by Aaron Ballman · 7 years ago
  98. a44c6ef Adding an STL-like type trait that is duplicated in multiple places in Clang. by Aaron Ballman · 7 years ago
  99. 2806405 [X86] Add some comments about when some X86 intrinsic autoupgrade code was added. by Craig Topper · 7 years ago
  100. b1f260e [X86] If the carry input to an addcarry/subborrow intrinsic is known to be 0, emit a flag setting ADD/SUB instead of ADC/SBB. by Craig Topper · 7 years ago