1. a170626 [GuardWidening] Widen guards with conditions of frequently taken dominated branches by Max Kazantsev · 7 years ago
  2. 5158029 [NFC] Fix typo by Xin Tong · 7 years ago
  3. e3fd2cc [NFC] Fixed unused function warning by David Bolvansky · 7 years ago
  4. cb6242d [DebugInfo] Refactor DbgInfoIntrinsic class hierarchy. by Hsiangkai Wang · 7 years ago
  5. 63c6ded [docs] Switch debug info metadata blocks to use `text` instead of `llvm` by Chandler Carruth · 7 years ago
  6. 512e317 [docs] Correct the basic syntax structure of the DISubrange example. by Chandler Carruth · 7 years ago
  7. 4c31db3 [docs] Remove an example that isn't well formed LLVM IR and trips up the by Chandler Carruth · 7 years ago
  8. 7290db8 [docs] Fix an LLVM-syntax code block to actually be valid LLVM synatx. by Chandler Carruth · 7 years ago
  9. c0cb45a [docs] Turn of `nasm` highlighting for a code block. by Chandler Carruth · 7 years ago
  10. d78e434 [docs] Reinstate r337730 - Add support for Markdown documentation in Sphinx. by Chandler Carruth · 7 years ago
  11. c64ea65 [ORC] Remove an incorrect use of 'cantFail'. by Lang Hames · 7 years ago
  12. 9a3ece1 [ORC] Change JITSymbolFlags debug output, add a function for getting a symbol by Lang Hames · 7 years ago
  13. 40868d4 [NFC] Fixed inliner tests - 2 by David Bolvansky · 7 years ago
  14. d4945d6 [NFC] Fixed inliner tests by David Bolvansky · 7 years ago
  15. 88ab670 Enrich inline messages by David Bolvansky · 7 years ago
  16. 6dac043 Revert "Add a warning if someone attempts to add extra section flags to sections" by Eric Christopher · 7 years ago
  17. fd7de2b [NFC][InstCombine] Add tests for sinking 'not' into 'xor' (PR38446) by Roman Lebedev · 7 years ago
  18. 02c1957 [NFC][InstCombine] Regenerate set.ll test by Roman Lebedev · 7 years ago
  19. f6904f8 [X86] Remove stale comments from a test. NFC by Craig Topper · 7 years ago
  20. f7da013 [InstCombine] [NFC] Tests for strcmp to memcmp transformation by David Bolvansky · 7 years ago
  21. b2e6802 [ADT] Add an early-increment iterator-like type and range adaptor. by Chandler Carruth · 7 years ago
  22. 30fa583 [TailCallElim] Preserve DT and PDT by Chijun Sima · 7 years ago
  23. 18aa36f [llvm-objdump] Remove continue after report_error which is unreachable by Fangrui Song · 7 years ago
  24. 134b06d [ADCE] Remove the need of DomTree by Chijun Sima · 7 years ago
  25. 8d82395 Reverted r338825 and all the following tries to fix issues introduced by that commit (r338826, r338827, r338829, r338880). by Galina Kistanova · 7 years ago
  26. a347456 [GISel]: Add Opcodes for CTLZ/CTTZ/CTPOP by Aditya Nandakumar · 7 years ago
  27. ec2a794 Fix buildbot breakage. by Rui Ueyama · 7 years ago
  28. 1090c4b Use the same constants as zlib to represent compression level. by Rui Ueyama · 7 years ago
  29. a5b8d5a [X86] Add isel patterns for atomic_load+sub+atomic_sub. by Craig Topper · 7 years ago
  30. 592e45f [X86] Add test cases to show missed opportunity to use RMW for atomic_load+sub+atomic_store. by Craig Topper · 7 years ago
  31. c2be4a7 [X86] Re-generate abi-isel.ll checks with update_llc_test_checks.py by Reid Kleckner · 7 years ago
  32. db7ed85 [X86] Make abi-isel.ll like update_llc_test_checks.py output by Reid Kleckner · 7 years ago
  33. a845a92 [X86] Layout tests exactly as update_llc_test_checks.py would by Reid Kleckner · 7 years ago
  34. 91f64a0 [X86] Remove RELEASE_ and ACQUIRE_ pseudo instructions. Use isel patterns and the normal instructions instead by Craig Topper · 7 years ago
  35. b37b5c5 [X86] Autogenerate complete checks. NFC by Craig Topper · 7 years ago
  36. f8fba90 [TRE][DebugInfo] Preserve Debug Location in new branch instruction by Anastasis Grammenos · 7 years ago
  37. 027b97f [SelectionDAG] Teach LegalizeVectorTypes to widen the mask input to a masked store. by Craig Topper · 7 years ago
  38. bb27297 [Support] Don't initialize compressed buffer allocated by zlib::compress by Fangrui Song · 7 years ago
  39. 7166ee5 DAG: Enhance isKnownNeverNaN by Matt Arsenault · 7 years ago
  40. 9f9755d [NVPTX] Handle __nvvm_reflect("__CUDA_ARCH"). by Artem Belevich · 7 years ago
  41. 8d1ce33 [X86] Add a DAG combine for the __builtin_parity idiom used by clang to enable better codegen by Craig Topper · 7 years ago
  42. e60d78f [X86] Add test cases for the current codegen of __builtin_parity. by Craig Topper · 7 years ago
  43. 8ef7ef8 [SLC] Refactor shrinking of functions (NFC) by Evandro Menezes · 7 years ago
  44. 1a17324 Fix crash in bounds checking. by Joel Galenson · 7 years ago
  45. dfa0460 [llvm-mca][docs] Move the code marker text into its own subsection. NFC. by Matt Davis · 7 years ago
  46. a02557d [X86] Fix line endings. by Simon Pilgrim · 7 years ago
  47. 5e1d437 [Partial Inlining] Fix small bug in detecting if we did something by Graham Yiu · 7 years ago
  48. 54c1354 [WebAssembly] Cleanup of the way globals and global flags are handled by Nicholas Wilson · 7 years ago
  49. d6b95e9 [llvm-mca] Speed up the computation of the wait/ready/issued sets in the Scheduler. by Andrea Di Biagio · 7 years ago
  50. 1a16c79 [Dominators] Make RemoveUnreachableBlocks return false if the BasicBlock is already awaiting deletion by Chijun Sima · 7 years ago
  51. 614e612 [llvm-mca][docs] Improve the CommandLine documentation. by Andrea Di Biagio · 7 years ago
  52. 3a8b61c convert some tabs to spaces by Nico Weber · 7 years ago
  53. 73b8421 [DebugInfo/Verifier] Don't emit error for missing module in index by Jonas Devlieghere · 7 years ago
  54. b49e617 [SystemZ] Improve handling of instructions which expand to several groups by Jonas Paulsson · 7 years ago
  55. 8d89c08 [NFC] Add missing comment by Max Kazantsev · 7 years ago
  56. 00ccfbc [NFC] Move some methods into static functions by Max Kazantsev · 7 years ago
  57. 8602af6 [Windows FS] Allow moving files in TempFile::keep by Jeremy Morse · 7 years ago
  58. 5bf23c0 [TargetLowering] Generalise BuildSDIV function by Simon Pilgrim · 7 years ago
  59. 80d3cc7 [llvm-exegesis] Renaming classes and functions. by Guillaume Chatelet · 7 years ago
  60. 3349324 [ARM] FP16: support vector zip and unzip by Sjoerd Meijer · 7 years ago
  61. 93e0d05 [XRay][tools] Use Support/JSON.h in llvm-xray convert by Dean Michael Berris · 7 years ago
  62. f1843f8 [X86] Add example of 'zero shift' guards on rotation patterns (PR34924) by Simon Pilgrim · 7 years ago
  63. 0c1e01d [ARM] FP16: support VFMA by Sjoerd Meijer · 7 years ago
  64. c45dda4 [XRay] fixup: add one more missing std::move(...) by Dean Michael Berris · 7 years ago
  65. afa9b4c [XRay] fixup: Add missing std::move(...) by Dean Michael Berris · 7 years ago
  66. 1760333 [XRay] Fixup: remove 'noexcept' in defaulted move members by Dean Michael Berris · 7 years ago
  67. ea39027 [XRay][llvm] Load XRay Profiles by Dean Michael Berris · 7 years ago
  68. 92ac758 [X86] Remove all the vector NOP bitcast patterns. Use a few lines of code in the Select method in X86ISelDAGToDAG.cpp instead. by Craig Topper · 7 years ago
  69. 1e182a9 build_llvm_package.bat: Add OpenMP back by Hans Wennborg · 7 years ago
  70. a9028ca [Dominators] Refine the logic of recalculate() in the DomTreeUpdater by Chijun Sima · 7 years ago
  71. 91fa1be [X86] Support fp128 and/or/xor/load/store with VEX and EVEX encoded instructions. by Craig Topper · 7 years ago
  72. ebab954 [InstSimplify] fold extracting from std::pair (2/2) by Hiroshi Inoue · 7 years ago
  73. 18e311e [Dominators] Convert existing passes and utils to use the DomTreeUpdater class by Chijun Sima · 7 years ago
  74. be1098c [X86] When post-processing the DAG to remove zero extending moves for YMM/ZMM, make sure the producing instruction is VEX/XOP/EVEX encoded. by Craig Topper · 7 years ago
  75. f5ce968 [X86] Autogenerate complete checks. NFC by Craig Topper · 7 years ago
  76. bf116bb [X86] Add R13D to the isInefficientLEAReg in FixupLEAs. by Craig Topper · 7 years ago
  77. 1435ef3 [X86] Autogenerate complete checks. NFC by Craig Topper · 7 years ago
  78. f24d85d [X86] Autogenerate complete checks. NFC by Craig Topper · 7 years ago
  79. ee462ee [X86] Prevent promotion of i16 add/sub/and/or/xor to i32 if we can fold an atomic load and atomic store. by Craig Topper · 7 years ago
  80. fb8aead [LICM] Remove unneccessary safety check to increase sinking effectiveness by Philip Reames · 7 years ago
  81. 58b1de4 objdump: Better handling of Mach-O universal binaries by Dave Lee · 7 years ago
  82. f4a5ef1 [GlobalMerge] Allow merging globals with explicit section markings. by Eli Friedman · 7 years ago
  83. 25b5886 [AMDGPU] Minor change to d16 buffer load implementation by Tim Renouf · 7 years ago
  84. 7990533 [AMDGPU] Reworked SIFixWWMLiveness by Tim Renouf · 7 years ago
  85. 0c92792 [X86] Allow 'atomic_store (neg/not atomic_load)' to isel to a RMW instruction. by Craig Topper · 7 years ago
  86. fe4807d [X86] Add NEG and NOT test cases to atomic_mi.ll in preparation for fixing the FIXME in X86InstrCompiler.td to make these work for atomic load/store. by Craig Topper · 7 years ago
  87. 5e96e38 [AMDGPU] Avoid using divergent value in mubuf addr64 descriptor by Tim Renouf · 7 years ago
  88. f1aa92e [MS Demangler] Fix some tests that are no longer broken. by Zachary Turner · 7 years ago
  89. 0b5d0cf [Hexagon] Simplify CFG after atomic expansion by Krzysztof Parzyszek · 7 years ago
  90. 0ac5780 [WebAssembly] Support for atomic.wait / atomic.wake instructions by Heejin Ahn · 7 years ago
  91. 913533e [Unittests] Fix returning string in SolveQuadraticEquationWrap by Krzysztof Parzyszek · 7 years ago
  92. df48071 [X86] Autogenerate complete checks. NFC by Craig Topper · 7 years ago
  93. e3f12bd [ORC] Add a re-exports fallback definition generator. by Lang Hames · 7 years ago
  94. fbf5dde [Support] Add an enable bit to our DebugCounters by George Burgess IV · 7 years ago
  95. 40eb379 Unbreak build after r338758: specify lambda return type explicitly by Krzysztof Parzyszek · 7 years ago
  96. ddedb75 [DebugInfo/DWARF] Remove redundant iterator type. NFC by Paul Robinson · 7 years ago
  97. 5c1bd30 [SCEV] Properly solve quadratic equations by Krzysztof Parzyszek · 7 years ago
  98. 710aab8 [Support] [NFC] change comment about retries in createUniqueEntity by Bob Haarman · 7 years ago
  99. 4aec14e [NFC] clang-format cleanup of a couple files in llvm-objcopy. by Puyan Lotfi · 7 years ago
  100. 0380d77 CMake: Remove LLVM_DYLIB_SYMBOL_VERSIONING by Tom Stellard · 7 years ago