1. 4fefaae [LLVM-C] Improve Intrinsics Bindings by Robert Widmann · 7 years ago
  2. a8f890f [X86] Autogenerate complete checks. NFC by Craig Topper · 7 years ago
  3. fd192da Revert "[WebAssembly] Fixup `main` signature by default" by Sam Clegg · 7 years ago
  4. 4579aee Specify REQUIRES: default_triple in two debuginfo tests by Justin Bogner · 7 years ago
  5. 5617e05 TargetMachine: Move lib/CodeGen specific callbacks to LLVMTargetMachine; NFC by Matthias Braun · 7 years ago
  6. dad0df6 MachineFunction: Store more specific reference to LLVMTargetMachine; NFC by Matthias Braun · 7 years ago
  7. 51c2c7a MachineModuleInfo: Store more specific reference to LLVMTargetMachine; NFC by Matthias Braun · 7 years ago
  8. 1d019ae [DWARF] Support types CU list in .gdb_index dumping by Fangrui Song · 7 years ago
  9. 40f2fec [TargetLowering] Change TargetLoweringBase::getPreferredVectorAction to take an MVT instead of an EVT. NFC by Craig Topper · 7 years ago
  10. 7829a6d AMDGPU: Add sram-ecc feature by Konstantin Zhuravlyov · 7 years ago
  11. 351cca4 Revert "[GlobalISel] Refactor the artifact combiner a bit by using MIPatternMatch" by Volkan Keles · 7 years ago
  12. 94a5ca4 [X86] Don't turn any_extend from a mask register into a sign_extend during lowering. Add patterns to match any_extend during isel instead. by Craig Topper · 7 years ago
  13. e357c8b [InstSimplify] fold select (fcmp X, Y), X, Y by Sanjay Patel · 7 years ago
  14. 80ce0ad [InstSimplify] add tests for select+fcmp; NFC by Sanjay Patel · 7 years ago
  15. 4d360e2 [GlobalISel] Refactor the artifact combiner a bit by using MIPatternMatch by Volkan Keles · 7 years ago
  16. 24e02bb [X86] Regenerate test checks in preparation for a patch. NFC by Craig Topper · 7 years ago
  17. 4a52ea2 [COFF][LLD] Add link support for Microsoft precompiled headers OBJs by Alexandre Ganea · 7 years ago
  18. c0bf8d6 Only call FlushFileBuffers() when writing executables on Windows by Alexandre Ganea · 7 years ago
  19. 960c599 [MergeICmps] Do not perform the transformation if GEP is used outside of block by Taewook Oh · 7 years ago
  20. 513520e [InstCombine] add/adjust tests for fcmp+select substitution; NFC by Sanjay Patel · 7 years ago
  21. 26835b9 [Power9] Add support for stxvw4x.be and stxvd2x.be intrinsics by Zaara Syeda · 7 years ago
  22. ab049d8 [InstCombine] canonicalize -0.0 to +0.0 in fcmp by Sanjay Patel · 7 years ago
  23. 60a9b33 [InstCombine] loosen FP 0.0 constraint for fcmp+select substitution by Sanjay Patel · 7 years ago
  24. 36d0612 [InstCombine] adjust tests for select with FP identity op; NFC by Sanjay Patel · 7 years ago
  25. 7c44263 [FPEnv] Add constrained CEIL/FLOOR/ROUND/TRUNC intrinsics by Cameron McInally · 7 years ago
  26. fbe1078 [ThinLTO] Add an option to disable (thin)lto internalization. by Xin Tong · 7 years ago
  27. e3b5152 [TargetLowering] Begin generalizing TargetLowering::expandFP_TO_SINT support. NFCI. by Simon Pilgrim · 7 years ago
  28. 28d0309 [InstCombine] add/adjust tests for select with fsub identity op; NFC by Sanjay Patel · 7 years ago
  29. 570bf67 [NFCI][FPEnv] Split constrained intrinsic tests by Cameron McInally · 7 years ago
  30. 74ece93 [InstCombine] add tests for select with FP identity op; NFC by Sanjay Patel · 7 years ago
  31. 5cc99f0 [Inliner] Penalise inlining of calls with loops at Oz by David Green · 7 years ago
  32. a6a81ae [Mips] Supplement long branch pseudo instructions by Stefan Maksimovic · 7 years ago
  33. 7051a2e [NFC][ARM] Adding extra test for ARM CGP by Sam Parker · 7 years ago
  34. 5efc199 [AMDGPU] Fix the new atomic optimizer in pixel shaders. by Neil Henning · 7 years ago
  35. 040e4d7 [CMake] Expose opt-remark tooling through libOptRemarks.dylib by Francis Visoiu Mistrih · 7 years ago
  36. 4bf0a8e [ARM] Turn assert into condition in ARMCGP by Sam Parker · 7 years ago
  37. 76d0100 [ARM][ARMCGP] Remove unecessary zexts and truncs by Sam Parker · 7 years ago
  38. 13d535a Exclude wasm target from Windows packaging due to PR39448 by Hans Wennborg · 7 years ago
  39. 98b2622 [NFC][x86][AArch64] extract-bits.ll: add test with 'ashr'. by Roman Lebedev · 7 years ago
  40. 29dd59de [DAGCombiner] Use tryFoldToZero to simplify some code and make it work correctly between LegalTypes and LegalOperations. by Craig Topper · 7 years ago
  41. 8fe35cc [DAGCombiner] Remove an unused argument from tryFoldToZero. NFC by Craig Topper · 7 years ago
  42. 2674d3c [AVR] Fix a backend bug that left extraneous operands after expansion by Dylan McKay · 7 years ago
  43. e1bfe1a [X86] Custom type legalize v2i8/v2i16/v2i32 mul to use to pmuludq. by Craig Topper · 7 years ago
  44. 9de4672 [AVR] Disallow the LDDWRdPtrQ instruction with Z as the destination by Dylan McKay · 7 years ago
  45. 32afb0f [X86] Fix typo in test comment. NFC by Craig Topper · 7 years ago
  46. fd24147 [HotColdSplitting] Use TTI to inform outlining threshold by Vedant Kumar · 7 years ago
  47. ad684cf [X86] Add nounwind to some tests to remove cfi directives from checks. NFC by Craig Topper · 7 years ago
  48. 42f23f5 [X86] Regenerate test checks to merge 32 and 64 bit. Remove stale check prefixes. NFC by Craig Topper · 7 years ago
  49. 0547a96 [X86] Add vector shift by immediate to SimplifyDemandedBitsForTargetNode. by Craig Topper · 7 years ago
  50. fd7c7dd [ValueTracking] determine sign of 0.0 from select when matching min/max FP by Sanjay Patel · 7 years ago
  51. 88f9623 [DAGCombiner] Remove 'else' after return. NFC by Craig Topper · 7 years ago
  52. 3ba729d [SelectionDAG] Remove special methods for creating *_EXTEND_VECTOR_INREG nodes. Move asserts into getNode. by Craig Topper · 7 years ago
  53. ad3c2dd [X86] Update comment I forgot to change in r346043. NFC by Craig Topper · 7 years ago
  54. 7fad5fb [ValueTracking] peek through 2-input shuffles in ComputeNumSignBits by Sanjay Patel · 7 years ago
  55. cc8a1a6 [codeview] Let the X86 backend tell us the VFRAME offset adjustment by Reid Kleckner · 7 years ago
  56. 974dfd1 [DWARF v5] Verifier: Add checks for DW_FORM_strx* forms. by Wolfgang Pieb · 7 years ago
  57. 057bda6 [LTO] Fix a crash caused by accessing an empty ValueInfo by Teresa Johnson · 7 years ago
  58. aeef43e [X86] In LowerEXTEND_VECTOR_INREG, emit a vector shuffle instead of directly using X86ISD::UNPCKL by Craig Topper · 7 years ago
  59. ef5bf36 [WebAssembly] Parsing missing directives to produce valid .o by Wouter van Oortmerssen · 7 years ago
  60. 83e97cb [X86] Don't emit *_extend_vector_inreg nodes when both the input and output types are legal with AVX1 by Craig Topper · 7 years ago
  61. e29a02a [DWARF] Fix typo, .gnu_index -> .gdb_index by Fangrui Song · 7 years ago
  62. 3497542 [AArch64] [Windows] Misc fixes for llvm-readobj -unwind. by Eli Friedman · 7 years ago
  63. 584721e [RISCV] Add some missing expansions for floating-point intrinsics by Alex Bradbury · 7 years ago
  64. f15ca65 [X86][AVX512] Change mask ops on vpermi2var tests to not use zeroinitializer. by Simon Pilgrim · 7 years ago
  65. 11e8afc [WebAssembly] Change indices types to unsined int (NFC) by Heejin Ahn · 7 years ago
  66. 088dcea [WebAssembly] Fix bugs in rethrow depth counting and InstPrinter by Heejin Ahn · 7 years ago
  67. b11a4e5 [DebugInfo][InstMerge] Fix -debugify for phi node created by -mldst-motion by Jordan Rupprecht · 7 years ago
  68. 7a01cbd ARMExpandPseudoInsts: Fix CMP_SWAP expansion adding a kill flag to a def by Matthias Braun · 7 years ago
  69. 6892afb [ValueTracking] add test for non-canonical shuffle; NFC by Sanjay Patel · 7 years ago
  70. 437cbaf Fix a few small issues in llvm-pdbutil by Leonard Mosescu · 7 years ago
  71. 04550cf [SystemZ::TTI] Improve cost handling of uint/sint to fp conversions. by Jonas Paulsson · 7 years ago
  72. 4860c62 Refactor the lit configuration files by Zachary Turner · 7 years ago
  73. 6ed7d33 [ProfileSummary] Add options to override hot and cold count thresholds. by Easwaran Raman · 7 years ago
  74. 062cd21 Fixed inclusion of M_PI fow MinGW-w64 by Sylvestre Ledru · 7 years ago
  75. 7e36a98 [SystemZ] Rework getInterleavedMemoryOpCost() by Jonas Paulsson · 7 years ago
  76. 2033b5a [MachineSink][DebugInfo] Correctly sink DBG_VALUEs by Jeremy Morse · 7 years ago
  77. 6709348 [ValueTracking] allow non-canonical shuffles when computing signbits by Sanjay Patel · 7 years ago
  78. 1b82386 [NFC] Remove some extra characters from docs/LangRef.rst by Cameron McInally · 7 years ago
  79. b7577ab [Hexagon] Do not reduce load size for globals in small-data by Krzysztof Parzyszek · 7 years ago
  80. c5e4cd2 [DEBUGINFO, NVPTX]DO not emit ',debug' option if no debug info or only debug directives are requested. by Alexey Bataev · 7 years ago
  81. 11ef6e1 Allow null-valued function operands in getCalledFunction() by David Stenberg · 7 years ago
  82. 44ee005 [DAGCombiner] Remove reduceBuildVecConvertToConvertBuildVec and rely on the vectorizers instead (PR35732) by Simon Pilgrim · 7 years ago
  83. 70c62a1 [AMDGPU] UBSan bug fix for r345710 by Neil Henning · 7 years ago
  84. 180fb86 Fix a typo in a function name by Alex Denisov · 7 years ago
  85. 6d0de65 [LV] Avoid vectorizing loops under opt for size that involve SCEV checks by Ayal Zaks · 7 years ago
  86. b562d40 [XRay] Fix tests with updated fdr-dump by Dean Michael Berris · 7 years ago
  87. 8de3dff [XRay] Update delta computations in runtime by Dean Michael Berris · 7 years ago
  88. e643787 AMDGPU: Fix assertion with bitcast from i64 constant to v4i16 by Matt Arsenault · 7 years ago
  89. f4ddd62 test/DebugInfo: Convert some tests to MIR by Matthias Braun · 7 years ago
  90. 94f7fc2 LLVMTargetMachine/TargetPassConfig: Simplify handling of start/stop options; NFC by Matthias Braun · 7 years ago
  91. 2495823 [WebAssembly] Added a .globaltype directive to .s output. by Wouter van Oortmerssen · 7 years ago
  92. 437a937 [WebAssembly] General vector shift lowering by Thomas Lively · 7 years ago
  93. c46ca76 [NFC][LICM] Factor out instruction erasing logic by Max Kazantsev · 7 years ago
  94. a00405d [WebAssembly] Expand inserts and extracts with variable indices by Thomas Lively · 7 years ago
  95. 782574b [AliasSetTracker] Misc cleanup (NFCI) by Alina Sbirlea · 7 years ago
  96. badd06e [gold-plugin] Fix a bunch of build warnings by Mandeep Singh Grang · 7 years ago
  97. 08238b7 [COFF, ARM64] Implement Intrinsic.sponentry for AArch64 by Mandeep Singh Grang · 7 years ago
  98. 41672bb [DAGCombiner] Make the isTruncateOf call from visitZERO_EXTEND work for vectors. Remove FIXME. by Craig Topper · 7 years ago
  99. 7cdbd11 [X86] Add test cases for adding vector support to isTruncateOf in DAGCombiner::visitZERO_EXTEND by Craig Topper · 7 years ago
  100. 41e2e9f [MachineOutliner][NFC] Remember when you map something illegal across MBBs by Jessica Paquette · 7 years ago