1. 96d6052 Update documentation about convergent attribute. by Justin Lebar · 10 years ago
  2. 4162134 Fix GCC build. by Peter Collingbourne · 10 years ago
  3. 3248c62 [CodeGen] Prefer "if (SDValue R = ...)" to "if (R.getNode())". NFCI. by Ahmed Bougacha · 10 years ago
  4. 55579b6 [X86] Don't reuse an unrelated variable, create a new one. NFC. by Ahmed Bougacha · 10 years ago
  5. 4910e4e [X86] Remove unnecessary assignment. NFC. by Ahmed Bougacha · 10 years ago
  6. a92e5eb Add C binding for AllocaInst::getAllocatedType by Amaury Sechet · 10 years ago
  7. 40cd497 WholeProgramDevirt: introduce. by Peter Collingbourne · 10 years ago
  8. 0999758 Improve the C API echo test tool to emit basic block is the right order. by Amaury Sechet · 10 years ago
  9. fff6db5 [mips] Extend MipsAsmParser class to handle %got(sym + const) expressions by Simon Atanasyan · 10 years ago
  10. e27b451 [MemoryBuiltins] Fix an issue with hasNoAliasAttr by Sanjoy Das · 10 years ago
  11. 6d94591 [Verifier] Add checks for masked.load and masked.store intrinsics by Philip Reames · 10 years ago
  12. 068c0ce [SelectionDAG] make getMemBasePlusOffset() accessible; NFCI by Sanjay Patel · 10 years ago
  13. 1cacc09 This brings back commit r259578. by Rafael Espindola · 10 years ago
  14. ac799e6 Fix name style. by Rafael Espindola · 10 years ago
  15. c0b725b Update comment style. by Rafael Espindola · 10 years ago
  16. 5a372be Revert "Correct size calculations for ELF files" by Rafael Espindola · 10 years ago
  17. 3b3e0dc [AArch64] This check is specific to merging instructions. NFC. by Chad Rosier · 10 years ago
  18. f0f8b1c Remove system-libs.test for now by Ehsan Akhgari · 10 years ago
  19. 4f20943 Fix a test added in r260263 by Ehsan Akhgari · 10 years ago
  20. ffcd478 [InstCombine][GC] Handle gc.relocations of vector type by Philip Reames · 10 years ago
  21. d3a670d [AArch64] AArch64LoadStoreOptimizer: fix bug in pre-inc check iterator by Geoff Berry · 10 years ago
  22. a9adb28 [AArch64] Bail even earlier if the instructions modifieds the base register. NFC. by Chad Rosier · 10 years ago
  23. ea51072 [AArch64] Simplify. NFC. by Chad Rosier · 10 years ago
  24. 466cf9c [AArch64] Add an assert to ensure we don't scale an offset that can't be scaled. by Chad Rosier · 10 years ago
  25. 5152245 Fix a typo in r260263 by Ehsan Akhgari · 10 years ago
  26. 452287c [AArch64] Add a FIXME about invalid KILL markers after the ld/st opt pass. by Chad Rosier · 10 years ago
  27. a20946b llvm-config: Add preliminary Windows support by Ehsan Akhgari · 10 years ago
  28. 9a6bc9b Turn on LLVM_ENABLE_PLUGINS by default on Windows by Ehsan Akhgari · 10 years ago
  29. 9159781 Add support for importing and exporting Registry objects on Windows by Ehsan Akhgari · 10 years ago
  30. 41dc0a6 [AArch64] Remove redundant calls and clang format. NFC. by Chad Rosier · 10 years ago
  31. 4ea9b60 [Hexagon] Fixing relocation generation and adding tests. by Colin LeMahieu · 10 years ago
  32. 3f9e772 [MC] Adding GOTREL expression variant. by Colin LeMahieu · 10 years ago
  33. 9c3c7d8 [AArch64] Hoist now common logic. NFC. by Chad Rosier · 10 years ago
  34. 14c18a3 [AArch64] Rename variable to make it clear we're merging here, not pairing. by Chad Rosier · 10 years ago
  35. 74ced0a [AArch64] Separage the codegen logic for widening vs. pairing. NFC. by Chad Rosier · 10 years ago
  36. 30b3205 [llvm-readobj][ELF] Show MIPS GOT content when there is another zero-sized section at the same address by Simon Atanasyan · 10 years ago
  37. 23b546b [FunctionAttrs] Fix SCC logic around operand bundles by Sanjoy Das · 10 years ago
  38. f3ca5b4 Fix a formatting problems with llvm-size and the -m option. by Kevin Enderby · 10 years ago
  39. 7fd6a2c [AArch64] Cleanup to simplify logic when widening vs. pairing loads/stores. NFC. by Chad Rosier · 10 years ago
  40. b8a6344 [x86] make getOneTrueElt() a helper function ; NFC by Sanjay Patel · 10 years ago
  41. b0a81e9 [AArch64] Rename variable to improve readability. NFC. by Chad Rosier · 10 years ago
  42. 95fa36a [AArch64] Remove stale comment. by Chad Rosier · 10 years ago
  43. 060498b Fix comment for MD5Hash. by Teresa Johnson · 10 years ago
  44. 6a78b65 [X86][AVX2] Fix SIGN_EXTEND vector handling on AVX2 targets. by Simon Pilgrim · 10 years ago
  45. a55dfdc Add comments to some tests by Xinliang David Li · 10 years ago
  46. e857187 Further reduce test overhead by Xinliang David Li · 10 years ago
  47. 9ac7dce Refactor PGO function naming and MD5 hashing support out of ProfileData by Teresa Johnson · 10 years ago
  48. 3775b63 Use std::forward to make ErrorOr<T> constructible from a value that has a user-defined conversion to T. No functionality change intended. by Nick Lewycky · 10 years ago
  49. 4e07414 [GMR/OperandBundles] Teach getModRefBehavior about operand bundles by Sanjoy Das · 10 years ago
  50. 749e602 Remove TrailingObjects::operator delete. It's still suffering from by Richard Smith · 10 years ago
  51. 8a618ff Fix the LLVM_ENABLE_MODULES build after adding TargetOpcodes.def in r259726. by David L Kreitzer · 10 years ago
  52. 81c2fc4 Add an "addUsedAAAnalyses" helper function by Sanjoy Das · 10 years ago
  53. 38e2fe6 Remove SCEVAAWrapperPass from createLegacyPMAAResults; NFC by Sanjoy Das · 10 years ago
  54. bca133d Re-commit r259942 (reverted in r260053) with a different workaround for the MSVC bug. by Richard Smith · 10 years ago
  55. 9f15b40 Simplify some expressions involving unique_ptr and ErrorOr by David Blaikie · 10 years ago
  56. a60f524 This patch is to fix PR26529 caused by r259736. by Wei Mi · 10 years ago
  57. d95e7b0 [llvm-nm] Remove excessive parenthesis, noticed by David Blaikie. by Davide Italiano · 10 years ago
  58. aab8d7f [PGO] Revert r260146 as it breaks Darwin platforms. by Rong Xu · 10 years ago
  59. 08d1cff Factor out UnrollAnalyzer to Analysis, and add unit tests for it. by Michael Zolotukhin · 10 years ago
  60. 8464bb8 [X86][SSE1] Add MOVLHPS/MOVHLPS lowering and memory folding support by Simon Pilgrim · 10 years ago
  61. 68c43d4 [llvm-nm] Yet another attempt of simplifying code. by Davide Italiano · 10 years ago
  62. fb2b3b0 [regalloc][WinEH] Do not mark intervals as not spillable if they contain a regmask by Andrew Kaylor · 10 years ago
  63. eb833ba llvm-cov: Fix reading gcov data that does not have function names by Justin Bogner · 10 years ago
  64. 5835d8e cmake: Use "set" instead of "option" for LLVM_ENABLE_LTO by Justin Bogner · 10 years ago
  65. cdcce2d [WebAssembly] Update the br_if instructions' operand orders to match the spec. by Dan Gohman · 10 years ago
  66. 6ac56c2 rangify; NFC by Sanjay Patel · 10 years ago
  67. c9a0177 [PGO] Differentiate Clang instrumentation and IR level instrumentation profiles by Rong Xu · 10 years ago
  68. ab75a17 [x86] convert masked store of one element to scalar store by Sanjay Patel · 10 years ago
  69. 1d15d57 cmake: Accept "thin" or "full" as arguments to -DLLVM_ENABLE_LTO by Justin Bogner · 10 years ago
  70. 307f4d0 Fix build bot failure by Xinliang David Li · 10 years ago
  71. 58abe5f AMDGPU/SI: Implement a work-around for smrd corrupting vccz bit by Tom Stellard · 10 years ago
  72. da65ee3 Add triple to h-registers-3.ll to make bots happy after r260133 by Hans Wennborg · 10 years ago
  73. 7dfc343 [X86] Don't zero/sign-extend i1, i8, or i16 return values to 32 bits (PR22532) by Hans Wennborg · 10 years ago
  74. bff2e82 AArch64: match correct order in subtraction pattern. by Tim Northover · 10 years ago
  75. c5e1c37 fix typos; NFC by Sanjay Patel · 10 years ago
  76. 4ebe058 Simplify this unittest. by Adrian Prantl · 10 years ago
  77. 60a32b5 AMDGPU: Remove bfi and bfm intrinsics by Matt Arsenault · 10 years ago
  78. ce0afe6 [ThinLTO] Remove imported available externally defs from comdats. by Teresa Johnson · 10 years ago
  79. 04638a6 [PGO] Enable compression in pgo instrumentation by Xinliang David Li · 10 years ago
  80. e942cf8 [SCEV][LAA] Re-commit r260085 and r260086, this time with a fix for the memory by Silviu Baranga · 10 years ago
  81. c44fb84 Add a unit test for r259973. by Adrian Prantl · 10 years ago
  82. b21e290 [JumpThreading] Change a return of ComputeValueKnownInPredecessors() by Haicheng Wu · 10 years ago
  83. 98d69cc SelectionDAG: Lower some range metadata to AssertZext by Matt Arsenault · 10 years ago
  84. 76a73b5 [AVX512][PROLQ][PROLD] Change imm8 to int by Michael Zuckerman · 10 years ago
  85. a2a4a6e [SLP] Fix placement of debug statement (NFC) by Igor Breger · 10 years ago
  86. d23febf AVX512: Change builtin function name for scalar intrinsics. Add "mask" to function name to reflect the function behavior. by Igor Breger · 10 years ago
  87. bbaff75 Revert r260086 and r260085. They have broken the memory sanitizer bots. by Silviu Baranga · 10 years ago
  88. 147a268 [LoopVersioning] Don't assert when there are no memchecks by Silviu Baranga · 10 years ago
  89. 41fcf12 [SCEV][LAA] Add no wrap SCEV predicates and use use them to improve strided pointer detection by Silviu Baranga · 10 years ago
  90. 428ffed [asan] Introduce new hidden -asan-use-private-alias option. by Maxim Ostapenko · 10 years ago
  91. f80c9dd [WebAssembly] Add another optimization idea to README.txt. by Dan Gohman · 10 years ago
  92. 0fe9ca1 [X86] Change FeatureIFMA string to 'avx512ifma'. Matches gcc and fixes PR26461. by Craig Topper · 10 years ago
  93. 86ed0da [Support] Use hexdigit. NFC by Craig Topper · 10 years ago
  94. 69a0c7c [Support] Fix the examples and assertion for format_hex_no_prefix to take into account that there are no prefix characters to include in Width. by Craig Topper · 10 years ago
  95. 5b9f36b Disable llvm/test/tools/llvm-profdata/value-prof.proftext on win32 for now. Investigating. by NAKAMURA Takumi · 10 years ago
  96. 392b9d2 [X86][SSE] Resolve target shuffle inputs to sentinels to permit more combines by Simon Pilgrim · 10 years ago
  97. fb040e0 [X86][SSE] Regenerate PSHUFB shuffle mask comments tests by Simon Pilgrim · 10 years ago
  98. d479774 Make check line consistent by Daniel Berlin · 10 years ago
  99. 732c5d9 Revert 259942, r259943, r259948. by Nico Weber · 10 years ago
  100. 3440864 [docs] Add a note that the Visual Studio C++ tools are required by Keno Fischer · 10 years ago