- 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
- cdef981 StackColoring: Move set instead of copying. NFC. by Benjamin Kramer · 11 years ago
- 2bcfcc1 LiveRange: Replace a creative vector erase loop with std::remove_if. by Benjamin Kramer · 11 years ago
- 0d2931f Revert r230812. Do not break builds for no reason. by Nick Lewycky · 11 years ago
- 8d25e3a Fixup for recent -fast-isel-abort change: code didn't match description by Mehdi Amini · 11 years ago
- 8df1c6e [X86] Remove the blendpd/blendps/pblendw/pblendd intrinsics. They can represented by shuffle_vector instructions. by Craig Topper · 11 years ago
- a0a46d1 [raw_ostream] When printing color on Windows, use correct bg color. by Zachary Turner · 11 years ago
- ae27891 bpf: fix build by Alexei Starovoitov · 11 years ago
- 6b76039 TRE: Just erase dead BBs and tweak the iteration loop not to increment the deleted BB iterator. by Benjamin Kramer · 11 years ago
- fa22cce Silence variable set but not used warning in CodeGenRegisters.cpp, NFC. by Yaron Keren · 11 years ago
- 3ab51ef Silence three more variable set but not used warnings, NFC. by Yaron Keren · 11 years ago
- fc21e4b [OCaml] Generate documentation again with autoconf buildsystem. by Peter Zotov · 11 years ago
- bac8d0e Convert push_back loops into append calls. by Benjamin Kramer · 11 years ago
- beaeb78 Silence variable set but not used warning, NFC. by Yaron Keren · 11 years ago
- b22e2f9 ArrayRefize memory operand folding. NFC. by Benjamin Kramer · 11 years ago
- 31fbd9f Replace std::copy with a back inserter with vector append where feasible by Benjamin Kramer · 11 years ago
- 12d1e53 Remove option.ll as part of the Forward Control Flow Integrity removal. by Eric Christopher · 11 years ago
- 63dff88 [RewriteStatepointsForGC] Reduce indentation via early continue [NFC] by Philip Reames · 11 years ago
- af690c9 [RewriteStatepointsForGC] Fix another order of iteration bug by Philip Reames · 11 years ago
- 82eef10 [RewriteStatepointsForGC] Reduce indentation via early continue [NFC] by Philip Reames · 11 years ago
- dfa22d3 [RewriteStatepointsForGC] Fix iterator invalidation bug by Philip Reames · 11 years ago
- 63ac784 [dsymutil] Fully qualify llvm::make_unique<>. by Frederic Riss · 11 years ago
- 2929a7a [dsymutil] Add the DwarfStreamer class. by Frederic Riss · 11 years ago
- d9a80bd [dsymutil] Add a LinkOptions struct to pass to the DwarfLinker. NFC. by Frederic Riss · 11 years ago
- fddb9d9 [dsymutil] clang-format a file by Frederic Riss · 11 years ago
- 77f4ca1 [dsymutil] Add -o option to select ouptut filename by Frederic Riss · 11 years ago
- a2cd6a5 [dsymutil] Create warn() global helper... by Frederic Riss · 11 years ago
- a646d27 [dsymutil] Make trivial accessor const. by Frederic Riss · 11 years ago
- a3f59e4 [RewriteStatepointsForGC] Add tests for the base pointer identification algorithm by Philip Reames · 11 years ago
- dcd2094 Discourage in-source autoconf builds (as we already do for the cmake build) by Jonathan Roelofs · 11 years ago
- 88bbdc7 Regenerated test case from pr 230801 for change in LLVM IR syntax by Bill Schmidt · 11 years ago
- ee62d93 Update SystemZ/Large test generators to handle new gep IR syntax by David Blaikie · 11 years ago
- 834cb56 Update SystemZ/Large test generators to handle new load IR syntax by David Blaikie · 11 years ago
- b16dac5 [new docs] Performance Tips for Frontend Authors by Philip Reames · 11 years ago
- 0a7ed28 MachineDominators: Move applySplitCriticalEdges into the cpp file. by Benjamin Kramer · 11 years ago
- 7de1732 llvm-vtabledump: Update field with a better name by David Majnemer · 11 years ago
- 52a5087 Revert test case until it can be fixed by Bill Schmidt · 11 years ago
- 0e1e8e2 [PowerPC] Fix PR22711 - Misaligned .toc section by Bill Schmidt · 11 years ago
- 9f9dcf8 Reduce double set lookups. by Benjamin Kramer · 11 years ago
- 7c9c6ed [opaque pointer type] Add textual IR support for explicit type parameter to load instruction by David Blaikie · 11 years ago
- dc64962 Target/X86: Never use the redzone for Win64 ABI functions. by Charles Davis · 11 years ago
- e03aac6 [PowerPC] Use vector types for memcpy and friends (sometimes) by Hal Finkel · 11 years ago