1. 4fbe7c8 [RDF] Further improve readability of the graph by Krzysztof Parzyszek · 9 years ago
  2. 1c287c0 Use getSize instead of data().size(). NFC. by Rafael Espindola · 9 years ago
  3. 420bc56 [RTDyld] Fix a bug in RTDyldMemoryManager::deregisterEHFrames. by Lang Hames · 9 years ago
  4. d1ed87a [RDF] Replace RegisterAliasInfo with target-independent code using lane masks by Krzysztof Parzyszek · 9 years ago
  5. 7b05e5c [x86, SSE/AVX] allow 128/256-bit lowering for copysign vector intrinsics (PR30433) by Sanjay Patel · 9 years ago
  6. da49ba4 Don't drop the llvm. prefix when renaming. by Rafael Espindola · 9 years ago
  7. 097e033 fix formatting; NFC by Sanjay Patel · 9 years ago
  8. 3e3a0a0 Prevent out of order HashDirective lexing in AsmLexer. by Nirav Dave · 9 years ago
  9. 510a4bc AMDGPU: Fix typo by Matt Arsenault · 9 years ago
  10. 82f1243 AMDGPU: Fix missing -verify-machineinstrs in test by Matt Arsenault · 9 years ago
  11. d89ff9a [X86][SSE] Add PR30371 (shuffle constant folding) test case by Simon Pilgrim · 9 years ago
  12. 9920e54 Add new target hooks for LoadStoreVectorizer by Volkan Keles · 9 years ago
  13. ec44dc9 [ARM] Code size optimisation to lower udiv+urem to udiv+mls instead of a by Sjoerd Meijer · 9 years ago
  14. 6fd795d [CodeGen] Adding a test showing the current state of poor code gen of by Alexey Bataev · 9 years ago
  15. 1184da1 [lit] Throw in unimplemented method (NFC) by Chris Bieneman · 9 years ago
  16. 245ab62 [lit] Remove unused imports (NFC) by Chris Bieneman · 9 years ago
  17. 47cdc16 [lit] Compare to None using identity, not equality by Chris Bieneman · 9 years ago
  18. 4d21682 [AMDGPU] Remove unused variables from SIOptimizeExecMasking by Konstantin Zhuravlyov · 9 years ago
  19. dd1b9ba [PowerPC] Account for the ELFv2 function prologue during branch selection by Hal Finkel · 9 years ago
  20. 8fd6969 [AVX-512] Remove isCheapAsAMove flag from VMOVAPSZ128rm_NOVLX and friends. by Craig Topper · 9 years ago
  21. 7036cb8 [X86] Mark all sizes of (V)MOVUPD as trivially rematerializable. by Craig Topper · 9 years ago
  22. a96fb08 [X86][AVX2] Add support for combining target shuffles to VPERMD/VPERMPS by Simon Pilgrim · 9 years ago
  23. 4f64dd9 [SCEV] Rely on ConstantRange instead of custom logic; NFCI by Sanjoy Das · 9 years ago
  24. 53936b8 [ConstantRange] Make getEquivalentICmp smarter by Sanjoy Das · 9 years ago
  25. 630a87a [X86][AVX2] Missed opportunities to combine to VPERMD/VPERMPS by Simon Pilgrim · 9 years ago
  26. bb9190f [X86][AVX2] Fix typo in test names by Simon Pilgrim · 9 years ago
  27. c36f800 Rangify for loops. by Yaron Keren · 9 years ago
  28. 892bbf6 [x86] remove 'nan' strings from copysign assertions; NFC by Sanjay Patel · 9 years ago
  29. 7e696f0 [x86] add test to show unnecessary scalarization of copysign intrinsics (PR30433) by Sanjay Patel · 9 years ago
  30. 9d7b8dc [X86][AVX] Ensure broadcast loads respect dependencies by Simon Pilgrim · 9 years ago
  31. 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
  32. ca641f3 [X86] Fix indentation. NFC by Craig Topper · 9 years ago
  33. d300098 Revert r283057 and r283058 by Sanjoy Das · 9 years ago
  34. 4c305be [PowerPC] Refactor soft-float support, and enable PPC64 soft float by Hal Finkel · 9 years ago
  35. f6a95d4 Remove duplicated code; NFC by Sanjoy Das · 9 years ago
  36. afbfbca [SCEV] Rely on ConstantRange instead of custom logic; NFCI by Sanjoy Das · 9 years ago
  37. 4e4cf39 [ConstantRange] Make getEquivalentICmp smarter by Sanjoy Das · 9 years ago
  38. ca07d00 [SCEV] Remove commented out code; NFC by Sanjoy Das · 9 years ago
  39. d17dee5 COFF: Fix short import lib import name type bitshift by Martell Malone · 9 years ago
  40. ec8ee2a [X86][SSE] Cleaned up shuffle decode assertion messages by Simon Pilgrim · 9 years ago
  41. 1b14831 [SLPVectorizer][X86] Added fptosi/fptoui tests by Simon Pilgrim · 9 years ago
  42. 065e592 [CostModel][X86] Added tests for current fptosi/fptoui costs by Simon Pilgrim · 9 years ago
  43. a94243b4 [SLPVectorizer][X86] Added fcopysign tests by Simon Pilgrim · 9 years ago
  44. 4a24b14 [SLPVectorizer][X86] Added fabs tests by Simon Pilgrim · 9 years ago
  45. 1df457a [CostModel][X86] Added fcopysign costs by Simon Pilgrim · 9 years ago
  46. 793d2a4 Use StringRef for MemoryBuffer identifier API (NFC) by Mehdi Amini · 9 years ago
  47. 089e03e [CostModel][X86] Added fabs costs by Simon Pilgrim · 9 years ago
  48. fc651f7 Fix signed/unsigned warning by Simon Pilgrim · 9 years ago
  49. 20e8247 [X86][SSE] Add support for combining target shuffles to binary BLEND by Simon Pilgrim · 9 years ago
  50. a8904db Use StringRef in Registry API (NFC) by Mehdi Amini · 9 years ago
  51. 55ce06a [X86][SSE] Always combine target shuffles to MOVSD/MOVSS by Simon Pilgrim · 9 years ago
  52. 1c8d24e [X86][SSE] Enable commutation from MOVSD/MOVSS to BLENDPD/BLENDPS on SSE41+ targets by Simon Pilgrim · 9 years ago
  53. f4f5451 Revert r283029 - [cmake] Make LIT_COMMAND configurable and improve fallback support by Michal Gorny · 9 years ago
  54. f2993f0 [X86][SSE] Regenerate vselect tests and improve AVX1/AVX2 coverage by Simon Pilgrim · 9 years ago
  55. 6bc4743 Revert "[MC] Prevent out of order HashDirective lexing in AsmLexer." by Nirav Dave · 9 years ago
  56. c513af9 [cmake] Fix incorrect default for LIT_COMMAND, from r283029 by Michal Gorny · 9 years ago
  57. 310d306 [cmake] Make LIT_COMMAND configurable and improve fallback support by Michal Gorny · 9 years ago
  58. bf7d569 [OCaml] Install .mli (interface) files by Michal Gorny · 9 years ago
  59. 962713f Split a comment into generic description and note about the specific cmake use. by Joerg Sonnenberger · 9 years ago
  60. 1839f8a Retire LLVM_BINDIR and friends. They haven't been provided with actual by Joerg Sonnenberger · 9 years ago
  61. 120924c [libFuzzer] add fuzzer test for libxml2, finds https://bugzilla.gnome.org/show_bug.cgi?id=751631 by Kostya Serebryany · 9 years ago
  62. 83660ff GC HAVE_STRTOQ by Joerg Sonnenberger · 9 years ago
  63. a27efcd Retire bugpoint's -R. hack. by Joerg Sonnenberger · 9 years ago
  64. 1acd70c [libFuzzer] fix a recent bugs (buffer overflow) by Kostya Serebryany · 9 years ago
  65. b800476 [X86] Cleanup patterns for using VMOVDDUP for broadcasts. by Craig Topper · 9 years ago
  66. 102077e Revert "Use StringRef instead of raw pointer in TargetRegistry API (NFC)" by Mehdi Amini · 9 years ago
  67. ec52cde Use StringRef instead of raw pointers in MCAsmInfo/MCInstrInfo APIs (NFC) by Mehdi Amini · 9 years ago
  68. 876fe65 Use StringRef instead of raw pointer in TargetRegistry API (NFC) by Mehdi Amini · 9 years ago
  69. d1fa61b Use StringRef instead of raw pointer in ExecutionEngine by Mehdi Amini · 9 years ago
  70. 825f7d8 [AVX-512] Add EVEX versions of VPBROADCASTW patterns with truncated i32 loads. by Craig Topper · 9 years ago
  71. dbe4e45 [AVX-512] Add VLX command lines to 128 and 256-bit shufffle tests. by Craig Topper · 9 years ago
  72. 0efcb40 Use StringRef in Datalayout API (NFC) by Mehdi Amini · 9 years ago
  73. afe556b DIFlags: use StringRef instead of raw pointer (NFC) by Mehdi Amini · 9 years ago
  74. 48435b0 Revert "Use StringRef in Datalayout API (NFC)" by Mehdi Amini · 9 years ago
  75. b398ca6 Use StringRef in Datalayout API (NFC) by Mehdi Amini · 9 years ago
  76. 6bd185b Use StringRef in Pass Info/Support API (NFC) by Mehdi Amini · 9 years ago
  77. b7d8ee4 Use StringRef in CommandLine Options handling (NFC) by Mehdi Amini · 9 years ago
  78. 798a8cd Use StringRef instead of raw pointer in MachinePassRegistry (NFC) by Mehdi Amini · 9 years ago
  79. 5e07fb3 Use StringRef in TLI instead of raw pointer (NFC) by Mehdi Amini · 9 years ago
  80. 67f335d Use StringRef in Pass/PassManager APIs (NFC) by Mehdi Amini · 9 years ago
  81. 3e821f8 Revert "AMDGPU: Don't use offen if it is 0" by Mehdi Amini · 9 years ago
  82. 26e89a7 Remove getTargetTriple and update all uses to use the Triple off by Eric Christopher · 9 years ago
  83. 0c50304 Stop calling getTargetTriple off of the AsmPrinter and constructing a by Eric Christopher · 9 years ago
  84. 76315da Remove TargetTriple from AArch64MCInstLower as it's used in few places by Eric Christopher · 9 years ago
  85. 494146d AMDGPU: Don't use offen if it is 0 by Matt Arsenault · 9 years ago
  86. 65e620e Use StringRef in LTOCodegenerator (NFC) by Mehdi Amini · 9 years ago
  87. a5deba0 Use StringRef in LTOModule implementation (NFC) by Mehdi Amini · 9 years ago
  88. fc85882 Use StringRef in Triple API (NFC) by Mehdi Amini · 9 years ago
  89. 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
  90. 28901d9 [MC] Prevent out of order HashDirective lexing in AsmLexer. by Nirav Dave · 9 years ago
  91. 090f75d [ASAN] Add the binder globals on Darwin to llvm.compiler.used to avoid LTO dead-stripping by Mehdi Amini · 9 years ago
  92. b6b3db7 [libFuzzer] remove some experimental code by Kostya Serebryany · 9 years ago
  93. c5efc2c [llvm-objdump] Switch to a range loop. NFCI. by Davide Italiano · 9 years ago
  94. a179dcf ScheduleDAGInstrs: Cleanup, use range based for; NFC by Matthias Braun · 9 years ago
  95. 7faa446 [libFuzzer] fix openssl fuzzer tests when running on a machine w/o openssl installed by Kostya Serebryany · 9 years ago
  96. 5d78fc6 [libFuzzer] remove unused option by Kostya Serebryany · 9 years ago
  97. 7d8f62d [SEH] Emit the parent frame offset label even if there are no funclets by Reid Kleckner · 9 years ago
  98. e71d314 [AArch64][RegisterBankInfo] Use the helper functions for the checks by Quentin Colombet · 9 years ago
  99. 2bd65b5 [AArch64][RegisterBankInfo] Rename getValueMappingIdx to getValueMapping by Quentin Colombet · 9 years ago
  100. e4d60ad [AArch64][RegisterBankInfo] Compress the ValueMapping table a bit. by Quentin Colombet · 9 years ago