summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Add basic IOHandler completion testRaphael Isemann2019-08-132-0/+63
* [llvm-readobj] - Remove 'error(Error EC)' helper.George Rimar2019-08-137-82/+103
* [CodeGen] Disable UBSan for coroutine functionsBrian Gesiak2019-08-132-0/+58
* [pstl] Rename PARALLELSTL_BACKEND to PSTL_PARALLEL_BACKENDLouis Dionne2019-08-132-6/+6
* gn build: Extract git() and git_out() functions in sync scriptNico Weber2019-08-131-11/+8
* gn build: Merge r368630Nico Weber2019-08-131-0/+1
* gn build: Give cmake sync script an opt-in --write flagNico Weber2019-08-131-14/+56
* [libc++] Fix incorrect UNSUPPORTED annotationLouis Dionne2019-08-131-1/+1
* gn build: Make sync script group output by revisionNico Weber2019-08-131-11/+38
* [libc++] Use [[nodiscard]] for lock_guard, as an extensionLouis Dionne2019-08-134-3/+39
* [X86] XFormVExtractWithShuffleIntoLoad - handle shuffle mask scalingSimon Pilgrim2019-08-132-16/+29
* [X86] SimplifyDemandedVectorElts - attempt to recombine target shuffle using ...Simon Pilgrim2019-08-136-256/+276
* [ELF] Don't special case symbolic relocations with 0 addend to ifunc in writa...Fangrui Song2019-08-136-63/+63
* Revert r368276 "[TargetLowering] SimplifyDemandedBits - call SimplifyMultiple...Hans Wennborg2019-08-1313-417/+392
* [ELF] Simplify handling of exportDynamic and isPreemptibleFangrui Song2019-08-134-23/+29
* [NFC] Updated tests after r368657David Bolvansky2019-08-132-9/+9
* [SimplifyLibCalls] Add dereferenceable bytes from known callsitesDavid Bolvansky2019-08-1322-361/+870
* [NFC][InstCombine] Non-canonical clamp pattern: non-canonical predicate testsRoman Lebedev2019-08-131-0/+43
* [ASTImporter] Import additional flags for functions.Balazs Keri2019-08-132-0/+52
* [PowerPC] Fix ICE when truncating some vectorsQiu Chaofan2019-08-132-1/+126
* [AArch64][GlobalISel] Replace explicit vreg creation with implicit using SrcO...Amara Emerson2019-08-131-3/+4
* [GlobalISel] Make the InstructionSelector instance non-const, allowing state ...Amara Emerson2019-08-1318-68/+76
* [ELF] Rename odd variable names "New" after r365730. NFCFangrui Song2019-08-136-38/+35
* Added unit tests to check supported rounding modesSerge Pavlov2019-08-132-1/+29
* [ELF][test] Add dynamic-list-preempt2.sFangrui Song2019-08-131-0/+29
* [GlobalISel]: Add KnownBits for G_XORAditya Nandakumar2019-08-132-0/+29
* Verifier: check prof branch_weightsYevgeny Rouban2019-08-131-0/+43
* Do not call replaceAllUsesWith to upgrade calls to ARC runtime functionsAkira Hatanaka2019-08-134-9/+92
* [AMDGPU] Fix msan failure in printf loweringStanislav Mekhanoshin2019-08-131-5/+3
* [lld] Remove unnecessary "class Lazy"Bob Haarman2019-08-131-1/+0
* Eliminate implicit Register->unsigned conversions in VirtRegMap. NFCDaniel Sanders2019-08-1312-102/+112
* [TSan] Fix test failing on LinuxJulian Lettner2019-08-131-1/+1
* clang-scan-deps: do not spawn threads when LLVM_ENABLE_THREADS is disabledAlex Lorenz2019-08-132-20/+28
* [Symbol] Remove redundant includeAlex Langford2019-08-131-1/+0
* Revert "Do not call replaceAllUsesWith to upgrade calls to ARC runtime functi...Akira Hatanaka2019-08-134-91/+9
* Move findBBwithCalls to the file it's used in to avoid unused functionEric Christopher2019-08-132-24/+24
* [X86] Remove 'Server' from Tigerlake description comments.Craig Topper2019-08-131-2/+2
* Do not call replaceAllUsesWith to upgrade calls to ARC runtime functionsAkira Hatanaka2019-08-124-9/+91
* [AMDGPU] removed unused functions from printf loweringStanislav Mekhanoshin2019-08-121-21/+0
* [clang] Update isDerivedFrom to support Objective-C classes 🔍Stephane Moore2019-08-126-34/+349
* [WinEH] Fix catch block parent frame pointer offsetReid Kleckner2019-08-122-3/+19
* [TextAPI] Fix & Add tests for tbd files version 3.Juergen Ributzka2019-08-124-6/+443
* [risc-v] Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-126-49/+49
* [aarch64] Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-1221-159/+159
* [webassembly] Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-1213-45/+45
* [AMDGPU] Use PredicateControl in MIMGBaseOpcode. NFC.Stanislav Mekhanoshin2019-08-121-2/+2
* [Attributor] Use the cached data layout directlyJohannes Doerfert2019-08-122-65/+65
* Title: Fix build warning for operator<< when using GCC 7.Whitney Tsang2019-08-121-0/+3
* [X86] Allow combineTruncateWithSat to use pack instructions for i16->i8 witho...Craig Topper2019-08-125-98/+30
* [Attributor][NFC] Add IntegerState raw_ostream << operatorJohannes Doerfert2019-08-122-0/+6
OpenPOWER on IntegriCloud