summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Fix logically dead codeKonrad Kleine2019-09-231-3/+0
* Added a test for agreement between paths used in ClangTidy's diagnostics and ...Dmitri Gribenko2019-09-231-0/+19
* [x86] fix assert with horizontal math + broadcast of vector (PR43402)Sanjay Patel2019-09-233-5/+26
* [libTooling] Add `access` and `ifBound` combinators to Stencil library.Yitzhak Mandelbaum2019-09-233-25/+210
* [ValueTracking] Remove unused matchSelectPattern optional argument. NFCI.Simon Pilgrim2019-09-231-5/+5
* [ValueTracking] Fix uninitialized variable warnings in matchSelectPattern con...Simon Pilgrim2019-09-231-5/+6
* llvm-undname: Add support for demangling typeinfo namesNico Weber2019-09-234-0/+27
* Revert "[clang-tidy] Fix relative path in header-filter."Dmitri Gribenko2019-09-235-87/+3
* [Diagnostics] Avoid -Wsizeof-array-div when dividing the size of a nested arr...David Bolvansky2019-09-232-14/+12
* Cosmetic; don't use the magic constant 35 when HASH is more readable. This ma...Mark Murray2019-09-233-16/+17
* Function::BuildLazyArguments() - fix "variable used but never read" analyzer ...Simon Pilgrim2019-09-231-1/+2
* 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
OpenPOWER on IntegriCloud