summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [X86] Remove AVX512VBMI2 concat and shift intrinsics. Replace with target ind...Craig Topper2019-01-079-878/+1841
* [ARM] ComputeKnownBits to handle extract vectorsDiogo N. Sampaio2019-01-072-23/+128
* [MemorySSA] Extend the clobber walker with the option to skip the starting ac...Alina Sbirlea2019-01-071-8/+19
* Mark more tests as flakyEric Fiselier2019-01-075-0/+10
* Revert "[DemandedBits] Use SetVector for Worklist"Nikita Popov2019-01-071-6/+7
* [X86] Add OR(AND(X,C),AND(Y,~C)) bit select testsSimon Pilgrim2019-01-071-0/+592
* [DemandedBits] Use SetVector for WorklistNikita Popov2019-01-071-7/+6
* Use the minidump exception record if presentLeonard Mosescu2019-01-078-16/+82
* [elfabi] Add option to manually specify file read formatArmando Montanez2019-01-073-10/+62
* [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
OpenPOWER on IntegriCloud