summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [pstl] Avoid shadowing explicit lambda capture with lambda parameterLouis Dionne2019-01-071-24/+24
* Fine-tune and document the barrier in TestQueues.Adrian Prantl2019-01-071-10/+16
* [clangd] Fix Windows build after r350531Ilya Biryukov2019-01-071-1/+1
* [llvm-objcopy] Handle -O <format> flag.Jordan Rupprecht2019-01-077-3/+290
* [clangd] Include <cstdio> instead of <stdio.h>. NFCIlya Biryukov2019-01-072-2/+2
* [NFC] Fix formatting of README.md for better renderingLouis Dionne2019-01-071-26/+20
* [CMake] Fix standalone builds: make dependency to LLVM's `count` conditionalStefan Granitz2019-01-071-1/+1
* Simplify testcase by using lldbutil.run_to_source_breakpoint()Adrian Prantl2019-01-071-15/+2
* [lit] Respect PYTHONPATHDavid Greene2019-01-072-2/+18
* Add the feature test macros that were defined in p1353r0 to the headers of th...Marshall Clow2019-01-073-1/+35
* [llvm-demangle-fuzzer] Also fuzz microsoftDemangle().Matt Morehouse2019-01-076-2/+52
* [x86] add more tests for LowerToHorizontalOp(); NFCSanjay Patel2019-01-071-0/+236
* AMDGPU: test for uniformity of branch instruction, not its conditionRhys Perry2019-01-073-9/+100
* [clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov2019-01-0780-1745/+1822
* [OPENMP][NVPTX]Reduce number of barriers in reductions.Alexey Bataev2019-01-073-12/+0
* [Sema] Fix unused variable warning in Release buildsBenjamin Kramer2019-01-071-2/+1
* [analyzer] Pass the correct loc Expr from VisitIncDecOp to evalStoreRafael Stahl2019-01-072-18/+41
* [AST] Store some data of CXXNewExpr as trailing objectsBruno Ricci2019-01-078-156/+288
* [clang-tidy] Use the public hasInit matcher, rather than defining our own, NFCHyrum Wright2019-01-071-21/+7
* [AST][NFC] Pack DependentScopeDeclRefExpr and CXXUnresolvedConstructExprBruno Ricci2019-01-075-110/+123
* [OPENMP][NVPTX]Fix dynamic scheduling.Alexey Bataev2019-01-072-22/+47
* [clang] Add AST matcher for initializer list membersHyrum Wright2019-01-074-1/+36
* [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
OpenPOWER on IntegriCloud