1. d1b456b [NFC] fix trivial typos in comments and documents by Hiroshi Inoue · 8 years ago
  2. fdf79b6 [InlineCost] Mark functions accessing varargs as not viable. by Florian Hahn · 8 years ago
  3. 164d4a1 [Support] Move DJB hash to support. NFC by Jonas Devlieghere · 8 years ago
  4. 952dbe4 [X86] Fix a crash that can occur in combineExtractVectorElt due to not checking the width of a ConstantSDNode before calling getConstantOperandVal. by Craig Topper · 8 years ago
  5. 9e52f9c [X86] Remove VPTESTM/VPTESTNM ISD opcodes. Use isel patterns matching cmpm eq/ne with immallzeros. by Craig Topper · 8 years ago
  6. d03876d [X86] Add patterns for using masked vptestnmd for 256-bit vectors without VLX. by Craig Topper · 8 years ago
  7. c1520fc [X86] Add test to demonstrate missed opportunity to merge kand into testnm when using 512-bit instruction due to lack of VLX. by Craig Topper · 8 years ago
  8. e865eb4 Add triples or specify REQUIRES: default_triple to some tests by Justin Bogner · 8 years ago
  9. 3a32c34 [X86][AVX512] Add avx512dq fp2int/int2fp tests (PR31630) by Simon Pilgrim · 8 years ago
  10. 6faa377 [X86] Use vptestm/vptestnm for comparisons with zero to avoid creating a zero vector. by Craig Topper · 8 years ago
  11. c4a39a1 [X86] Remove X86ISD::PCMPGTM/PCMPEQM and instead just use X86ISD::PCMPM and pattern match the immediate value during isel. by Craig Topper · 8 years ago
  12. 391a285 Regenerate test. NFCI by Simon Pilgrim · 8 years ago
  13. bff47ee [X86][SSE] Simplify demanded elements from BROADCAST shuffle source. by Simon Pilgrim · 8 years ago
  14. e2b8d97 Add IRBuilder API to create memcpy/memmove calls with differing source and dest alignments by Daniel Neilson · 8 years ago
  15. c01d136 Regenerate test result for vastart-defs-eflags.ll. NFC. by Amaury Sechet · 8 years ago
  16. eab8a17 Regenerate test result for testb-je-fusion.ll. NFC. by Amaury Sechet · 8 years ago
  17. fbcbf60 Regenerate test result for stateppint-vector.ll. NFC. by Amaury Sechet · 8 years ago
  18. 7a33921 Regenrate brcond.ll test results. NFC by Amaury Sechet · 8 years ago
  19. ae21239 Regenrate test results for avx-brcond.ll . NFC by Amaury Sechet · 8 years ago
  20. e2250f6 [X86][SSE] Regenerate fp2int/int2fp tests by Simon Pilgrim · 8 years ago
  21. 90900fa Regenerate test results for and-su.ll . NFC by Amaury Sechet · 8 years ago
  22. 52d87c1 [X86][SSE] Add broadcast from v2i32 memory tests (PR34394) by Simon Pilgrim · 8 years ago
  23. 103218a [TargetLowering] Teach TargetLowering::SimplifySetCC to simplify setcc of vXi1 vectors into logic ops. by Craig Topper · 8 years ago
  24. 4a62f24 [SelectionDAG] Make DAGTypeLegalizer::PromoteSetCCOperands handle SETEQ/SETNE correctly for vector types. by Craig Topper · 8 years ago
  25. 1ac4628 [GlobalISel][Legalizer] Convert the FP constants to the right APFloat type for G_FCONSTANT. by Amara Emerson · 8 years ago
  26. 1cd5ead Revert "[SLP] Fix for PR32086: Count InsertElementInstr of the same elements as shuffle." by Alexey Bataev · 8 years ago
  27. b696571 Revert "[SLP] Removed the warning about unused variable, NFC." by Alexey Bataev · 8 years ago
  28. 17eda3f [InstrProfiling] Don't exit early when an unused intrinsic is found by Vedant Kumar · 8 years ago
  29. 1b24b74 [LangRef] Update out-of-date instrprof names by Vedant Kumar · 8 years ago
  30. 472d761 [InstrProfiling] Improve compile time when there is no work by Vedant Kumar · 8 years ago
  31. 7bf5988 update_mir_test_checks: Accept "." in function names by Justin Bogner · 8 years ago
  32. 6a32c10 [X86] Use vpternlog to implement vector not under AVX512. by Craig Topper · 8 years ago
  33. e0c60de [x86] auto-generate complete checks; NFC by Sanjay Patel · 8 years ago
  34. f4d58a0 [InstCombine] Preserve debug values for eliminable casts by Vedant Kumar · 8 years ago
  35. c4921c1 Inline variable only used within assert. by Richard Trieu · 8 years ago
  36. 4862813 [Hexagon] Generate constant splats instead of loads from constant pool by Krzysztof Parzyszek · 8 years ago
  37. 963eda6 [DWARF] Temporarily removing test to make buildbots happy while investigating. by Wolfgang Pieb · 8 years ago
  38. b810cf8 [Hexagon] Make sure that offset on globals matches alignment requirements by Krzysztof Parzyszek · 8 years ago
  39. 71ff88b [Hexagon] Replace multiple vector extracts with store-load combinations by Krzysztof Parzyszek · 8 years ago
  40. 0ce929c [DWARF] Temporarily removing a test that caused an independent failure on the mingw target. by Wolfgang Pieb · 8 years ago
  41. fc0863a [LivePhysRegs] Preserve pristine regs in blocks with no successors. by Eli Friedman · 8 years ago
  42. e4a395e [Support] Move PrintEscapedString into the library its declaration is in by Benjamin Kramer · 8 years ago
  43. 99509aa [X86] Unbreak the build. by Benjamin Kramer · 8 years ago
  44. b5e54f8 [SLP] Test for trunc vectorization, NFC. by Alexey Bataev · 8 years ago
  45. 51c00ba [X86] Allow any_extend to be combined with setcc on VLX targets. by Craig Topper · 8 years ago
  46. 94b1fc6 [X86][AVX512] Add combining support for X86ISD::VTRUNCS by Simon Pilgrim · 8 years ago
  47. 8e77793 [SelectionDAGISel] Add a debug print before call to Select. Adjust where blank lines are printed during isel process to make things more sensibly grouped. by Craig Topper · 8 years ago
  48. 2703022 [X86] Add 'rdrnd' feature to silvermont to match recent gcc bug fix. by Craig Topper · 8 years ago
  49. d8b5d0f [Hexagon] Fix an incorrect assertion in HexagonConstExtenders by Krzysztof Parzyszek · 8 years ago
  50. cf947ac [DWARF] Generate DWARF v5 string offsets tables along with strx* index forms. by Wolfgang Pieb · 8 years ago
  51. abaf111 [x86] fix typo in comment; NFC by Sanjay Patel · 8 years ago
  52. 3ae9ebf [NFC] Remove apostrophe to use 'it' in the possessive form. by Matt Davis · 8 years ago
  53. 61a65ef [X86][AVX] LowerBUILD_VECTORAsVariablePermute - add support for VPERMILPV to v4i32/v4f32 by Simon Pilgrim · 8 years ago
  54. ccc55d2 [X86][SSE] Don't colaesce v4i32 extracts by Simon Pilgrim · 8 years ago
  55. 7a72b43 [X86][SSE] Drop PMADDWD in lowerMul by Simon Pilgrim · 8 years ago
  56. 3455380 [DAG] Teach findBaseOffset to interpret indexes of indexed memory operations by Nirav Dave · 8 years ago
  57. c9091f8 [AMDGPU][MC] Added validation of image dst/data size (must match dmask and tfe) by Dmitry Preobrazhensky · 8 years ago
  58. 1a60050 [MIPS] Don't crash on unsized extern types with -mgpopt by Alexander Richardson · 8 years ago
  59. 17d3ed3 [DAGCombine] reduceBuildVecToShuffle - ensure EXTRACT_VECTOR_ELT index is in range by Simon Pilgrim · 8 years ago
  60. 7393afb [AMDGPU][MC] Added support of 64-bit image atomics by Dmitry Preobrazhensky · 8 years ago
  61. b708558 [SLP] Removed the warning about unused variable, NFC. by Alexey Bataev · 8 years ago
  62. b382fb2 [X86][SSE] Add tests for vector truncation with PACKUS style signed saturation by Simon Pilgrim · 8 years ago
  63. 320b80d [SLP] Fix for PR32086: Count InsertElementInstr of the same elements as shuffle. by Alexey Bataev · 8 years ago
  64. 1ae3e20 [AMDGPU][MC] Enabled disassembler for image atomic operations by Dmitry Preobrazhensky · 8 years ago
  65. 862c071 [X86] Cleanup SDLoc arguments as mentioned on D42544 by Simon Pilgrim · 8 years ago
  66. dfd62ce [TableGen][NFC]Remove dead variable. by Clement Courbet · 8 years ago
  67. 1a619ce [MIR] Add support for addrspace in MIR by Francis Visoiu Mistrih · 8 years ago
  68. 0869ae1 [AMDGPU] fix LDS f32 intrinsics by Daniil Fukalov · 8 years ago
  69. 22fd1d3 [CallSiteSplitting] Fix infinite loop when recording conditions. by Florian Hahn · 8 years ago
  70. 635c67a [ARM] Accept a subset of Thumb GPR register class when emitting an SP-relative by Momchil Velikov · 8 years ago
  71. 574f092 [X86FixupBWInsts] Prefer positive checks in the test. NFC by Andrei Elovikov · 8 years ago
  72. 3b4e0d3 [ARM] Armv8.2-A FP16 code generation (part 1/3) by Sjoerd Meijer · 8 years ago
  73. 8040eab [NFC] fix trivial typos in comments and documents by Hiroshi Inoue · 8 years ago
  74. f80c9bf [RISCV] Encode RISCV specific ELF e_flags to RISCV Binary by RISCVTargetStreamer by Shiva Chen · 8 years ago
  75. 836550d [X86] Remove dead code from LowerBUILD_VECTOR that tried to handle i64 element type in 32-bit mode. by Craig Topper · 8 years ago
  76. c615c14 [SelectionDAG] Replace a std::vector<SDValue> with a SmallVector. by Craig Topper · 8 years ago
  77. 5e8ab22 [X86] Remove code from combineBitcastvxi1 that was needed to support the previous native IR for kunpck intrinsics. by Craig Topper · 8 years ago
  78. 6206aa4 [X86] Remove unused intrinsic type handling. NFC by Craig Topper · 8 years ago
  79. 3857e0d [X86] Simplify condition in VSETCC. NFC by Craig Topper · 8 years ago
  80. 2013da6 [X86] Remove LowerVSETCC code for handling vXi1 setcc with vXi8/vXi16 input type. NFC by Craig Topper · 8 years ago
  81. a685d04 [X86] Remove some dead code from LowerVSETCC. NFC by Craig Topper · 8 years ago
  82. e6b7506 [CGP] Re-enable Select in complex addressing mode. by Serguei Katkov · 8 years ago
  83. 807062f [X86] Fix killed flag handling in X86FixupLea pass by Serguei Katkov · 8 years ago
  84. e000998 Reland "[llvm-objcopy] Refactor llvm-objcopy to use reader and writer objects" by Jake Ehrlich · 8 years ago
  85. 1b9f1fa Reland "[llvm-objcopy] Refactor llvm-objcopy to use reader and writer objects" by Jake Ehrlich · 8 years ago
  86. 6ea62d7 Reland "[llvm-objcopy] Refactor llvm-objcopy to use reader and writer objects" by Jake Ehrlich · 8 years ago
  87. a9659be Fix buildfailure by making some MIPatternMatchers inline by Aditya Nandakumar · 8 years ago
  88. e68d8cc Revert "Reland "[llvm-objcopy] Refactor llvm-objcopy to use reader and writer objects"" by Jake Ehrlich · 8 years ago
  89. 41dbb45 Reland "[llvm-objcopy] Refactor llvm-objcopy to use reader and writer objects" by Jake Ehrlich · 8 years ago
  90. f251ca0 [CodeGen] Ignore private symbols in llvm.used for COFF by Shoaib Meenai · 8 years ago
  91. 8dd9991 [Debug] LCSSA: Insert dbg.value at the first available insertion point by Vedant Kumar · 8 years ago
  92. 2bcebb6 [DWARFv5] Classify all the new forms. NFC. by Paul Robinson · 8 years ago
  93. ca099d9 [llvm-objcopy] Refactor llvm-objcopy to use reader and writer objects by Jake Ehrlich · 8 years ago
  94. 259c18e Add testcase accidentally left out from r323460. by Easwaran Raman · 8 years ago
  95. f0c7c09 [llvm-objcopy] Add --add-gnu-debuglink by Jake Ehrlich · 8 years ago
  96. 920b675 [DWARFv5] Support DW_FORM_line_strp in llvm-dwarfdump. by Paul Robinson · 8 years ago
  97. efb8717 [SyntheticCounts] Rewrite the code using only graph traits. by Easwaran Raman · 8 years ago
  98. 9d4d535 [AArch64] Enable aggressive FMA on T99 and provide AArch64 options for others. by Joel Jones · 8 years ago
  99. b7162f2 [Debug] Add dbg.value intrinsics for PHIs created during LCSSA. by Vedant Kumar · 8 years ago
  100. cdd614d [Debug] Add a utility to propagate dbg.value to new PHIs, NFC by Vedant Kumar · 8 years ago