summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ORC] Refactor definition-generation, add a generator for static libraries.Lang Hames2019-08-138-57/+277
* Fix crash on switch conditions of non-integer types in templatesElizabeth Andrews2019-08-136-6/+27
* GlobalISel: Add more verifier checks for G_SHUFFLE_VECTORMatt Arsenault2019-08-134-11/+82
* GlobalISel: Change representation of shuffle masksMatt Arsenault2019-08-1325-150/+446
* [libc++] Always build with -fvisibility=hiddenLouis Dionne2019-08-134-3/+5
* [CodeGen][SelectionDAG] More efficient code for X % C == 0 (SREM case)Roman Lebedev2019-08-1311-1443/+773
* [TargetLowering][NFC] prepareUREMEqFold(): fixup commentRoman Lebedev2019-08-131-1/+1
* [clang-tidy] Update `TransformerClangTidyCheck` to use new `buildMatchers` fu...Yitzhak Mandelbaum2019-08-131-1/+2
* Revert r368691; test checked in without changes by accidentHubert Tong2019-08-131-32/+0
* [llvm-readelf] Implement note parsing for NT_FILE and unknown descriptorsJordan Rupprecht2019-08-136-24/+441
* Enable memtag sanitizer in all AArch64 toolchainsMomchil Velikov2019-08-132-2/+3
* [AArch64] Make the memtag sanitizer require the memtag extensionMomchil Velikov2019-08-133-0/+28
* [lldb] Fix Microsoft guard variable detectionRaphael Isemann2019-08-131-1/+1
* [analyzer][NFC] Refactoring BugReporter.cpp P2.: Clean up the construction of...Kristof Umann2019-08-133-96/+128
* Fix -Wdocumentation warning (@returns used in void function). NFCI.Simon Pilgrim2019-08-131-2/+1
* Fix -Wdocumentation typo. NFCI.Simon Pilgrim2019-08-131-2/+2
* [AIX] Implement LR prolog/epilog save/restoreHubert Tong2019-08-131-0/+32
* [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
OpenPOWER on IntegriCloud