summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* [DAGCombine] NFC. MatchLoadCombine extract MemoryByteOffset lambda helperArtur Pilipenko2017-02-271-9/+13
* [DAGCombine] NFC. MatchLoadCombine remember the first byte provider, not the ...Artur Pilipenko2017-02-271-3/+5
* clang-format: [JS] whitespace after async in arrow functions.Martin Probst2017-02-272-0/+10
* Log: Fix a regression in handling log optionsPavel Labath2017-02-273-3/+19
* Switch SBBreakpoint to storing a weak_ptr of the internal breakpoint objectPavel Labath2017-02-276-277/+253
* AArch64AsmParser: don't try to parse “[1]” for non-vector register operandsSjoerd Meijer2017-02-271-25/+0
* [analyzer] clarify 'result is garbage value' when it is out of boundsDaniel Marjamaki2017-02-272-0/+32
* Disable the parallel code generation in case of extension nodesRoman Gareev2017-02-271-0/+8
* [AMDGPU] Runtime metadata fixes:Konstantin Zhuravlyov2017-02-2710-74/+270
* llvm-mc-fuzzer: add support for assemblyBrian Cain2017-02-274-23/+342
* [APInt] Use UINT64_MAX instead of ~integerPart(0). NFCCraig Topper2017-02-271-1/+1
OpenPOWER on IntegriCloud