1. 24b5a53 [gcov] Fix wrong line hit counts when multiple blocks are on the same line by Calixte Denizet · 7 years ago
  2. b17277e [PDB] Add the ability to map forward references to full decls. by Zachary Turner · 7 years ago
  3. c12a456 [llvm-mca][BtVer2] Modify ANDN tests in zero-idioms-avx-256.s. NFC by Andrea Di Biagio · 7 years ago
  4. 1c86ce8 [IR] add shuffle query for vector concatenation by Sanjay Patel · 7 years ago
  5. dff6e8d [IR] reduce duplication in unittest for shuffles; NFC by Sanjay Patel · 7 years ago
  6. a6fe721 [InstCombine] Handle vector compares in foldGEPIcmp() by Jesper Antonsson · 7 years ago
  7. 911cc8d [llvm-exegesis] Fix broken build bots. by Guillaume Chatelet · 7 years ago
  8. be9fcb8 [X86][SSE] Remove UNPCKL(SHUFFLE)->UNPCKH custom combine by Simon Pilgrim · 7 years ago
  9. db98902 [llvm-exegesis] Improve Register Setup (roll forward of D51856). by Guillaume Chatelet · 7 years ago
  10. f724c01 [ADT] Bring back memmove to make GCC 5.4 happy by Benjamin Kramer · 7 years ago
  11. eda0de3 [X86][SSE] Remove PSHUFLW/PSHUFHW combineRedundantHalfShuffle combine by Simon Pilgrim · 7 years ago
  12. d4dc551 [RISCV][MC] Modify evaluateConstantImm interface to allow reuse from addExpr by Alex Bradbury · 7 years ago
  13. 21164cc Fix -Wdocumentation warnings introduced by r342555. NFC by Andrea Di Biagio · 7 years ago
  14. 0bc4e61 Fix line-endings. NFCI. by Simon Pilgrim · 7 years ago
  15. fc05216 [ADT] Try again to use the same version of llvm::Optional on all compilers by Benjamin Kramer · 7 years ago
  16. 37d99d3 [DWARF] - Emit the correct value for DW_AT_addr_base. by George Rimar · 7 years ago
  17. 0b774f6 [IPSCCP] Fix a problem with removing labels in a switch with undef condition by Bjorn Pettersson · 7 years ago
  18. 44db1d1 [IR] Add a boolean field in DILocation to know if a line must covered or not by Calixte Denizet · 7 years ago
  19. b5fa23b [RISCV][MC] Improve parsing of jal/j operands by Alex Bradbury · 7 years ago
  20. e1f5d9d [NFC][x86][AArch64] Add BEXTR-like test patterns. by Roman Lebedev · 7 years ago
  21. 3f24abf Improve the doc about the initial commit email sent to the ML by Sylvestre Ledru · 7 years ago
  22. 32a3289 [MachineVerifier] Relax checkLivenessAtDef regarding dead subreg defs by Bjorn Pettersson · 7 years ago
  23. ba88c3a [XRay][compiler-rt] FDRLogWriter Abstraction by Dean Michael Berris · 7 years ago
  24. 85a14f0 Temporarily Revert "[New PM] Introducing PassInstrumentation framework" by Eric Christopher · 7 years ago
  25. f68a67a Fix for bug 34002 - label generated before it block is finalized. Differential Revision: https://reviews.llvm.org/D52258 by Maya Madhavan · 7 years ago
  26. 6bf5f37 [unittests] Do not use llvm::sort in googlemock by Dean Michael Berris · 7 years ago
  27. 5dd1dd3 [PowerPC] Fix the assert of combineBVOfConsecutiveLoads when element num is 1 by QingShan Zhang · 7 years ago
  28. 776583c [WebAssembly] Renumber SIMD ops by Thomas Lively · 7 years ago
  29. eddbfad [WEB] add new flags to a DebugInfo lit test by Michael Berg · 7 years ago
  30. 5ffd6db [New PM] Introducing PassInstrumentation framework by Fedor Sergeev · 7 years ago
  31. c3779f5 Revert "[XRay][compiler-rt] FDRLogWriter Abstraction" and 1 more. by Evgeniy Stepanov · 7 years ago
  32. de66c77 [x86] add test for 256-bit andn (PR37749); NFC by Sanjay Patel · 7 years ago
  33. fe55544 [SelectionDAG] allow vector types with isBitwiseNot() by Sanjay Patel · 7 years ago
  34. 2327768 Fix the build when LLVM_TARGETS_TO_BUILD is empty. by Juergen Ributzka · 7 years ago
  35. e48b211 [x86] add test for add+not vector fold; NFC by Sanjay Patel · 7 years ago
  36. 98f7c2b AArch64: Add FuseCryptoEOR fusion rules by Matthias Braun · 7 years ago
  37. 9214de5 MachineScheduler: Add -misched-print-dags flag by Matthias Braun · 7 years ago
  38. 55025c4 Workaround a limitation of llvm::Any when used with types that have by Chandler Carruth · 7 years ago
  39. b044a64 [ARM] Adjust the feature set for Exynos by Evandro Menezes · 7 years ago
  40. f9cabb9 [ARM] Refactor Exynos feature set (NFC) by Evandro Menezes · 7 years ago
  41. be08b55 [InstCombine] Disable strcmp->memcmp transform for MSan. by Matt Morehouse · 7 years ago
  42. 71589ff [X86] Handle COPYs of physregs better (regalloc hints) by Simon Pilgrim · 7 years ago
  43. 9de32f7 Copy utilities updated and added for MI flags by Michael Berg · 7 years ago
  44. 3a89b36 [x86] change names of vector splitting helper functions; NFC by Sanjay Patel · 7 years ago
  45. 6e5f07e [ThinLTO] Write TYPE_IDs for types used in functions imported by aliases by Vitaly Buka · 7 years ago
  46. 3c27669 [ThinLTO] Extract getReferencedTypeIds from [NFC] by Vitaly Buka · 7 years ago
  47. d4b7306 [mips][microMIPS] Extending size reduction pass with MOVEP by Simon Atanasyan · 7 years ago
  48. bb017fb [mips][microMIPS] Fix the definition of MOVEP instruction by Simon Atanasyan · 7 years ago
  49. 563a3bb [LLJIT] Add API to expose linking layer from LLJIT classes by Chris Bieneman · 7 years ago
  50. 8ea1c2f [X86] Add initial SimplifyDemandedVectorEltsForTargetNode support by Simon Pilgrim · 7 years ago
  51. eb2ecf3 Attempt to unbreak buidlbot lld-x86_64-darwin13 after r342555. by Andrea Di Biagio · 7 years ago
  52. 76c0cf6 [AMDGPU] Add instruction selection for i1 to f16 conversion by Carl Ritson · 7 years ago
  53. bf6ec20 [bpf] Symbol sizes and types in object file by Yonghong Song · 7 years ago
  54. a9c15c1 [TableGen][SubtargetEmitter] Add the ability for processor models to describe dependency breaking instructions. by Andrea Di Biagio · 7 years ago
  55. dcc2525 [DAGCombiner][x86] add transform/hook to decompose integer multiply into shift/add by Sanjay Patel · 7 years ago
  56. 68fc66e Revert rL342544: [New PM] Introducing PassInstrumentation framework by Fedor Sergeev · 7 years ago
  57. 3b4fa0d Fix -Wsign-compare warnings. NFCI by Simon Pilgrim · 7 years ago
  58. 490f68f [AtomicExpandPass]: Add a hook for custom cmpxchg expansion in IR by Alex Bradbury · 7 years ago
  59. 80b0618 [benchmark] Cherrypick fix for MinGW/ARM from upstream by Martin Storsjo · 7 years ago
  60. 7795456 [InstCombine] foldICmpWithLowBitMaskedVal(): handle uncanonical ((-1 << y) >> y) mask by Roman Lebedev · 7 years ago
  61. 47c99e0 [InstCombine] foldICmpWithLowBitMaskedVal(): handle uncanonical ((1 << y)+(-1)) mask by Roman Lebedev · 7 years ago
  62. 74e3c34 [InstCombine] foldICmpWithLowBitMaskedVal(): handle ~(-1 << y) mask by Roman Lebedev · 7 years ago
  63. bb4c357 [ARM] Fix unwind information for floating point registers by Oliver Stannard · 7 years ago
  64. fa4dbf7 [New PM] Introducing PassInstrumentation framework by Fedor Sergeev · 7 years ago
  65. f02ce8d [TableGen] CodeGenDAGPatterns::GenerateVariants - use BitVector::set() where possible. NFCI. by Simon Pilgrim · 7 years ago
  66. fd06cb2 [InstCombine] Don't transform sin/cos -> tanl if for half types by Benjamin Kramer · 7 years ago
  67. 45e1986 Verify commit access in fixing typo by Calixte Denizet · 7 years ago
  68. 60bebed [TableGen] CodeGenDAGPatterns::GenerateVariants - use BitVector::push_back() by Simon Pilgrim · 7 years ago
  69. ab1155a [ADT][BitVector] Add push_back() by Simon Pilgrim · 7 years ago
  70. 2fdd5d3 [RISCV] Codegen for i8, i16, and i32 atomicrmw with RV32A by Alex Bradbury · 7 years ago
  71. c75b449 [COFF] Emit @feat.00 on 64-bit and set the CFG bit when emitting guardcf tables by Hans Wennborg · 7 years ago
  72. 94083e0 [X86][SSE] Update extractelement test in preparation for D52140 by Simon Pilgrim · 7 years ago
  73. e8654da [DebugInfo][Dexter] Speculated BB presents illegal variable value to debugger. by Carlos Alberto Enciso · 7 years ago
  74. aef0513 [DWARF Verifier] Add helper function to dump DIEs. [NFC] by Jonas Devlieghere · 7 years ago
  75. b74b9fd [WebAssembly][NFC] Remove extra space in WebAssemblyInstrSIMD.td by Thomas Lively · 7 years ago
  76. b496702 AArch64MacroFusion: Factor out some opcode handling code; NFC by Matthias Braun · 7 years ago
  77. b064c24 ScheduleDAG: Cleanup dumping code; NFC by Matthias Braun · 7 years ago
  78. 9a1a4ca [XRay][compiler-rt] FDRLogWriter Abstraction by Dean Michael Berris · 7 years ago
  79. 50dce07 [WebAssembly] v4f32.abs and v2f64.abs by Thomas Lively · 7 years ago
  80. 638f42a Revert r342494 as it was failing on a bot and the author cannot look at it until tomorrow. by Douglas Yung · 7 years ago
  81. 520d38c [benchmark] Mention another cherry-picked change in README.LLVM. NFC. by Martin Storsjo · 7 years ago
  82. 7dee23a [bugpoint] Revert r318459 by Don Hinton · 7 years ago
  83. 9ae6d92 Remove svn:executable from a documentation file. by Kristina Brooks · 7 years ago
  84. cd4dcda [Docs] [Support] System Library to Support Library transition along with minor corrections to reflect it. by Kristina Brooks · 7 years ago
  85. fbb826f Do not optimize atomic load to non-atomic memcmp by Christy Lee · 7 years ago
  86. 40cb0cb [AMDGPU] Match udot8 pattern by Farhana Aleen · 7 years ago
  87. e105a22 Fix function signature to actually be an override. by Zachary Turner · 7 years ago
  88. f65d102 [PGO][CHR] Add opt remarks. by Hiroshi Yamauchi · 7 years ago
  89. 6848bda Check lines before using alias analysis to check for interference by Christy Lee · 7 years ago
  90. 0c5ced8 [PDB] Better support for enumerating pointer types. by Zachary Turner · 7 years ago
  91. 00a938c [PostRASink] Make sure to remove subregisters from live-ins as well by Krzysztof Parzyszek · 7 years ago
  92. c5c0a4b [NFC] Update comments regarding BufferSize for ProcResources by Jinsong Ji · 7 years ago
  93. d1ec7a7 Revert rL342465: Added function to set a register to a particular value + tests. by Simon Pilgrim · 7 years ago
  94. 6b2193a Revert rL342466: [llvm-exegesis] Improve Register Setup. by Simon Pilgrim · 7 years ago
  95. 02a915b [RISCV][MC] Use a custom ParserMethod for the bare_symbol operand type by Alex Bradbury · 7 years ago
  96. 0a7f06b [RISCV][MC] Reject bare symbols for the simm12 operand type by Alex Bradbury · 7 years ago
  97. 3c958d8 [RISCV][MC] Tighten up checking of sybol operands to lui and auipc by Alex Bradbury · 7 years ago
  98. cb24b2b Remove dead function user_cache_directory() by Nico Weber · 7 years ago
  99. c66f16c [llvm-mca] Add the ability to mark register reads/writes associated with dep-breaking instructions. NFCI by Andrea Di Biagio · 7 years ago
  100. 859ed6c Revert r342457 "Fixes removal of dead elements from PressureDiff (PR37252)." by Hans Wennborg · 7 years ago