summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [llvm-nm] Small fix to Exected<StringRef>Sid Manning2019-08-301-1/+1
* [clangd] Added highlighting for structured bindings.Johan Vikstrom2019-08-302-0/+19
* [yaml2obj][obj2yaml] - Use a single "Other" field instead of "Other", "Visibi...George Rimar2019-08-3012-187/+181
* [DAGCombine] visitVSELECT - use getShiftAmountTy for shift amounts.Simon Pilgrim2019-08-301-3/+3
* [DAGCombine] visitMULHS - use getScalarValueSizeInBits() to make safe for vec...Simon Pilgrim2019-08-301-1/+1
* [mips] Merge common checkings under the same check prefix. NFCSimon Atanasyan2019-08-301-48/+34
* [RISCV] Fix a couple of tests' CHECKsLuis Marques2019-08-302-84/+659
* Remove an extra ";", NFC.Haojian Wu2019-08-301-1/+1
* [X86] Add tests for rotate matching. NFCAmaury Sechet2019-08-302-0/+70
* [CodeGen] Introduce MachineBasicBlock::replacePhiUsesWith helper and use it. NFCBjorn Pettersson2019-08-303-24/+20
* [dotest] Finish removing -qPavel Labath2019-08-301-1/+1
* [ASTImporter] Do not look up lambda classesGabor Marton2019-08-302-1/+112
* [DAGCombine] visitMULHS/visitMULHU - isBuildVectorAllZeros doesn't mean node ...Simon Pilgrim2019-08-301-8/+8
* Fix Wdocumentation warning. NFCI.Simon Pilgrim2019-08-301-2/+2
* [llvm-objcopy] Allow the visibility of symbols created by --binary andChris Jackson2019-08-3011-23/+111
* [ASTImporter] Propagate errors during import of overridden methods.Balazs Keri2019-08-302-5/+55
* [Attributor] Implement AANoAliasCallSiteArgument initializationHideto Ueno2019-08-302-7/+14
* [Clangd] ExtractFunction Added checks for broken control flowShaurya Gupta2019-08-302-17/+75
* [LoopIdiomRecognize] BCmp loop idiom recognitionRoman Lebedev2019-08-306-588/+1271
* [NFC] SCEVExpander: add SetCurrentDebugLocation() / getCurrentDebugLocation()...Roman Lebedev2019-08-301-2/+10
* [clangd] Collecting main file macro expansion locations in ParsedAST.Johan Vikstrom2019-08-303-1/+94
* [Tooling] Migrated APIs that take ownership of objects to unique_ptrDmitri Gribenko2019-08-3021-185/+154
* dotest: improvements to the pexpect testsPavel Labath2019-08-306-192/+56
* [LiveDebugValues] Insert entry values after bundlesDavid Stenberg2019-08-304-2/+154
* [clangd] Add .vscode-test to .gitignore.Haojian Wu2019-08-301-0/+1
* [CodeGen]: fix error message for "=r" asm constraintAlexander Potapenko2019-08-302-3/+18
* vim: add `immarg` keywordSven van Haastregt2019-08-301-0/+1
* gn build: Merge r370441Nico Weber2019-08-301-1/+0
* [ADT] Removed VariadicFunctionDmitri Gribenko2019-08-303-440/+0
* [lldb][NFC] Move Clang-specific flags to ClangUserExpressionRaphael Isemann2019-08-303-19/+18
* [ELF] Set `referenced` bit of Undefined created by BitcodeFileFangrui Song2019-08-303-1/+30
* [LLD] [COFF] Support merging resource object filesMartin Storsjo2019-08-3012-43/+477
* [WindowsResource] Remove use of global variables in WindowsResourceParserMartin Storsjo2019-08-302-70/+62
* [WindowsResource] Avoid duplicating the input filenames for each resource. NFC.Martin Storsjo2019-08-301-4/+5
* [COFF] Add a ResourceSectionRef method for getting resource contentsMartin Storsjo2019-08-306-1/+193
* [MIPS GlobalISel] Lower uitofpPetar Avramovic2019-08-303-1/+493
* [MIPS GlobalISel] Lower fptouiPetar Avramovic2019-08-305-0/+536
* [CodeGen] Fix lowering for returning the result of an extractvalueDan Gohman2019-08-302-1/+201
* [clangd] Add distinct highlightings for static fields and methodsNathan Ridge2019-08-304-14/+33
* [PowerPC][NFC] Use inline Subtarget->isPPC64()Jinsong Ji2019-08-301-7/+6
* [PowerPC][NFC] Use -mtriple in RUN line, remove target triple in tls.llJinsong Ji2019-08-301-4/+4
* [PPC32] Emit R_PPC_GOT_TPREL16 instead R_PPC_GOT_TPREL16_LOFangrui Song2019-08-302-4/+6
* [clang-scan-deps] NFC, refactor the DependencyScanningWorker to use a consumerAlex Lorenz2019-08-303-43/+117
* [X86] Explicitly list all the always trivially rematerializable instructions.Craig Topper2019-08-301-5/+40
* DebugInfo: add CodeView register mapping for ARM NTSaleem Abdulrasool2019-08-301-0/+121
* [Modules] Make ReadModuleMapFileBlock errors reliableBruno Cardoso Lopes2019-08-292-9/+11
* [CMake][Fuchsia] Enable experimental pass manager by defaultPetr Hosek2019-08-292-0/+2
* [clang-scan-deps] reuse the file manager across invocations ofAlex Lorenz2019-08-2911-8/+101
* Fix silent wrong-code bugs and crashes with designated initialization.Richard Smith2019-08-293-176/+388
* Refactor InitListChecker to check only a single (explicit) initializerRichard Smith2019-08-292-48/+15
OpenPOWER on IntegriCloud