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