1. 4a49d40 [RDF] Improve compile-time performance of dead code elimination by Krzysztof Parzyszek · 10 years ago
  2. ba378e3 [RDF] Allow unlinking ref nodes from data-flow chains only by Krzysztof Parzyszek · 10 years ago
  3. 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
  4. b51e7cd [TableGen] Fix an assert I missed in r258063. by Craig Topper · 10 years ago
  5. c39079c TargetLowering: Improve handling of (setcc ([sz]ext x) 0, cc) in SimplifySetCC by Tom Stellard · 10 years ago
  6. 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
  7. 83f897b [TableGen] Reorder fields in Record class to optimize memory usage. NFC by Craig Topper · 10 years ago
  8. 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
  9. e388c32 combine clauses with same output ; NFCI by Sanjay Patel · 10 years ago
  10. c7eed3c [llvm-readobj][ELF] s/dyn_rela_/dyn_rel_/ No functional changes. by Simon Atanasyan · 10 years ago
  11. 33205ca use m_OneUse ; NFCI by Sanjay Patel · 10 years ago
  12. 671ebc0 fix variable names, typos ; NFC by Sanjay Patel · 10 years ago
  13. a0552b5 fix typo; NFC by Sanjay Patel · 10 years ago
  14. 7d29d4f AVX512: Masked store intrinsic implementation. by Igor Breger · 10 years ago
  15. 7ec8518 Added Cannonlake processor to X86 Target by Elena Demikhovsky · 10 years ago
  16. 2b890b8 AVX512 : Change v8i1 bitconvert GR8 pattern, remove unnecessary movzbl instruction. by Igor Breger · 10 years ago
  17. daaca8c [ARM] Operands for PKHTB alias should be swapped by Oliver Stannard · 10 years ago
  18. c2d5ba1 [AVX512] adding AVXVBMI feature flag by Michael Zuckerman · 10 years ago
  19. b54fac2 [Coverage] move a local var to be BinaryCoverageReader's member by Xinliang David Li · 10 years ago
  20. a0a25d8 Remove extra whitespace. NFC. by Junmo Park · 10 years ago
  21. 9bbd5f2 [Orc] Revert r258031 - it broke the builders. by Lang Hames · 10 years ago
  22. 33a5a6f Fix typo in the C API comments by Amaury Sechet · 10 years ago
  23. 1f0b665 [Orc] Expand a comment explaining a unit test. by Lang Hames · 10 years ago
  24. 085a36e [Orc] Enable ORC execution unit tests on non-windows platforms. by Lang Hames · 10 years ago
  25. 5ee0210 minor comment clean and add a method \NFC by Xinliang David Li · 10 years ago
  26. 6edebba Revert assert added in rL258028 as the alloca and OtherPtr types may differ in address space. by Eduard Burtescu · 10 years ago
  27. be478ba [opaque pointer types] Alloca: use getAllocatedType() instead of getType()->getPointerElementType(). by Eduard Burtescu · 10 years ago
  28. ebc85eb fix variable names; NFC by Sanjay Patel · 10 years ago
  29. 1b9680c fix typos; NFC by Sanjay Patel · 10 years ago
  30. 3254a9e [Support/ELF] Add Sun machine-independent extesions DT_* constants. by Davide Italiano · 10 years ago
  31. 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
  32. 9b68275 [opaque pointer types] [NFC] CallSite: use getFunctionType() instead of going through PointerType::getElementType. by Manuel Jacob · 10 years ago
  33. 87169a0 [NFC] Remove one dead PointerType::getElementType() call. by Manuel Jacob · 10 years ago
  34. 8ce1d77 [TableGen] Keep a returned const reference instead of making a copy. NFC by Craig Topper · 10 years ago
  35. 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
  36. 3356fb6 [TableGen] Return ArrayRef instead of a std::vector reference from getInstructionsByEnumValue(). NFC by Craig Topper · 10 years ago
  37. 6710784 [TableGen] Use std::find instead of a manual loop. NFC by Craig Topper · 10 years ago
  38. 26e7d2f [IndVars] Fix PR25576 by Sanjoy Das · 10 years ago
  39. 1e20935 [IndVars] Use emplace_back; NFC by Sanjoy Das · 10 years ago
  40. c411749 [SCEV] Use range for; NFC by Sanjoy Das · 10 years ago
  41. 1c8842b [X86][AVX512] Regenerate v1 shuffle tests by Simon Pilgrim · 10 years ago
  42. d26cdd0 [AVX512] adding AVXVBMI feature flag by Michael Zuckerman · 10 years ago
  43. 177a5cb Fix buildbot failure introduced by 258010. Remove local variables became unused. by Artur Pilipenko · 10 years ago
  44. ae316aa Push isDereferenceableAndAlignedPointer down into isSafeToLoadUnconditionally by Artur Pilipenko · 10 years ago
  45. e74c240 AVX512: Use MemIntrinsicSDNode to implement load/store intrinsic. by Igor Breger · 10 years ago
  46. 3ca2d37 [AVX512] Adding VPERMW/D/Q VPERMPS/D Intrinsics by Michael Zuckerman · 10 years ago
  47. 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
  48. cda374b [AVX512] Adding VPERMQ VPERMPD Intrinsics by Michael Zuckerman · 10 years ago
  49. 73251b7 [TableGen] Changes to AsmWriterEmitter to remove the CodeGenInstruction to AsmWriterInst map. NFC by Craig Topper · 10 years ago
  50. 9990e7d [TableGen] Use std::find instead of a manual loop. NFC by Craig Topper · 10 years ago
  51. 94e1407 Remove some stale comments and fix a typo as suggested by David Blaikie in his by Lang Hames · 10 years ago
  52. d46c045 [llvm-readobj][ELF] Teach llvm-readobj to show dynamic relocation in REL format by Simon Atanasyan · 10 years ago
  53. 84d4a7a [X86][AVX] Enable extraction of upper 128-bit subvectors for 'half undef' shuffle lowering by Simon Pilgrim · 10 years ago
  54. 75e1cfb GlobalValue: use getValueType() instead of getType()->getPointerElementType(). by Manuel Jacob · 10 years ago
  55. d75248c [X86][SSE] Added extra 'float3' consecutive load tests by Simon Pilgrim · 10 years ago
  56. 9836f9e CXX_FAST_TLS calling convention: fix issue on x86-64. by Manman Ren · 10 years ago
  57. bf01fa3 [X86][SSE] Regenerated SSE4 CRC32 and v2i64 comparison tests by Simon Pilgrim · 10 years ago
  58. be30412 [X86][AVX] Regenerated AVX tests by Simon Pilgrim · 10 years ago
  59. 2f24868 Similar to rL257663, remove `function` keywords from export.sh and by Dimitry Andric · 10 years ago
  60. 244c013 [X86]AVX] Tidyup shift/splat tests by Simon Pilgrim · 10 years ago
  61. 923d68b [X86][SSE] Regenerated HADD/HSUB tests by Simon Pilgrim · 10 years ago
  62. a08c922 [BasicAliasAnalysis] Take into account operand bundles in the getModRefInfo function by Igor Laevsky · 10 years ago
  63. f351177 Fixed CRLF->LF line endings from r257914. NFC. by George Rimar · 10 years ago
  64. bac7fb4 [llvm-readobj] Dump DT_RELACOUNT correctly. by Davide Italiano · 10 years ago
  65. 2c3ac29 [PGO] fix a bug in profile summary computation by Xinliang David Li · 10 years ago
  66. 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
  67. 0256c63 [Cygwin] Use -femulated-tls by default since r257718 introduced the new pass. by NAKAMURA Takumi · 10 years ago
  68. 1e59531 [libFuzzer] introduce LLVMFuzzerInitialize by Kostya Serebryany · 10 years ago
  69. b4c832d [DwarfDebug] Don't merge DebugLocEntries if their pieces overlap by Keno Fischer · 10 years ago
  70. 243be96 [DwarfDebug] Move MergeValues to .cpp, NFC by Keno Fischer · 10 years ago
  71. 0caa8a3 Revert of 57967 Initial commit message: CRLF -> LF. NFC by George Rimar · 10 years ago
  72. 32abccb Introduce sanstats tool and llvm::CreateSanitizerStatReport function. by Peter Collingbourne · 10 years ago
  73. f307ec3 [WebAssembly] Add some more README.txt entries. by Dan Gohman · 10 years ago
  74. a6146a5 CRLF -> LF. NFC by George Rimar · 10 years ago
  75. 48fd9ad [codeview] Remove custom line info struct in favor of DebugLoc by Reid Kleckner · 10 years ago
  76. a6a9362 [X86]: Make param names in header and body match for isCalleePop. by Kevin B. Smith · 10 years ago
  77. f7dd1d2 [libFuzzer] move some code from public interface header to a non-public header. NFC by Kostya Serebryany · 10 years ago
  78. 2389b80 [WebAssembly] Don't create a needless .note.GNU-stack section by Dan Gohman · 10 years ago
  79. 15ac267 [NVPTX] Do not emit .hidden or .protected directives as they are not allowed by PTX. by Artem Belevich · 10 years ago
  80. 56209da [WebAssembly] Re-enable a test. by Dan Gohman · 10 years ago
  81. cb4ff42 [Orc] Replace switch cases with a macro. by Lang Hames · 10 years ago
  82. da899da [opaque pointer types] Remove an unnecessary extra explicit value type in Function by David Blaikie · 10 years ago
  83. 5e5e5aa ValueTracking: Put DataLayout reference into the Query structure, NFC. by Matthias Braun · 10 years ago
  84. d686848 [codeview] Handle multiple frame descriptions in readobj by Reid Kleckner · 10 years ago
  85. 054160d Remove a now-empty file left behind by r257940. by Dan Gohman · 10 years ago
  86. 7f6e4e3 [SelectionDAG] CSE nodes with differing SDNodeFlags by Dan Gohman · 10 years ago
  87. e02ed1c [Orc] Make FDRPCChannel final. by Lang Hames · 10 years ago
  88. a6e7bd8 PM: Fix an inverted condition in simplifyFunctionCFG by Justin Bogner · 10 years ago
  89. c5fde13 [WinEH] Rename CatchReturnInst::getParentPad, NFC by Joseph Tremoulet · 10 years ago
  90. eb57e78 [Orc] Remove some reinterpret casts in debugging output. by Lang Hames · 10 years ago
  91. b5e2dc9 CXX_FAST_TLS calling convention: fix issue on ARM. by Manman Ren · 10 years ago
  92. 7f9d401 CXX_FAST_TLS calling convention: fix issue on AArch64. by Manman Ren · 10 years ago
  93. 1bad448 [Orc] Add a void cast to work around a GCC diagnostic bug. by Lang Hames · 10 years ago
  94. c47895c CXX_FAST_TLS calling convention: fix issue on X86-64. by Manman Ren · 10 years ago
  95. f223b51 Fix -Wmismatched-tags warning/error by Xinliang David Li · 10 years ago
  96. 644d34b Codegen: [PPC] Silence false-positive initialization warning. NFC by Kyle Butt · 10 years ago
  97. 48b8a6c [PGO] Commonize (more) index profile file and buffer writer. by Xinliang David Li · 10 years ago
  98. 17920c2 Bring back "Assert that we have all use/users in the getters." by Rafael Espindola · 10 years ago
  99. 30b888a Revert "[ARM] Add ARMv8-M security extension instructions to ARMv8-M Baseline/Mainline" by Reid Kleckner · 10 years ago
  100. 8fa16f9 Reapply r257800 with fix by Matthew Simpson · 10 years ago