aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-02Fix inline assembler constraint validationHEADmastermainllvm-r353983Joerg Sonnenberger
2019-04-02Inline asm constraints: allow ICE-like pointers for the "n" constraint (PR40890)Hans Wennborg
2019-04-02[8.0 Regression] Fix handling of `__builtin_constant_p` inside template argum...Eric Fiselier
2019-03-07Make HasFloat16 true for all architecturesYi Kong
2019-03-07Revert "Revert removal of F16 literal support for non ARM/SPIR Targets"Yi Kong
2019-03-05Revert removal of F16 literal support for non ARM/SPIR TargetsYi Kong
2019-03-01Revert "Re-land "[LTO] Enable module summary eission by default for regular L...Pirama Arumuga Nainar
2019-03-01[Driver] Fix float ABI default for Android ARMv8.Dan Albert
2019-02-27Merge 171531e317 for LLVM update to 353983Yi Kong
2019-02-27 revert to previous base llvm-svn.349610Yi Kong
2019-02-22[Driver] Fix float ABI default for Android ARMv8.Dan Albert
2019-02-13[WebAssembly] Bulk memory intrinsics and builtinsThomas Lively
2019-02-13[Sema] Delay checking whether objc_designated_initializer is being applied to...Erik Pilkington
2019-02-13[PowerPC] Stop defining _ARCH_PWR6X on POWER7 and upHubert Tong
2019-02-13[clang] Make sure C99/C11 features in <float.h> are provided in C++11Louis Dionne
2019-02-13Re-enable the test disabled in r353836 and hopefully make it pass in gcc buildsNico Weber
2019-02-13[Headers][mips] Add `__attribute__((__mode__(__unwind_word__)))` to the _Unwi...Simon Atanasyan
2019-02-13[Driver] Pass +reserve-x25 to backend if -ffixed-x25 is specifiedPetr Hosek
2019-02-13[AArch64] Support reserving arbitrary general purpose registersPetr Hosek
2019-02-13[HIP] Handle compile -m options and propagate into LLCAaron Enye Shi
2019-02-13[test] Tweak driver test from r353917 and r353922 to pass with a nondefault C...Martin Storsjo
2019-02-13[Analyzer] Crash fix for FindLastStoreBRVisitorAdam Balogh
2019-02-13Look through typedefs in getFunctionTypeWithExceptionSpecStephan Bergmann
2019-02-13[test] Fix the test from SVN r353917 when running without lld availableMartin Storsjo
2019-02-13[MinGW] Add the profiling library when necessaryMartin Storsjo
2019-02-12Revert r353880 "[HIP] Handle compile -m options and propagate into LLC"Reid Kleckner
2019-02-12docs: Update the ShadowCallStack documentation.Peter Collingbourne
2019-02-12[X86] Follow up to r353878, add MSVC compatibility command lines to other int...Craig Topper
2019-02-12[HIP] Fix hip-toolchain-rdc testsAaron Enye Shi
2019-02-12Make ModuleDependencyCollector's method virtual (NFC)Jonas Devlieghere
2019-02-12[HIP] Handle compile -m options and propagate into LLCAaron Enye Shi
2019-02-12[X86] Use __m128_u for _mm_loadu_ps after r353555Reid Kleckner
2019-02-12Disable PIC/PIE for MSP430 targetAnton Korobeynikov
2019-02-12[NFC] typoJF Bastien
2019-02-12[AMDGPU] Require at least protected visibility for certain symbolsScott Linder
2019-02-12[CMake][Fuchsia] Pass -ldl -lpthread LDFLAGS to second stagePetr Hosek
2019-02-12[Sema] Fix a crash in access checking for deduction guidesIlya Biryukov
2019-02-12Renaming yet another diagnostic to not conflict; NFC.Aaron Ballman
2019-02-12Renaming this diagnostic to not conflict with another; NFC.Aaron Ballman
2019-02-12Fixing a typo; NFC.Aaron Ballman
2019-02-12Disable test after r353718, r353725, r353729 while I investigateNico Weber
2019-02-12[X86] Use the new unaligned vector typedefs for the loadu/storeu intrinsics p...Craig Topper
2019-02-12Fix VS2015 build problem introduced by r353370.Douglas Yung
2019-02-11Add a new attribute, fortify_stdlibErik Pilkington
2019-02-11[Sema] Mark GNU compound literal array init as an rvalue.Eli Friedman
2019-02-11[WebAssembly] Make thread-related options consistentHeejin Ahn
2019-02-11Fix a few tests that were missing ':' on CHECK lines and weren't testing anyt...Nico Weber
2019-02-11[CodeGen] Set construction vtable visibility after creating initializerPetr Hosek
2019-02-11[COFF, ARM64] Remove definitions for _byteswap library functionsTom Tan
2019-02-11Attempt to pacify bots more after r353718 and r353725Nico Weber