1. 00cc8d0 Revert r335562 and 335563 "[X86] Redefine avx512 packed fpclass intrinsics to return a vXi1 mask and implement the mask input argument using an 'and' IR instruction." by Craig Topper · 7 years ago
  2. 7ca1126 [ORC] Add a symbolAliases function to the Core APIs. by Lang Hames · 7 years ago
  3. 0b6ddca [X86] Redefine avx512 packed fpclass intrinsics to return a vXi1 mask and implement the mask input argument using an 'and' IR instruction. by Craig Topper · 7 years ago
  4. 60f122c foo by Craig Topper · 7 years ago
  5. d411816 [gdb] Escape unprintable bytes in SmallString and StringRef by Fangrui Song · 7 years ago
  6. 4c45b89 [ThinLTO] Compute GUID directly from GV when building per-module index by Teresa Johnson · 7 years ago
  7. 39add80 Add a warning if someone attempts to add extra section flags to sections by Eric Christopher · 7 years ago
  8. 5e785b9 [APInt] Add helpers for rounding u/sdivs. by Tim Shen · 7 years ago
  9. 649e247 [gdb] Add pretty printer for Expected by Fangrui Song · 7 years ago
  10. 224904b [PM/LoopUnswitch] Teach the new unswitch to handle nontrivial by Chandler Carruth · 7 years ago
  11. 560c9c4 [X86] Update fpclass intrinsic tests to chain their calls to the intrinsic rather than joining them with add. by Craig Topper · 7 years ago
  12. cde39ce [OrcMCJIT] Fix test after r335508 causing it to fail on green dragon by Francis Visoiu Mistrih · 7 years ago
  13. 6eef3c6 Fix unsigned/signed comparison failure in unittest. by Eric Christopher · 7 years ago
  14. d3b9487 [InstCombine] cleanup udiv folds; NFCI by Sanjay Patel · 7 years ago
  15. aff0591 [InstCombine] add/move tests for udiv; NFC by Sanjay Patel · 7 years ago
  16. 5c30699 [Instrumentation] Remove unused include by Benjamin Kramer · 7 years ago
  17. 9aa6823 [InstCombine] fold sdiv with sext bool divisor by Sanjay Patel · 7 years ago
  18. b191d76 [InstCombine] add tests for sdiv with sext bool divisor; NFC by Sanjay Patel · 7 years ago
  19. fad8175 UBSan blacklist workaround for bot timeouts by Vlad Tsyrklevich · 7 years ago
  20. 26ac94d Revert r335513: [SCEVExp] Advance found insertion point by Florian Hahn · 7 years ago
  21. 92a88d2 [LoopIdiomRecognize] Fix a couple places where it appears we were unintenionally making copies of DebugLoc. by Craig Topper · 7 years ago
  22. a972a2e Force vector width for scev-expander-debug.ll test by Florian Hahn · 7 years ago
  23. c5dd80a [X86] Simplify intrinsic table binary search to not require a temporary struct. by Craig Topper · 7 years ago
  24. 8a3f60e [X86] Add comment about the sorting of the memory folding tables added in r335501. by Craig Topper · 7 years ago
  25. 5223dab [docs] Update doc after split of -gen-intrinsic in r335407 by Fangrui Song · 7 years ago
  26. d8832d4 [PowerPC] Fix incorrectly encoded wait instruction by Lei Huang · 7 years ago
  27. c1803ab [SCEVExp] Advance found insertion point until we find a non-dbg instruction. by Florian Hahn · 7 years ago
  28. df0d594 [InstSimplify] fold div/rem of zexted bool by Sanjay Patel · 7 years ago
  29. 993ef0c Handle NetBSD specific path in findDebugBinary() by Kamil Rytarowski · 7 years ago
  30. e51396c [InstSimplify] add tests for div/rem with bool divisor; NFC by Sanjay Patel · 7 years ago
  31. 2d21bce Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC code models" by Reid Kleckner · 7 years ago
  32. 88313d2 [InstCombine] add tests for add-of-sext-bool; NFC by Sanjay Patel · 7 years ago
  33. 6ff6371 [GISel]: Update the end of GISel Opcode namespace. by Aditya Nandakumar · 7 years ago
  34. 3dbf0c9 [X86] Sort the static memory folding tables by reg opcode. Remove the reg->mem DenseMaps in favor of binary search. by Craig Topper · 7 years ago
  35. 5ae690a [X86] Allow base and index for gather instructions to appear in other order for Intel syntax. by Craig Topper · 7 years ago
  36. f1fc2a3 [SelectionDAG] Remove debug locations from ConstantSD(FP)Nodes by Vedant Kumar · 7 years ago
  37. d8c387b [llvm-mca] Rename Backend to Pipeline. NFC. by Matt Davis · 7 years ago
  38. e850836 Add Triple::isMIPS()/isMIPS32()/isMIPS64(). NFC by Alexander Richardson · 7 years ago
  39. 529b265 AMDGPU/GlobalISel: Add support for llvm.amdgcn.kernarg.segment.ptr by Matt Arsenault · 7 years ago
  40. a26c784 StackSlotColoring: Decide colors per stack ID by Matt Arsenault · 7 years ago
  41. b34fc16 AMDGPU: Remove commented out code by Matt Arsenault · 7 years ago
  42. c4c340a AMDGPU/GlobalISel: Fix G_IMPLICIT_DEF for pointers by Matt Arsenault · 7 years ago
  43. ba79175 [SampleFDO] Add an option to turn on/off warning about samples unused. by Wei Mi · 7 years ago
  44. 084d7ce [DA] Delinearise AddRecs if we can prove they don't wrap by David Green · 7 years ago
  45. d3d2228 AMDGPU: Respect align argument parameter by Matt Arsenault · 7 years ago
  46. c39bf69 SafepointIRVerifier should ignore dead blocks and dead edges by Artur Pilipenko · 7 years ago
  47. ce1c8d9 Improve handling of COPY instructions with identical value numbers by Krzysztof Parzyszek · 7 years ago
  48. 14a520d [llvm-exegesis][NFC] Remove unnecessary member variables. by Clement Courbet · 7 years ago
  49. 0c43400 [IR] avoid -Wdocumentation spew about HTML tags by Sanjay Patel · 7 years ago
  50. 4025e96 [llvm-exegesis] Fix warning in r22752: Initialize IsSnippetSetupComplete. by Clement Courbet · 7 years ago
  51. 15fac97 [llvm-exegesis] Generate snippet setup code. by Clement Courbet · 7 years ago
  52. 647fa5f Revert change 335077 "[InlineSpiller] Fix a crash due to lack of forward progress from remat specifically for STATEPOINT" by Artur Pilipenko · 7 years ago
  53. a8f90c0 Revert change 335091. by Artur Pilipenko · 7 years ago
  54. a218199 Use APInt[] bit access to avoid "32-bit shift implicitly converted to 64 bits" MSVC warning (again). NFCI. by Simon Pilgrim · 7 years ago
  55. 512d410 [llvm-exegesis][NFC] Simplify BenchmarkRunner ctor. by Clement Courbet · 7 years ago
  56. 4e7cfd6 Use APInt[] bit access to avoid "32-bit shift implicitly converted to 64 bits" MSVC warning. NFCI. by Simon Pilgrim · 7 years ago
  57. 534c5d4 [llvm-exegesis][NFC] clang-format by Clement Courbet · 7 years ago
  58. c846c8b Fix -Wparentheses gcc warning. NFCI. by Simon Pilgrim · 7 years ago
  59. 47c8e1d [llvm-exegesis][NFC] Fix `Operand` class comments. by Clement Courbet · 7 years ago
  60. 9625701 [X86] Block commuting operand 1 of FMA*_Int instructions in findThreeSrcCommutedOpIndices. Remove uncommutable returns from getThreeSrcCommuteCase/getFMA3OpcodeToCommuteOperands. by Craig Topper · 7 years ago
  61. 5804675 [MSSA] Add domination number verifier; NFC by George Burgess IV · 7 years ago
  62. 761de65 One more build fix for non MSVC compilers. by Zachary Turner · 7 years ago
  63. 1d3a8f2 Try to fix build error on non MSVC compilers. by Zachary Turner · 7 years ago
  64. aec098b Fix CRLF line endings. by Zachary Turner · 7 years ago
  65. 19eaf65 Add a TaskQueue that can serialize work on a ThreadPool. by Zachary Turner · 7 years ago
  66. ad04e25e [WebAssembly] Add WebAssemblyException information analysis by Heejin Ahn · 7 years ago
  67. 6aa7ab2 [WebAssembly] Add WebAssemblyLateEHPrepare pass by Heejin Ahn · 7 years ago
  68. fb9ef32 [X86] Simplify some code by using isOneConstant. NFC by Craig Topper · 7 years ago
  69. 7b76b3e [X86] Remove the changes to combineScalarToVector made in r335037. by Craig Topper · 7 years ago
  70. 37b9e49 [X86] Reduce the number of patterns needed for masked scalar ceil/floor isel. by Craig Topper · 7 years ago
  71. ad8f413 [mips][ias] Enable IAS by default for OpenBSD / FreeBSD mips64/mips64el. by Brad Smith · 7 years ago
  72. af1e6f1 [DAGCombiner] eliminate setcc bool math when input is low-bit of some value by Sanjay Patel · 7 years ago
  73. 8fe400a [X86] Regroup some isel patterns. NFC by Craig Topper · 7 years ago
  74. d153721 [X86] Rename VFPCLASSSS and VFPCLASSSD internal instruction names to include a Z to match other EVEX instructions. by Craig Topper · 7 years ago
  75. 009107f Also forward declare BitScanReverse. by Zachary Turner · 7 years ago
  76. e57f6fb Add OpenBSD support to the Threading code by Brad Smith · 7 years ago
  77. bd07506 [CMake] Do not use --gc-sections on OpenBSD by Brad Smith · 7 years ago
  78. 4a7b691 [CMake] Support building shared library for OpenBSD by Brad Smith · 7 years ago
  79. 7cde7d9 [llc] Fix sanitizer failure. by Jonas Devlieghere · 7 years ago
  80. d417685 ADT: Use EBO to shrink SmallVector size 1 by Duncan P. N. Exon Smith · 7 years ago
  81. 3042921 [llc] Use WithColor for printing errors/warnings by Jonas Devlieghere · 7 years ago
  82. fc6fcec [llvm-config] Use WithColor for printing errors. by Jonas Devlieghere · 7 years ago
  83. fb0b759 [llvm-mt] Use WithColor for printing errors. by Jonas Devlieghere · 7 years ago
  84. 9fa7862 [TableGen] Use WithColor for printing errors/warnings by Jonas Devlieghere · 7 years ago
  85. b457430 [X86] Make %eiz usage in 64-bit mode, force a 0x67 address size prefix. Fix some test CHECK lines. by Craig Topper · 7 years ago
  86. 4fc14da [X86] Teach disassembler to use %eip instead of %rip when 0x67 prefix is used on a rip-relative address. by Craig Topper · 7 years ago
  87. af8308f [X86][AsmParser] Improve base/index register checks. by Craig Topper · 7 years ago
  88. 17957ec Fix invariant fdiv hoisting in LICM by Stanislav Mekhanoshin · 7 years ago
  89. 00f00ba [AMDGPU] Update includes for intrinsic changes :( by Reid Kleckner · 7 years ago
  90. adc5f0a [ORC] Fix formatting and list pending queries in VSO::dump. by Lang Hames · 7 years ago
  91. af7c445 [IR] Split Intrinsics.inc into enums and implementations by Reid Kleckner · 7 years ago
  92. dc14c20 Avoid including intrin.h from MathExtras.h by Reid Kleckner · 7 years ago
  93. 98ae3708 [ELF] Change isSectionData to exclude SHF_EXECINSTR by Fangrui Song · 7 years ago
  94. ba5eea7 [X86][AsmParser] Rework that allows (%dx) to be used in place of %dx with in/out instructions. by Craig Topper · 7 years ago
  95. 10fa029 [RuntimeDyld] Implement the ELF PIC large code model relocations by Reid Kleckner · 7 years ago
  96. ea67fb7 [LoopReroll] Rewrite induction variable rewriting. by Eli Friedman · 7 years ago
  97. 78cd292 [MSSA] Remove incorrect comment + `auto`ify dyn_cast results; NFC by George Burgess IV · 7 years ago
  98. 61a1013 [X86][AsmParser] Keep track of whether an explicit scale was specified while parsing an address in Intel syntax. Use it for improved error checking. by Craig Topper · 7 years ago
  99. a64c3aa [llvm-size] Make global variables static by Fangrui Song · 7 years ago
  100. 3d59bc0 [x86] add more tests for bit hacking opportunities with setcc; NFC by Sanjay Patel · 7 years ago