summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove unused ClangASTContext::GetBasicType(ConstString)Raphael Isemann2019-11-292-7/+0
* [lldb][NFC] Remove ClangASTContext::GetBuiltinTypeForEncodingAndBitSize overloadRaphael Isemann2019-11-294-59/+41
* [lldb][NFC] Explicitly ask for a ClangASTContext in ClangASTSourceRaphael Isemann2019-11-295-31/+25
* [InstCombine] Run the cast.ll test a twice, now also testing little endian. NFCBjorn Pettersson2019-11-291-492/+501
* [lldb][NFC] Early exit in ClangASTContext::CreateInstanceRaphael Isemann2019-11-291-41/+41
* [lldb] Fix windows build for 38870afPavel Labath2019-11-291-1/+1
* [lldb][NFC] Simplify regex_chars in CommandCompletionsRaphael Isemann2019-11-291-4/+1
* [lldb][NFC] Remove dead logging code from DWARFASTParserClang::CompleteRecord...Raphael Isemann2019-11-291-70/+1
* [clangd] Fix 407ac2e, which was broken and committed too soonSam McCall2019-11-291-3/+3
* [lldb] Remove FileSpec->CompileUnit inheritancePavel Labath2019-11-2922-76/+82
* [ARM] Fix instruction selection for ARMISD::CMOV with f16 typeVictor Campos2019-11-293-1/+269
* [Syntax] Build SimpleDeclaration node that groups multiple declaratorsIlya Biryukov2019-11-294-78/+270
* [lldb][NFC] Fix header guard comment in ThreadSafeDenseMap.hRaphael Isemann2019-11-291-1/+1
* [AST] Remove unused and undefined `TypeLoc::IgnoreMacroDefinitions` function....Ilya Biryukov2019-11-291-3/+0
* [clangd] Log cc1 args at verbose level.Sam McCall2019-11-295-7/+19
* [clangd] Correct the file path in Edit::replacements when generating the rena...Haojian Wu2019-11-293-8/+13
* [Syntax] Add a comment explaining the pointer keys in std::map<Token*, ...>. NFCIlya Biryukov2019-11-291-0/+2
* [Syntax] Remove unused parameter from `TreeBuilder::markChildToken`. NFCIlya Biryukov2019-11-291-20/+15
* [llvm-readelf][test] - Update comment in elf-verdef-invalid.test. NFC.Georgii Rymar2019-11-291-1/+1
* [llvm-readelf/llvm-readobj] - Check version of SHT_GNU_verdef section entries...Georgii Rymar2019-11-292-7/+41
* [libcxx] Add -Wno-deprecated-copy to the test configDavid Zarzycki2019-11-291-0/+1
* [yaml2obj] - Add a way to describe content of the SHT_GNU_verneed section wit...Georgii Rymar2019-11-295-14/+109
* [Attributor] Deduce dereferenceable based on accessed bytes mapHideto Ueno2019-11-293-2/+110
* [Attributor] Remove dereferenceable_or_null when nonull is presentHideto Ueno2019-11-292-2/+17
* [PassInstrumentation] Remove excess newline for the new pass managerFangrui Song2019-11-284-25/+16
* gn build: Add a toggle for building against the commandline tools SDK on macOSNico Weber2019-11-281-3/+14
* [LegalizeTypes] Add strict FP support to SoftenFloatRes_FP_ROUND. Fix mistake...Craig Topper2019-11-281-6/+13
* [LegalizeTypes] In SoftenFloatRes_FNEG, always generate integer arithmetic, n...Craig Topper2019-11-281-19/+4
* [LegalizeTypes] Use SoftenFloatRes_Unary in SoftenFloatRes_FCBRT to reduce code.Craig Topper2019-11-281-8/+2
* [DAGCombiner] Peek through vector concats when trying to combine shuffles.Amaury Séchet2019-11-282-44/+61
* [OpenMP] build offload plugins before testing themBryan Chan2019-11-283-1/+8
* [LegacyPassManager] Simplify FunctionPass::assignPassManagerFangrui Song2019-11-281-13/+9
* [Clang] Bypass distro detection on non-Linux hostsAlexandre Ganea2019-11-286-19/+95
* [LegacyPassManager] Simplify PMStack popFangrui Song2019-11-281-18/+6
* [ORC][JITLink] Add support for weak references, and improve handling of staticLang Hames2019-11-2822-560/+1007
* [mips] Check that features required by built-ins are enabledSimon Atanasyan2019-11-297-4/+83
* [IVDescriptors] Skip FOR where we have multiple sink points for now.Florian Hahn2019-11-282-0/+37
* [lldb] NFC: refactor CompileUnit::ResolveSymbolContextKonrad Kleine2019-11-284-91/+71
* [LLDB] On Windows, force error message formatting to EnglishAlexandre Ganea2019-11-281-1/+10
* [LLDB] Fix wrong argument in CommandObjectThreadStepWithTypeAndScopeAlexandre Ganea2019-11-281-1/+1
* AMDGPU: Reuse carry out register during FI eliminationAustin Kerbow2019-11-283-6/+97
* [AArch64][v8.3a] Don't emit LDRA '[xN]!' alias in disassembly.Simon Tatham2019-11-283-5/+5
* [OpenMP][test] Fix test on MIPS-based buildbotsMiloš Stojanović2019-11-281-1/+1
* [lldb][NFC] Remove CompilerDeclContext::IsClangRaphael Isemann2019-11-284-13/+9
* [lldb][NFC] Remove unused variable in ClangASTSource::CompleteTypeRaphael Isemann2019-11-281-1/+0
* [lldb][NFC] Simplify CompilerDecl and CompilerDeclContext initializationRaphael Isemann2019-11-282-10/+6
* [lldb][NFC] Remove unused CompilerDecl::IsClangRaphael Isemann2019-11-282-6/+0
* [lldb] refactor FileSpec::EqualPavel Labath2019-11-281-13/+3
* [lldb] Add FileSpec::Equal unit testsPavel Labath2019-11-281-0/+20
* [lldb] Simplify and improve FileSpecTestPavel Labath2019-11-281-24/+24
OpenPOWER on IntegriCloud