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