summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Support objc_nonlazy_class attribute on Objective-C implementationsErik Pilkington2019-04-116-16/+29
* Add support for attributes on @implementations in Objective-CErik Pilkington2019-04-1115-32/+106
* Revert "Use llvm::lower_bound. NFC"Ali Tamur2019-04-119-32/+45
* Fix sphinx documentation warning.Zachary Turner2019-04-111-1/+1
* [PDB Docs] Add skeleton of documentation for CodeView symbols.Zachary Turner2019-04-112-28/+259
* [pstl] Remove our custom FindTBB CMake fileLouis Dionne2019-04-112-67/+0
* Fix PR41465 - Use __builtin_mul_overflow instead of hand-rolled check.Eric Fiselier2019-04-112-4/+31
* New document skeleton describing how to add a constrained floating-pointKevin P. Neal2019-04-112-0/+99
* [pstl] Setup the _PSTL_VERSION macro like _LIBCPP_VERSION, and add release notesLouis Dionne2019-04-114-8/+68
* [ConstantFold] ExtractConstantBytes - handle shifts on large integer typesSimon Pilgrim2019-04-112-14/+52
* [NFC] Correct outdated links to the Itanium C++ ABI documentationLouis Dionne2019-04-1110-10/+10
* [libFuzzer] Fallback to default Mutate when MutateWithMask fails.Max Moroz2019-04-112-1/+4
* [libc++] Make sure we don't eagerly diagnose non-const comparators for contai...Louis Dionne2019-04-1110-21/+165
* [lldb] [lit/Register] Mark x86-mm-xmm-read XFAIL on WindowsMichal Gorny2019-04-111-0/+1
* [DAGCombiner] refactor narrowing of extracted vector binop; NFCSanjay Patel2019-04-111-20/+19
* [X86] SimplifyDemandedVectorElts - add X86ISD::VPERMV3 mask supportSimon Pilgrim2019-04-112-5/+3
* Make llvm-nm -help great againSerge Guelton2019-04-112-33/+61
* [lldb] [lit/Register] Fix test to use %clangxxMichal Gorny2019-04-111-1/+1
* [RISCV] Diagnose invalid second input register operand when using %tprel_addRoger Ferrer Ibanez2019-04-112-2/+27
* [X86][AVX] Tweak X86ISD::VPERMV3 demandedelts testSimon Pilgrim2019-04-111-3/+3
* Fixed possible out of bound array access.Andrey Churbanov2019-04-111-2/+2
* [test] Convert CommandScriptImmediateOutput from pexpect to litJonas Devlieghere2019-04-114-101/+62
* [X86] Add MM register mapping from CodeView to MC register idLuo, Yuanke2019-04-111-0/+9
* [lldb] [Process/NetBSD] Fix wrongly mapping mm* registersMichal Gorny2019-04-113-2/+79
* [llvm] [lit] Add target-x86* featuresMichal Gorny2019-04-111-0/+4
* YAMLIO: Fix serialization of strings with embedded nulsPavel Labath2019-04-112-6/+11
* [X86][AVX] Add X86ISD::VPERMV3 demandedelts testSimon Pilgrim2019-04-111-0/+28
* [X86] SimplifyDemandedVectorElts - add X86ISD::VPERMV mask supportSimon Pilgrim2019-04-112-15/+12
* [X86][AVX] Add X86ISD::VPERMV demandedelts testSimon Pilgrim2019-04-111-0/+22
* [DAGCombiner][x86] scalarize inserted vector FP opsSanjay Patel2019-04-112-72/+98
* [AArch64] Add lowering pattern for llvm.aarch64.neon.vcvtfxs2fp.f16.i64Diogo N. Sampaio2019-04-112-0/+12
* [X86] SimplifyDemandedVectorElts - add X86ISD::VPERMILPV mask supportSimon Pilgrim2019-04-112-83/+21
* Minidump: extend UUID byte-swapping to windows platformPavel Labath2019-04-113-40/+28
* [X86][AVX] Add X86ISD::VPERMILPV demandedelts testsSimon Pilgrim2019-04-111-0/+96
* [X86] SimplifyDemandedVectorElts - add X86ISD::VPERMIL2 mask supportSimon Pilgrim2019-04-112-19/+9
* [X86][XOP] Add X86ISD::VPERMIL2 demandedelts testSimon Pilgrim2019-04-111-0/+46
* [X86] SimplifyDemandedVectorElts - add VPPERM supportSimon Pilgrim2019-04-112-1/+10
* [libunwind] Fix the typo in unw_save_vfp_as_X aliasPetr Hosek2019-04-111-1/+1
* [ValueTracking] Change if-else chain into switch in computeKnownBitsFromAssumeSander de Smalen2019-04-111-8/+18
* Test commit accessOliver Stannard2019-04-111-0/+1
* Use llvm::lower_bound. NFCFangrui Song2019-04-119-45/+32
* [MCA] Remove wrong comments from a test. NFCAndrea Di Biagio2019-04-111-3/+0
* [clangd] Use identifiers in file as completion candidates when build is not r...Eric Liu2019-04-1114-85/+299
* [ADT] Fix template parameter names of llvm::{upper|lower}_boundIlya Biryukov2019-04-111-12/+16
* [clangd] Include compile command heuristic in logsSam McCall2019-04-112-2/+5
* try to fix the sphinx build some moreHans Wennborg2019-04-1111-0/+22
* Fix two sphinx warningsHans Wennborg2019-04-111-2/+2
* Try to fix the shpinx buildHans Wennborg2019-04-119-9/+9
* [llvm-exegesis] Fix serialization/deserialization of special NoRegister regis...Roman Lebedev2019-04-112-7/+31
* Add { } to silence compiler warning [NFC]Mikael Holmen2019-04-111-3/+3
OpenPOWER on IntegriCloud