summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix __is_fundamental to accept nullptr_tZoe Carver2019-09-232-0/+2
* [OPENMP]Fix PR43355: DO not emit target calls if only -fopenmp-targetsAlexey Bataev2019-09-232-0/+14
* [AMDGPU][MC] Corrected handling of relocatable expressionsDmitry Preobrazhensky2019-09-233-12/+62
* Fix __is_signed builtinZoe Carver2019-09-233-26/+27
* [libc++] Mark iostreams test as XFAIL on older macOSesLouis Dionne2019-09-231-0/+12
* HexagonLoopIdiomRecognition - silence static analyzer dyn_cast<> null derefer...Simon Pilgrim2019-09-231-3/+3
* [TextAPI] Add New Supported PlatformsCyndy Ishida2019-09-236-5/+134
* [clangd] Simplify the callside of URI::resolve, NFC.Haojian Wu2019-09-237-38/+27
* [Hexagon] Bitcast v4i16 to v8i8, unify no-op casts between scalar and HVXKrzysztof Parzyszek2019-09-233-27/+39
* [docs] Fix some typos in InternalsManualSven van Haastregt2019-09-231-3/+3
* [Alignment][NFC] Migrate Instructions to AlignGuillaume Chatelet2019-09-232-15/+50
* [Diagnostics] Warn if '<<' in bool context with -Wint-in-bool-context (GCC co...David Bolvansky2019-09-235-2/+47
* Fix test atomic-expr.cpp after R372422Erich Keane2019-09-231-1/+1
* [llvm] [cmake] Add possibility to use ChooseMSVCCRT.cmake when include LLVM l...Simon Pilgrim2019-09-231-0/+5
* [OPENMP]Call __kmpc_push_tripcount in task context.Alexey Bataev2019-09-239-86/+80
* [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
OpenPOWER on IntegriCloud