summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix implementation of [temp.local]p4.Richard Smith2019-02-159-89/+184
* PR40642: Fix determination of whether the final statement of a statementRichard Smith2019-02-1521-218/+387
* Fixed failure on Darwin due to r354064Ana Pazos2019-02-151-1/+0
* [Driver][Darwin] Emit an error when using -pg on OS without support for it.Volodymyr Sapsai2019-02-143-14/+29
* [clang][FileManager] fillRealPathName even if we aren't opening the fileJan Korous2019-02-142-0/+17
* [Sema] Fix-up a -Wfloat-conversion diagnosticErik Pilkington2019-02-143-16/+23
* Further relax restriction in tests to include where "-E" and "-S" must appear.Douglas Yung2019-02-141-30/+30
* [CodeGenObjC] Emit [[X alloc] init] as objc_alloc_init(X) when availableErik Pilkington2019-02-145-0/+93
* [X86] Add clang support for X86 flag output parameters.Nirav Dave2019-02-144-3/+431
* [Sema] Fix a regression introduced in "[AST][Sema] Remove CallExpr::setNumArgs"Bruno Ricci2019-02-143-4/+42
* [ASTImporter] Check visibility/linkage of functions and variablesGabor Marton2019-02-143-72/+370
* [Builtins] Treat `bcmp` as a builtin.Clement Courbet2019-02-148-18/+86
* Print a note to the called macro when diagnosing err_embedded_directiveNico Weber2019-02-146-2/+12
* [NewPM] Add explicit triple to testFrancis Visoiu Mistrih2019-02-141-0/+2
* [CUDA][HIP] Use device side kernel and variable names when registering themYaxun Liu2019-02-146-50/+114
* Relax restriction in tests to where "-emit-llvm-bc" and "-emit-obj" must appear.Douglas Yung2019-02-143-28/+40
* Fix for asan botsLeonard Chan2019-02-141-9/+12
* [HWASAN] Updated HWASAN design document to better portray the chance of missi...Mitch Phillips2019-02-131-1/+2
* [NewPM] Second attempt at porting ASanLeonard Chan2019-02-132-3/+71
* Restore Check for Unreachable Exit Block in -Winfinite-recursionRobert Widmann2019-02-132-2/+15
* [WebAssembly] Bulk memory intrinsics and builtinsThomas Lively2019-02-133-3/+43
* [Sema] Delay checking whether objc_designated_initializer is being applied to...Erik Pilkington2019-02-135-11/+43
* [PowerPC] Stop defining _ARCH_PWR6X on POWER7 and upHubert Tong2019-02-132-17/+16
* [clang] Make sure C99/C11 features in <float.h> are provided in C++11Louis Dionne2019-02-132-9/+12
* Re-enable the test disabled in r353836 and hopefully make it pass in gcc buildsNico Weber2019-02-132-20/+17
* [Headers][mips] Add `__attribute__((__mode__(__unwind_word__)))` to the _Unwi...Simon Atanasyan2019-02-134-3/+28
* [Driver] Pass +reserve-x25 to backend if -ffixed-x25 is specifiedPetr Hosek2019-02-131-0/+3
* [AArch64] Support reserving arbitrary general purpose registersPetr Hosek2019-02-133-1/+133
* [HIP] Handle compile -m options and propagate into LLCAaron Enye Shi2019-02-132-2/+68
* [test] Tweak driver test from r353917 and r353922 to pass with a nondefault C...Martin Storsjo2019-02-131-2/+2
* [Analyzer] Crash fix for FindLastStoreBRVisitorAdam Balogh2019-02-133-5/+48
* Look through typedefs in getFunctionTypeWithExceptionSpecStephan Bergmann2019-02-132-1/+15
* [test] Fix the test from SVN r353917 when running without lld availableMartin Storsjo2019-02-131-2/+2
* [MinGW] Add the profiling library when necessaryMartin Storsjo2019-02-132-0/+10
* Revert r353880 "[HIP] Handle compile -m options and propagate into LLC"Reid Kleckner2019-02-122-68/+2
* docs: Update the ShadowCallStack documentation.Peter Collingbourne2019-02-121-96/+116
* [X86] Follow up to r353878, add MSVC compatibility command lines to other int...Craig Topper2019-02-123-112/+115
* [HIP] Fix hip-toolchain-rdc testsAaron Enye Shi2019-02-122-6/+0
* Make ModuleDependencyCollector's method virtual (NFC)Jonas Devlieghere2019-02-121-5/+5
* [HIP] Handle compile -m options and propagate into LLCAaron Enye Shi2019-02-122-2/+68
* [X86] Use __m128_u for _mm_loadu_ps after r353555Reid Kleckner2019-02-122-1/+2
* Disable PIC/PIE for MSP430 targetAnton Korobeynikov2019-02-122-0/+34
* [NFC] typoJF Bastien2019-02-121-1/+1
* [AMDGPU] Require at least protected visibility for certain symbolsScott Linder2019-02-123-0/+95
* [CMake][Fuchsia] Pass -ldl -lpthread LDFLAGS to second stagePetr Hosek2019-02-121-0/+6
* [Sema] Fix a crash in access checking for deduction guidesIlya Biryukov2019-02-122-1/+16
* Renaming yet another diagnostic to not conflict; NFC.Aaron Ballman2019-02-122-2/+3
* Renaming this diagnostic to not conflict with another; NFC.Aaron Ballman2019-02-122-2/+2
* Fixing a typo; NFC.Aaron Ballman2019-02-122-4/+4
* Disable test after r353718, r353725, r353729 while I investigateNico Weber2019-02-121-13/+17