summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* [llvm-mc] - Produce R_X86_64_PLT32 for "call/jmp foo".George Rimar2018-02-2014-21/+60
* Handle typeof() expressionsJonas Devlieghere2018-02-202-17/+78
* [AMDGPU] stop buffer_store being moved illegallyTim Renouf2018-02-202-6/+55
* clang-format plugin: Add missing semicolon in list of file extensions (PR36383)Hans Wennborg2018-02-201-1/+1
* [MC] - Don't crash on unclosed frame.George Rimar2018-02-202-3/+14
* [X86][CET]: Adding full coverage of MC encoding for the CET instructions.<NFC>Gadi Haber2018-02-202-0/+300
* [X86] Remove mask from 512 bit pmulhrsw/pmulhw/pmulhuw builtins.Craig Topper2018-02-203-58/+47
* [X86] Add 512-bit unmasked pmulhrsw/pmulhw/pmulhuw intrinsics. Remove and aut...Craig Topper2018-02-207-105/+310
* Use isl::manage_copy to simplify calls to isl::manage(isl_.._copy())Tobias Grosser2018-02-209-49/+37
* Update isl to isl-0.18-1047-g4a20ef8Tobias Grosser2018-02-20170-5446/+4116
* Fix broken isl-noexceptions.h path in update-isl scriptTobias Grosser2018-02-201-2/+2
* Update isl C++ bindings to latest version of islTobias Grosser2018-02-201-276/+954
* Do not call band_list().dump()Tobias Grosser2018-02-201-1/+0
* [Sema] Fix -Wunused-variableSam McCall2018-02-201-1/+0
* [X86] Remove GCCBuiltin from a bunch of intrinsics that aren't used by clang ...Craig Topper2018-02-201-30/+26
* Report fatal error in the case of out of memorySerge Pavlov2018-02-2018-29/+64
* [AArch64][GlobalISel] When copying from a gpr32 to an fpr16 reg, convert to f...Amara Emerson2018-02-203-13/+102
* Do not create a temporary data structure for relocations.Rui Ueyama2018-02-205-106/+72
* [X86] Mark XOP vpmac* and vpmadc intrinsics as being commutative so that tabl...Craig Topper2018-02-202-14/+14
* [X86] Make XOP VPCOM instructions commutable to fold loads during isel.Craig Topper2018-02-203-52/+75
* [X86] Make a helper function for commuting AVX512 VPCMP immediates since we d...Craig Topper2018-02-203-24/+24
* Fix some -Wexceptions false positives.Richard Smith2018-02-202-73/+106
* [Sema] Fix some Clang-tidy modernize and Include What You Use warnings; other...Eugene Zelenko2018-02-205-257/+370
* [GISel]: Add pattern matchers for G_BITCAST/PTRTOINT/INTTOPTRAditya Nandakumar2018-02-192-0/+32
* [InstCombine] use CreateWithCopiedFlags to reduce code; NFCISanjay Patel2018-02-191-7/+6
* Fix test failure on target where size_t is long long.Richard Smith2018-02-191-3/+6
* Revert "[mem2reg] Use range loops (NFCI)"Brian Gesiak2018-02-191-8/+9
* Merge two small functions and add comments.Rui Ueyama2018-02-191-9/+9
* Removed a variable that is used only once.Rui Ueyama2018-02-191-3/+3
* [WebAssembly] Expand a lambda that is used only once.Rui Ueyama2018-02-191-9/+9
* [WebAssembly] Define toString(wasm::InputChunk *) and use that in MarkLive.cpp.Rui Ueyama2018-02-194-12/+14
OpenPOWER on IntegriCloud