summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* AMDGPU: Support v2i16/v2f16 packed operationsMatt Arsenault2017-02-2737-366/+3591
* ISel: We need to notify FastIS of the IMPLICIT_DEF we created in createSwiftE...Arnold Schwaighofer2017-02-272-1/+34
* [PDB] Partial resubmit of r296215, which improved PDB Stream Library.Zachary Turner2017-02-2776-704/+905
* Revert "DAG: Check if extract_vector_elt is legal or custom"Matt Arsenault2017-02-271-1/+1
* Empty line. NFCIXin Tong2017-02-271-1/+0
* [PGO] Fix a bug in reading text format value profile.Rong Xu2017-02-271-2/+3
* [clangd] Make clangd install to binBenjamin Kramer2017-02-271-0/+2
* [ARM] don't transform an add(ext Cond), C to select unless there's a setcc of...Sanjay Patel2017-02-273-15/+17
* PR32042: Create inlined debug info for EmitInlinedInheritingCXXConstructorCall.Adrian Prantl2017-02-274-27/+164
* UBSan docs: Explicitly mention that `-fsanitize=unsigned-integer-overflow` do...Nico Weber2017-02-271-1/+3
* Remove unused variableDavid Blaikie2017-02-271-2/+0
* Remove XFAIL in implicit_deduction_guides testsSteven Wu2017-02-272-8/+0
* [Support][Error] Add a 'cantFail' utility function for known-safe calls toLang Hames2017-02-273-4/+114
* Clarify benchmark conditions.Rui Ueyama2017-02-271-7/+14
* AMDGPU: Add some of the new gfx9 VOP3 instructionsMatt Arsenault2017-02-272-0/+44
* [X86][SSE] Attempt to extract vector elements through target shufflesSimon Pilgrim2017-02-2711-490/+526
* AMDGPU: Support inlineasm for packed instructionsMatt Arsenault2017-02-272-1/+99
* Add terminator to .eh_frame sectionsRui Ueyama2017-02-279-10/+19
* De-template ResolvedReloc as it doesn't actually depends on ELFT.Rui Ueyama2017-02-271-12/+10
* [SLP] Use different flags in tests for reduction ops and extra args.Alexey Bataev2017-02-271-3/+3
* AMDGPU: Don't fold immediate if clamp/omod are setMatt Arsenault2017-02-273-8/+319
* [ubsan] Factor out logic to emit a range check. NFC.Vedant Kumar2017-02-272-29/+50
* enable -flto=thin in clang-clBob Haarman2017-02-274-3/+17
* AMDGPU: Fold omod into instructionsMatt Arsenault2017-02-275-8/+723
* [TailDuplicator] Maintain DebugLoc for branch instructionsTaewook Oh2017-02-272-1/+58
* AMDGPU: Add f16 to shader calling conventionsMatt Arsenault2017-02-272-8/+33
* [SLP] Modify test to check IR flags propagation for extra args.Alexey Bataev2017-02-271-15/+15
* AMDGPU: Add VOP3P instruction formatMatt Arsenault2017-02-2727-86/+1342
* Refactor xaluo.ll and xmulo.ll tests. NFCAmaury Sechet2017-02-272-493/+1781
* [InlineFunction] add nonnull assumptions based on argument attributesSanjay Patel2017-02-272-23/+41
* [Hexagon] Defs and clobbers can overlapKrzysztof Parzyszek2017-02-271-5/+4
* Fix a bug when unswitching on partial LIV for SwitchInstXin Tong2017-02-272-32/+339
* Fix comments. NFC.Rong Xu2017-02-271-1/+1
* [Cmake] Optionally use a system isl version.Michael Kruse2017-02-275-166/+216
* Support NetBSD Thread ID in lldb-server testsKamil Rytarowski2017-02-272-0/+10
* Fix the project name in the license file.Arnaud A. de Grandmaison2017-02-271-2/+2
* Add libcxxabi's LICENSE.TXT to libunwind.Arnaud A. de Grandmaison2017-02-271-0/+76
* Fix LLVM module buildSteven Wu2017-02-271-0/+1
* [X86] Use APInt instead of SmallBitVector tracking undef elements from getTar...Craig Topper2017-02-271-25/+25
* [X86] Use APInt instead of SmallBitVector for tracking Zeroable elements in s...Craig Topper2017-02-271-63/+57
* [X86] Fix SmallVector sizes in constant pool shuffle decoding to avoid heap a...Craig Topper2017-02-271-5/+5
* [X86] Use APInt instead of SmallBitVector for tracking undef elements in cons...Craig Topper2017-02-271-10/+10
* Fix LIBCXX_HAS_EXTERNAL_THREAD_API builds. NFC.Asiri Rathnayake2017-02-271-1/+2
* Remove an empty line in icmp-illegal.ll . NFCAmaury Sechet2017-02-271-1/+0
* [SLP] A test for a fix of PR32038.Alexey Bataev2017-02-271-0/+124
* [DeLICM] Add nomap regressions tests. NFC.Michael Kruse2017-02-277-0/+547
* [DeLICM] Statistics for use in regression tests.Michael Kruse2017-02-271-2/+42
* Fix typo in error message. NFC.Asiri Rathnayake2017-02-271-1/+1
* Loop predication expand both sides of the widened conditionArtur Pilipenko2017-02-272-6/+83
* Attempt to fix arm-native libcxxabi tests for the no-exceptions variantAsiri Rathnayake2017-02-272-0/+2
OpenPOWER on IntegriCloud