summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [AIX][test/Index] Set/propagate AIXTHREAD_STK for AIXHubert Tong2019-08-131-0/+12
* [analyzer][NFC] Refactoring BugReporter.cpp P1.: Store interesting symbols/re...Kristof Umann2019-08-132-64/+12
* [lldb] Reland "Refactor guard variable checks in IRForTarget"Raphael Isemann2019-08-131-14/+19
* [InstCombine] Non-canonical clamp-like pattern handlingRoman Lebedev2019-08-134-155/+300
* [InstCombine][NFC] Rename IsFreeToInvert() -> isFreeToInvert() for consistencyRoman Lebedev2019-08-134-18/+18
* [InstCombine] foldXorOfICmps(): don't give up on non-single-use ICmp's if all...Roman Lebedev2019-08-134-53/+104
* [pstl] Allow customizing whether per-TU insulation is providedLouis Dionne2019-08-1322-0/+94
* [libTooling] In Transformer, generalize `applyFirst` to admit rules with inco...Yitzhak Mandelbaum2019-08-133-111/+141
* [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
OpenPOWER on IntegriCloud