1. 75cca7a Use posix_fallocate instead of ftruncate. by Rafael Espindola · 9 years ago
  2. ea47fc5 [tsan] Don't instrument __llvm_gcov_global_state_pred or __llvm_gcda* by Vedant Kumar · 9 years ago
  3. b2e69d9 ARM: move feature for Thumb2 pkhbt/pkhtb onto architectures. by Tim Northover · 9 years ago
  4. 98d2ab3 [GlobalISel] Mark newly-created gvregs as having a bank. by Ahmed Bougacha · 9 years ago
  5. e627715 [GlobalISel] Simplify more RegClassOrRegBank is+get. NFC. by Ahmed Bougacha · 9 years ago
  6. baf88b3 [FunctionAttrs] Correct the safety analysis for inference of 'returned' by David Majnemer · 9 years ago
  7. bd77322 [SCCP] Improve assert messages. NFCI. by Davide Italiano · 9 years ago
  8. 3487192 [libFuzzer] properly intercept memmem by Kostya Serebryany · 9 years ago
  9. fbab381 [DSE] Add additional debug output. NFC. by Chad Rosier · 9 years ago
  10. 3c8951d Add a testcase for r275581 by David Majnemer · 9 years ago
  11. a05b1c3 [RegionInfo] Some cleanups by David Majnemer · 9 years ago
  12. 2666c82 [RegionPass] Some minor cleanups by David Majnemer · 9 years ago
  13. 55bd48f [LoopPass] Some minor cleanups by David Majnemer · 9 years ago
  14. ce04fe5 This code block breaks the docs build (http://lab.llvm.org:8011/builders/llvm-sphinx-docs/builds/11920/steps/docs-llvm-html/logs/stdio), but I cannot see anything immediately wrong with it and cannot reproduce the diagnostic locally. Setting the code highlighting to none instead of nasm to hopefully get the bot stumbling back towards green. by Aaron Ballman · 9 years ago
  15. d9f3c5e add tests related to PR28466 by Sanjay Patel · 9 years ago
  16. 259dd35 [X86][AVX512] Added AVX512 subvector broadcast tests by Simon Pilgrim · 9 years ago
  17. 5d55323 [X86][AVX] Fixed typo in test names by Simon Pilgrim · 9 years ago
  18. 33f9159 [DSE] Add additional debug output. NFC. by Chad Rosier · 9 years ago
  19. 779845c add missing test for simplifySelectBitTest() by Sanjay Patel · 9 years ago
  20. 65165b2 [InstCombine] Enable cast-folding in logic(cast(icmp), cast(icmp)) by Tobias Grosser · 9 years ago
  21. 1ce58d7 AMDGPU: Only use legal inline immediates with kill pseudo by Matt Arsenault · 9 years ago
  22. 0f9cdd2 [X86][SSE] Reimplement SSE fp2si conversion intrinsics instead of using generic IR by Simon Pilgrim · 9 years ago
  23. aa39b55 [ARM] Refactor Thumb2 Mul and Mla instr descs by Sam Parker · 9 years ago
  24. 7f3b304 [AArch64] PredictableSelectIsExpensive for Vulcan. by Pankaj Gode · 9 years ago
  25. ca1d6a6 Add support for tlsldm assembler operator to ARM target by Peter Smith · 9 years ago
  26. c964a66 [AARCH64] Fix linu triple typo by Simon Pilgrim · 9 years ago
  27. e927841 [AARCH64] Enable AARCH64 lit tests on windows dev machines by Simon Pilgrim · 9 years ago
  28. 3c62668 Get rid of VS2015 operator precedence warning. NFCI. by Simon Pilgrim · 9 years ago
  29. 6b209b8 [mips][ias] R_MIPS_GOT_(PAGE|OFST) do not need symbols by Daniel Sanders · 9 years ago
  30. 0f320a4 [mips] Correct label prefixes for N32 and N64. by Daniel Sanders · 9 years ago
  31. 6019c79 [mips] Recognise the triple used by Debian stretch for mips64el. by Daniel Sanders · 9 years ago
  32. 0f7fca9 [InstCombine] Minor cleanup of cast simplification code [NFC] by Tobias Grosser · 9 years ago
  33. 3666281 Style: drop some unnecessary ';' [NFC] by Tobias Grosser · 9 years ago
  34. 87a7905 AVX-512: Fixed BT instruction selection. by Elena Demikhovsky · 9 years ago
  35. c61cf90 [AVX512] Give priority to EVEX encoded PSHUFB over the VEX versions. by Craig Topper · 9 years ago
  36. b120dcd [X86] Remove superfluous parameter from a multiclass. All instantiations passed the same value. by Craig Topper · 9 years ago
  37. 9906b88 [MemorySSA] Update to the new shiny walker. by George Burgess IV · 9 years ago
  38. dbee0bf [X86] Rename VINSERTzrr to use a capital Z to match other instructions. NFC by Craig Topper · 9 years ago
  39. d91d378 Retry: [llvm-profdata] Speed up merging by using a thread pool by Vedant Kumar · 9 years ago
  40. 40a2c52 Revert "[llvm-profdata] Speed up merging by using a thread pool" by Vedant Kumar · 9 years ago
  41. 92a8d60 Recommit the patch "Use uniforms set to populate VecValuesToIgnore". by Wei Mi · 9 years ago
  42. 530f0c2 AMDGPU/SI: Fix SI scheduler refcount issue by Matt Arsenault · 9 years ago
  43. 4cead0b AMDGPU: Expand register indexing pseudos in custom inserter by Matt Arsenault · 9 years ago
  44. 5a04b09 [Kaleidoscope][BuildingAJIT] More work on the text for Chapter 3. by Lang Hames · 9 years ago
  45. aaf3f19 [LoopReroll] Reroll loops with unordered atomic memory accesses by Sanjoy Das · 9 years ago
  46. 2d37e25 TableGen: Allow custom register operand decoder method by Matt Arsenault · 9 years ago
  47. f36ea23 AMDGPU: Fix test name and broken CHECK-LABEL by Matt Arsenault · 9 years ago
  48. 27e3ea1 [utils] Generate html reports with the code coverage utility script by Vedant Kumar · 9 years ago
  49. ec2cddd Fix -Wreturn-type with gcc 4.8 and libc++ by Matt Arsenault · 9 years ago
  50. 94471e3 [llvm-profdata] Speed up merging by using a thread pool by Vedant Kumar · 9 years ago
  51. 09080a9 [NVPTX] Make sure we adjust alignment at all call sites by Artem Belevich · 9 years ago
  52. e7eb2d5 [PM] Convert Loop Strength Reduce pass to new PM by Dehao Chen · 9 years ago
  53. 829ba42 Update doxygen description for `WriteBitcodeToFile()` API (NFC) by Mehdi Amini · 9 years ago
  54. 385d706 [PM] Port FunctionImport Pass to new PM by Teresa Johnson · 9 years ago
  55. fba236f Revert rL275912. by Wei Mi · 9 years ago
  56. 1938056 Use uniforms set to populate VecValuesToIgnore. by Wei Mi · 9 years ago
  57. dba9c32 refactor SimplifySelectInst; NFCI by Sanjay Patel · 9 years ago
  58. dd7a28e Write isUInt using template specializations to work around an incorrect MSVC warning. by Justin Lebar · 9 years ago
  59. cc7cb1c add tests for missed sext transform by Sanjay Patel · 9 years ago
  60. 9beed53 build_llvm_package.bat: update version to 4.0.0 by Hans Wennborg · 9 years ago
  61. 52f3fd0 auto-generate checks by Sanjay Patel · 9 years ago
  62. 394b671 Revert r273099 "If the revision number starts with r, drop it. It will get added back" by Hans Wennborg · 9 years ago
  63. 67e73ac [NVPTX] Force minimum alignment of 4 for byval arguments of device-side functions. by Artem Belevich · 9 years ago
  64. 1bf3e6c [LoopSimplify] Update LCSSA after separating nested loops. by Michael Zolotukhin · 9 years ago
  65. 2d1ffcc Revert "[ARM] Skip inline asm memory operands in DAGToDAGISel" by Vitaly Buka · 9 years ago
  66. 8b25cc9 Revert "[ARM] Update test to use CHECK-LABEL. NFCI." by Vitaly Buka · 9 years ago
  67. 8c78205 [MC] Separate non-parsing operations from conditional chains. NFC. by Nirav Dave · 9 years ago
  68. cf907e0 [GVNHoist] Remove a home-grown version of replaceUsesOfWith by David Majnemer · 9 years ago
  69. a2def1b [LCSSA] Post-process PHI-nodes created by SSAUpdate when constructing LCSSA form. by Michael Zolotukhin · 9 years ago
  70. 1b96f3c AMDGPU: Remove pointless dyn_cast_or_null by Matt Arsenault · 9 years ago
  71. a554d40 Fix -Wmicrosoft-enum-value in GVNHoist.cpp by Reid Kleckner · 9 years ago
  72. 93695a4 [X86][SSE] Regenerate extraction from promotion test by Simon Pilgrim · 9 years ago
  73. 6bb6adf [X86][SSE] Regenerate extraction+store memop tests by Simon Pilgrim · 9 years ago
  74. d57926e [X86][SSE] Regenerate truncate+extension memop tests by Simon Pilgrim · 9 years ago
  75. dddc530 AMDGPU: Fix missing switch case warning by Matt Arsenault · 9 years ago
  76. 9a118f0 Regenerate test by Simon Pilgrim · 9 years ago
  77. bb09cfd AMDGPU: Add intrinsic for s_flbit_i32/v_ffbh_i32 by Matt Arsenault · 9 years ago
  78. 40ca91a AMDGPU/R600: Replace barrier intrinsics by Matt Arsenault · 9 years ago
  79. 865e2fa AMDGPU: Remove dead check in AMDGPUPromoteAlloca by Matt Arsenault · 9 years ago
  80. 797b9ee AMDGPU: Remove dead code and redundant check by Matt Arsenault · 9 years ago
  81. 5e89a80 [ThinLTO] Address review comments from PGO indirect call promotion (NFC) by Teresa Johnson · 9 years ago
  82. d7c16ef CodeGenPrep: use correct function to determine Global's alignment. by Tim Northover · 9 years ago
  83. ee86574 [llvm-cov] Re-write a very opaque comment (NFC) by Vedant Kumar · 9 years ago
  84. e046459 Trunk release notes now refer to 4.0.0 by Hans Wennborg · 9 years ago
  85. 98c7b9a [llvm-cov] Place anchors around line numbers in html reports by Vedant Kumar · 9 years ago
  86. a3ff212 [llvm-cov] Clean up error reporting (NFC) by Vedant Kumar · 9 years ago
  87. 5337a14 Bump the trunk version to 4.0.0svn. by Hans Wennborg · 9 years ago
  88. 44217e1 [Hexagon] Handle returning small structures by value by Krzysztof Parzyszek · 9 years ago
  89. b3b8a5a [Hexagon] Revert r275822: mistake in commit message by Krzysztof Parzyszek · 9 years ago
  90. c91180f [X86][AVX] Add target shuffle decode support for VBROADCAST by Simon Pilgrim · 9 years ago
  91. 4cb51c5 [Hexagon] Handle returning small structures by value by Krzysztof Parzyszek · 9 years ago
  92. f94271d [X86] Accept SELECT op code for x86-64 fp128 type by Chih-Hung Hsieh · 9 years ago
  93. a9c9423 [MathExtras] Fix UB in minIntN by David Majnemer · 9 years ago
  94. 7778b11 [LoopDist] This test does not require ASSERTS by Adam Nemet · 9 years ago
  95. 9b7ecbe [LoopDist] Port to new PM by Adam Nemet · 9 years ago
  96. c7b8b5e [OptRemarkEmitter] Port to new PM by Adam Nemet · 9 years ago
  97. c476e17 Sort include headers by Adam Nemet · 9 years ago
  98. 00a0a78 [X86][AVX2] Added tests that demonstrate duplicate broadcasts by Simon Pilgrim · 9 years ago
  99. 2cdac89 [Hexagon] Misc changes to HexagonMachineScheduler, NFC by Krzysztof Parzyszek · 9 years ago
  100. a7c00b1 [Hexagon] Enable .cur formation in MISched for Hexagon V60 by Krzysztof Parzyszek · 9 years ago