summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ProcessLaunchInfo: remove Debugger referencePavel Labath2019-01-078-22/+14
* [CallSite removal] Move the rest of IR implementation code away fromChandler Carruth2019-01-076-54/+56
* [CallSite removal] Port `IndirectCallSiteVisitor` to use `CallBase` andChandler Carruth2019-01-077-50/+62
* [CallSite removal] Move the verifier to use `CallBase` instead of theChandler Carruth2019-01-071-284/+284
* [X86] Update VBMI2 vshld/vshrd tests to use an immediate that doesn't require...Craig Topper2019-01-072-31/+31
* DR674, PR38883, PR40238: Qualified friend lookup should look for aRichard Smith2019-01-0717-107/+169
* [X86] Update VBMI2 vshld/vshrd tests to use an immediate that doesn't require...Craig Topper2019-01-076-162/+162
* [CallSite removal] Migrate all Alias Analysis APIs to use the newlyChandler Carruth2019-01-0732-477/+444
* [CallSite removal] Add `CallBase` support to the `InstVisitor` in suchChandler Carruth2019-01-071-8/+14
* [SemaCXX] Fix ICE for unexpanded parameter packBrian Gesiak2019-01-072-2/+6
* [gn build] Add build files for llvm/lib/Target/ARM + testsNico Weber2019-01-0710-5/+338
* [gn build] Add build files for llvm/lib/Target/AArch64 + testsNico Weber2019-01-0712-12/+402
* [X86] Add support for matching vector funnel shift to AVX512VBMI2 instructions.Craig Topper2019-01-067-279/+3267
* Revert "Resubmit rL345008 "Split MachinePipeliner code into header and cpp fi...Lama Saba2019-01-062-620/+595
* [x86] explicitly set cost of integer add/subSanjay Patel2019-01-061-0/+8
* Fix bug in test found by the diagnostic added in r350340.Nico Weber2019-01-061-1/+1
* [gn build] Merge r350341Nico Weber2019-01-062-1/+13
* Resubmit rL345008 "Split MachinePipeliner code into header and cpp files"Lama Saba2019-01-062-595/+620
* [gn build] Add build files for LLVM unittests with a custom main() functionNico Weber2019-01-065-12/+76
* [CMake] Use hidden visibility for static libc++ in FuchsiaPetr Hosek2019-01-061-0/+1
* [LegalizeVectorOps] Add FSHL/FSHR to the list of vector operations that shoul...Craig Topper2019-01-061-0/+2
* [libcxx] Support building hermetic static libraryPetr Hosek2019-01-063-33/+72
* [compiler-rt][Fuchsia] Replace _zx_vmar_allocate_old callPetr Hosek2019-01-061-4/+4
* Have MSVC Visualizer for DeducedTemplateSpecializationType show both the orig...Mike Spertus2019-01-061-13/+24
* [CMake][Fuchsia] Enable build ID, relaxations for first stagePetr Hosek2019-01-061-0/+3
* Fix PR39749 - Headers containing just #error harm __has_include.Eric Fiselier2019-01-0624-19/+411
* Revert "[CMake][Fuchsia] Enable experimental new pass manager by default"Petr Hosek2019-01-051-1/+0
* [X86][AsmParser] Don't allow X86::DX in CheckBaseRegAndIndexRegAndScale.Craig Topper2019-01-051-2/+1
* Fix MSVC Visualization for TemplateTypeParmType and TemplateTypeParmDeclMike Spertus2019-01-051-7/+10
* [X86] Use two pmovmskbs in combineBitcastvxi1 for (i64 (bitcast (v64i1 (trunc...Craig Topper2019-01-053-170/+59
* [X86] Allow combinevxi1Bitcast to use pmovmskb on avx512 targets if the input...Craig Topper2019-01-059-200/+61
* Fix symbols.enable-external-lookup description wordingJan Kratochvil2019-01-051-4/+4
* Fix flaky symlink access time test.Eric Fiselier2019-01-051-5/+7
* Revert "D56064: More tolerance for flaky tests in libc++ on NetBSD"Kamil Rytarowski2019-01-051-7/+0
* CodeGen: fix autolink emission on ELFSaleem Abdulrasool2019-01-052-7/+17
* Added single use check to ShrinkDemandedConstantStanislav Mekhanoshin2019-01-052-0/+23
* [X86] Regenerate test to merge 32-bit and 64-bit check lines. NFCCraig Topper2019-01-051-17/+5
* [X86] Allow LowerTRUNCATE to use PACKUS/PACKSS for v16i16->v16i8 truncate whe...Craig Topper2019-01-053-10/+6
* CodeGen: switch iteration to range based for loop (NFC)Saleem Abdulrasool2019-01-051-6/+4
* [InstCombine] Improve cttz/ctlz + icmp tests; NFCNikita Popov2019-01-051-83/+134
* Improve MSVC type visualizationsMike Spertus2019-01-051-7/+47
* Enhance MSVC visualization of PointerUnionsMike Spertus2019-01-051-5/+27
* [InstCombine] Add cttz/ctlz + icmp ugt/ult tests; NFCNikita Popov2019-01-051-0/+174
* [python] Make the collections import future-proofSerge Guelton2019-01-051-2/+9
* [Documentation] fix order of checks in checks/list.rstJonas Toth2019-01-051-3/+3
* [docs] Add a known limitation to the comment about lld supporting GCC/MinGW o...Martin Storsjo2019-01-051-1/+4
* [MinGW] Expand comment for MinGW driver. NFC.Martin Storsjo2019-01-051-3/+21
* [InstCombine] Relax cttz/ctlz with select on zeroNikita Popov2019-01-052-12/+19
* [InstCombine] Add vector tests for select + ctlz/cttz; NFCNikita Popov2019-01-051-0/+50
* [CMake][Fuchsia] Enable experimental new pass manager by defaultPetr Hosek2019-01-051-0/+1
OpenPOWER on IntegriCloud