1. 630a87a [X86][AVX2] Missed opportunities to combine to VPERMD/VPERMPS by Simon Pilgrim · 9 years ago
  2. bb9190f [X86][AVX2] Fix typo in test names by Simon Pilgrim · 9 years ago
  3. c36f800 Rangify for loops. by Yaron Keren · 9 years ago
  4. 892bbf6 [x86] remove 'nan' strings from copysign assertions; NFC by Sanjay Patel · 9 years ago
  5. 7e696f0 [x86] add test to show unnecessary scalarization of copysign intrinsics (PR30433) by Sanjay Patel · 9 years ago
  6. 9d7b8dc [X86][AVX] Ensure broadcast loads respect dependencies by Simon Pilgrim · 9 years ago
  7. a8c3c60 [X86] Don't set i64 ADDC/ADDE/SUBC/SUBE as Custom if the target isn't 64-bit. This way we don't have to catch them and do nothing with them in ReplaceNodeResults. by Craig Topper · 9 years ago
  8. ca641f3 [X86] Fix indentation. NFC by Craig Topper · 9 years ago
  9. d300098 Revert r283057 and r283058 by Sanjoy Das · 9 years ago
  10. 4c305be [PowerPC] Refactor soft-float support, and enable PPC64 soft float by Hal Finkel · 9 years ago
  11. f6a95d4 Remove duplicated code; NFC by Sanjoy Das · 9 years ago
  12. afbfbca [SCEV] Rely on ConstantRange instead of custom logic; NFCI by Sanjoy Das · 9 years ago
  13. 4e4cf39 [ConstantRange] Make getEquivalentICmp smarter by Sanjoy Das · 9 years ago
  14. ca07d00 [SCEV] Remove commented out code; NFC by Sanjoy Das · 9 years ago
  15. d17dee5 COFF: Fix short import lib import name type bitshift by Martell Malone · 9 years ago
  16. ec8ee2a [X86][SSE] Cleaned up shuffle decode assertion messages by Simon Pilgrim · 9 years ago
  17. 1b14831 [SLPVectorizer][X86] Added fptosi/fptoui tests by Simon Pilgrim · 9 years ago
  18. 065e592 [CostModel][X86] Added tests for current fptosi/fptoui costs by Simon Pilgrim · 9 years ago
  19. a94243b4 [SLPVectorizer][X86] Added fcopysign tests by Simon Pilgrim · 9 years ago
  20. 4a24b14 [SLPVectorizer][X86] Added fabs tests by Simon Pilgrim · 9 years ago
  21. 1df457a [CostModel][X86] Added fcopysign costs by Simon Pilgrim · 9 years ago
  22. 793d2a4 Use StringRef for MemoryBuffer identifier API (NFC) by Mehdi Amini · 9 years ago
  23. 089e03e [CostModel][X86] Added fabs costs by Simon Pilgrim · 9 years ago
  24. fc651f7 Fix signed/unsigned warning by Simon Pilgrim · 9 years ago
  25. 20e8247 [X86][SSE] Add support for combining target shuffles to binary BLEND by Simon Pilgrim · 9 years ago
  26. a8904db Use StringRef in Registry API (NFC) by Mehdi Amini · 9 years ago
  27. 55ce06a [X86][SSE] Always combine target shuffles to MOVSD/MOVSS by Simon Pilgrim · 9 years ago
  28. 1c8d24e [X86][SSE] Enable commutation from MOVSD/MOVSS to BLENDPD/BLENDPS on SSE41+ targets by Simon Pilgrim · 9 years ago
  29. f4f5451 Revert r283029 - [cmake] Make LIT_COMMAND configurable and improve fallback support by Michal Gorny · 9 years ago
  30. f2993f0 [X86][SSE] Regenerate vselect tests and improve AVX1/AVX2 coverage by Simon Pilgrim · 9 years ago
  31. 6bc4743 Revert "[MC] Prevent out of order HashDirective lexing in AsmLexer." by Nirav Dave · 9 years ago
  32. c513af9 [cmake] Fix incorrect default for LIT_COMMAND, from r283029 by Michal Gorny · 9 years ago
  33. 310d306 [cmake] Make LIT_COMMAND configurable and improve fallback support by Michal Gorny · 9 years ago
  34. bf7d569 [OCaml] Install .mli (interface) files by Michal Gorny · 9 years ago
  35. 962713f Split a comment into generic description and note about the specific cmake use. by Joerg Sonnenberger · 9 years ago
  36. 1839f8a Retire LLVM_BINDIR and friends. They haven't been provided with actual by Joerg Sonnenberger · 9 years ago
  37. 120924c [libFuzzer] add fuzzer test for libxml2, finds https://bugzilla.gnome.org/show_bug.cgi?id=751631 by Kostya Serebryany · 9 years ago
  38. 83660ff GC HAVE_STRTOQ by Joerg Sonnenberger · 9 years ago
  39. a27efcd Retire bugpoint's -R. hack. by Joerg Sonnenberger · 9 years ago
  40. 1acd70c [libFuzzer] fix a recent bugs (buffer overflow) by Kostya Serebryany · 9 years ago
  41. b800476 [X86] Cleanup patterns for using VMOVDDUP for broadcasts. by Craig Topper · 9 years ago
  42. 102077e Revert "Use StringRef instead of raw pointer in TargetRegistry API (NFC)" by Mehdi Amini · 9 years ago
  43. ec52cde Use StringRef instead of raw pointers in MCAsmInfo/MCInstrInfo APIs (NFC) by Mehdi Amini · 9 years ago
  44. 876fe65 Use StringRef instead of raw pointer in TargetRegistry API (NFC) by Mehdi Amini · 9 years ago
  45. d1fa61b Use StringRef instead of raw pointer in ExecutionEngine by Mehdi Amini · 9 years ago
  46. 825f7d8 [AVX-512] Add EVEX versions of VPBROADCASTW patterns with truncated i32 loads. by Craig Topper · 9 years ago
  47. dbe4e45 [AVX-512] Add VLX command lines to 128 and 256-bit shufffle tests. by Craig Topper · 9 years ago
  48. 0efcb40 Use StringRef in Datalayout API (NFC) by Mehdi Amini · 9 years ago
  49. afe556b DIFlags: use StringRef instead of raw pointer (NFC) by Mehdi Amini · 9 years ago
  50. 48435b0 Revert "Use StringRef in Datalayout API (NFC)" by Mehdi Amini · 9 years ago
  51. b398ca6 Use StringRef in Datalayout API (NFC) by Mehdi Amini · 9 years ago
  52. 6bd185b Use StringRef in Pass Info/Support API (NFC) by Mehdi Amini · 9 years ago
  53. b7d8ee4 Use StringRef in CommandLine Options handling (NFC) by Mehdi Amini · 9 years ago
  54. 798a8cd Use StringRef instead of raw pointer in MachinePassRegistry (NFC) by Mehdi Amini · 9 years ago
  55. 5e07fb3 Use StringRef in TLI instead of raw pointer (NFC) by Mehdi Amini · 9 years ago
  56. 67f335d Use StringRef in Pass/PassManager APIs (NFC) by Mehdi Amini · 9 years ago
  57. 3e821f8 Revert "AMDGPU: Don't use offen if it is 0" by Mehdi Amini · 9 years ago
  58. 26e89a7 Remove getTargetTriple and update all uses to use the Triple off by Eric Christopher · 9 years ago
  59. 0c50304 Stop calling getTargetTriple off of the AsmPrinter and constructing a by Eric Christopher · 9 years ago
  60. 76315da Remove TargetTriple from AArch64MCInstLower as it's used in few places by Eric Christopher · 9 years ago
  61. 494146d AMDGPU: Don't use offen if it is 0 by Matt Arsenault · 9 years ago
  62. 65e620e Use StringRef in LTOCodegenerator (NFC) by Mehdi Amini · 9 years ago
  63. a5deba0 Use StringRef in LTOModule implementation (NFC) by Mehdi Amini · 9 years ago
  64. fc85882 Use StringRef in Triple API (NFC) by Mehdi Amini · 9 years ago
  65. f46303a [libFuzzer] implement the -shrink=1 option that tires to make elements of the corpus smaller, off by default by Kostya Serebryany · 9 years ago
  66. 28901d9 [MC] Prevent out of order HashDirective lexing in AsmLexer. by Nirav Dave · 9 years ago
  67. 090f75d [ASAN] Add the binder globals on Darwin to llvm.compiler.used to avoid LTO dead-stripping by Mehdi Amini · 9 years ago
  68. b6b3db7 [libFuzzer] remove some experimental code by Kostya Serebryany · 9 years ago
  69. c5efc2c [llvm-objdump] Switch to a range loop. NFCI. by Davide Italiano · 9 years ago
  70. a179dcf ScheduleDAGInstrs: Cleanup, use range based for; NFC by Matthias Braun · 9 years ago
  71. 7faa446 [libFuzzer] fix openssl fuzzer tests when running on a machine w/o openssl installed by Kostya Serebryany · 9 years ago
  72. 5d78fc6 [libFuzzer] remove unused option by Kostya Serebryany · 9 years ago
  73. 7d8f62d [SEH] Emit the parent frame offset label even if there are no funclets by Reid Kleckner · 9 years ago
  74. e71d314 [AArch64][RegisterBankInfo] Use the helper functions for the checks by Quentin Colombet · 9 years ago
  75. 2bd65b5 [AArch64][RegisterBankInfo] Rename getValueMappingIdx to getValueMapping by Quentin Colombet · 9 years ago
  76. e4d60ad [AArch64][RegisterBankInfo] Compress the ValueMapping table a bit. by Quentin Colombet · 9 years ago
  77. caf04a8 [AArch64][RegisterBankInfo] Refactor the code to access AArch64::ValMapping by Quentin Colombet · 9 years ago
  78. ce2d317 [AArch64][RegisterBankInfo] Rename getRegBankIdx to getRegBankIdxOffset by Quentin Colombet · 9 years ago
  79. da69cda [AArch64][RegisterBankInfo] Use the static opds mapping for alt mappings by Quentin Colombet · 9 years ago
  80. 9e1ee71 [libFuzzer] move common parts of shell scripts into a separate file by Kostya Serebryany · 9 years ago
  81. e4bd610 [libfuzzer] sancov documentation update by Mike Aizatsky · 9 years ago
  82. 05539ce NFC Add const by Piotr Padlewski · 9 years ago
  83. 66c32d5 NFC fix class members initialization by Piotr Padlewski · 9 years ago
  84. 8948c79 NFC fix doxygen comments by Piotr Padlewski · 9 years ago
  85. 3f7d165 Do not pass a superblock to PDBFileBuilder. by Rui Ueyama · 9 years ago
  86. 9d24c09 Pass a filename instead of a msf::WritableStream to PDBFileBuilder::commit. by Rui Ueyama · 9 years ago
  87. e68f1f1 Sort LLVM_VERSION_INFO by Joerg Sonnenberger · 9 years ago
  88. d79cc3d GC left-over from workarounds for missing pid_t and size_t by Joerg Sonnenberger · 9 years ago
  89. be24ede GC ENABLE_PIC by Joerg Sonnenberger · 9 years ago
  90. dd9e07b GC HAVE___DSO_HANDLE by Joerg Sonnenberger · 9 years ago
  91. 11c0597 Correctly expand HOST_LINK_VERSION. by Joerg Sonnenberger · 9 years ago
  92. 37e039e Fix expansion of HAVE_SYS_MMAN_H by Joerg Sonnenberger · 9 years ago
  93. 93ae5d5 GC HAVE_LINK_EXPORT_DYNAMIC. by Joerg Sonnenberger · 9 years ago
  94. 051cae6 GC HAVE_MMAP and HAVE_MMAP_FILE by Joerg Sonnenberger · 9 years ago
  95. 513fcd6 Spell comment consistently with other library comments. by Joerg Sonnenberger · 9 years ago
  96. e3674fa Sort LINK_POLLY_INTO_TOOLS. by Joerg Sonnenberger · 9 years ago
  97. d851cd5 GC STDC_HEADERS. by Joerg Sonnenberger · 9 years ago
  98. 593505d Deal with the (historic) MAP_ANONYMOUS vs MAP_ANON directly by using CPP by Joerg Sonnenberger · 9 years ago
  99. f1086ea Retire NEED_DEV_ZERO_FOR_MMAP. It should be needed only on outdated by Joerg Sonnenberger · 9 years ago
  100. 4c3dd49 HAVE_LINK_R is not the only reason why this needs config.h. by Joerg Sonnenberger · 9 years ago