summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* [Attributor] Make the InformationCache an Attributor memberJohannes Doerfert2019-08-122-115/+93
* [CompilerType] Pass an ExecutionContextScope to GetTypeBitAlign.Davide Italiano2019-08-127-9/+12
* [GWP-ASan] Update backtrace function signature.Mitch Phillips2019-08-126-57/+89
* [GISel]: Fix a bug in KnownBits where we should have been using SizeInBitsAditya Nandakumar2019-08-122-1/+17
* [libFuzzer] Merge: print feature coverage number as well.Max Moroz2019-08-123-6/+11
* Revert "[lldb] Refactor guard variable checks in IRForTarget"Stella Stamenova2019-08-121-12/+12
* Revert "[lldb] Fix dynamic_cast by no longer failing on variable without meta...Stella Stamenova2019-08-126-66/+7
* [Symbol] GetTypeBitAlign() should return None in case of failure.Davide Italiano2019-08-127-17/+28
* Fix Wnewline-eof after r368598Nico Weber2019-08-122-2/+2
* Revert "Disable MachO TBD write tests for Windows."Juergen Ributzka2019-08-122-6/+0
* [Sema] Check __builtin_bit_cast operand for completeness before materializing...Erik Pilkington2019-08-121-3/+4
OpenPOWER on IntegriCloud