1. cc26b12 Unxfail passing testcase on Hexagon by Krzysztof Parzyszek · 10 years ago
  2. f59da46 [ValueTracking] Understand more select patterns in ComputeKnownBits by James Molloy · 10 years ago
  3. ba4dbaf [Hexagon] Handle branches with non-mbb operands by Krzysztof Parzyszek · 10 years ago
  4. 994f24a [LTO] Add a run of LoopUnroll by James Molloy · 10 years ago
  5. 5f2bc6c [ARM] Use the efficient version of BitVector::set and a static_assert. by Benjamin Kramer · 10 years ago
  6. 10387d2 [docs] Improve the documentation on committing code reviewed on by Dan Liew · 10 years ago
  7. 92d091b InstructionsTest.cpp: Fix a warning. [-Wsign-compare] by NAKAMURA Takumi · 10 years ago
  8. af6e897 Revert "Assert that we have all use/users in the getters." by Michael Zolotukhin · 10 years ago
  9. 741199b [GlobalsAA] Relax condition in checking globals as args to functions by Vaivaswatha Nagaraj · 10 years ago
  10. f8ccddc AVX512: VMOVDQA32/64 (load) intrinsic implementation. by Igor Breger · 10 years ago
  11. 183e87e Rename local variable to avoid conflict by Xinliang David Li · 10 years ago
  12. 6f91687 [UnitTest] Fix warning, NFC. by Joseph Tremoulet · 10 years ago
  13. 0d05e6c [OperandBundles] Copy DebugLoc with calls/invokes by Joseph Tremoulet · 10 years ago
  14. 94d8cb3 Cleanup: shorten prefix to consistent with other decls /NFC by Xinliang David Li · 10 years ago
  15. efefcdd [TableGen] Pass PassSubtarget flag into getCode instead of storing a copy of the flag in every AsmWriterOperand. NFC by Craig Topper · 10 years ago
  16. 294255b [CodeView] Add support for dumping binary annotations by David Majnemer · 10 years ago
  17. e6075bd Fix comments /NFC by Xinliang David Li · 10 years ago
  18. 5fd06e2 [PGO] clean up and documentation by Xinliang David Li · 10 years ago
  19. a416b73 [libFuzzer] suggest a dictionary to the user of some of the trace-based dictionary entries were successful by Kostya Serebryany · 10 years ago
  20. 7b82860 [AArch64] Don't assume extractelt constant index when matching shuffle. by Ahmed Bougacha · 10 years ago
  21. a4ccbce Add virtual dtor by Xinliang David Li · 10 years ago
  22. d9de69f WebAssembly: mark a few new failures by JF Bastien · 10 years ago
  23. e9382fe Mark remote-JIT tests as XFAIL, as well as win32, for targeting mingw32. by NAKAMURA Takumi · 10 years ago
  24. f7cfdf8 [X86] Don't alter HasOpaqueSPAdjustment after we've relied on it by David Majnemer · 10 years ago
  25. 103a361 [GC] Remove more dead code from Registry [NFCI] by Philip Reames · 10 years ago
  26. 7a335f8 Fix Release build warning. by Philip Reames · 10 years ago
  27. 3a4727c [GC] Remove a bunch of unused complexity from Registry and RegistryParser [NFCI] by Philip Reames · 10 years ago
  28. dda3410 llvm-profdata.cpp: Fix comment lines. [-Wdocumentation] by NAKAMURA Takumi · 10 years ago
  29. f7c44aa [GCRoot] Assert preconditions to clarify behavior by Philip Reames · 10 years ago
  30. 5353c0f [codeview] Regenerate C++ display name test case and update comments by Reid Kleckner · 10 years ago
  31. 326b7ce Stop increasing alignment of externally-visible globals on ELF platforms. by James Y Knight · 10 years ago
  32. 08ba2ca [TLS] New lower emutls pass, fix linkage bugs. by Chih-Hung Hsieh · 10 years ago
  33. c40a833 Add file missing from r257712 by Reid Kleckner · 10 years ago
  34. 92e8dcd [libFuzzer] make CurrentUnit a POD object instead of vector to avoid extra allocations by Kostya Serebryany · 10 years ago
  35. 13d3e2e [codeview] Share more enums across the writer and the dumper by Reid Kleckner · 10 years ago
  36. ad2da49 WebAssembly: fix build break introduced by ELFObjectWriter churn by JF Bastien · 10 years ago
  37. 8a0c782 [Coverage] introduce class hierarchy (funcRecordReader) to support multiple versions of coverage data by Xinliang David Li · 10 years ago
  38. b09c6d4 Add a triple to the test. by Rafael Espindola · 10 years ago
  39. 0d31a22 Revert r257699 -- windows buildbot failure TBI by Xinliang David Li · 10 years ago
  40. 3888fb0 [libFuzzer] make sure we find buffer overflow in the input buffer. Previously, re-using the same vector object was hiding buffer overflows (unless we used annotated vector) by Kostya Serebryany · 10 years ago
  41. 38c559c move return variable declarations down to where they are actually used; NFCI by Sanjay Patel · 10 years ago
  42. b68354f [Coverage] introduce class hierarchy (funcRecordReader) to support multiple versions of coverage data by Xinliang David Li · 10 years ago
  43. fdba645 Convert a few assert failures into proper errors. by Rafael Espindola · 10 years ago
  44. 9a03a19 Simplify. NFC. by Rafael Espindola · 10 years ago
  45. 72a0507 fix formatting; NFC by Sanjay Patel · 10 years ago
  46. 04e5638 hasNUses(0) == use_empty() ; NFCI by Sanjay Patel · 10 years ago
  47. fa283c3 Display detailed profile summary in llvm-profdata tool. by Easwaran Raman · 10 years ago
  48. 9b28616 [Hexagon] Fix the options controlling jump table generation by Krzysztof Parzyszek · 10 years ago
  49. dcf08fb rangify; NFCI by Sanjay Patel · 10 years ago
  50. 3af3cfa don't duplicate comments that are in the header file; NFC by Sanjay Patel · 10 years ago
  51. 01f1e93 don't repeat function names in comments; NFC by Sanjay Patel · 10 years ago
  52. 9a0e553 Relax testcase so it works on Windows. by Adrian Prantl · 10 years ago
  53. a1f41aa AMDGPU/SI: Update ISA version for FIJI by Changpeng Fang · 10 years ago
  54. 839f67b Fix instance of -Wcovered-switch-default by Reid Kleckner · 10 years ago
  55. f6ffec9 dsymutil: Only warn about missing clang modules once. by Adrian Prantl · 10 years ago
  56. 307c714 Remove bashism from merge.sh: POSIX sh does not have the `function` by Dimitry Andric · 10 years ago
  57. 6957121 Fix build of CodeView library by Reid Kleckner · 10 years ago
  58. 81124df Unbreak the sphinx build by Hans Wennborg · 10 years ago
  59. fb30f09 [readobj] Expand CodeView dumping functionality by Reid Kleckner · 10 years ago
  60. e1aa9b9 [WebAssembly] Add an assertion to catch unexpected MCFixupKindInfo flags. by Dan Gohman · 10 years ago
  61. c7e4634 [WebAssembly] MCFixupKindInfo's TargetSize is in bits rather than bytes. by Dan Gohman · 10 years ago
  62. 38fb5df don't repeat function names in comments; NFC by Sanjay Patel · 10 years ago
  63. c5d0ef9 Fix struct/class mismatch for MachineSchedContext by Hans Wennborg · 10 years ago
  64. 81e35dc rangify; NFCI by Sanjay Patel · 10 years ago
  65. 67e14a3 Avoid undefined behavior in LinkAllPasses.h by Dimitry Andric · 10 years ago
  66. 92df174 don't repeat names in comments ; NFC by Sanjay Patel · 10 years ago
  67. a07c74e Update version to 3.9. by Hans Wennborg · 10 years ago
  68. c0d8927 fix typo by Sanjay Patel · 10 years ago
  69. 1c18e5b AMDGPU/SI: Fix a GPU hang with POS_W_FLOAT enabled by Marek Olsak · 10 years ago
  70. fdcecea AMDGPU/SI: Add tests for non-void functions and InitialPSInputAddr by Marek Olsak · 10 years ago
  71. 8578c2b AMDGPU/SI: Remove ending s_endpgm from non-void functions by Marek Olsak · 10 years ago
  72. fe319de AMDGPU/SI: Add s_waitcnt at the end of non-void functions by Marek Olsak · 10 years ago
  73. 7207597 AMDGPU/SI: Add support for non-void functions by Marek Olsak · 10 years ago
  74. caaa234 [WebAssemly] Invalidate liveness in CFG stackifier by Derek Schuff · 10 years ago
  75. 57353d1 fix typo by Sanjay Patel · 10 years ago
  76. 5ef672d [lit] Fix handling of per test timeout when the installed psutil version by Dan Liew · 10 years ago
  77. 92da4c5 fix typo by Sanjay Patel · 10 years ago
  78. 56ae12b fix typo by Sanjay Patel · 10 years ago
  79. cead1b4 AMDGPU/SI: Add SI Machine Scheduler by Nicolai Haehnle · 10 years ago
  80. 44d0b48 Fixing warning by adding the X86ISD::VROTRI case. by Michael Zuckerman · 10 years ago
  81. af47668 [Hexagon] Do not insert non-phis before phis in bit simplification by Krzysztof Parzyszek · 10 years ago
  82. 8901532 [AVX512] Adding PMOVSXBD/W/Q , PMOVZSDQ and PMOVZSWD/Q Intrinsics . by Michael Zuckerman · 10 years ago
  83. d77802e [AVX512] Adding PMOVZXBD/W/Q , PMOVZXDQ and PMOVZXWD/Q Intrinsics by Michael Zuckerman · 10 years ago
  84. dc8dfe1 [PowerPC] Fix large code model with the ELFv2 ABI by Ulrich Weigand · 10 years ago
  85. 74012f5 [AVX512] adding PRORQ , PRORD , PRORLVQ and PRORLVD Intrinsics by Michael Zuckerman · 10 years ago
  86. d28ea84 AMDGPU/SI: Allow more shader inputs by Marek Olsak · 10 years ago
  87. 18a1b59 AMDGPU/SI: Allow any number of PS inputs by Marek Olsak · 10 years ago
  88. d2b0d84 AMDGPU/SI: Add new target attribute InitialPSInputAddr by Marek Olsak · 10 years ago
  89. bc61f35 AMDGPU/SI: Fix a bug in SIFoldOperands by Marek Olsak · 10 years ago
  90. 1f54774 LEA code size optimization pass (Part 2): Remove redundant LEA instructions. by Andrey Turetskiy · 10 years ago
  91. b3379c3 Add test cases that will show the bug that was fixed in r256725. by Craig Topper · 10 years ago
  92. cd0aefe [TableGen] Cleanup output formatting and add llvm_unreachables to the output the AsmMatcher uses when it overflows the 64-bit tables. No in tree targets use this code, but I tested it with an temporarily reduced table width. by Craig Topper · 10 years ago
  93. 05bdb7c [TableGen] Replace some hardcoded assumptions that the OpcodeInfo table is 64-bits for cleanliness. NFC by Craig Topper · 10 years ago
  94. abfd630 [TableGen] Use std::remove_if instead of an n^2 loop. NFC by Craig Topper · 10 years ago
  95. cdef20c [TableGen] Fix up some stale comments in the AsmMatcher. NFC by Craig Topper · 10 years ago
  96. ced4b13 [TableGen] Move calls to getValueAsInt out of a loop since they aren't simple functions. NFC by Craig Topper · 10 years ago
  97. 8bb7acb Remove extra whitespace. NFC. by Junmo Park · 10 years ago
  98. 06f2160 [ORC] Add extra debugging output to OrcRemoteTargetServer. by Lang Hames · 10 years ago
  99. c161401 [ORC] Fix typo in debugging output. by Lang Hames · 10 years ago
  100. d3a4714 [Inliner] Merge the attributes of the caller and callee functions by Akira Hatanaka · 10 years ago