1. 00ea544 [llvm-pdbdump] Add support for dumping symbols from Yaml -> PDB. by Zachary Turner · 9 years ago
  2. b8ff3dc Fix crash when multiple raw_fd_ostreams to stdout are created. by Rafael Espindola · 9 years ago
  3. 9ce81e1 [ARM] GlobalISel: Support SP in regbankselect by Diana Picus · 9 years ago
  4. 61d9d49 Reverting r297617 because it broke some bots: by Aaron Ballman · 9 years ago
  5. 565edc0 Add support for getting file system permissions and implement sys::fs::permissions to set them. by Aaron Ballman · 9 years ago
  6. 61b9140 [AArch64] Map Sched Read/Write resources for Falkor. by Balaram Makam · 9 years ago
  7. 710c3a2 [LV] Set memcheck metadata also for VF==1 by Gil Rapaport · 9 years ago
  8. f106d17 ARMDisassembler: loop over ARM decode tables by Sjoerd Meijer · 9 years ago
  9. cc6885f AMDGPU/RelocVisitor: Handle R_AMDGPU_ABS64 by Konstantin Zhuravlyov · 9 years ago
  10. 04b36a7 [AVX-512] Add EVEX2VEX test cases for the cvt instructions fixed in r297599 and r297600. by Craig Topper · 9 years ago
  11. 760a318 Revert "[AVX-512] EVEX2VEX, don't reject intrinsic instructions when both have a memory operand. We should just continue to check other operands instead." by Craig Topper · 9 years ago
  12. 4d3597d [AVX-512] Add VEX_WIG to VEX vcvtsd2ss/vcvtss2sd intrinsic instructions so they can be correctly matched by EVEX2VEX table generation. by Craig Topper · 9 years ago
  13. 3fd02da [AVX-512] Use sse_loadf32/f64 for vcvtss2sd and vcvtsd2ss intrinsic patterns. by Craig Topper · 9 years ago
  14. 8f5c391 [AVX-512] Use sse_load_f64/f32 in VCVTSS2SI/VCVTSD2SI patterns. by Craig Topper · 9 years ago
  15. c68171a [AVX-512] EVEX2VEX, don't reject intrinsic instructions when both have a memory operand. We should just continue to check other operands instead. by Craig Topper · 9 years ago
  16. 026472f [X86] Minor formatting tweaks in EVEX to VEX tables. NFC by Craig Topper · 9 years ago
  17. 0b63a31 [X86] Remove unused SDTypeProfile. NFC by Craig Topper · 9 years ago
  18. b853c36 [X86] Lower SSE/AVX cmpps/pd intrinsics directly to X86ISD::CMPP SDNodes. by Craig Topper · 9 years ago
  19. acde888 [AVX-512] Fix the valid immediates for the scatter/gather prefetch intrinsics. by Craig Topper · 9 years ago
  20. cc9614d [x86] don't blindly transform SETB into SBB by Sanjay Patel · 9 years ago
  21. 5596b41 [LVI] Add Datalayout to the class LazyValueInfo since all its Impls require it. NFC by Anna Thomas · 9 years ago
  22. beaedd7 Remove CRC32 instructions from AArch64InstrInfo::hasShiftedReg by Azharuddin Mohammed · 9 years ago
  23. fbb692e [X86] Add vector zext tests. by Igor Breger · 9 years ago
  24. dd86c5c [LV] A unified scalarizeInstruction() for Vectorizer and Unroller; NFC by Gil Rapaport · 9 years ago
  25. 33175e7 Test commit. by Ayal Zaks · 9 years ago
  26. 6b54401 Split NewGVN class into a legacy pass and an impl, instead of a merged class. by Daniel Berlin · 9 years ago
  27. b9513ea Add documentation on debug counters to Programmers Manual. by Daniel Berlin · 9 years ago
  28. 2e124a6 [AVX-512] Fix a bad use of a high GR8 register after copying from a mask register during fast isel. This ends up extracting from bits 15:8 instead of the lower bits of the mask. by Craig Topper · 9 years ago
  29. a168e94 [AVX-512] Add test case for PR32241. Fix coming in another commit. by Craig Topper · 9 years ago
  30. dc5289b [AVX-512] Remove unused field in X86VectorVTInfo tablegen class. by Craig Topper · 9 years ago
  31. c856889 [X86][SSE] Improve extraction of elements from v16i8 (pre-SSE41) by Simon Pilgrim · 9 years ago
  32. b19519e Remove unnecessary whitespace. by Simon Pilgrim · 9 years ago
  33. 892d11d Fix signed/unsigned comparison warning by Simon Pilgrim · 9 years ago
  34. 39936dc [X86] Add avx2 gather tests cases that show a failure to remove zeroing of the source when the mask is all ones. by Craig Topper · 9 years ago
  35. 912d6f2 [X86] Remove unnecessary commented out code. NFC by Craig Topper · 9 years ago
  36. 6665df9 Fix signed/unsigned comparison warnings by Simon Pilgrim · 9 years ago
  37. 391cb79 Fix -Wsentinel warning by Simon Pilgrim · 9 years ago
  38. ff2afbf Use setBits in SelectionDAG by Amaury Sechet · 9 years ago
  39. a8ffe4b AMDGPU: Remove packf16 intrinsic by Matt Arsenault · 9 years ago
  40. dbe625a AMDGPU: Keep track of modifiers when converting v_mac to v_mad by Matt Arsenault · 9 years ago
  41. cef7245 [libFuzzer] add more iterations to LLVMFuzzer-Memcmp64BytesTest by Kostya Serebryany · 9 years ago
  42. 0c00564 [ADT] Add a DenseMapInfo<T> for shorts. by Zachary Turner · 9 years ago
  43. fbfddad [libFuzzer] reduce the number of vector resizes during merge (https://github.com/google/oss-fuzz/issues/445) by Kostya Serebryany · 9 years ago
  44. 3789291 Fix line endings of DenseMapInfo.h by Zachary Turner · 9 years ago
  45. cd7ec33 Remove eol-style:native from DenseMapInfo.h by Zachary Turner · 9 years ago
  46. 9c4a13d [Support] Add a formatv provider for Twine. by Zachary Turner · 9 years ago
  47. 3bc8c19 [libFuzzer] print how much memory is consumed by the outer merge process (https://github.com/google/oss-fuzz/issues/445) by Kostya Serebryany · 9 years ago
  48. 7002314 Revert r297516 - Respect CMAKE_INSTALL_MANDIR for sphinx generated manpages by Eric Fiselier · 9 years ago
  49. 47ec338 [libFuzzer] add test/LargeTest.cpp, mostly for manual experiments with large number of edges, not yet suitable for unit testing by Kostya Serebryany · 9 years ago
  50. f0f231a [libFuzzer] remove fuzzer-jobs.test which is flaky and not very useful by Kostya Serebryany · 9 years ago
  51. 57bd1ea Remove opt-bisect support for "cases" in favor of debug counters by Daniel Berlin · 9 years ago
  52. 621f2c2 [unittest] Explicitly specify alignment when using BumpPtrAllocator. by Jordan Rose · 9 years ago
  53. c32a573 Use a WeakVH for UnknownInstructions in AliasSetTracker by Sanjoy Das · 9 years ago
  54. 5b9a142 VNCoercion: Make the function signatures all consistent by Daniel Berlin · 9 years ago
  55. 3081264 [AMDGPU] Remove getBidirectionalReasonRank by Stanislav Mekhanoshin · 9 years ago
  56. b893e79 [IRTranslator] Simplify error handling for translating constants. NFC. by Quentin Colombet · 9 years ago
  57. f99709a Fix subreg value numbers in handleMoveUp by Stanislav Mekhanoshin · 9 years ago
  58. 09b6785 Strip trailing whitespace. by Simon Pilgrim · 9 years ago
  59. 6cbddef Fix redundant condition (PR32138) by Simon Pilgrim · 9 years ago
  60. 2f2421b [RDF] Remove the map of reaching defs from copy propagation by Krzysztof Parzyszek · 9 years ago
  61. 590c4dd [RDF] Implement Liveness::getNearestAliasedRef(Reg, Inst) by Krzysztof Parzyszek · 9 years ago
  62. 5b42c82 [X86][SSE] Fix load folding for (V)CVTDQ2PD by Simon Pilgrim · 9 years ago
  63. 653e251 [X86] Fix Wunused-lambda-capture warning by Simon Pilgrim · 9 years ago
  64. be5b44e [X86][RTM] Regenerate RTM intrinsic tests for 32/64-bit targets. by Simon Pilgrim · 9 years ago
  65. 1b61f52 Respect CMAKE_INSTALL_MANDIR for sphinx generated manpages by Jonathan Roelofs · 9 years ago
  66. a58d2a9 LTO: Hash type identifier resolutions for WholeProgramDevirt. by Peter Collingbourne · 9 years ago
  67. a354228 LTO: Hash type identifier resolutions for LowerTypeTests. by Peter Collingbourne · 9 years ago
  68. 9669819 [GlobalISel] LegalizerHelper: Lower (G_FSUB X, Y) to (G_FADD X, (G_FNEG Y)) by Volkan Keles · 9 years ago
  69. 87ea3c7 GlobalISel: Translate ConstantAggregateZero vectors by Volkan Keles · 9 years ago
  70. 5712c39 Sink accessing TII to fix release Werror builds. by Eric Christopher · 9 years ago
  71. 9763d85 [ProfileSummaryInfo] Remove unneeded braces. NFCI. by Davide Italiano · 9 years ago
  72. c1d3c66 Fix all these headers to properly mark the doxygen comments. by Daniel Berlin · 9 years ago
  73. d055c25 [AArch64, X86] Additional debug information for MacroFusion by Evandro Menezes · 9 years ago
  74. bfecb46 WholeProgramDevirt: Implement export/import support for VCP. by Peter Collingbourne · 9 years ago
  75. eb3c703 WholeProgramDevirt: Implement export/import support for unique ret val opt. by Peter Collingbourne · 9 years ago
  76. a328a46 Refactor the PSI to extract getCallSiteCount and remove checks for profile type. by Dehao Chen · 9 years ago
  77. 38890eb [AMDGPU] Split R600/SI getFrameIndexReference and emit stack object offsets for SI by Konstantin Zhuravlyov · 9 years ago
  78. ab0e0e2 Rename PT_NOTE namespace name used in AMDGPUPTNote.h by Yaxun Liu · 9 years ago
  79. 27b5bfd [GlobalISel] Translate insertelement and extractelement by Volkan Keles · 9 years ago
  80. e879f96 NewGVN: Rename InitialClass to TOP, which is what most people would expect it to be called by Daniel Berlin · 9 years ago
  81. 70d8785 [SLP] Revert everything that has to do with memory access sorting. by Michael Kuperstein · 9 years ago
  82. 49e0bf2 [SelectionDAG] Add support for BUILD_VECTOR to ComputeNumSignBits by Simon Pilgrim · 9 years ago
  83. 56bf757 [GlobalISel] Make LegalizerInfo accessible in LegalizerHelper by Volkan Keles · 9 years ago
  84. b30be73 CODE_OWNERS: Take code ownership of instruction scheduling. by Matthias Braun · 9 years ago
  85. 05da18f CODE_OWNERS: Sort names by Matthias Braun · 9 years ago
  86. e953f86 [Support] Don't return an error if realPath fails. by Zachary Turner · 9 years ago
  87. b101e28 [X86][SSE] Added tests showing missed truncations for sitofp conversion by Simon Pilgrim · 9 years ago
  88. 9ae6227 Fix test failure when Home directory cannot be found. by Zachary Turner · 9 years ago
  89. ad31712 Add llvm::sys::fs::real_path. by Zachary Turner · 9 years ago
  90. 5436744 [SelectionDAG] Make SelectionDAG aware of the known bits in USUBO and SSUBO and SUBC. by Amaury Sechet · 9 years ago
  91. f4e8e99 [X86][MMX] Add tests showing missed opportunities to use MMX sitofp conversions by Simon Pilgrim · 9 years ago
  92. a29d680 [SelectionDAG] Make SelectionDAG aware of the known bits in UADDO and SADDO. by Amaury Sechet · 9 years ago
  93. 6d0254e [X86][MMX] Add tests showing missed opportunities to use MMX fptosi conversions by Simon Pilgrim · 9 years ago
  94. 5f07c22 [X86][MMX] Updated bad stack spill shift value test to actually show the problem by Simon Pilgrim · 9 years ago
  95. 585605a [X86][MMX] Regenerate mmx bitcast tests by Simon Pilgrim · 9 years ago
  96. 68540a2 [X86][MMX] Add test showing bad stack spill of shift value by Simon Pilgrim · 9 years ago
  97. 9e4921a [X86][MMX] Regenerate mmx load folding tests by Simon Pilgrim · 9 years ago
  98. 3d72087 Fix signed/unsigned comparison warnings by Simon Pilgrim · 9 years ago
  99. 64eec62 Fix Wdocumentation warning by Simon Pilgrim · 9 years ago
  100. 943d3e0 [APInt] Add APInt::insertBits() method to insert an APInt into a larger APInt by Simon Pilgrim · 9 years ago