summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [llvm-nm] Add --portability as alias for --format=posixJames Henderson2019-01-072-0/+7
* [CTU] Make loadExternalAST return with non nullptr on successGabor Marton2019-01-072-5/+6
* [CodeView] More appropriate name and type for a Microsoft precompiled headers...Alexandre Ganea2019-01-075-32/+32
* [AST][NFC] Pack OpaqueValueExprBruno Ricci2019-01-073-10/+12
* AMDGPU: Remove v16i8 from register classesMatt Arsenault2019-01-071-3/+3
* AMDGPU: Remove VS/SV mappings from selectMatt Arsenault2019-01-072-117/+69
* clang-format: [JS] support goog.requireType.Martin Probst2019-01-072-0/+3
* [clangd] Fix a regression issue caused by r348365.Haojian Wu2019-01-072-5/+18
* Regenerate test.Simon Pilgrim2019-01-071-13/+44
* Regenerate test.Simon Pilgrim2019-01-071-64/+390
* [clangd] Disable BackgroundIndexTest.PeriodicalIndexIlya Biryukov2019-01-071-1/+3
* ObjectFileBreakpad: Implement sectionsPavel Labath2019-01-078-2/+238
* 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
OpenPOWER on IntegriCloud