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