1. 710d3bd [TBAA] Use wrapper objects instead of raw getOperand s; NFC by Sanjoy Das · 9 years ago
  2. 2eb16bc [TBAA] Rename accessors to be more idiomatic; NFC by Sanjoy Das · 9 years ago
  3. caef643 Bitcode: Simplify BitstreamWriter::EnterBlockInfoBlock() interface. by Peter Collingbourne · 9 years ago
  4. 783d67d AMDGPU: Whitespace fixes by Matt Arsenault · 9 years ago
  5. b983cb0 [DAG] disable nsw/nuw for add/sub/mul when simplifying based on demanded bits (PR30841) by Sanjay Patel · 9 years ago
  6. 3124bb2 [Hexagon] Garbage collect dead code. by Davide Italiano · 9 years ago
  7. 008e98f Fix a typo. by Evgeniy Stepanov · 9 years ago
  8. f185e91 CodeGen: further loosen -O0 CG for WoA division by Saleem Abdulrasool · 9 years ago
  9. 485ef16 [ThinLTO] Disable importing and other cross-module optis at -O0 by Teresa Johnson · 9 years ago
  10. 8ddde8c [NVPTX] Remove NVPTXFavorNonGenericAddrSpaces pass. by Justin Lebar · 9 years ago
  11. 5956db4 docs: trying to fix the docs bot by removing non-ASCII characters. The docs build fine on my machine, bot fail on the bot (http://lab.llvm.org:8011/builders/llvm-sphinx-docs/builds/25/steps/docs-llvm-html/logs/stdio) by Kostya Serebryany · 9 years ago
  12. d80a70a Remove llc -jump-table-type option, it hasn't been functional for years. by Joerg Sonnenberger · 9 years ago
  13. e9885e0 More additional error checks for invalid Mach-O files when by Kevin Enderby · 9 years ago
  14. 7e057dc [PPC] add absolute difference altivec instructions and matching intrinsics by Nemanja Ivanovic · 9 years ago
  15. b339549 DebugInfo: make DW_TAG_atomic_type valid by Victor Leschuk · 9 years ago
  16. 96c7b39 Fix per-processor model scheduler definition completeness check by Ulrich Weigand · 9 years ago
  17. 588bf7b [asan] Move instrumented null-terminated strings to a special section, LLVM part by Kuba Brecka · 9 years ago
  18. 30e34b0 [MC] Make llvm-mc fail cleanly on invalid output asm variant. by Nirav Dave · 9 years ago
  19. d9f01d8 GlobalISel: allow truncating pointer casts on AArch64. by Tim Northover · 9 years ago
  20. fa8311d GlobalISel: translate stack protector intrinsics by Tim Northover · 9 years ago
  21. 9b10881 Define DbiStreamBuilder::addSectionMap. by Rui Ueyama · 9 years ago
  22. c6acb51 SingleLinkedListIterator::operator++(int) shouldn't return a reference by David Majnemer · 9 years ago
  23. 09c7eaa Fix an unconditional break in checkMachOAndArchFlags by David Majnemer · 9 years ago
  24. 8d99748 SymbolRef::Type is not a bitfield and must be compared directly by David Majnemer · 9 years ago
  25. 1a30f4b Modify DWARFFormValue to remember the DWARFUnit that it was decoded with. by Greg Clayton · 9 years ago
  26. d3f04d3 [lli] Don't strip away const qualifier. Unbreak the gcc6 build. by Davide Italiano · 9 years ago
  27. bff2583 [x86][inline-asm][AVX512][llvm][PART-2] by Michael Zuckerman · 9 years ago
  28. 86d9395 [AMDGPU][MC][gfx8] Support 20-bit immediate offset in SMEM instructions. by Artem Tamazov · 9 years ago
  29. abc5ce4 [Hexagon] Don't expand mux instructions with both sources identical by Krzysztof Parzyszek · 9 years ago
  30. 8043131 Recommit r285285 - [Object/ELF] - Fixed behavior when SectionHeaderTable->sh_size is too large. by George Rimar · 9 years ago
  31. c1487e1 [SystemZ] Rework processor feature definitions and add -mcpu=archX support by Ulrich Weigand · 9 years ago
  32. 0d70794 [SystemZ] Guard LEFR/LFER with FeatureVector by Ulrich Weigand · 9 years ago
  33. 19e305e [SystemZ] Correctly diagnose missing features in AsmParser by Ulrich Weigand · 9 years ago
  34. b12a0a5 [SystemZ] Fix encoding of MVCK and .insn ss by Ulrich Weigand · 9 years ago
  35. 3aa3118 Second attempt at r285517. by Dorit Nuzman · 9 years ago
  36. eeb178c [SystemZ] Model 2 VBU units (not 1) in SystemZScheduleZ13.td. by Jonas Paulsson · 9 years ago
  37. 7af02fc Improved cost model for FDIV and FSQRT, by Andrew Tischenko by Alexey Bataev · 9 years ago
  38. 8b9bc3d Add triple to test so it does not fail on windows. by Manuel Klimek · 9 years ago
  39. ef99bbd Delete .s file that did not test anything, and check in test that works. by Manuel Klimek · 9 years ago
  40. 951469b Add getOffset to ELFSectionRef by Eugene Leviant · 9 years ago
  41. ddcef0e [AVX-512] Add missing patterns for selecting masked vector extracts that started from shuffles. by Craig Topper · 9 years ago
  42. 472e478 Make a test case more rigorous; NFC by Sanjoy Das · 9 years ago
  43. 5c51de1 [SCEV] Try to order n-ary expressions in CompareValueComplexity by Sanjoy Das · 9 years ago
  44. 399f721 [SCEV] Reduce boilerplate in unit tests by Sanjoy Das · 9 years ago
  45. 39fd0bb [SCEV] In CompareValueComplexity, order global values by their name by Sanjoy Das · 9 years ago
  46. 641d727 [SCEV] Use auto for consistency with an upcoming change; NFC by Sanjoy Das · 9 years ago
  47. abf46ba Clean up test a little bit; NFC by Sanjoy Das · 9 years ago
  48. d43c4b8 [DAG] x | x --> x by Sanjay Patel · 9 years ago
  49. 73a78bf [DAG] x & x --> x by Sanjay Patel · 9 years ago
  50. 6c05e2a [x86] add tests for basic logic op folds by Sanjay Patel · 9 years ago
  51. 6d3c9bd Revert r285517 due to build failures. by Dorit Nuzman · 9 years ago
  52. b10d927 [LoopVectorize] Make interleaved-accesses analysis less conservative about by Dorit Nuzman · 9 years ago
  53. 648888d [X86] Use intrinsics table for PMADDUBSW and PMADDWD so that we can use the legacy intrinsics to select EVEX encoded instructions when available. by Craig Topper · 9 years ago
  54. 56c6464 [Polly] Remove the unused POLLY_LINK_LIBS for linking polly into tools by Hongbin Zheng · 9 years ago
  55. 9fd0638 [ThinLTO] Use per-summary flag to prevent exporting locals used in inline asm by Teresa Johnson · 9 years ago
  56. 39970a7 [ThinLTO] Correctly resolve linkonce when importing aliasee by Teresa Johnson · 9 years ago
  57. 0a87051 [X86] Don't use loadv2i64 on SSE version of PMULHRSW. Use memopv2i64 instead. by Craig Topper · 9 years ago
  58. 37111b2 NativeFormatting.cpp: Fix build for mingw. Where would writePadding() be? by NAKAMURA Takumi · 9 years ago
  59. 8108a04 [ThinLTO] Rename doPromoteLocalToGlobal to shouldPromoteLocalToGlobal (NFC) by Teresa Johnson · 9 years ago
  60. 8c54a79 [ThinLTO] Use NoPromote flag in summary during promotion by Teresa Johnson · 9 years ago
  61. 2203707 IR: Remove a no longer needed assert. by Peter Collingbourne · 9 years ago
  62. c4589d7 [X86] Use intrinsics table for VPMULHRSW intrincis so that the legacy intrinsics can select EVEX encoded instructions when available. by Craig Topper · 9 years ago
  63. 14ebdf2 [ValueTracking] recognize more variants of smin/smax by Sanjay Patel · 9 years ago
  64. c69fe17 [x86] add tests for smin/smax matchSelPattern (D26091) by Sanjay Patel · 9 years ago
  65. 9978e17 [InstCombine] re-use bitcasted compare operands in selects (PR28001) by Sanjay Patel · 9 years ago
  66. 6722cc3 [DAGCombiner] (REAPPLIED) Add vector demanded elements support to computeKnownBits by Simon Pilgrim · 9 years ago
  67. 2fd6330 Fixed FMA + FNEG combine. by Elena Demikhovsky · 9 years ago
  68. ac5efca AMDGPU: Use 1/2pi inline imm on VI by Matt Arsenault · 9 years ago
  69. d75f7ec AArch64DeadRegisterDefinitionsPass: Cleanup; NFC by Matthias Braun · 9 years ago
  70. 33eabd9 Define calculateDbgStreamSize for consistency. by Rui Ueyama · 9 years ago
  71. b7f36bc [APFloat] Remove the redundent function body of uninitialized ctor, which should be done in r285468 by Tim Shen · 9 years ago
  72. b53c2b0 Resubmit "Add support for advanced number formatting." by Zachary Turner · 9 years ago
  73. d5b5d46 Do not print out Flags field twice. by Rui Ueyama · 9 years ago
  74. c576394 [DAGCombiner] Fix a crash visiting `AND` nodes. by Davide Italiano · 9 years ago
  75. b15bbca AMDGPU/SI: Don't use non-0 waitcnt values when waiting on Flat instructions by Tom Stellard · 9 years ago
  76. 0f0ebbd AMDGPU: Fix instruction flags for s_endpgm by Matt Arsenault · 9 years ago
  77. 2149107 Refactor DW_LNE_* into Dwarf.def by Adrian Prantl · 9 years ago
  78. 64660bf Refactor DW_LNS_* into Dwarf.def by Adrian Prantl · 9 years ago
  79. 832e271 Refactor DW_APPLE_PROPERTY_* into Dwarf.def by Adrian Prantl · 9 years ago
  80. 3807607 Refactor DW_CFA_* into Dwarf.def by Adrian Prantl · 9 years ago
  81. 73525b9 Remove whitespace by Adrian Prantl · 9 years ago
  82. b292fb2 Refactor all DW_FORM_* constants into Dwarf.def by Adrian Prantl · 9 years ago
  83. 88ccb3e [APFloat] Fix memory bugs revealed by MSan by Tim Shen · 9 years ago
  84. 342cdd8 SDAG: Make sure we use an allocatable reg class when we create this vreg by Justin Bogner · 9 years ago
  85. 51fb510 [libFuzzer] mention one more trophie by Kostya Serebryany · 9 years ago
  86. 27d02ea Add missing lit.local.cfg to llvm/test/Transforms/CodeGenPrepare/NVPTX. by Justin Lebar · 9 years ago
  87. d6028cd AMDGPU: Add definitions for scalar store instructions by Matt Arsenault · 9 years ago
  88. be4e1c4 AMDGPU: Rename glc operand type by Matt Arsenault · 9 years ago
  89. 30c499d [NVPTX] Compute 'rem' using the result of 'div', if possible. by Justin Lebar · 9 years ago
  90. f644e7b Don't leave unused divs/rems sitting around in BypassSlowDivision. by Justin Lebar · 9 years ago
  91. 9488f1f Don't claim the udiv created in BypassSlowDivision is exact. by Justin Lebar · 9 years ago
  92. 10df7e9 cmake: Enable the lto cache when building with -flto=thin on darwin by Justin Bogner · 9 years ago
  93. 0e18bbf AMDGPU: Change check prefix in test by Matt Arsenault · 9 years ago
  94. a654819 Fix a copy&paste error in the macro definition for HANDLE_DW_MACRO and by Adrian Prantl · 9 years ago
  95. 6cabc8f AMDGPU: Diagnose using too many SGPRs by Matt Arsenault · 9 years ago
  96. 7dcc2cb Remove redundant prefixes from constants and unbreak the LLDB bots. by Adrian Prantl · 9 years ago
  97. b3c6b68 [APFloat] Use std::move() in move assignment operator by Tim Shen · 9 years ago
  98. 1adbd7e Handle non-~0 lane masks on live-in registers in LivePhysRegs by Krzysztof Parzyszek · 9 years ago
  99. 593670b SpeculativeExecution: Allow speculating more inst types by Matt Arsenault · 9 years ago
  100. 2d7bc6b AMDGPU: Fix using incorrect private resource with no allocation by Matt Arsenault · 9 years ago