1. f1ed542 [NFC] Make a test more neat by Max Kazantsev · 7 years ago
  2. 3ac65c4 [Tablegen][PredicateExpander] Add the ability to define checks for invalid registers. by Andrea Di Biagio · 7 years ago
  3. 1cd41cb [InstCombine] Re-commit: Fold 'check for [no] signed truncation' pattern by Roman Lebedev · 7 years ago
  4. 0c24604 [X86][SSE] Add extra scalar fop + blend tests for commuted inputs by Simon Pilgrim · 7 years ago
  5. 9500eff Revert "[Sparc] Use the IntPair reg class for r constraints with value type f64" by Daniel Cederman · 7 years ago
  6. a0223d6 [AArch64][SVE] Asm: Support for UDOT/SDOT instructions. by Sander de Smalen · 7 years ago
  7. 9c475e3 [llvm-objdump] - An attempt to fix BB after r337361. by George Rimar · 7 years ago
  8. 55222c9 [Sparc] Use the IntPair reg class for r constraints with value type f64 by Daniel Cederman · 7 years ago
  9. f600b10 [AArch64][SVE] Asm: Integer divide instructions. by Sander de Smalen · 7 years ago
  10. 07e34c6 Fix -Wdocumentation warning. NFCI. by Simon Pilgrim · 7 years ago
  11. 3caa909 Fix -Wdocumentation warning. NFCI. by Simon Pilgrim · 7 years ago
  12. c8f4a56 [CMake] Export the LLVM_LINK_LLVM_DYLIB setting by Philip Pfaffe · 7 years ago
  13. 9e5f1ea [NFC][InstCombine] i65 tests for 'check for [no] signed truncation' pattern by Roman Lebedev · 7 years ago
  14. 10c3b3d [llvm-objdump] - Stop reporting bogus section IDs. by George Rimar · 7 years ago
  15. 8b80d4e [llvm-readobj] - Teach tool to dump objects with >= SHN_LORESERVE of sections. by George Rimar · 7 years ago
  16. 8b3fece Revert test changes part of "Revert "[InstCombine] Fold 'check for [no] signed truncation' pattern"" by Roman Lebedev · 7 years ago
  17. 6cf1178 [AArch64][SVE] Asm: Support for integer MUL instructions. by Sander de Smalen · 7 years ago
  18. b20ca5f [X86] Enable commuting of VUNPCKHPD to VMOVLHPS to enable load folding by using VMOVLPS with a modified address. by Craig Topper · 7 years ago
  19. de4051f [X86] Add test case for missed opportunity to commute vunpckhpd to enable use of vmovlps to fold a load. by Craig Topper · 7 years ago
  20. a29d420 [X86] Regenerate fma.ll checks using current version of the script which produces different regular expressions on spills and reloads. NFC by Craig Topper · 7 years ago
  21. f8f02e1 [NFC] fix trivial typos in comments by Hiroshi Inoue · 7 years ago
  22. e282c3c Fix build failures from r337347, found by clang by Justin Hibbits · 7 years ago
  23. a65225b [X86] Remove patterns that mix X86ISD::MOVLHPS/MOVHLPS with v2i64/v2f64 types. by Craig Topper · 7 years ago
  24. b14a5d3 [X86] Generate v2f64 X86ISD::UNPCKL/UNPCKH instead of X86ISD::MOVLHPS/MOVHLPS for unary v2f64 {0,0} and {1,1} shuffles with SSE2. by Craig Topper · 7 years ago
  25. c486a43 Introduce codegen for the Signal Processing Engine by Justin Hibbits · 7 years ago
  26. e0adf6d Complete the SPE instruction set patterns by Justin Hibbits · 7 years ago
  27. 34ada1b Add PowerPC e500(v2) core scheduler and directives. by Justin Hibbits · 7 years ago
  28. adf4ac8 Revert "[InstCombine] Fold 'check for [no] signed truncation' pattern" by Bob Haarman · 7 years ago
  29. 70df6e9 CodeGen: Don't create address significance table entries for thread-local variables. by Peter Collingbourne · 7 years ago
  30. b5b60c3 [NFC][llvm-objcopy] Cleanup namespace usage in llvm-objcopy. by Puyan Lotfi · 7 years ago
  31. 9722c06 [X86] Remove the vector alignment requirement from the patterns added in r337320. by Craig Topper · 7 years ago
  32. 03bb42a CodeGen: Add a target option for emitting .addrsig directives for all address-significant symbols. by Peter Collingbourne · 7 years ago
  33. a29ff2e MC: Implement support for new .addrsig and .addrsig_sym directives. by Peter Collingbourne · 7 years ago
  34. 48ef58e [LangRef] Clarify semantics of load metadata. by Eli Friedman · 7 years ago
  35. 9ff02ef [LangRef] nnan and ninf produce poison. by Eli Friedman · 7 years ago
  36. 1ea502b [LangRef] Clarify which fast-math flags affect fcmp. by Eli Friedman · 7 years ago
  37. 8fe83c7 [X86] Add patterns for folding full vector load into MOVHPS and MOVLPS with SSE1 only. by Craig Topper · 7 years ago
  38. 372f8c4 [X86] Add test case for missed opportunity to use MOVLPS on the SSE1 only targets. by Craig Topper · 7 years ago
  39. cf121a0 [Demangle] Add missing header files by Fangrui Song · 7 years ago
  40. 08ea6f8 Add missing include. by Zachary Turner · 7 years ago
  41. dc84f3b Add some helper functions to the demangle utility classes. by Zachary Turner · 7 years ago
  42. f241fec [InstCombine] Preserve debug value when simplifying cast-of-select by Vedant Kumar · 7 years ago
  43. bbdc5a7 Remove an errant piece of !dbg metadata from a test, NFC by Vedant Kumar · 7 years ago
  44. dc80a6e [x86/SLH] Flesh out the data-invariant instruction table a bit based on feedback from Craig. by Chandler Carruth · 7 years ago
  45. 7c3ca43 [llvm-mca][x86] Add extend, carry-flag and CMP instructions to general x86_64 resource tests by Simon Pilgrim · 7 years ago
  46. c8068fe [llvm-mca][x86] Add MOVBE resource tests to all supporting targets by Simon Pilgrim · 7 years ago
  47. a5ec686 Revert rL337292 due to another MSVC STL problem. by Florian Hahn · 7 years ago
  48. cc5fc42 [llvm-mca][x86] Add BSWAP resource tests by Simon Pilgrim · 7 years ago
  49. cf065f7 [WebAssembly] Update WebAssemblyLowerEmscriptenEHSjLj to handle separate compilation by Sam Clegg · 7 years ago
  50. e40f77a [X86] Remove some standalone patterns in favor of the patterns in the MOVLPD instruction definitions. by Craig Topper · 7 years ago
  51. b31fad1 [llvm-mca][x86] Add displacement-only and additional scale=1 LEA tests by Simon Pilgrim · 7 years ago
  52. c1bbb5e [llvm-mca][x86] Add LEA resource tests (PR32326) by Simon Pilgrim · 7 years ago
  53. 95e53c2 [llvm-mca][docs] Revert mca internals docs. by Matt Davis · 7 years ago
  54. 1885077 [Tablegen][PredicateExpander] Fix a bug in `expandCheckImmOperand`. by Andrea Di Biagio · 7 years ago
  55. eabdfbb [AArch64][SVE]: Integer multiply-add/subtract instructions. by Sander de Smalen · 7 years ago
  56. a5d6389 Recommit r334887: [SmallSet] Add SmallSetIterator. by Florian Hahn · 7 years ago
  57. 87d8be5 [Mips][FastISel] Fix handling of icmp with i1 type by Petar Jovanovic · 7 years ago
  58. 3560346 [IPSCCP] Run Solve each time we resolved an undef in a function. by Florian Hahn · 7 years ago
  59. 7373964 [AArch64][SVE] Asm: FP fused multiply-add/subtract instructions. by Sander de Smalen · 7 years ago
  60. de72047 [SLPVectorizer] Don't attempt horizontal reduction on pointer types (PR38191) by Simon Pilgrim · 7 years ago
  61. 79ed3bc More fixes for subreg join failure in RegCoalescer by Tim Renouf · 7 years ago
  62. 5431fe0 [AArch64][SVE] Asm: Support for predicated FP operations (FP immediate) by Sander de Smalen · 7 years ago
  63. 1c105a0 [NFC][testcases] add testcases for folding srem whose operands are negatived. by Chen Zheng · 7 years ago
  64. 7d18797 Don't assert that a size_t fits into 64bit. by Joerg Sonnenberger · 7 years ago
  65. 938172a [LLVM-C] Fix name mangling on AggressiveInstCombine by whitequark · 7 years ago
  66. 1907eb8 [LLVM-C] Add target triple normalization to the C API. by whitequark · 7 years ago
  67. f948d85 [llvm-objcopy] Run not with any python, but the python configured in lit. by Benjamin Kramer · 7 years ago
  68. ca47e5e [AArch64][SVE] Asm: Support for predicated FP operations. by Sander de Smalen · 7 years ago
  69. ead04a9 [DAGCombiner] Call SimplifyDemandedVectorElts from EXTRACT_VECTOR_ELT by Simon Pilgrim · 7 years ago
  70. 15fa57a Fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warning. NFCI. by Simon Pilgrim · 7 years ago
  71. 6151dbe [AArch64][SVE] Asm: Support for SPLICE instruction. by Sander de Smalen · 7 years ago
  72. 46f5656 [AArch64][SVE] Asm: Support for EXT instruction. by Sander de Smalen · 7 years ago
  73. 7468eaa [X86] Properly qualify some MOVSS/MOVSD patterns with OptSize. by Craig Topper · 7 years ago
  74. 00e3426 [Sparc] Do not depend on icc for ta 1 by Daniel Cederman · 7 years ago
  75. 7904f0b [X86] Add full set of patterns for turning ceil/floor/trunc/rint/nearbyint into rndscale with loads, broadcast, and masking. by Craig Topper · 7 years ago
  76. 605986c [X86] Add test cases for selecting floor/ceil/trunc/rint/nearbyint to rndscale with masking, loading, and broadcasting. by Craig Topper · 7 years ago
  77. d13c7c5 [testcases] move testcases to right place - NFC by Chen Zheng · 7 years ago
  78. 40b80a4 [llvm-mca][docs] Add notes about cycle and resource callbacks. NFC. by Matt Davis · 7 years ago
  79. 1fbf51f [X86] Add a missing FMA3 scalar intrinsic pattern. by Craig Topper · 7 years ago
  80. 2a147a1 [WebAssembly] Remove ELF file support. by Sam Clegg · 7 years ago
  81. bb12f48 [Intrinsics] define funnel shift IR intrinsics + DAG builder support by Sanjay Patel · 7 years ago
  82. 41306ba [NFC][llvm-objcopy] Make helper functions static by Puyan Lotfi · 7 years ago
  83. 9dce11c [llvm-mca][docs] Initial description of mca internals. NFC by Matt Davis · 7 years ago
  84. d554de1 Add missing includes. by Zachary Turner · 7 years ago
  85. 937d2c0 [LLVMDemangle] Move some utility classes to header files. by Zachary Turner · 7 years ago
  86. e5c7b32 [NFC][InstCombine] Fine-tune 'check for [no] signed truncation' tests by Roman Lebedev · 7 years ago
  87. 51e4fb6 [llvm-objcopy] Add support for large indexes by Jake Ehrlich · 7 years ago
  88. 7d88286 [CodeGen] Fix inconsistent declaration parameter name by Fangrui Song · 7 years ago
  89. ac8c393 [AMDGPU] [AMDGPU] Support a fdot2 pattern. by Farhana Aleen · 7 years ago
  90. bffcc48 [llvm] Change 2 instances of std::sort to llvm::sort by Mandeep Singh Grang · 7 years ago
  91. a5425a3 [InstCombine] Fold 'check for [no] signed truncation' pattern by Roman Lebedev · 7 years ago
  92. 735bf22 [RegAlloc] Skip global splitting if the live range is huge and its spill is by Wei Mi · 7 years ago
  93. 92f5878 Restore "[ThinLTO] Ensure we always select the same function copy to import" by Teresa Johnson · 7 years ago
  94. e27b1d0 [cfi-verify] Abort on unsupported targets by Joel Galenson · 7 years ago
  95. 0a3ff05 [InstrSimplify] add testcases for fold sdiv if two operands are negatived and non-overflow by Chen Zheng · 7 years ago
  96. 6311079 [x86/SLH] Completely rework how we sink post-load hardening past data by Chandler Carruth · 7 years ago
  97. 7d9d92b [mips] Eliminate the usage of hasStdEnc in MipsPat. by Simon Atanasyan · 7 years ago
  98. f850739 [MIPS GlobalISel] Select instructions to load and store i32 on stack by Petar Jovanovic · 7 years ago
  99. 0c94a3b [X86][AArch64][DAGCombine] Unfold 'check for [no] signed truncation' pattern by Roman Lebedev · 7 years ago
  100. 84ab5c2 [Sparc] Use the correct encoding for ta 3 by Daniel Cederman · 7 years ago