1. a143b4a Fold fneg and fabs like multiplications by Stanislav Mekhanoshin · 8 years ago
  2. de55cfe [InstCombine] add tests for icmp with bitreversed ops; NFC by Sanjay Patel · 8 years ago
  3. d9e1a18 [AArch64] Make assert messages uniform and general [NFC] by Mandeep Singh Grang · 8 years ago
  4. f340eac [AArch64][Falkor] Attempt to fix Windows buildbots by Geoff Berry · 8 years ago
  5. 4599a3a Reuse existing variables. NFC. by Rafael Espindola · 8 years ago
  6. 5383c7c Break up long lines, NFC by Krzysztof Parzyszek · 8 years ago
  7. 8b3a547 [AArch64][Falkor] Try to avoid exhausting HW prefetcher resources when unrolling. by Geoff Berry · 8 years ago
  8. 31c22b7 Reuse existing variable. NFC. by Rafael Espindola · 8 years ago
  9. 59d4f7d [Dominators] Move helper functions into SemiNCAInfo by Jakub Kuderski · 8 years ago
  10. d49ee75 [BBVectorize][X86] Regenerate simple tests by Simon Pilgrim · 8 years ago
  11. 5f8077c [InstCombine] Remove 64-bit bit width restriction from m_ConstantInt(uint64_t*&) by Craig Topper · 8 years ago
  12. 370f3b8 [Dominators] Move SemiNCAInfo and helper functions out of DominatorTreeBase by Jakub Kuderski · 8 years ago
  13. 9a06b52 [LV] Fix PR33613 - retain order of insertelement per part by Ayal Zaks · 8 years ago
  14. 52cfa7b [Dominators] Move IDoms out of DominatorTreeBase and put them in SNCAInfo by Jakub Kuderski · 8 years ago
  15. 641f2e1 Fix PR33625. by Rafael Espindola · 8 years ago
  16. 662f95d [Dominators] Move InfoRec outside of DominatorTreeBase by Jakub Kuderski · 8 years ago
  17. 881a07c [BBVectorize] Regenerate simple tests by Simon Pilgrim · 8 years ago
  18. aaafc05 Don't repeat name in comment and format. NFC. by Rafael Espindola · 8 years ago
  19. c3ff98d Another test commit. by Chih-Hung Hsieh · 8 years ago
  20. b6867d2 [LoopUnroll] Fix bug in computeUnrollCount causing it to not honor MaxCount by Geoff Berry · 8 years ago
  21. 0dc8cf7 [InstCombine] add tests for icmp with bswapped operands; NFC by Sanjay Patel · 8 years ago
  22. 741f2b2 [Dominators] Move number to node mapping out of DominatorTreeBase by Jakub Kuderski · 8 years ago
  23. 8941512 [InstCombine] use local variable to reduce code; NFCI by Sanjay Patel · 8 years ago
  24. 7a4e530 Rangify loops, formatting changes, use bool instead of unsigned, NFC by Krzysztof Parzyszek · 8 years ago
  25. 56f2647 Don't repeat names and reformat. NFC. by Rafael Espindola · 8 years ago
  26. 28b3f06 [LoopUnroll] Pass SCEV to getUnrollingPreferences hook. NFCI. by Geoff Berry · 8 years ago
  27. d37294a Missed a check for UndefVI in r306466 by Krzysztof Parzyszek · 8 years ago
  28. b0947d9 [globalisel][tablegen] Post-commit review nits for r306388. NFC by Daniel Sanders · 8 years ago
  29. fa3697c [AArch64] AArch64CondBrTuningPass generates wrong branch instructions by Alexandros Lamprineas · 8 years ago
  30. fd48672 Don't repeat name in comments. 80 columns. NFC. by Rafael Espindola · 8 years ago
  31. 5ae42c7 [ARM] Improve if-conversion for M-class CPUs without branch predictors by John Brawn · 8 years ago
  32. 2a3af68 [X86] Added BSWAP tests for illegal i64/i128/i256 'wide' scalar integers by Simon Pilgrim · 8 years ago
  33. 234fff2 [X86][SSE] Dropped -mcpu from vector bswap tests by Simon Pilgrim · 8 years ago
  34. 93efc10 [globalisel][tablegen] Multiple 80-col corrections. by Daniel Sanders · 8 years ago
  35. 3d557de [X86][LLVM][test]Expanding Supports lowerInterleavedStore() in X86InterleavedAccess test. by Michael Zuckerman · 8 years ago
  36. 4459676 Create inliner params based on size and opt levels. by Easwaran Raman · 8 years ago
  37. 457765f Add zero-length check to memcpy/memset load store loop expansion by Teresa Johnson · 8 years ago
  38. 79b4061 [GlobalISel][X86] Test G_CONSTANT i32 0 TableGen'erated selection.NFC. by Igor Breger · 8 years ago
  39. f90583e Revert r306528 by Nikolai Bozhenov · 8 years ago
  40. 31bb0eb [GlobalISel][X86] Support bitwise operations : G_AND, G_OR, G_XOR by Igor Breger · 8 years ago
  41. fd3c664 Reverting commit 306414 on behalf of @gadi.haber by Michael Zuckerman · 8 years ago
  42. a06118f [X86][AVX2] Dropped -mcpu from avx2 arithmetic/intrinsics tests by Simon Pilgrim · 8 years ago
  43. 32d37d6 [X86] Correct dwarf unwind information in function epilogue by Petar Jovanovic · 8 years ago
  44. 455327a [ValueTracking] Enabling existing ValueTracking patch by default. by Nikolai Bozhenov · 8 years ago
  45. 5b91c92 [InstCombine] Canonicalize clamp of float types to minmax in fast mode. by Nikolai Bozhenov · 8 years ago
  46. cd701a9 Add tests to document current InstCombine behavior for clamp pattern. by Nikolai Bozhenov · 8 years ago
  47. 39b79bc [DebugInfo] - Removed trailing whitespaces. NFC. by George Rimar · 8 years ago
  48. c9c94f4 Recommit "[ELF] - Add ability for DWARFContextInMemory to exit early when any error happen." by George Rimar · 8 years ago
  49. f41c3c9 [ARM] Make -mcpu=generic schedule for an in-order core (Cortex-A8). by Kristof Beyls · 8 years ago
  50. 61e059d Revert r306512 "[ELF] - Add ability for DWARFContextInMemory to exit early when any error happen." by George Rimar · 8 years ago
  51. 75f5720 [ELF] - Add ability for DWARFContextInMemory to exit early when any error happen. by George Rimar · 8 years ago
  52. 7da83c8 [InstCombine] Add test case demonstrating that we don't handle icmp eq (trunc (lshr(X, cst1)), cst->icmp (and X, mask), cst when the shift type is larger than 64-bits. NFC by Craig Topper · 8 years ago
  53. 48aca40 Revert r306508 "[InstCombine] Add test case demonstrating that we don't handle icmp eq (trunc (lshr(X, cst1)), cst->icmp (and X, mask), cst when the shift type is larger than 64-bits. NFC" by Craig Topper · 8 years ago
  54. 13501a8 [InstCombine] Add test case demonstrating that we don't handle icmp eq (trunc (lshr(X, cst1)), cst->icmp (and X, mask), cst when the shift type is larger than 64-bits. NFC by Craig Topper · 8 years ago
  55. 215f133 Add missing library dependency to fix build break in llvm-lto2 by Hiroshi Inoue · 8 years ago
  56. 499abe3 [IRCE][NFC] Better get SCEV for 1 in calculateSubRanges by Max Kazantsev · 8 years ago
  57. af639e8 Revert "[DAG] Fold FrameIndex offset into BaseIndexOffset analysis. NFCI." by Nirav Dave · 8 years ago
  58. 8b38a13 [AMDGPU] Add pattern for v_alignbit_b32 with immediate by Stanislav Mekhanoshin · 8 years ago
  59. a5e3faf Allow to truncate left shift with non-constant shift amount by Stanislav Mekhanoshin · 8 years ago
  60. 64a075b [DAG] Fold FrameIndex offset into BaseIndexOffset analysis. NFCI. by Nirav Dave · 8 years ago
  61. fa84770 Inlining: Don't re-map simplified cloned instructions. by Kyle Butt · 8 years ago
  62. 59d9d42 [TableGen] Improve Debug Output for --debug-only=subtarget-emitter NFCI by Joel Jones · 8 years ago
  63. 24b479e Add missing library dependency. by Peter Collingbourne · 8 years ago
  64. 85e0946 [COFF, ARM64] Add support for Windows ARM64 COFF format by Mandeep Singh Grang · 8 years ago
  65. a4799ad Object: Teach irsymtab::read() to try to use the irsymtab that we wrote to disk. by Peter Collingbourne · 8 years ago
  66. fdc1250 Bitcode: Write the irsymtab to disk. by Peter Collingbourne · 8 years ago
  67. 0293dd1 Object: Add version and producer fields to the irsymtab header. NFCI. by Peter Collingbourne · 8 years ago
  68. dbbccba [CGP] add specialization for memcmp expansion with only one basic block by Sanjay Patel · 8 years ago
  69. ef9aa5a [NewPM/Inliner] Reduce threshold for cold callsites in the non-PGO case by Easwaran Raman · 8 years ago
  70. 5af1d07 GlobalISel: add some more sanity-checking to MachineInstrBuilder. NFC. by Tim Northover · 8 years ago
  71. 240a1f8 [AArch64] Inline callee if its target-features are a subset of the caller by Florian Hahn · 8 years ago
  72. 607969f [EarlyCSE][MemorySSA] Enable MemorySSA in function-simplification pass of EarlyCSE. by Geoff Berry · 8 years ago
  73. 44e8029 [Analysis] Revert r306472 changes in LoopInfo headers to fix broken builds. by Eugene Zelenko · 8 years ago
  74. 69d966c [GISel]: Add G_FEXP, G_FEXP2 opcodes by Aditya Nandakumar · 8 years ago
  75. c9c6332 clang-format a file. by Rafael Espindola · 8 years ago
  76. c9d2291 re-commit r306336: Enable vectorizer-maximize-bandwidth by default. by Dehao Chen · 8 years ago
  77. 01187b3 [Analysis] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  78. ca9df19 [CGP] eliminate a sub instruction in memcmp expansion by Sanjay Patel · 8 years ago
  79. 96470fe GlobalISel: verify that a COPY is trivial when created. by Tim Northover · 8 years ago
  80. d1357b6 Clean up a test case by Xinliang David Li · 8 years ago
  81. a432d58 Create a PHI value when merging with a known undef live-in by Krzysztof Parzyszek · 8 years ago
  82. 3279867 [WebAssembly] Only run WebAssembly objdump tests if it is enabled as a target by Sam Clegg · 8 years ago
  83. 5cc4d23 [AArch64] Performance enhancements for Cavium ThunderX2 T99 by Joel Jones · 8 years ago
  84. 08da5c5 [WebAssembly] Add support for printing relocations with llvm-objdump by Sam Clegg · 8 years ago
  85. 49ab5d5 [WebAssembly] Add data size and alignement to linking section by Sam Clegg · 8 years ago
  86. f4a2d1d [Hexagon] Use proper predicate register state when expanding PS_vselect by Krzysztof Parzyszek · 8 years ago
  87. ea86c52 [InstCombine] Propagate nsw flag when turning mul by pow2 into shift when the constant is a vector splat or the scalar bit width is larger than 64-bits by Craig Topper · 8 years ago
  88. aa9b823 [Constants] Fix copy-pasto in llvm_unreachable message. NFC by Craig Topper · 8 years ago
  89. 6891a99 [CGP] simplify code to get bswap in memcmp expansion; NFCI by Sanjay Patel · 8 years ago
  90. 040f338 [AMDGPU] Add 2 new alignbit patterns by Stanislav Mekhanoshin · 8 years ago
  91. 3f92d75 [CodeExtractor] Prevent extraction of block involving blockaddress by Serge Guelton · 8 years ago
  92. e764e24 [AMDGPU] Simplify setcc (sext from i1 b), -1|0, cc by Stanislav Mekhanoshin · 8 years ago
  93. ecf693d [Hexagon] Update kills in hexagon-nvj even more properly than before by Krzysztof Parzyszek · 8 years ago
  94. d841eae RenameIndependentSubregs: Fix infinite loop by Matt Arsenault · 8 years ago
  95. 197bda6 [SROA] Fix APInt size when alloca address space is not 0 by Yaxun Liu · 8 years ago
  96. e2d9355 [AMDGPU] Combine and x, (sext cc from i1) => select cc, x, 0 by Stanislav Mekhanoshin · 8 years ago
  97. cfc8374 [CGP] add an IR builder to memcmp expansion class instead of recreating it; NFCI by Sanjay Patel · 8 years ago
  98. 3d019d3 [Dominators] Use Semi-NCA instead of SLT to calculate dominators by Jakub Kuderski · 8 years ago
  99. 41308c9 LiveRangeCalc: Slightly improve map usage; NFC by Matthias Braun · 8 years ago
  100. 32f1f18 [InstCombine] canonicalize icmp predicate feeding select by Sanjay Patel · 8 years ago