1. e1244e8 TblGen: Remove copy of SmallVector::operator==. NFC intended. by Benjamin Kramer · 11 years ago
  2. 53fb369 AVX-512: Add assembly parser support for Rounding mode by Elena Demikhovsky · 11 years ago
  3. c5a1508 NVPTX: Remove dead code. by Benjamin Kramer · 11 years ago
  4. 5a393ca [mips] Optimize conditional moves where RHS is zero. by Vasileios Kalintiris · 11 years ago
  5. e206743 AVX-512: Simplified MOV patterns, no functional changes. by Elena Demikhovsky · 11 years ago
  6. 66c89ee bindings/go: expose DIBuilder::createReplaceableCompositeType by Andrew Wilkins · 11 years ago
  7. f94a293 Simplify code. NFC. by Benjamin Kramer · 11 years ago
  8. 132a349 Teach the verifier to enforce that the alignment argument of memory intrinsics must be a power of 2. by Owen Anderson · 11 years ago
  9. 8fae284 Teach DataLayout that alignments on basic types must be powers of two. by Owen Anderson · 11 years ago
  10. c7292fd Teach DataLayout that ABI alignments for non-aggregate types must be non-zero. by Owen Anderson · 11 years ago
  11. ddfdffb Teach DataLayout that pointer ABI and preferred alignments are required to be powers of two. by Owen Anderson · 11 years ago
  12. f212856 Teach DataLayout that zero-byte pointer sizes don't make sense. by Owen Anderson · 11 years ago
  13. 0923ca2 Teach the LLParser to fail gracefully when it encounters an invalid label name. by Owen Anderson · 11 years ago
  14. dafab60 Fix a crash in the LL parser where it failed to validate that the pointer operand of a GEP was valid. by Owen Anderson · 11 years ago
  15. 0c7c98a [llvm-pdbdump] Many minor fixes and improvements by Zachary Turner · 11 years ago
  16. 5e871d0 Revert r230930, it caused PR22747. by Nico Weber · 11 years ago
  17. 2d9a799 [X86] There are only 8 mask registers. Fail disassembly if instruction tries to reference more. by Craig Topper · 11 years ago
  18. d21acaf Refactor DebugLocDWARFExpression so it doesn't require access to the by Adrian Prantl · 11 years ago
  19. 6cad611 Revert r230921, "Revert some changes that were made to fix PR20680.", for now. by NAKAMURA Takumi · 11 years ago
  20. 11ec3cf Add another missing header that used to be included transitively. by Benjamin Kramer · 11 years ago
  21. a757af9 llvm/examples: Add missing include according to r230907. by NAKAMURA Takumi · 11 years ago
  22. a2d7ca4 [X86] Fix diassembler crash on AVX512 cmpps/cmppd with immediate that doesn't fit in 5-bits. Fixes PR22743. by Craig Topper · 11 years ago
  23. 6e125c1 [AArch64] fix an invalid-iterator-use bug. by Sanjoy Das · 11 years ago
  24. bd06347 Fix a really bad typo in my last commit. by Benjamin Kramer · 11 years ago
  25. 008dd56 Revert some changes that were made to fix PR20680. by Sanjoy Das · 11 years ago
  26. 24c79ab ArrayRef: Put back std::equal for operator== with a check for the empty ArrayRefs by Benjamin Kramer · 11 years ago
  27. d0856d6 Another missing include for MSVC. by Benjamin Kramer · 11 years ago
  28. febde5c std::function is part of <functional>, not <utility> by Benjamin Kramer · 11 years ago
  29. f5a199f Add another missing include for MSVC. by Benjamin Kramer · 11 years ago
  30. adad988 X86: Replace variadic function with init list. NFC. by Benjamin Kramer · 11 years ago
  31. d59c5f9 Add missing includes. make_unique proliferated everywhere. by Benjamin Kramer · 11 years ago
  32. 502bb4c [PBQP] Address post-commit style comment for r230904. NFC. by Arnaud A. de Grandmaison · 11 years ago
  33. c255d35 ArrayRef: Remove the equals helper with many arguments. by Benjamin Kramer · 11 years ago
  34. e2557d9 [PBQP] Do not add an edge between nodes with totally disjoint allowed registers by Arnaud A. de Grandmaison · 11 years ago
  35. f5582d9 Make VTs and UnicodeCharSet ctors constexpr if the compiler supports it. by Benjamin Kramer · 11 years ago
  36. 30fa873 Make some non-constant static variables non-static or fully const. by Benjamin Kramer · 11 years ago
  37. bf4d9a8 Reverted 230471 - gather scatter handling in table gen. by Elena Demikhovsky · 11 years ago
  38. 975e9b9 AVX-512: Added mask and rounding mode for scalar arithmetics by Elena Demikhovsky · 11 years ago
  39. aac6cc3 [llvm-pdbdump] Fix GCC build. by Zachary Turner · 11 years ago
  40. 53e4b56 [llvm-pdbdump] Clean up method signatures. by Zachary Turner · 11 years ago
  41. 9149139 [llvm-pdbdump] Add regex-based filtering. by Zachary Turner · 11 years ago
  42. a18f492 Revert r230655, "gold-plugin: "Upgrade" debug info and handle its warnings." by NAKAMURA Takumi · 11 years ago
  43. 821bba7 avoid infinite looping when folding vector multiplies of constants (PR22698) by Sanjay Patel · 11 years ago
  44. 7497834 fixed to test only the feature, not the feature and a CPU by Sanjay Patel · 11 years ago
  45. 1754980 DebugInfo: Convert DW_OP_piece => DW_OP_bit_piece by Duncan P. N. Exon Smith · 11 years ago
  46. 4f00dcb make the tested feature (SSE2) explicit by Sanjay Patel · 11 years ago
  47. aee20c0 DebugInfo: Fix invalid file reference in CodeGen/X86/unknown-location.ll by Duncan P. N. Exon Smith · 11 years ago
  48. b3381ac DebugInfo: Use TempMDNode in DIDescriptor::replaceAllUsesWith() by Duncan P. N. Exon Smith · 11 years ago
  49. be657e7 fixed to test only the feature, not the feature and a CPU by Sanjay Patel · 11 years ago
  50. 9b18dbf Optimize metadata node fields for CHECK-ability by Duncan P. N. Exon Smith · 11 years ago
  51. 776b301 fix typo; NFC by Sanjay Patel · 11 years ago
  52. 837f19e AsmWriter: Escape string fields in metadata by Duncan P. N. Exon Smith · 11 years ago
  53. 9973291 AsmWriter: Extract writeStringField(), NFCI by Duncan P. N. Exon Smith · 11 years ago
  54. 4590977 Fix buildbot issues for MDScope::getFile() after r230871 by Duncan P. N. Exon Smith · 11 years ago
  55. 5bcf130 IR: Specialize MDScope::getFile() for MDFile by Duncan P. N. Exon Smith · 11 years ago
  56. 80f65ca Fix line endings on Transforms/Inline/inline_dbg_declare.ll by Duncan P. N. Exon Smith · 11 years ago
  57. e09af84 [llvm-pdbdump] Better error handling. by Zachary Turner · 11 years ago
  58. ce770dd IndexedMap: Default to SmallVector<T, 0> by Benjamin Kramer · 11 years ago
  59. f4cff31 DwarfAccelTable: We know how many hashes we have in the output, just reserve the precise number by Benjamin Kramer · 11 years ago
  60. cdef981 StackColoring: Move set instead of copying. NFC. by Benjamin Kramer · 11 years ago
  61. 2bcfcc1 LiveRange: Replace a creative vector erase loop with std::remove_if. by Benjamin Kramer · 11 years ago
  62. 0d2931f Revert r230812. Do not break builds for no reason. by Nick Lewycky · 11 years ago
  63. 8d25e3a Fixup for recent -fast-isel-abort change: code didn't match description by Mehdi Amini · 11 years ago
  64. 8df1c6e [X86] Remove the blendpd/blendps/pblendw/pblendd intrinsics. They can represented by shuffle_vector instructions. by Craig Topper · 11 years ago
  65. a0a46d1 [raw_ostream] When printing color on Windows, use correct bg color. by Zachary Turner · 11 years ago
  66. ae27891 bpf: fix build by Alexei Starovoitov · 11 years ago
  67. 6b76039 TRE: Just erase dead BBs and tweak the iteration loop not to increment the deleted BB iterator. by Benjamin Kramer · 11 years ago
  68. fa22cce Silence variable set but not used warning in CodeGenRegisters.cpp, NFC. by Yaron Keren · 11 years ago
  69. 3ab51ef Silence three more variable set but not used warnings, NFC. by Yaron Keren · 11 years ago
  70. fc21e4b [OCaml] Generate documentation again with autoconf buildsystem. by Peter Zotov · 11 years ago
  71. bac8d0e Convert push_back loops into append calls. by Benjamin Kramer · 11 years ago
  72. beaeb78 Silence variable set but not used warning, NFC. by Yaron Keren · 11 years ago
  73. b22e2f9 ArrayRefize memory operand folding. NFC. by Benjamin Kramer · 11 years ago
  74. 31fbd9f Replace std::copy with a back inserter with vector append where feasible by Benjamin Kramer · 11 years ago
  75. 12d1e53 Remove option.ll as part of the Forward Control Flow Integrity removal. by Eric Christopher · 11 years ago
  76. 63dff88 [RewriteStatepointsForGC] Reduce indentation via early continue [NFC] by Philip Reames · 11 years ago
  77. af690c9 [RewriteStatepointsForGC] Fix another order of iteration bug by Philip Reames · 11 years ago
  78. 82eef10 [RewriteStatepointsForGC] Reduce indentation via early continue [NFC] by Philip Reames · 11 years ago
  79. dfa22d3 [RewriteStatepointsForGC] Fix iterator invalidation bug by Philip Reames · 11 years ago
  80. 63ac784 [dsymutil] Fully qualify llvm::make_unique<>. by Frederic Riss · 11 years ago
  81. 2929a7a [dsymutil] Add the DwarfStreamer class. by Frederic Riss · 11 years ago
  82. d9a80bd [dsymutil] Add a LinkOptions struct to pass to the DwarfLinker. NFC. by Frederic Riss · 11 years ago
  83. fddb9d9 [dsymutil] clang-format a file by Frederic Riss · 11 years ago
  84. 77f4ca1 [dsymutil] Add -o option to select ouptut filename by Frederic Riss · 11 years ago
  85. a2cd6a5 [dsymutil] Create warn() global helper... by Frederic Riss · 11 years ago
  86. a646d27 [dsymutil] Make trivial accessor const. by Frederic Riss · 11 years ago
  87. a3f59e4 [RewriteStatepointsForGC] Add tests for the base pointer identification algorithm by Philip Reames · 11 years ago
  88. dcd2094 Discourage in-source autoconf builds (as we already do for the cmake build) by Jonathan Roelofs · 11 years ago
  89. 88bbdc7 Regenerated test case from pr 230801 for change in LLVM IR syntax by Bill Schmidt · 11 years ago
  90. ee62d93 Update SystemZ/Large test generators to handle new gep IR syntax by David Blaikie · 11 years ago
  91. 834cb56 Update SystemZ/Large test generators to handle new load IR syntax by David Blaikie · 11 years ago
  92. b16dac5 [new docs] Performance Tips for Frontend Authors by Philip Reames · 11 years ago
  93. 0a7ed28 MachineDominators: Move applySplitCriticalEdges into the cpp file. by Benjamin Kramer · 11 years ago
  94. 7de1732 llvm-vtabledump: Update field with a better name by David Majnemer · 11 years ago
  95. 52a5087 Revert test case until it can be fixed by Bill Schmidt · 11 years ago
  96. 0e1e8e2 [PowerPC] Fix PR22711 - Misaligned .toc section by Bill Schmidt · 11 years ago
  97. 9f9dcf8 Reduce double set lookups. by Benjamin Kramer · 11 years ago
  98. 7c9c6ed [opaque pointer type] Add textual IR support for explicit type parameter to load instruction by David Blaikie · 11 years ago
  99. dc64962 Target/X86: Never use the redzone for Win64 ABI functions. by Charles Davis · 11 years ago
  100. e03aac6 [PowerPC] Use vector types for memcpy and friends (sometimes) by Hal Finkel · 11 years ago