summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Prevent thread starvation in tests on loaded systems.Sam McCall2018-11-274-3/+20
* [libclang] Fix clang_Cursor_getNumArguments and clang_Cursor_getArgument for ...Ivan Donchevskii2018-11-272-0/+13
* InstCombine: add comment explaining malloc deletion. NFC.Tim Northover2018-11-271-3/+10
* [clang-tidy] Avoid inconsistent notes in readability-container-size-emptyAlexander Kornienko2018-11-272-2/+15
* [clang-tidy] Minor fixes in a testAlexander Kornienko2018-11-271-8/+8
* [ELF] - Fix R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12 handling against ...George Rimar2018-11-274-4/+77
* [AArch64] Cortex-a53-843419 erratum should not apply to relaxed TLS.Peter Smith2018-11-272-4/+46
* [ASTImporter] Typedef import brings in the complete typeGabor Marton2018-11-272-2/+41
* [ELF] - Implement -z nodefaultlibGeorge Rimar2018-11-275-5/+13
* [CMake] Add a missing case of TO_CMAKE_PATHMartin Storsjo2018-11-271-0/+1
* [COFF] Generate a codeview build id signature for MinGW even when not creatin...Martin Storsjo2018-11-272-1/+42
* Add missing REQUIRES: assertsMax Kazantsev2018-11-271-0/+1
* [X86] Add test cases for vector shifts of v2i32/v2i16/v4i16/v2i8/v4i8/v8i8 wi...Craig Topper2018-11-276-0/+13656
* [X86] Use getUnpackl/getUnpackh instead of directly creating UNPCKL/UNPCKH no...Craig Topper2018-11-271-8/+8
* [LoopSimplifyCFG] Turn on term folding after underlying bug fixedMax Kazantsev2018-11-271-1/+1
* [LoopSimplifyCFG] Fix corner case with duplicating successorsMax Kazantsev2018-11-272-4/+25
* [gn build] Merge r347530 to gn.Nico Weber2018-11-271-0/+4
* Move a file I forgot to move in r347636.Nico Weber2018-11-271-0/+0
* Add support for the Dylan language to ClangASTContextBruce Mitchener2018-11-271-1/+3
* [gn build] Create abi-breaking.h, config.h, llvm-config.h, and add a build fi...Nico Weber2018-11-2718-17/+770
* [clangd] NFC: Prefer `isa<>` to `dyn_cast<>` to do the checking.Henry Wong2018-11-271-2/+2
* [docs] UBSan and ASan are supported on WindowsReid Kleckner2018-11-272-1/+11
* [X86] Prevent DAG combine from folding a bitcast from vXi1 to iX with a store...Craig Topper2018-11-274-2121/+136
* [X86] Add a bunch of test cases for storing a scalar bitcasted from a vXi1 type.Craig Topper2018-11-273-0/+2640
* Revert r347627 "[MS] Push fewer DeclContexts for delayed template parsing"Reid Kleckner2018-11-272-24/+2
* [analyzer][PlistMacroExpansion] Part 3.: Macro arguments are expandedKristof Umann2018-11-273-110/+4110
* Revert "[clang][slh] add attribute for speculative load hardening"Zola Bridges2018-11-279-109/+14
* [MS] Push fewer DeclContexts for delayed template parsingReid Kleckner2018-11-272-2/+24
* [stack-safety] Update commentVitaly Buka2018-11-271-1/+1
* [stack-safety] Fix and uncomment assertVitaly Buka2018-11-271-3/+2
* [stack-safety] Fix build on gcc 5.4Vitaly Buka2018-11-271-1/+1
* [COFF] Add exported functions to gfids table for /guard:cfReid Kleckner2018-11-272-12/+69
* Fix filtering of sanitizer_common unittest architectures on Darwin.Kuba Mracek2018-11-271-1/+1
* [WebAssembly] Remove `using` statements from header files. NFC.Sam Clegg2018-11-2710-45/+39
* [Common] Threads: use function_ref instead of std::functionFangrui Song2018-11-271-1/+1
* Revert "[CMake] Streamline code signing for debugserver and pass entitlements...Davide Italiano2018-11-276-122/+74
* [InstCombine] add tests for rotate/bswap equality; NFCSanjay Patel2018-11-271-0/+23
* [clang][slh] add attribute for speculative load hardeningZola Bridges2018-11-279-14/+109
* Fix debug build breakJF Bastien2018-11-261-2/+3
* [FileSystem] Ignore nanoseconds when comparing oso_mod_timeJonas Devlieghere2018-11-263-7/+19
* Notify the linker when a TU compiled with split-stack has a function without ...Sterling Augustine2018-11-263-4/+46
* Remove trailing empty lineVitaly Buka2018-11-261-1/+0
* [stack-safety] Analysis documentationVitaly Buka2018-11-263-0/+71
* [stack-safety] Inter-Procedural Analysis implementationVitaly Buka2018-11-268-11/+993
* [stack-safety] Empty local passes for Stack Safety Global AnalysisVitaly Buka2018-11-266-0/+95
* AArch64ISelLowering: Remove a return-of-assignment to allow NRVODavid Blaikie2018-11-261-1/+1
* Remove duplicate _LIBCPP_INLINE_VISIBILITY attributes.Eric Fiselier2018-11-261-60/+60
* Add new passes to X86 pipeline testsMircea Trofin2018-11-264-0/+10
* [X86] Add dependency from X86 to ProfileData after rL347596Fangrui Song2018-11-261-1/+1
* [ICP] Remove incompatible attributes at indirect-call promoted callsites.Xin Tong2018-11-262-2/+59
OpenPOWER on IntegriCloud