1. 14593eb [X86] Special-case 2x CMOV when custom-inserting. by Ahmed Bougacha · 11 years ago
  2. 8b5527d [X86] Combine (cmov (and/or (setcc) (setcc))) into (cmov (cmov)). by Ahmed Bougacha · 11 years ago
  3. a818202 Fix cppeh breakage due to racing commits by Reid Kleckner · 11 years ago
  4. 27821d7 LowerBitSets: Use byte arrays instead of bit sets to represent in-memory bit sets. by Peter Collingbourne · 11 years ago
  5. f89c6af Remap arguments and non-alloca values used by outlined C++ exception handlers. by Andrew Kaylor · 11 years ago
  6. 51a8339 LoopIdiom: Give globals for memset_pattern16 private linkage. by Benjamin Kramer · 11 years ago
  7. 8594a2a WinEH: Run opt -instnamer over some cppeh tests and update CHECKs by Reid Kleckner · 11 years ago
  8. 47ffd6e [ADT] fail-fast iterators for DenseMap by Sanjoy Das · 11 years ago
  9. a6f1fd6 TLI: Factor out sanitizeFunctionName. NFC. by Michael Zolotukhin · 11 years ago
  10. 0b08b96 IndexedMap: Document why SmallVector<T, 0> is preferable here. by Benjamin Kramer · 11 years ago
  11. e4ffd28 Revert "Revert "For the dwarf expression code get the subtarget off of the current"" by Adrian Prantl · 11 years ago
  12. 994176a Refactor DebugLocDWARFExpression so it doesn't require access to the by Adrian Prantl · 11 years ago
  13. fd78a7d cmake: Use MSVC atomics with clang-cl by Reid Kleckner · 11 years ago
  14. ef20302 Support: Use const pointers for reads. by Jan Vesely · 11 years ago
  15. caee94b Revert some changes that were made to fix PR20680. by Sanjoy Das · 11 years ago
  16. 2dc2d3f lit: Add 'cd' support to the internal shell and port some tests by Reid Kleckner · 11 years ago
  17. 4d1d4ba Use read{16,32,64}{le,be}() instead of *reinterpret_cast<u{little,big}{16,32,64}_t>(). by Rui Ueyama · 11 years ago
  18. 3ad0e2c SmallVector: Allow initialization and assignment from initializer_list. by Benjamin Kramer · 11 years ago
  19. f027454 TLI: Use lambda. NFC. by Michael Zolotukhin · 11 years ago
  20. f5b6989 Make ToVectorTy static. by Michael Zolotukhin · 11 years ago
  21. dc84228 Fix a copy-paste bug. by Michael Zolotukhin · 11 years ago
  22. a2e69c9 Revert "Refactor DebugLocDWARFExpression so it doesn't require access to the" by Adrian Prantl · 11 years ago
  23. db52ec3 Revert "For the dwarf expression code get the subtarget off of the current" by Adrian Prantl · 11 years ago
  24. 955419e Support: Add {read,write}{16,32,64}{le,be} functions. by Rui Ueyama · 11 years ago
  25. 7f9bc09 Remove useless .debug_macinfo section setup. by Paul Robinson · 11 years ago
  26. 7f620e5 Change SystemZ large tests to use the existing long_tests property by David Blaikie · 11 years ago
  27. 131d7fbd [PerformanceTips] Document various items folks have suggested by Philip Reames · 11 years ago
  28. de83324 Add r230655 back with a fix. by Rafael Espindola · 11 years ago
  29. 45ba21c For the dwarf expression code get the subtarget off of the current by Eric Christopher · 11 years ago
  30. 0a5c301 Restore LLVMLinkModules C API until it is properly deprecated. by Juergen Ributzka · 11 years ago
  31. e8676a2 R600: Use c++11 style for loop by Jan Vesely · 11 years ago
  32. a2541bd Revert r230979, should apply to all X86 ELF. by Paul Robinson · 11 years ago
  33. b07ab5d Making the SO version major.minor instead of just major because ABI and API change between minor versions. by Chris Bieneman · 11 years ago
  34. d31f89e [PS4] Correct relocation for DWARF TLS references. by Paul Robinson · 11 years ago
  35. f0c07c3 export.sh: Make sure umask is not too restrictive (PR22742) by Hans Wennborg · 11 years ago
  36. 97cc073 Detect malformed YAML sequence in yaml::Input::beginSequence() by Justin Bogner · 11 years ago
  37. 9680c9c Refactor DebugLocDWARFExpression so it doesn't require access to the by Adrian Prantl · 11 years ago
  38. 2271bfc Accidentaly inverted the condition again. Sorry. by Benjamin Kramer · 11 years ago
  39. 8bbe122 Avoid assertion in MSVC 2013 debug builds. by Benjamin Kramer · 11 years ago
  40. 6cc6b41 AsmWriter: Only print one space after the load type by Benjamin Kramer · 11 years ago
  41. 5916e9c SLPVectorizer: Rewrite ArrayRef slice compare to be more idiomatic. by Benjamin Kramer · 11 years ago
  42. e1244e8 TblGen: Remove copy of SmallVector::operator==. NFC intended. by Benjamin Kramer · 11 years ago
  43. 53fb369 AVX-512: Add assembly parser support for Rounding mode by Elena Demikhovsky · 11 years ago
  44. c5a1508 NVPTX: Remove dead code. by Benjamin Kramer · 11 years ago
  45. 5a393ca [mips] Optimize conditional moves where RHS is zero. by Vasileios Kalintiris · 11 years ago
  46. e206743 AVX-512: Simplified MOV patterns, no functional changes. by Elena Demikhovsky · 11 years ago
  47. 66c89ee bindings/go: expose DIBuilder::createReplaceableCompositeType by Andrew Wilkins · 11 years ago
  48. f94a293 Simplify code. NFC. by Benjamin Kramer · 11 years ago
  49. 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
  50. 8fae284 Teach DataLayout that alignments on basic types must be powers of two. by Owen Anderson · 11 years ago
  51. c7292fd Teach DataLayout that ABI alignments for non-aggregate types must be non-zero. by Owen Anderson · 11 years ago
  52. ddfdffb Teach DataLayout that pointer ABI and preferred alignments are required to be powers of two. by Owen Anderson · 11 years ago
  53. f212856 Teach DataLayout that zero-byte pointer sizes don't make sense. by Owen Anderson · 11 years ago
  54. 0923ca2 Teach the LLParser to fail gracefully when it encounters an invalid label name. by Owen Anderson · 11 years ago
  55. 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
  56. 0c7c98a [llvm-pdbdump] Many minor fixes and improvements by Zachary Turner · 11 years ago
  57. 5e871d0 Revert r230930, it caused PR22747. by Nico Weber · 11 years ago
  58. 2d9a799 [X86] There are only 8 mask registers. Fail disassembly if instruction tries to reference more. by Craig Topper · 11 years ago
  59. d21acaf Refactor DebugLocDWARFExpression so it doesn't require access to the by Adrian Prantl · 11 years ago
  60. 6cad611 Revert r230921, "Revert some changes that were made to fix PR20680.", for now. by NAKAMURA Takumi · 11 years ago
  61. 11ec3cf Add another missing header that used to be included transitively. by Benjamin Kramer · 11 years ago
  62. a757af9 llvm/examples: Add missing include according to r230907. by NAKAMURA Takumi · 11 years ago
  63. 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
  64. 6e125c1 [AArch64] fix an invalid-iterator-use bug. by Sanjoy Das · 11 years ago
  65. bd06347 Fix a really bad typo in my last commit. by Benjamin Kramer · 11 years ago
  66. 008dd56 Revert some changes that were made to fix PR20680. by Sanjoy Das · 11 years ago
  67. 24c79ab ArrayRef: Put back std::equal for operator== with a check for the empty ArrayRefs by Benjamin Kramer · 11 years ago
  68. d0856d6 Another missing include for MSVC. by Benjamin Kramer · 11 years ago
  69. febde5c std::function is part of <functional>, not <utility> by Benjamin Kramer · 11 years ago
  70. f5a199f Add another missing include for MSVC. by Benjamin Kramer · 11 years ago
  71. adad988 X86: Replace variadic function with init list. NFC. by Benjamin Kramer · 11 years ago
  72. d59c5f9 Add missing includes. make_unique proliferated everywhere. by Benjamin Kramer · 11 years ago
  73. 502bb4c [PBQP] Address post-commit style comment for r230904. NFC. by Arnaud A. de Grandmaison · 11 years ago
  74. c255d35 ArrayRef: Remove the equals helper with many arguments. by Benjamin Kramer · 11 years ago
  75. e2557d9 [PBQP] Do not add an edge between nodes with totally disjoint allowed registers by Arnaud A. de Grandmaison · 11 years ago
  76. f5582d9 Make VTs and UnicodeCharSet ctors constexpr if the compiler supports it. by Benjamin Kramer · 11 years ago
  77. 30fa873 Make some non-constant static variables non-static or fully const. by Benjamin Kramer · 11 years ago
  78. bf4d9a8 Reverted 230471 - gather scatter handling in table gen. by Elena Demikhovsky · 11 years ago
  79. 975e9b9 AVX-512: Added mask and rounding mode for scalar arithmetics by Elena Demikhovsky · 11 years ago
  80. aac6cc3 [llvm-pdbdump] Fix GCC build. by Zachary Turner · 11 years ago
  81. 53e4b56 [llvm-pdbdump] Clean up method signatures. by Zachary Turner · 11 years ago
  82. 9149139 [llvm-pdbdump] Add regex-based filtering. by Zachary Turner · 11 years ago
  83. a18f492 Revert r230655, "gold-plugin: "Upgrade" debug info and handle its warnings." by NAKAMURA Takumi · 11 years ago
  84. 821bba7 avoid infinite looping when folding vector multiplies of constants (PR22698) by Sanjay Patel · 11 years ago
  85. 7497834 fixed to test only the feature, not the feature and a CPU by Sanjay Patel · 11 years ago
  86. 1754980 DebugInfo: Convert DW_OP_piece => DW_OP_bit_piece by Duncan P. N. Exon Smith · 11 years ago
  87. 4f00dcb make the tested feature (SSE2) explicit by Sanjay Patel · 11 years ago
  88. aee20c0 DebugInfo: Fix invalid file reference in CodeGen/X86/unknown-location.ll by Duncan P. N. Exon Smith · 11 years ago
  89. b3381ac DebugInfo: Use TempMDNode in DIDescriptor::replaceAllUsesWith() by Duncan P. N. Exon Smith · 11 years ago
  90. be657e7 fixed to test only the feature, not the feature and a CPU by Sanjay Patel · 11 years ago
  91. 9b18dbf Optimize metadata node fields for CHECK-ability by Duncan P. N. Exon Smith · 11 years ago
  92. 776b301 fix typo; NFC by Sanjay Patel · 11 years ago
  93. 837f19e AsmWriter: Escape string fields in metadata by Duncan P. N. Exon Smith · 11 years ago
  94. 9973291 AsmWriter: Extract writeStringField(), NFCI by Duncan P. N. Exon Smith · 11 years ago
  95. 4590977 Fix buildbot issues for MDScope::getFile() after r230871 by Duncan P. N. Exon Smith · 11 years ago
  96. 5bcf130 IR: Specialize MDScope::getFile() for MDFile by Duncan P. N. Exon Smith · 11 years ago
  97. 80f65ca Fix line endings on Transforms/Inline/inline_dbg_declare.ll by Duncan P. N. Exon Smith · 11 years ago
  98. e09af84 [llvm-pdbdump] Better error handling. by Zachary Turner · 11 years ago
  99. ce770dd IndexedMap: Default to SmallVector<T, 0> by Benjamin Kramer · 11 years ago
  100. f4cff31 DwarfAccelTable: We know how many hashes we have in the output, just reserve the precise number by Benjamin Kramer · 11 years ago