1. c66d417 [LoopUnrollRuntime] NFC: Refactored safety checks of unrolling multi-exit loop by Anna Thomas · 8 years ago
  2. 6805a5d [AArch64] Add AArch64Subtarget::isFusion function. by Florian Hahn · 8 years ago
  3. 3fbd441 [WebAssembly] Mark element atomic memcpy/memmove intrinsics as unsupported by Heejin Ahn · 8 years ago
  4. fc19aec Remove unneeded use of #undef DEBUG_TYPE. NFC by Sam Clegg · 8 years ago
  5. 73d05a2 [LV] Don't allow outside uses of IVs if the SCEV is predicated on loop conditions. by Michael Kuperstein · 8 years ago
  6. 1ece62a [mips][mt][6/7] Add support for mftr, mttr instructions. by Simon Dardis · 8 years ago
  7. de79ef8 Fix non-Windows build after PDB native builtin type change by Reid Kleckner · 8 years ago
  8. 39bfdfa [PDB] Enable NativeSession to create symbols for built-in types on demand by Adrian McCarthy · 8 years ago
  9. fa1648c Fix to web assembly lib call list by Daniel Neilson · 8 years ago
  10. 7c78172 [LoopRotate] Fix DomTree update logic for unreachable nodes. Fix PR33701. by Jakub Kuderski · 8 years ago
  11. 4157aff Use std::mutex to avoid memory allocation after OOM by Reid Kleckner · 8 years ago
  12. a4790a3 [libFuzzer] Add a dependency on symbolizer from libFuzzer tests by George Karpenkov · 8 years ago
  13. 43e65bf [libFuzzer] NFC Declare LIBFUZZER_FLAGS_BASE outside of an if-block by George Karpenkov · 8 years ago
  14. 053573f [libFuzzer] Do not use LLVM ostream in tests by George Karpenkov · 8 years ago
  15. f4058b9 [x86] improve SBB optimizations for SETB/SETA with subtract by Sanjay Patel · 8 years ago
  16. 8751bf9 [x86] add tests for improving sbb transforms; NFC by Sanjay Patel · 8 years ago
  17. 356d2bf GlobalISel: Handle selection of G_IMPLICIT_DEF in AArch64 by Justin Bogner · 8 years ago
  18. 7c497af Add a test for r307754 by George Burgess IV · 8 years ago
  19. 634bcab [mips][mt][5/7] Add support for fork and yield instructions. by Simon Dardis · 8 years ago
  20. ef7264b Add back a CHECK line. by Rafael Espindola · 8 years ago
  21. 0dedcfc [CodeGen] Add dependency printer by Evandro Menezes · 8 years ago
  22. a48c85b [X86/FastIsel] Fall-back to SelectionDAG when lowering soft-floats. by Davide Italiano · 8 years ago
  23. c96acc5 Add element atomic memmove intrinsic by Daniel Neilson · 8 years ago
  24. 36ae313 [mips][mt][4/7] Add IAS support for dvpe, evpe instructions. by Simon Dardis · 8 years ago
  25. 9435879 [X86][SSE] Fix file check prefix warning breaking buildbots by Simon Pilgrim · 8 years ago
  26. 103b823 Make shell redirection construct portable by Kamil Rytarowski · 8 years ago
  27. ec26641 [ARM] Adjust ifcvt heuristic for the diamond ifcvt case by John Brawn · 8 years ago
  28. 1ca52a5 [X86][SSE] Add 512-bit (iX bitcast(vXi1)) test cases by Simon Pilgrim · 8 years ago
  29. fea3236 [mips][mt] Add missing files from last commit by Simon Dardis · 8 years ago
  30. 2b4e72e fix typo in document; NFC by Hiroshi Inoue · 8 years ago
  31. 84aeab5 [mips][mt][3/7] Add IAS support for emt, dmt instructions. by Simon Dardis · 8 years ago
  32. dba40dd [Linker] Add directives to support mixing ARM/Thumb module-level inline asm. by Florian Hahn · 8 years ago
  33. a3db459 [ARM] GlobalISel: Simplify inst selector code. NFC by Diana Picus · 8 years ago
  34. 3870ce2 [PM] Fix a silly bug in my recent update to the CG update logic. by Chandler Carruth · 8 years ago
  35. 8577619 [ARM] GlobalISel: Select s64 G_FCMP by Diana Picus · 8 years ago
  36. fbec1c9 Have Module::createRNG return a unique_ptr by Serge Guelton · 8 years ago
  37. 1f56665 [X86][LLVM]Expanding Supports lowerInterleavedStore() in X86InterleavedAccess. by Michael Zuckerman · 8 years ago
  38. b8cea18 [X86] Synchronize the ProcessorFeatures enum used by getHostCPUName with the enum in libgcc and soon compiler-rt. by Craig Topper · 8 years ago
  39. 5d2f267 [X86] Sync ProcessorTypes and ProcessorSubtypes enums used by getHostCPUName with the version proposed to for compiler-rt's cpu_model.c by Craig Topper · 8 years ago
  40. 0b0624a [X86] Cleanup the switches in getHostCPUName to remove impossible combinations. by Craig Topper · 8 years ago
  41. 292490b [X86] Remove 'barcelona' string from getHostCPUName. Use 'amdfam10' instead. The x86 backend doesn't distinguish. by Craig Topper · 8 years ago
  42. 97e1656 [MemoryBuiltins] Allow truncation in visitAllocaInst() by Mikael Holmen · 8 years ago
  43. 4b01366 Specify complete target triple in test by Matthias Braun · 8 years ago
  44. 831d126 Fix minor typo introduced in r276404 by Don Hinton · 8 years ago
  45. 8a1e607 LowerTypeTests: When importing functions skip definitions where the summary contains a decl. by Peter Collingbourne · 8 years ago
  46. 3b58ca7 [Dominators][NFC] Remove extra semicolon... by Jakub Kuderski · 8 years ago
  47. c9c28d9 [WebAssembly] Expose the offset of each data segment by Sam Clegg · 8 years ago
  48. 4cdc883 Fix unused variable warnings by Konstantin Zhuravlyov · 8 years ago
  49. 210f522 Simplify interface now that we don't need to pass IsPCRel. NFC. by Rafael Espindola · 8 years ago
  50. 028eab1 [codeview] Change readobj symbol dumping format by Reid Kleckner · 8 years ago
  51. 39247cb [CMake] Support multi-target runtimes build by Petr Hosek · 8 years ago
  52. 4aebf83 Fully fix the movw/movt addend. by Rafael Espindola · 8 years ago
  53. dd0b140 [IPO] Temporarily rollback r307215. by Davide Italiano · 8 years ago
  54. 3f91c64 [Dominators] Use a custom DFS implementation by Jakub Kuderski · 8 years ago
  55. c80f622 [codeview] Fix type index discovery for four symbol records by Reid Kleckner · 8 years ago
  56. 8f85685 Enhance synchscope representation by Konstantin Zhuravlyov · 8 years ago
  57. fdda7ea [CodeGen] Rename DEBUG_TYPE to match passnames by Evandro Menezes · 8 years ago
  58. b6cfd1a [x86] auto-generate full checks; NFC by Sanjay Patel · 8 years ago
  59. c5da2fd [mips][mt] Correct spelling error in comment. NFCI. by Simon Dardis · 8 years ago
  60. 0ce5e21 [mips][mt][2/7] Implement .module and .set directives for the MT ASE. by Simon Dardis · 8 years ago
  61. 847573b [ARM, ELF] Don't shift movt relocation offsets by Martin Storsjo · 8 years ago
  62. 827143c [AArch64] Remove unused IsDarwin & IsNotDarwin predicates (NFCI). by Florian Hahn · 8 years ago
  63. 849a2b0 [LoopUnrollRuntime] NFC: Add some debugging trace messages for why loop wasn't unrolled. by Anna Thomas · 8 years ago
  64. dcb98bd [ProfileData] Add new option to dump topn hottest functions by Xinliang David Li · 8 years ago
  65. 17015f9 [NewGVN] Check for congruency of memory accesses. by Davide Italiano · 8 years ago
  66. 8e6b066 reverting 307677. by Michael Zuckerman · 8 years ago
  67. 4efbfe0 [NewGVN] Fix an innocent typo I found while debugging PR33720. by Davide Italiano · 8 years ago
  68. e57a909 [NewGVN] Clarify the function invariants formatting them properly. by Davide Italiano · 8 years ago
  69. 79b3d60 [PPC] Fix one test case regression for patch https://reviews.llvm.org/D34337. by Tony Jiang · 8 years ago
  70. f8b3ea8 [LibFuzzer] Fix `-Wcomment` warning emitted by GCC. by Dan Liew · 8 years ago
  71. 09b7b2c [LibFuzzer] Fix `-Wpedantic` warning reported by Eric Christopher. by Dan Liew · 8 years ago
  72. 9c6fbac [msan] Only check shadow memory for operands that are sized. by Evgeniy Stepanov · 8 years ago
  73. ad68aab [mips][mt][1/7] Add the MT ASE as a subtarget feature. by Simon Dardis · 8 years ago
  74. 2e2081e Revert "AMDGPU: Do not test for SI in getIsaVersion" by Konstantin Zhuravlyov · 8 years ago
  75. 75890a7 [X86][LLVM]Expanding Supports lowerInterleavedStore() in X86InterleavedAccess. by Michael Zuckerman · 8 years ago
  76. 2d2fec3 [LoopUnrollRuntime] Avoid multi-exit nested loop with epilog generation by Anna Thomas · 8 years ago
  77. c3676c8 [Hexagon] Do not rely on callee-saved info in hasFP by Krzysztof Parzyszek · 8 years ago
  78. 5cc2236 [Support] - Add bad alloc error handler for handling allocation malfunctions by Reid Kleckner · 8 years ago
  79. f617975 [PPC] Fix two bugs in frame lowering. by Tony Jiang · 8 years ago
  80. 609a5df2 [Hexagon] Add support for nontemporal loads and stores on HVX by Krzysztof Parzyszek · 8 years ago
  81. 05c2cd1 [lit] Fix import StringIO errors in Python 3 by Reid Kleckner · 8 years ago
  82. dbeb61f [lit] Implement non-pipelined echo commands internally by Reid Kleckner · 8 years ago
  83. fa3d66c [SLPVectorizer] Revert change in cancelScheduling with referencing to FirstInBundle, NFCI. by Dinar Temirbulatov · 8 years ago
  84. 0495576 [IR] Remove unnecessary const_casts from ConstantDataSequential and it's subclasses. by Craig Topper · 8 years ago
  85. 9733528 fix formatting; NFC by Hiroshi Inoue · 8 years ago
  86. 599e6ee [globalisel][tablegen] Change method of squashing unused variable warnings following post-commit comments. by Daniel Sanders · 8 years ago
  87. a589fce [SystemZ] Minor fixing in SystemZScheduleZ13.td by Jonas Paulsson · 8 years ago
  88. 85d38e0 [ARM] GlobalISel: Tighten G_FCMP selection test. NFC by Diana Picus · 8 years ago
  89. cd73555 [DWARF] - Add testcase for checking message about broken relocations. by George Rimar · 8 years ago
  90. c0dfa22e1d [X86][AVX512] regenerate avx512-insert-extract.ll by Guy Blank · 8 years ago
  91. 8ae39dc [ARM] GlobalISel: Add reg mapping for s64 G_FCMP by Diana Picus · 8 years ago
  92. eb75f90 [PM] Another post-commit fix in NewPMDriver by Philip Pfaffe · 8 years ago
  93. 301859b [ARM] GlobalISel: Tighten legalizer tests. NFC by Diana Picus · 8 years ago
  94. a216c32 [globalisel][tablegen] Fix an multi-insn match bug where ComplexPattern is used on multiple insns. by Daniel Sanders · 8 years ago
  95. 6253ba4 [ARM] ldr pc,=expression should be allowed in Thumb2 by Peter Smith · 8 years ago
  96. f4f832c [ARM] GlobalISel: Fix oversight in G_FCMP legalization by Diana Picus · 8 years ago
  97. ec48fd1 [globalisel][tablegen] Correct matching of intrinsic ID's. by Daniel Sanders · 8 years ago
  98. 6845427 [ARM] GlobalISel: Legalize s64 G_FCMP by Diana Picus · 8 years ago
  99. a1602eb Revert Revert [MBP] do not rotate loop if it creates extra branch by Serguei Katkov · 8 years ago
  100. a66d085 [GlobalISel][X86] Use correct AND instructions. by Igor Breger · 8 years ago