1. cd4dcda [Docs] [Support] System Library to Support Library transition along with minor corrections to reflect it. by Kristina Brooks · 7 years ago
  2. fbb826f Do not optimize atomic load to non-atomic memcmp by Christy Lee · 7 years ago
  3. 40cb0cb [AMDGPU] Match udot8 pattern by Farhana Aleen · 7 years ago
  4. e105a22 Fix function signature to actually be an override. by Zachary Turner · 7 years ago
  5. f65d102 [PGO][CHR] Add opt remarks. by Hiroshi Yamauchi · 7 years ago
  6. 6848bda Check lines before using alias analysis to check for interference by Christy Lee · 7 years ago
  7. 0c5ced8 [PDB] Better support for enumerating pointer types. by Zachary Turner · 7 years ago
  8. 00a938c [PostRASink] Make sure to remove subregisters from live-ins as well by Krzysztof Parzyszek · 7 years ago
  9. c5c0a4b [NFC] Update comments regarding BufferSize for ProcResources by Jinsong Ji · 7 years ago
  10. d1ec7a7 Revert rL342465: Added function to set a register to a particular value + tests. by Simon Pilgrim · 7 years ago
  11. 6b2193a Revert rL342466: [llvm-exegesis] Improve Register Setup. by Simon Pilgrim · 7 years ago
  12. 02a915b [RISCV][MC] Use a custom ParserMethod for the bare_symbol operand type by Alex Bradbury · 7 years ago
  13. 0a7f06b [RISCV][MC] Reject bare symbols for the simm12 operand type by Alex Bradbury · 7 years ago
  14. 3c958d8 [RISCV][MC] Tighten up checking of sybol operands to lui and auipc by Alex Bradbury · 7 years ago
  15. cb24b2b Remove dead function user_cache_directory() by Nico Weber · 7 years ago
  16. c66f16c [llvm-mca] Add the ability to mark register reads/writes associated with dep-breaking instructions. NFCI by Andrea Di Biagio · 7 years ago
  17. 859ed6c Revert r342457 "Fixes removal of dead elements from PressureDiff (PR37252)." by Hans Wennborg · 7 years ago
  18. ff6f0e2 Use pass-by-reference for-range loop. NFCI. by Simon Pilgrim · 7 years ago
  19. 7f3e378 [llvm-mca] Slightly refactor class InstRef. NFC. by Andrea Di Biagio · 7 years ago
  20. 28bc0ab [ThinLTO] Update LangRef doc for summary parsing by Teresa Johnson · 7 years ago
  21. 8c457a7 [PowerPC] Do not emit record-form rotates when record-form andi/andis suffices by Nemanja Ivanovic · 7 years ago
  22. c7d97ef [LTO] Make detection of WPD remark enablement more robust by Teresa Johnson · 7 years ago
  23. f8ed54c [LLVM-C][OCaml] Add UnifyFunctionExitNodes pass to C and OCaml APIs by whitequark · 7 years ago
  24. b224dd6 [LLVM-C][OCaml] Add LowerAtomic pass to C and OCaml APIs by whitequark · 7 years ago
  25. 1a70735 [OCaml] Add OCaml API for LLVMGetIndices by whitequark · 7 years ago
  26. 78b19ea [PowerPC] Optimize compares fed by ANDISo by Nemanja Ivanovic · 7 years ago
  27. 0f5ab3b [TargetLowering] Android has sincos functions by John Brawn · 7 years ago
  28. 275d69b Fix signed/unsigned comparison warning. NFCI. by Simon Pilgrim · 7 years ago
  29. 686bd24 [TableGen] CodeGenDAGPatterns::GenerateVariants - full caching of matching predicates by Simon Pilgrim · 7 years ago
  30. 3208ea1 [llvm-exegesis] Improve Register Setup. by Guillaume Chatelet · 7 years ago
  31. 4692688 Added function to set a register to a particular value + tests. by Guillaume Chatelet · 7 years ago
  32. 1313029 Improve Register Setup by Guillaume Chatelet · 7 years ago
  33. 0ae8751 Remove trailing whitespace introduced in r342440. by Alexander Kornienko · 7 years ago
  34. 4a4cbdd [X86][SSE] LowerShift - pull out repeated getTargetVShiftUniformOpcode calls. NFCI. by Simon Pilgrim · 7 years ago
  35. e725c11 [Xray] llvm-xray fix possible segfault by David Carlier · 7 years ago
  36. 0a5be7e Fixes removal of dead elements from PressureDiff (PR37252). by Yury Gribov · 7 years ago
  37. f9de771 [AArch64] Attempt to parse more operands as expressions by David Green · 7 years ago
  38. bdecf77 [benchmark] Lowercase windows specific includes by Martin Storsjo · 7 years ago
  39. d9ef74d [IndVars] Remove unreasonable checks in rewriteLoopExitValues by Max Kazantsev · 7 years ago
  40. 8ec7f7a8 AMDGPU: Don't form fmed3 if it will require materialization by Matt Arsenault · 7 years ago
  41. 9ae72b7 LSV: Fix adjust alloca alignment trick for AMDGPU by Matt Arsenault · 7 years ago
  42. e5eb6c5 [PowerPC] Add Itineraries of IIC_IntMulHD for P7/P8 by QingShan Zhang · 7 years ago
  43. a52c955 [PowerPC][NFC] Add a mulld testcase for scheduling check. by QingShan Zhang · 7 years ago
  44. e63ae03 AMDGPU: Expand vector canonicalizes by Matt Arsenault · 7 years ago
  45. fbd5ffc [OCaml] Add OCaml API for LLVMIsCleanup by whitequark · 7 years ago
  46. 84b255f [NFC][OCaml] Fix copy paste error in file header by whitequark · 7 years ago
  47. b81d4c7 [NFC][OCaml] Fix implicit declaration compilation warnings by whitequark · 7 years ago
  48. 6fd937c [LLVM-C][OCaml] Add C and OCaml APIs for llvm::StructType::isLiteral by whitequark · 7 years ago
  49. a67a1a5 [LLVM-C] Add support for ConstantExpr in LLVMGetNumIndices and LLVMGetIndices by whitequark · 7 years ago
  50. 0a0841d [OCaml] Add OCaml APIs for Invoke arguments and destinations by whitequark · 7 years ago
  51. e85b236 Revert "[ARM] Cleanup ARM CGP isSupportedValue" by Volodymyr Sapsai · 7 years ago
  52. baf31dc Work around grep vs. CRLF issue in Thumb2 test by matching excess whitespace by Reid Kleckner · 7 years ago
  53. 7aa375c [OCaml] Add GlobalIFunc value kind to OCaml API by whitequark · 7 years ago
  54. c753266 [OCaml] Add Token type to kind enum in OCaml API by whitequark · 7 years ago
  55. 39b4178 [OCaml] Add missing instruction opcodes to OCaml API by whitequark · 7 years ago
  56. 7848793 [EarlyCSEwMemorySSA] Add MSSA verification and tests to make EarlyCSE failures easier to track. by Alina Sbirlea · 7 years ago
  57. 45252ee Add #include <cassert> by Zachary Turner · 7 years ago
  58. b34d98d [mips] Fix MIPS N32 ABI triples support by Simon Atanasyan · 7 years ago
  59. 8d5fd87 [PDB] Make the native reader support enumerators. by Zachary Turner · 7 years ago
  60. a3a0a03 [PDB] Make the native reader support modified types. by Zachary Turner · 7 years ago
  61. 1ad6539 [MC] Avoid inlining constant symbols with variants. by Nirav Dave · 7 years ago
  62. 2f778b8 [Loopinfo] Remove one latch-case in getLoopID. NFC. by Michael Kruse · 7 years ago
  63. d532f4a [MachineOutliner][NFC] Don't map more illegal instrs than you have to by Jessica Paquette · 7 years ago
  64. 95c3497 [X86ISel] Implement byval lowering for Win64 calling convention by Keno Fischer · 7 years ago
  65. a5c8509 [AMDGPU] Initialize instruction itinerary from GCNSubtarget by Stanislav Mekhanoshin · 7 years ago
  66. d2dad54 Revert "[DWARF] reposting r342048, which was reverted in r342056 due to buildbot errors. Adjusted 2 test cases for ARM and darwin and fixed a bug with the original change in dsymutil." by Alexander Kornienko · 7 years ago
  67. bd60c64 [CVP] Handle instructions with no user. No need to create CVPLattice state. This handles terminator instructions and more. by Xin Tong · 7 years ago
  68. 49ff058 Revert "Revert r342183 "[DAGCombine] Fix crash when store merging created an extract_subvector with invalid index."" by Amara Emerson · 7 years ago
  69. 468784f [DebugInfo] Remove redundant argument. [NFC] by Jonas Devlieghere · 7 years ago
  70. a72fb54 [ARM] Cleanup ARM CGP isSupportedValue by Sam Parker · 7 years ago
  71. 222bbfa Fix "not all control paths return a value" MSVC warning. NFCI. by Simon Pilgrim · 7 years ago
  72. d377332 [ARM] Disallow icmp with negative imm and overflow by Sam Parker · 7 years ago
  73. 7fa1548 Fix vectorization of canonicalize by Matt Arsenault · 7 years ago
  74. edd72b2 [GVNHoist] Re-enable GVNHoist by default by Alexandros Lamprineas · 7 years ago
  75. bb05e42 Use createTemporaryFile in SampleProfTest by Alexander Kornienko · 7 years ago
  76. 5201dae [llvm-exegesis] Add predefined floating point values so we can test impact of special values on latency. by Guillaume Chatelet · 7 years ago
  77. bec58f4 [PowerPC] Fix label address calculation for ppc64 by Strahinja Petrovic · 7 years ago
  78. b981f4f Reland r342233: [ThinLTO] Allow setting of maximum cache size with 64-bit number by James Henderson · 7 years ago
  79. f61c769 [llvm-objcopy] Add missing alias for --strip-all-gnu by Alexander Shaposhnikov · 7 years ago
  80. c714b1a [NFC] Turn unsigned counters into boolean flags by Max Kazantsev · 7 years ago
  81. 9f47370 [DebugInfo] Fix build when std::vector::iterator is a pointer by Kristina Brooks · 7 years ago
  82. b898352 [X86][SSE] Always enable ISD::SRL -> ISD::MULHU for v8i16 by Simon Pilgrim · 7 years ago
  83. 3b44c2b [X86][AVX] Enable ISD::SRL -> ISD::MULHU for v16i16 by Simon Pilgrim · 7 years ago
  84. 9d4952d [DAGCombiner] try to convert pow(x, 1/3) to cbrt(x) by Sanjay Patel · 7 years ago
  85. 34dfc52 [x86] fix uses check in broadcast transform (PR38949) by Sanjay Patel · 7 years ago
  86. f9864b8 [x86] add failure to splat test (PR38949); NFC by Sanjay Patel · 7 years ago
  87. ef63e2e [NFC][InstCombine] One more test pattern for comparisons with low-bit-mask. by Roman Lebedev · 7 years ago
  88. 2d59e21 Fix -Wdangling-else gcc warning. NFCI. by Simon Pilgrim · 7 years ago
  89. c700c57 [NFC][InstCombine] Some more tests for comparisons with low-bit-mask. by Roman Lebedev · 7 years ago
  90. 37b4d01 [llvm-readobj] Make some commonly used short options visibile in -help by Fangrui Song · 7 years ago
  91. d524739 Revert r342148 (and follow-on fix attempts r342154, r342180, r342182, r342193) by Nico Weber · 7 years ago
  92. becd18d [InstCombine] Support (sub (sext x), (sext y)) --> (sext (sub x, y)) and (sub (zext x), (zext y)) --> (zext (sub x, y)) by Craig Topper · 7 years ago
  93. 23d6890 Give InfoStreamBuilder an opt-in method to write a hash of the PDB as GUID. by Nico Weber · 7 years ago
  94. 53bb7b2 Update microsoftDemangle() to work more like itaniumDemangle(). by Nico Weber · 7 years ago
  95. c10b814 [X86][SSE] Fix insertps load combine test name by Simon Pilgrim · 7 years ago
  96. af350d5 [X86] Remove an fp->int->fp domain crossing in LowerUINT_TO_FP_i64. by Craig Topper · 7 years ago
  97. b7d1fd0 [X86] Fold (movmsk (setne (and X, (1 << C)), 0)) -> (movmsk (X << C)) by Craig Topper · 7 years ago
  98. d2aa336 [NFC] minor cleanup in PassManagerInternal.h by Fedor Sergeev · 7 years ago
  99. 8ec990d [InstCombine][x86] try harder to convert blendv intrinsic to generic IR (PR38814) by Sanjay Patel · 7 years ago
  100. bb7b598 Fix line endings. NFCI. by Simon Pilgrim · 7 years ago