summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gn build: Merge r372595GN Sync Bot2019-09-232-0/+2
* [Alignment][NFC] DataLayout migration to llvm::AlignGuillaume Chatelet2019-09-237-20/+19
* [libTooling] Introduce new library of source-code builders.Yitzhak Mandelbaum2019-09-235-0/+478
* Removed dead code from Stencil.hDmitri Gribenko2019-09-231-10/+0
* Removed an incorred namespace-end commentDmitri Gribenko2019-09-231-1/+1
* [LLDB] Check for _WIN32 instead of _MSC_VER for code specific to windows in g...Martin Storsjo2019-09-235-9/+9
* [LLDB] Remove a now redundant windows specific workaroundMartin Storsjo2019-09-231-5/+0
* [LLDB] Add a void* cast when passing object pointers to printf %pMartin Storsjo2019-09-231-14/+10
* [LLDB] Avoid a warning about an unused static variableMartin Storsjo2019-09-231-1/+1
* [LLDB] Remove a stray semicolon. NFC.Martin Storsjo2019-09-231-1/+1
* [LLDB] Add a missing specification of linking against dbghelpMartin Storsjo2019-09-231-0/+8
* [LLDB] Use the Windows SOCKET type on all windows targets, not only MSVCMartin Storsjo2019-09-231-1/+1
* [Alignment] Get DataLayout::StackAlignment as AlignGuillaume Chatelet2019-09-234-6/+13
* Localizer - fix "variable used but never read" analyzer warning. NFCI.Simon Pilgrim2019-09-231-1/+2
* TargetInstrInfo::getStackSlotRange - fix "variable used but never read" analy...Simon Pilgrim2019-09-231-1/+1
* gn build: Merge r372564GN Sync Bot2019-09-231-0/+1
* Revert "Reland "[utils] Implement the llvm-locstats tool""Djordje Todorovic2019-09-237-319/+0
* [llvm-readobj] - Stop treating ".stack_sizes.*" sections as stack sizes secti...George Rimar2019-09-232-6/+6
* CriticalAntiDepBreaker - Assert that we've found the bottom of the critical p...Simon Pilgrim2019-09-231-0/+1
* [llvm-readobj] - Implement LLVM-style dumping for .stack_sizes sections.George Rimar2019-09-235-74/+204
* [NFC] Fixed clang wasm test after rL372573David Bolvansky2019-09-231-2/+2
* [lldb][NFC] Remove unused variable in Options::HandleOptionArgumentCompletionRaphael Isemann2019-09-231-1/+0
* [FunctionAttrs] Enable nonnull arg propagationDavid Bolvansky2019-09-231-4/+1
* [lldb][NFC] Remove dead code in Options::HandleOptionArgumentCompletionRaphael Isemann2019-09-231-9/+2
* [LLD][ELF] - Simplify getFlagsFromEmulation(). NFCI.George Rimar2019-09-231-12/+2
* [lldb][NFC] Fix documentation of CompletionRequest::AddCompletionRaphael Isemann2019-09-231-1/+2
* [lldb][NFC] Make cursor char position unsigned in CompletionRequestRaphael Isemann2019-09-232-6/+6
* [ARM][MVE] Remove old tail predicatesSam Parker2019-09-236-12/+672
* [lldb] Make cursor index in CompletionRequest unsignedRaphael Isemann2019-09-236-35/+46
* [AArch64] support neon_sshl and neon_ushl in performIntrinsicCombine.Florian Hahn2019-09-232-6/+209
* [ASTImporter][NFC] Add comprehensive tests for ODR violation handling strategiesGabor Marton2019-09-233-184/+671
* [Alignment] fix buildGuillaume Chatelet2019-09-231-5/+6
* [lldb][NFC] Remove argument prefix checking boilerplate when adding completionsRaphael Isemann2019-09-238-30/+64
* [ARM][LowOverheadLoops] Use subs during revert.Sam Parker2019-09-235-27/+47
* [Alignment][NFC] Switch DataLayout private members to llvm::AlignGuillaume Chatelet2019-09-232-23/+22
* [ARM][LowOverheadLoops] Use tBcc when revertingSam Parker2019-09-235-13/+16
* [lldb] Reduce some dangerous boilerplate with CompletionRequest::ShiftArgumentsRaphael Isemann2019-09-235-6/+45
* [MIPS GlobalISel] VarArg argument lowering, select G_VASTART and vacopyPetar Avramovic2019-09-2310-6/+588
* Reland "[utils] Implement the llvm-locstats tool"Djordje Todorovic2019-09-237-0/+319
* [lldb] Fix that importing decls in a TagDecl end up in wrong declaration cont...Raphael Isemann2019-09-232-3/+30
* [lldb] Fix LLDB build after r372538Raphael Isemann2019-09-231-1/+2
* Revert "Extension: Mark the default constructor of chrono::duration as condit...Marshall Clow2019-09-232-48/+1
* [X86] Canonicalize all zeroes vector to RHS in X86DAGToDAGISel::tryVPTESTM.Craig Topper2019-09-232-24/+19
* [X86] Remove SETEQ/SETNE canonicalization code from LowerIntVSETCC_AVX512 to ...Craig Topper2019-09-233-9/+29
* [X86] Add 32-bit command line to avx512f-vec-test-testn.llCraig Topper2019-09-231-39/+76
* For P0784R7: add further testing of requirements on constexprRichard Smith2019-09-231-0/+68
* Prefer AVX512 memcpy when applicableDavid Zarzycki2019-09-234-90/+259
* Extension: Mark the default constructor of chrono::duration as conditionally ...Marshall Clow2019-09-232-1/+48
* For P0784R7: add support for constexpr destructors, and call them asRichard Smith2019-09-2317-159/+741
* [X86] Convert to Constant arguments to MMX shift by i32 intrinsics to TargetC...Craig Topper2019-09-232-5/+8
OpenPOWER on IntegriCloud