1. cc893f0 AMDGPU: Reduce 64-bit lshr by constant to 32-bit by Matt Arsenault · 10 years ago
  2. ac7f00c [Support/ELF] Remove field erroneously added in r258025. by Davide Italiano · 10 years ago
  3. 7281652 [LAA] Include function name in debug output by Adam Nemet · 10 years ago
  4. 081edec [JIT] Add small-code model test for ELF. by Davide Italiano · 10 years ago
  5. 305d0ff AMDGPU: Cleanup sra test by Matt Arsenault · 10 years ago
  6. 5fc0b0f AMDGPU: Add subtarget feature for instruction rates by Matt Arsenault · 10 years ago
  7. 1095859 Fixed MSVC Win64 warning of implicit conversion of 32-bit shift to 64-bits. by Simon Pilgrim · 10 years ago
  8. 72b0e15 Add to the split module utility an SCC based method which allows not to globalize any local variables. by Sergei Larin · 10 years ago
  9. d8c7494 Delete dead code. by Rafael Espindola · 10 years ago
  10. 78d8d15 [X86][AVX2] Broadcast subvectors by Simon Pilgrim · 10 years ago
  11. 8eeb613 Use new function name. NFC. by Rafael Espindola · 10 years ago
  12. 8436553 [Hexagon] Recognize more copy-equivalents in RDF optimizations by Krzysztof Parzyszek · 10 years ago
  13. ceca33a [RDF] Improvements to copy propagation by Krzysztof Parzyszek · 10 years ago
  14. 4a49d40 [RDF] Improve compile-time performance of dead code elimination by Krzysztof Parzyszek · 10 years ago
  15. ba378e3 [RDF] Allow unlinking ref nodes from data-flow chains only by Krzysztof Parzyszek · 10 years ago
  16. dd6092d [TableGen] Use FoldingSets instead of DenseMaps to unique UnOpInit, BinOpInit and TernOpInit. This remove the memory needed to store the key for the DenseMap. NFC by Craig Topper · 10 years ago
  17. b51e7cd [TableGen] Fix an assert I missed in r258063. by Craig Topper · 10 years ago
  18. c39079c TargetLowering: Improve handling of (setcc ([sz]ext x) 0, cc) in SimplifySetCC by Tom Stellard · 10 years ago
  19. 401ee72 [TableGen] Merge the SuperClass Record and SMRange vector into a single vector. This removes the state needed to manage the extra vector thus reducing the size of the Record class. NFC by Craig Topper · 10 years ago
  20. 83f897b [TableGen] Reorder fields in Record class to optimize memory usage. NFC by Craig Topper · 10 years ago
  21. 11c70fa [TableGen] Allocate the Init pointer array for BitsInit/ListInit after the BitsInit/ListInit object itself. Saves a bit of memory. NFC by Craig Topper · 10 years ago
  22. e388c32 combine clauses with same output ; NFCI by Sanjay Patel · 10 years ago
  23. c7eed3c [llvm-readobj][ELF] s/dyn_rela_/dyn_rel_/ No functional changes. by Simon Atanasyan · 10 years ago
  24. 33205ca use m_OneUse ; NFCI by Sanjay Patel · 10 years ago
  25. 671ebc0 fix variable names, typos ; NFC by Sanjay Patel · 10 years ago
  26. a0552b5 fix typo; NFC by Sanjay Patel · 10 years ago
  27. 7d29d4f AVX512: Masked store intrinsic implementation. by Igor Breger · 10 years ago
  28. 7ec8518 Added Cannonlake processor to X86 Target by Elena Demikhovsky · 10 years ago
  29. 2b890b8 AVX512 : Change v8i1 bitconvert GR8 pattern, remove unnecessary movzbl instruction. by Igor Breger · 10 years ago
  30. daaca8c [ARM] Operands for PKHTB alias should be swapped by Oliver Stannard · 10 years ago
  31. c2d5ba1 [AVX512] adding AVXVBMI feature flag by Michael Zuckerman · 10 years ago
  32. b54fac2 [Coverage] move a local var to be BinaryCoverageReader's member by Xinliang David Li · 10 years ago
  33. a0a25d8 Remove extra whitespace. NFC. by Junmo Park · 10 years ago
  34. 9bbd5f2 [Orc] Revert r258031 - it broke the builders. by Lang Hames · 10 years ago
  35. 33a5a6f Fix typo in the C API comments by Amaury Sechet · 10 years ago
  36. 1f0b665 [Orc] Expand a comment explaining a unit test. by Lang Hames · 10 years ago
  37. 085a36e [Orc] Enable ORC execution unit tests on non-windows platforms. by Lang Hames · 10 years ago
  38. 5ee0210 minor comment clean and add a method \NFC by Xinliang David Li · 10 years ago
  39. 6edebba Revert assert added in rL258028 as the alloca and OtherPtr types may differ in address space. by Eduard Burtescu · 10 years ago
  40. be478ba [opaque pointer types] Alloca: use getAllocatedType() instead of getType()->getPointerElementType(). by Eduard Burtescu · 10 years ago
  41. ebc85eb fix variable names; NFC by Sanjay Patel · 10 years ago
  42. 1b9680c fix typos; NFC by Sanjay Patel · 10 years ago
  43. 3254a9e [Support/ELF] Add Sun machine-independent extesions DT_* constants. by Davide Italiano · 10 years ago
  44. b7d824d [opaque pointer types] [breaking-change] [NFC] SimplifyGEPInst: take the source element type of the GEP as an argument. by Manuel Jacob · 10 years ago
  45. 9b68275 [opaque pointer types] [NFC] CallSite: use getFunctionType() instead of going through PointerType::getElementType. by Manuel Jacob · 10 years ago
  46. 87169a0 [NFC] Remove one dead PointerType::getElementType() call. by Manuel Jacob · 10 years ago
  47. 8ce1d77 [TableGen] Keep a returned const reference instead of making a copy. NFC by Craig Topper · 10 years ago
  48. e4b8552 [TableGen] Replace instructions() with getInstructionsByEnumValue(). No need to make an iterator_range when we already have a function that returns an ArrayRef. NFC by Craig Topper · 10 years ago
  49. 3356fb6 [TableGen] Return ArrayRef instead of a std::vector reference from getInstructionsByEnumValue(). NFC by Craig Topper · 10 years ago
  50. 6710784 [TableGen] Use std::find instead of a manual loop. NFC by Craig Topper · 10 years ago
  51. 26e7d2f [IndVars] Fix PR25576 by Sanjoy Das · 10 years ago
  52. 1e20935 [IndVars] Use emplace_back; NFC by Sanjoy Das · 10 years ago
  53. c411749 [SCEV] Use range for; NFC by Sanjoy Das · 10 years ago
  54. 1c8842b [X86][AVX512] Regenerate v1 shuffle tests by Simon Pilgrim · 10 years ago
  55. d26cdd0 [AVX512] adding AVXVBMI feature flag by Michael Zuckerman · 10 years ago
  56. 177a5cb Fix buildbot failure introduced by 258010. Remove local variables became unused. by Artur Pilipenko · 10 years ago
  57. ae316aa Push isDereferenceableAndAlignedPointer down into isSafeToLoadUnconditionally by Artur Pilipenko · 10 years ago
  58. e74c240 AVX512: Use MemIntrinsicSDNode to implement load/store intrinsic. by Igor Breger · 10 years ago
  59. 3ca2d37 [AVX512] Adding VPERMW/D/Q VPERMPS/D Intrinsics by Michael Zuckerman · 10 years ago
  60. e0b4b2f [TableGen] Use a StringRef instead of creating a new std::string. It gets passed to a function that takes a StringRef anyway. NFC by Craig Topper · 10 years ago
  61. cda374b [AVX512] Adding VPERMQ VPERMPD Intrinsics by Michael Zuckerman · 10 years ago
  62. 73251b7 [TableGen] Changes to AsmWriterEmitter to remove the CodeGenInstruction to AsmWriterInst map. NFC by Craig Topper · 10 years ago
  63. 9990e7d [TableGen] Use std::find instead of a manual loop. NFC by Craig Topper · 10 years ago
  64. 94e1407 Remove some stale comments and fix a typo as suggested by David Blaikie in his by Lang Hames · 10 years ago
  65. d46c045 [llvm-readobj][ELF] Teach llvm-readobj to show dynamic relocation in REL format by Simon Atanasyan · 10 years ago
  66. 84d4a7a [X86][AVX] Enable extraction of upper 128-bit subvectors for 'half undef' shuffle lowering by Simon Pilgrim · 10 years ago
  67. 75e1cfb GlobalValue: use getValueType() instead of getType()->getPointerElementType(). by Manuel Jacob · 10 years ago
  68. d75248c [X86][SSE] Added extra 'float3' consecutive load tests by Simon Pilgrim · 10 years ago
  69. 9836f9e CXX_FAST_TLS calling convention: fix issue on x86-64. by Manman Ren · 10 years ago
  70. bf01fa3 [X86][SSE] Regenerated SSE4 CRC32 and v2i64 comparison tests by Simon Pilgrim · 10 years ago
  71. be30412 [X86][AVX] Regenerated AVX tests by Simon Pilgrim · 10 years ago
  72. 2f24868 Similar to rL257663, remove `function` keywords from export.sh and by Dimitry Andric · 10 years ago
  73. 244c013 [X86]AVX] Tidyup shift/splat tests by Simon Pilgrim · 10 years ago
  74. 923d68b [X86][SSE] Regenerated HADD/HSUB tests by Simon Pilgrim · 10 years ago
  75. a08c922 [BasicAliasAnalysis] Take into account operand bundles in the getModRefInfo function by Igor Laevsky · 10 years ago
  76. f351177 Fixed CRLF->LF line endings from r257914. NFC. by George Rimar · 10 years ago
  77. bac7fb4 [llvm-readobj] Dump DT_RELACOUNT correctly. by Davide Italiano · 10 years ago
  78. 2c3ac29 [PGO] fix a bug in profile summary computation by Xinliang David Li · 10 years ago
  79. baa00e5 [libFuzzer] replace vector with a simpler data structure in the Dictionaries to avoid memory allocations on hot path by Kostya Serebryany · 10 years ago
  80. 0256c63 [Cygwin] Use -femulated-tls by default since r257718 introduced the new pass. by NAKAMURA Takumi · 10 years ago
  81. 1e59531 [libFuzzer] introduce LLVMFuzzerInitialize by Kostya Serebryany · 10 years ago
  82. b4c832d [DwarfDebug] Don't merge DebugLocEntries if their pieces overlap by Keno Fischer · 10 years ago
  83. 243be96 [DwarfDebug] Move MergeValues to .cpp, NFC by Keno Fischer · 10 years ago
  84. 0caa8a3 Revert of 57967 Initial commit message: CRLF -> LF. NFC by George Rimar · 10 years ago
  85. 32abccb Introduce sanstats tool and llvm::CreateSanitizerStatReport function. by Peter Collingbourne · 10 years ago
  86. f307ec3 [WebAssembly] Add some more README.txt entries. by Dan Gohman · 10 years ago
  87. a6146a5 CRLF -> LF. NFC by George Rimar · 10 years ago
  88. 48fd9ad [codeview] Remove custom line info struct in favor of DebugLoc by Reid Kleckner · 10 years ago
  89. a6a9362 [X86]: Make param names in header and body match for isCalleePop. by Kevin B. Smith · 10 years ago
  90. f7dd1d2 [libFuzzer] move some code from public interface header to a non-public header. NFC by Kostya Serebryany · 10 years ago
  91. 2389b80 [WebAssembly] Don't create a needless .note.GNU-stack section by Dan Gohman · 10 years ago
  92. 15ac267 [NVPTX] Do not emit .hidden or .protected directives as they are not allowed by PTX. by Artem Belevich · 10 years ago
  93. 56209da [WebAssembly] Re-enable a test. by Dan Gohman · 10 years ago
  94. cb4ff42 [Orc] Replace switch cases with a macro. by Lang Hames · 10 years ago
  95. da899da [opaque pointer types] Remove an unnecessary extra explicit value type in Function by David Blaikie · 10 years ago
  96. 5e5e5aa ValueTracking: Put DataLayout reference into the Query structure, NFC. by Matthias Braun · 10 years ago
  97. d686848 [codeview] Handle multiple frame descriptions in readobj by Reid Kleckner · 10 years ago
  98. 054160d Remove a now-empty file left behind by r257940. by Dan Gohman · 10 years ago
  99. 7f6e4e3 [SelectionDAG] CSE nodes with differing SDNodeFlags by Dan Gohman · 10 years ago
  100. e02ed1c [Orc] Make FDRPCChannel final. by Lang Hames · 10 years ago