1. 00bb3b5 Revert "Fix isPodLike for MSVC and use it in TypeHashing." by Zachary Turner · 8 years ago
  2. 1fb1af1 Fix isPodLike for MSVC and use it in TypeHashing. by Zachary Turner · 8 years ago
  3. 4438866 [SLPVectorizer] Don't ignore scalar extraction instructions of aggregate value by Guozhi Wei · 8 years ago
  4. b9a44ec Only use is_trivially_copyable if we know it's safe to do so. by Zachary Turner · 8 years ago
  5. a3a5536 Add MVT::v128i1, NFC by Krzysztof Parzyszek · 8 years ago
  6. 71f21a2 [opt-viewer] Render utf-8 characters properly in the generated HTML by Adam Nemet · 8 years ago
  7. 1efcc42 [MC] Allow .file directives to be out-of-order by Paul Robinson · 8 years ago
  8. 747f7a4 [opt-viewer] Support unicode characters in function names by Adam Nemet · 8 years ago
  9. 18fcbf5 [cmake] Only attempt to install MSVC system libraries on Windows by Shoaib Meenai · 8 years ago
  10. f74c3eb [X86] Don't zero the upper bits of the k-register before extracting a single bit from a vXi1. by Craig Topper · 8 years ago
  11. 7c66ebe [Hexagon] Remove vectors of i64 from valid HVX types by Krzysztof Parzyszek · 8 years ago
  12. cc1c188 Fix error due to missing includes. by Zachary Turner · 8 years ago
  13. 6b1df4d [COFF] Teach LLD to use the COFF .debug$H section. by Zachary Turner · 8 years ago
  14. c04e9d0 [ARM] Fix isRenamable flag setting on expanded VSTMDIA opcode. by Geoff Berry · 8 years ago
  15. 9ad242e [X86][AVX][AVX2]: Adding full coverage of MC encoding for the AVX, AVX2 isa set.<NFC> by Gadi Haber · 8 years ago
  16. e815372 [mips] Update some tests before posting a patch, NFC. by Simon Dardis · 8 years ago
  17. 92d81a8 Revert CodeGen: Fix assertion in machine inst sheduler due to llvm.dbg.value by Yaxun Liu · 8 years ago
  18. 9a94efd Re-commit: [TableGen] AsmMatcher: Fix bug with reported diagnostic for operand. by Sander de Smalen · 8 years ago
  19. 9b53469 [LLVMgold] Use platform dependent extension in tests by Eugene Leviant · 8 years ago
  20. 6ca3095 [mips] Add partial support for R6 in the long branch pass by Simon Dardis · 8 years ago
  21. e7acf09 [ScalarEvolution] Fix base condition in isNormalAddRecPHI. by Bjorn Pettersson · 8 years ago
  22. ed49714 [InlineCost] Tracking Values through PHI Nodes by Haicheng Wu · 8 years ago
  23. f30ce39 Revert "[DAGCombine] Move AND nodes to multiple load leaves" by Benjamin Kramer · 8 years ago
  24. e3c92f3 Any Target Asm comments should start from MachineInstr::TAsmComments value. by Andrew V. Tischenko · 8 years ago
  25. 87c8e44 Inserting several lit tests to reflect current behaviour by Omer Paparo Bivas · 8 years ago
  26. 74c2e95 [AVX512] Adding support for load truncate store of I1 by Michael Zuckerman · 8 years ago
  27. 9e819d5 [X86] Add FMA4 schedule tests by Simon Pilgrim · 8 years ago
  28. d355ea7 [X86] Add FMA3 schedule tests by Simon Pilgrim · 8 years ago
  29. bfac46c [PM][InstCombine] fixing omission of AliasAnalysis in new-pass-manager's version of InstCombine by Fedor Sergeev · 8 years ago
  30. 45b92d7 Remove redundant includes from lib/Target/AArch64. by Fedor Sergeev · 8 years ago
  31. ee30ab7 [CodeGen] Print MCSymbol operands as <mcsymbol sym> in both MIR and debug output by Francis Visoiu Mistrih · 8 years ago
  32. f726bec [CodeGen] Move printing MO_Metadata operands to MachineOperand::print by Francis Visoiu Mistrih · 8 years ago
  33. f6cd582 [CodeGen] Print live-out register lists as liveout(...) in both MIR and debug output by Francis Visoiu Mistrih · 8 years ago
  34. 3f63013f [CodeGen] Print global addresses as @foo in both MIR and debug output by Francis Visoiu Mistrih · 8 years ago
  35. d398775 [CodeGen] Print external symbols as $symbol in both MIR and debug output by Francis Visoiu Mistrih · 8 years ago
  36. 367e62b [Verifier] Check that GEP indexes has correct types by Igor Laevsky · 8 years ago
  37. 290324b [DAGCombine] Move AND nodes to multiple load leaves by Sam Parker · 8 years ago
  38. b82cf8d [X86] Make ANY_EXTEND from vXi1 Custom for more types. by Craig Topper · 8 years ago
  39. 10d4fa7 [SelectionDAG][X86] Improve legalization of v32i1 CONCAT_VECTORS of v16i1 for AVX512F. by Craig Topper · 8 years ago
  40. 557f3cf [X86] Remove redundant setOperationAction calls. by Craig Topper · 8 years ago
  41. 3ce8b66 [LV] Support efficient vectorization of an induction with redundant casts by Dorit Nuzman · 8 years ago
  42. 5b7b2d5 [X86][AES]: Adding full coverage of MC encoding for the AES and AVXAES isa sets.<NFC> by Gadi Haber · 8 years ago
  43. 99c76f2 [SelectionDAG] When legalizing the result type of CONCAT_VECTORS, take into account whether the input type also needs to be promoted. by Craig Topper · 8 years ago
  44. 34045e1 MC/AsmPrinter: Reduce code duplication. by Matthias Braun · 8 years ago
  45. 177a4fc MC: Add support for mach-o build_version by Matthias Braun · 8 years ago
  46. 5d4223a [CMake] Pass LLVM_HAVE_LINK_VERSION_SCRIPT to external projects by Petr Hosek · 8 years ago
  47. 7810c44 [cmake] Add support for case-sensitive Windows SDKs by Shoaib Meenai · 8 years ago
  48. f04a54f [cmake] Support host architectures other than x64 by Shoaib Meenai · 8 years ago
  49. 0786192 Recommit r320461 "[X86] Use regular expressions more aggressively to reduce the number of scheduler entries needed for FMA3 instructions." by Craig Topper · 8 years ago
  50. 5cbbcbf [EarlyCSE] recognize swapped variants of abs/nabs as equivalent by Sanjay Patel · 8 years ago
  51. 0d2bb64 [X86] Add missing MULX32 schedule test by Simon Pilgrim · 8 years ago
  52. 084f879 CodeGen: Fix assertion in machine inst sheduler due to llvm.dbg.value by Yaxun Liu · 8 years ago
  53. 5c7c640 [CodeView] Teach clang to emit the .debug$H COFF section. by Zachary Turner · 8 years ago
  54. 9d2ef85 Recover some overzealously removed includes. by Michael Zolotukhin · 8 years ago
  55. 4631d6d [EarlyCSE] add tests for swapped abs/nabs; NFC by Sanjay Patel · 8 years ago
  56. 91a466c Speculative build fix for llvm-pdbdump on Linux after Michael's #include removals by Hans Wennborg · 8 years ago
  57. 3de6d88 Speculative build fix for lld on Linux after Michael's #include removals by Hans Wennborg · 8 years ago
  58. 946486c [X86] Add CLWB schedule test by Simon Pilgrim · 8 years ago
  59. 8764e8a [WebAssembly] Use bitfield types in wasm YAML representation by Sam Clegg · 8 years ago
  60. d76ae12 Reverting [JumpThreading] Preservation of DT and LVI across the pass by Brian M. Rzycki · 8 years ago
  61. 9a3e5b0 [EarlyCSE] recognize commuted and swapped variants of min/max as equivalent (PR35642) by Sanjay Patel · 8 years ago
  62. 2b46be6 [WebAssembly] Add linking metatdata test coverage for wasm2yaml by Sam Clegg · 8 years ago
  63. d5956c2 [X86] Move ADX schedule tests out of schedule-x86_64.ll by Simon Pilgrim · 8 years ago
  64. 2312c1a Remove redundant includes from lib/Target/X86. by Michael Zolotukhin · 8 years ago
  65. d2c131b Remove redundant includes from lib/Target/ARM. by Michael Zolotukhin · 8 years ago
  66. 32ffb1b Remove redundant includes from lib/Target/AArch64. by Michael Zolotukhin · 8 years ago
  67. 3ac3c01 Remove redundant includes from lib/Target/*.cpp. by Michael Zolotukhin · 8 years ago
  68. 9f101fa Remove redundant includes from utils/TableGen. by Michael Zolotukhin · 8 years ago
  69. d770752 Remove redundant includes from tools. by Michael Zolotukhin · 8 years ago
  70. 16872e2 Remove redundant includes from unittests. by Michael Zolotukhin · 8 years ago
  71. e2c2606 Remove redundant includes from various places. by Michael Zolotukhin · 8 years ago
  72. d5c7271 Remove redundant includes from lib/Transforms. by Michael Zolotukhin · 8 years ago
  73. f394ee0 Remove redundant includes from lib/Support. by Michael Zolotukhin · 8 years ago
  74. d149b23 Remove redundant includes from lib/ProfileData. by Michael Zolotukhin · 8 years ago
  75. 3b31d05 Remove redundant includes from lib/Object. by Michael Zolotukhin · 8 years ago
  76. ac904a2 Remove redundant includes from lib/MC. by Michael Zolotukhin · 8 years ago
  77. 6d1cdcc Remove redundant includes from lib/LTO. by Michael Zolotukhin · 8 years ago
  78. be0db55 Remove redundant includes from lib/IR. by Michael Zolotukhin · 8 years ago
  79. cedd433 Remove redundant includes from lib/ExecutionEngine. by Michael Zolotukhin · 8 years ago
  80. 0698488 Remove redundant includes from lib/DebugInfo. by Michael Zolotukhin · 8 years ago
  81. 41b2567 Remove redundant includes from lib/CodeGen. by Michael Zolotukhin · 8 years ago
  82. 2f74167 Remove redundant includes from lib/Bitcode. by Michael Zolotukhin · 8 years ago
  83. 0e973bc Remove redundant includes from lib/Analysis. by Michael Zolotukhin · 8 years ago
  84. a85ea41 [cmake] Explicitly set VS 2017 compatibility by Shoaib Meenai · 8 years ago
  85. 80b1dd8 [cmake] Determine MSVC host triple correctly when cross-compiling by Shoaib Meenai · 8 years ago
  86. 74ccbce AMDGPU: Partially fix disassembly of MIMG instructions by Matt Arsenault · 8 years ago
  87. 7cc3dcf [JumpThreading] Preservation of DT and LVI across the pass by Brian M. Rzycki · 8 years ago
  88. 2bf4af8 [GVNHoist] Fix: PR35222 gvn-hoist incorrectly erases load by Aditya Kumar · 8 years ago
  89. 2676450 Ignore metainstructions during the shrink wrap analysis by Adrian Prantl · 8 years ago
  90. 99c03705 [dsymutil][test] Fix failing test when no lipo binary available by Jonas Devlieghere · 8 years ago
  91. 83f6d00 [X86] Add JCC/JECXZ/JECXZ/JRCXZ/LOOP schedule tests by Simon Pilgrim · 8 years ago
  92. c1f4787 Regenerate test-shrink.ll test results. NFC by Amaury Sechet · 8 years ago
  93. 4cac1c4 [dsymutil] Re-enable threading by Jonas Devlieghere · 8 years ago
  94. 6149067 [X86] Add RET/RETF schedule tests by Simon Pilgrim · 8 years ago
  95. d797d31 [X86] Add POP/PUSH schedule tests by Simon Pilgrim · 8 years ago
  96. 0bcc2cd [Function] Remove trailing end-of-line whitespace. NFC. by Brian M. Rzycki · 8 years ago
  97. efb6506 Fix link failure on one build bot introduced by r320584. by Nemanja Ivanovic · 8 years ago
  98. e8e0a7c Reverted r320229. It broke tests on builder llvm-clang-x86_64-expensive-checks-win. by Galina Kistanova · 8 years ago
  99. cd1040a [X86] Add PREFETCH schedule tests by Simon Pilgrim · 8 years ago
  100. 39485b9 [X86] Add XCHG schedule tests by Simon Pilgrim · 8 years ago