summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Attributor][FIX] Remove assertion wrong for on invalid IRPositionsJohannes Doerfert2019-10-071-2/+0
* [libc++] Remove C++03 variadics in shared_ptr (v2)Zoe Carver2019-10-071-70/+0
* [CMake] We only want to copy the headers for macOS.Davide Italiano2019-10-071-0/+2
* [llvm-c] Add UnaryOperator to LLVM_FOR_EACH_VALUE_SUBCLASS macroCameron McInally2019-10-071-0/+1
* Mark constructor as default and remove implementation (NFC)Adrian Prantl2019-10-072-3/+1
* [WebAssembly] Add memory intrinsics handling to mayThrow()Heejin Ahn2019-10-072-1/+61
* [llvm-lipo] Relax the check of the specified input file architectureAlexander Shaposhnikov2019-10-071-6/+12
* [Attributor] Deduce memory behavior of functions and argumentsJohannes Doerfert2019-10-0717-163/+710
* [InstCombine] Fold conditional sign-extend of high-bit-extract into high-bit-...Roman Lebedev2019-10-072-19/+129
* [InstCombine][NFC] Tests for "conditional sign-extend of high-bit-extract" pa...Roman Lebedev2019-10-071-0/+1040
* [InstCombine] Move isSignBitCheck(), handle rest of the predicatesRoman Lebedev2019-10-072-28/+39
* [InstCombine][NFC] dropRedundantMaskingOfLeftShiftInput(): change how we deal...Roman Lebedev2019-10-071-70/+62
* [InstCombine] dropRedundantMaskingOfLeftShiftInput(): propagate undef shift a...Roman Lebedev2019-10-076-5/+38
* [Bitcode] Update naming of UNOP_NEG to UNOP_FNEGCameron McInally2019-10-073-3/+3
* [debugserver] Include the correct header.Davide Italiano2019-10-071-1/+1
* [AccelTable] Remove stale comment (NFC)Jonas Devlieghere2019-10-071-2/+0
* [test] Rename `Modules` to `ObjectFile` (NFC)Jonas Devlieghere2019-10-0762-0/+0
* [MachO] Shuffle some things around in ParseSymtab (NFC)Jonas Devlieghere2019-10-071-5/+4
* [gdb-remote] process properly effective uidWalter Erquinigo2019-10-072-3/+7
* [OPENMP]Fix caonical->canonical, NFC.Alexey Bataev2019-10-072-4/+4
* Attempt to fix a few clang-tidy tests on Windows, see PR43593.Nico Weber2019-10-074-4/+4
* Fix for expanding __pragmas in macro argumentsAmy Huang2019-10-072-33/+58
* [libc++abi] Introduce a LIBCXXABI_LIBRARY_VERSION optionLouis Dionne2019-10-072-1/+6
* gn build: try to make system-libs.windows.test passNico Weber2019-10-071-1/+1
* AMDGPU/GlobalISel: Handle more G_INSERT casesMatt Arsenault2019-10-074-77/+185
* GlobalISel: Partially implement lower for G_INSERTMatt Arsenault2019-10-074-13/+193
* AMDGPU/GlobalISel: Fix selection of 16-bit shiftsMatt Arsenault2019-10-074-297/+816
* AMDGPU/GlobalISel: Select VALU G_AMDGPU_FFBH_U32Matt Arsenault2019-10-072-8/+8
* AMDGPU/GlobalISel: Use S_MOV_B64 for inline constantsMatt Arsenault2019-10-073-31/+39
* AMDGPU/GlobalISel: Widen 16-bit G_MERGE_VALUEs sourcesMatt Arsenault2019-10-078-5469/+11866
* [libc++abi] Do not define -Dcxxabi_shared_EXPORTS when building libc++abiLouis Dionne2019-10-071-1/+3
* [OPENMP50]Treat range-based for as canonical loop.Alexey Bataev2019-10-0727-42/+291
* AMDGPU/GlobalISel: Select more G_INSERT casesMatt Arsenault2019-10-072-42/+503
* GlobalISel: Add target pre-isel instructionsMatt Arsenault2019-10-0715-6/+140
* [clang] [cmake] Support LLVM_DISTRIBUTION_COMPONENTS in stand-alone buildMichal Gorny2019-10-071-0/+5
* Second attempt to add iterator_range::empty()Jordan Rose2019-10-0719-32/+33
* [libc++abi] Remove redundant link flags on Apple platformsLouis Dionne2019-10-071-18/+1
* Try to get clangd tests passing on Windows.Nico Weber2019-10-072-10/+10
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-075-4/+68
* [scudo][standalone] Correct releaseToOS behaviorKostya Kortchinsky2019-10-073-27/+67
* Fix Calling Convention through aliasesErich Keane2019-10-074-2/+41
* [libTooling][NFC] Fix build break in r373916.Yitzhak Mandelbaum2019-10-071-14/+22
* [DWARFASTParserClang] Factor out structure-like type parsing, NFCVedant Kumar2019-10-074-432/+473
* [DWARFASTParserClang] Delete commented-out typedef, NFCVedant Kumar2019-10-071-18/+19
* ProcessInstanceInfoMatch: Don't match processes with no name if a name match ...Pavel Labath2019-10-072-1/+18
* [clangd] Fix raciness in code completion testsKadir Cetinkaya2019-10-071-11/+19
* [Remarks] Pass StringBlockValue as StringRef.Florian Hahn2019-10-071-1/+1
* [clang-format] [PR27004] omits leading space for noexcept when formatting ope...Paul Hoad2019-10-072-0/+34
* [clang-format] [NFC] Ensure clang-format is itself clang-formatted.Paul Hoad2019-10-071-34/+37
* Fix build errors caused by rL373914.Wei Mi2019-10-072-5/+6
OpenPOWER on IntegriCloud