summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* AArch64InstPrinter: rewrite of printSysAliasSjoerd Meijer2017-02-273-316/+163
* [ARM] LSL #0 is an alias of MOVJohn Brawn2017-02-274-12/+206
* [clang-format] Add a NamespaceEndCommentsFixerKrasimir Georgiev2017-02-2710-3/+590
* Add a test we already get right.Rafael Espindola2017-02-271-0/+14
* Fix cmake dependency for the external-thread-library variant. NFC.Asiri Rathnayake2017-02-271-1/+1
* [clang-move] Extend clang-move to support moving global variable.Haojian Wu2017-02-275-2/+92
* [DAGCombine] Fix for a load combine bug with non-zero offset patterns on BE t...Artur Pilipenko2017-02-273-0/+56
* Merge Linux and FreeBSD arm register contextsPavel Labath2017-02-278-195/+32
* Fix MinidumpParserTest on 32-bit archesPavel Labath2017-02-271-2/+3
* Remove the callback-based log channel registration mechanismPavel Labath2017-02-273-88/+2
OpenPOWER on IntegriCloud