summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use more early returns in SymbolTable.cpp.Rui Ueyama2018-02-201-33/+46
* [WebAssembly] Remove unused headerSam Clegg2018-02-201-1/+1
* [PatternMatch] enhance m_SignMask() to ignore undef elements in vectorsSanjay Patel2018-02-202-22/+15
* [InstSimplify] add tests for m_SignMask with undef vector elements; NFCSanjay Patel2018-02-201-2/+28
* [AArch64] Refactor instructions using SIMD immediatesEvandro Menezes2018-02-202-368/+371
* [lld/LTO] Remove unused Path parameter to AddBufferFnTeresa Johnson2018-02-202-6/+7
* [LTO] Remove unused Path parameter to AddBufferFnTeresa Johnson2018-02-204-12/+5
* [ThinLTO/gold] Avoid race with cache pruner by copying to temp filesTeresa Johnson2018-02-202-4/+8
* [LV] Fix test checks, NFC.Alexey Bataev2018-02-202-140/+3506
* [ARM] Lower BR_CC for f16Sjoerd Meijer2018-02-202-3/+32
* [AMDGPU] Removed redundant run lines for fmuladd.f16 test. NFC.Stanislav Mekhanoshin2018-02-201-4/+0
* feedbackSam Clegg2018-02-201-15/+8
* [WebAssembly] Split addDefined into two different methods. NFC.Sam Clegg2018-02-203-42/+54
* [llvm-objdump] Use unique_ptr to simplify memory ownershipDavid Blaikie2018-02-201-34/+31
* [X86][MMX] Regenerate MMX bitcast testSimon Pilgrim2018-02-201-6/+19
* Correct multiversion unsupported target behavior, add a test.Erich Keane2018-02-202-0/+14
* [X86][3DNow] Regenerate intrinsics testsSimon Pilgrim2018-02-201-26/+693
* [WebAssembly] Remove unused headerSam Clegg2018-02-202-2/+0
* [IRBuilder] fix CreateMaxNum to actually produce maxnum (PR36454)Sanjay Patel2018-02-202-1/+18
* [Hexagon] Handle *Low8 register classes in early if-conversionKrzysztof Parzyszek2018-02-202-0/+29
* [SLP] Fix tests checks, NFC.Alexey Bataev2018-02-205-74/+249
* [X86] Correct SHRUNKBLEND creation to work correctly when there are multiple ...Craig Topper2018-02-202-35/+23
* [WebAssembly] Remove InputChunk from Symbol baseclassSam Clegg2018-02-202-36/+44
* [SelectionDAG] Add LegalTypes flag to getShiftAmountTy. Use it to unify and s...Craig Topper2018-02-205-20/+54
* [X86] Promote 16-bit cmovs to 32-bitsCraig Topper2018-02-207-34/+86
* [dsymutil] Correctly handle DW_TAG_labelJonas Devlieghere2018-02-203-1/+44
* [vim] Recognize more FileCheck commentsMikhail Maltsev2018-02-201-0/+1
* [WebAssembly] Check signatures of weakly defined funtions tooSam Clegg2018-02-203-0/+26
* [InstCombine] remove unneeded dyn_cast to prevent unused variable warningSanjay Patel2018-02-201-2/+1
* [clangd] Fix formatting in XRefs.cppSimon Marchi2018-02-201-2/+2
* [InstCombine] remove compound fdiv pattern foldsSanjay Patel2018-02-201-27/+1
* PR36442: Correct description of -fsplit-dwarf-inliningDavid Blaikie2018-02-201-1/+1
* Stop linking sanitized applications with -lutil and -lkvm on NetBSDKamil Rytarowski2018-02-201-6/+0
* [InstCombine] fold fdiv with non-splat divisor to fmul: X/C --> X * (1/C)Sanjay Patel2018-02-205-25/+49
* [mips] Correct the definition of cvt.d.wSimon Dardis2018-02-203-7/+10
* Add new interceptor: strmode(3)Kamil Rytarowski2018-02-203-0/+35
* Add new interceptor: fgetln(3)Kamil Rytarowski2018-02-203-0/+41
* Stop intercepting forkpty(3) and openpty(3) on NetBSDKamil Rytarowski2018-02-201-2/+16
* [DEBUGINFO] Add support for emission of the inlined strings.Alexey Bataev2018-02-204-0/+66
* [PowerPC] Reduce stack frame for fastcc functions by only allocating paramete...Lei Huang2018-02-202-2/+152
* [Hexagon] Fix alignment calculation of stack objects in Hexagon bit trackerKrzysztof Parzyszek2018-02-204-6/+24
* [X86] Regenerate XOR testsSimon Pilgrim2018-02-201-128/+422
* [VectorLegalizer] Fix uint64_t typo in ExpandUINT_TO_FLOAT (PR36391)Simon Pilgrim2018-02-201-1/+1
* Revert r325375 "[MS] Make constexpr static data members implicitly inline"Hans Wennborg2018-02-202-37/+5
* [CodeGen] Fix generation of TBAA tags for may-alias accessesIvan A. Kosarev2018-02-204-32/+64
* [clangd] Dump stack on crashSam McCall2018-02-201-0/+1
* [ARM] Mark -1 as cheap in xor's for thumb1David Green2018-02-202-0/+200
* [clang-tidy] Replace the usage of std::uncaught_exception with std::uncaught_...Gabor Horvath2018-02-208-0/+294
* clang-cl: Make /d1PP an alias for -dD (PR36446)Hans Wennborg2018-02-202-0/+5
* Avoid dirtying the source tree in breakpoint command testsPavel Labath2018-02-204-92/+34
OpenPOWER on IntegriCloud