aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)Author
2019-01-17[X86] Add custom emission for the avx512 scatter builtins to convert from sca...Craig Topper
2019-01-17[Frontend] Make WrapperFrontendAction call WrappedAction.PrepareToExecuteAction.Volodymyr Sapsai
2019-01-16[analyzer] Another RetainCountChecker cleanupGeorge Karpenkov
2019-01-16[analyzer] [NFC] Yet another minor cleanup of RetainCountCheckerGeorge Karpenkov
2019-01-16Recommit r351160 "[X86] Make _xgetbv/_xsetbv on non-windows platforms"Craig Topper
2019-01-16[X86] Add versions of the avx512 gather intrinsics that take the mask as a vX...Craig Topper
2019-01-16Fix libc++ mac driver test to pass on WindowsReid Kleckner
2019-01-16PR40329: [adl] Fix determination of associated classes when searching aRichard Smith
2019-01-16[Fixed Point Arithmetic] Fixed Point SubtractionLeonard Chan
2019-01-16[Fixed Point Arithmetic] Add APFixedPoint to APValueLeonard Chan
2019-01-16[Fixed Point Arithmetic] Fixed Point AdditionLeonard Chan
2019-01-16Add a REQUIRES: darwin line for a mac test.Jeremy Morse
2019-01-16Added test cases for dumping variadic-like functions; NFC.Aaron Ballman
2019-01-16Added a test case for dumping blocks that capture 'this'; NFC.Aaron Ballman
2019-01-16[MSP430] Improve support of 'interrupt' attributeAnton Korobeynikov
2019-01-16[MSP430] Fix msp430-toolchain.c on Windows (added in r351228)Anton Korobeynikov
2019-01-16Set '-target' flag in the test checking the MacOS include dirIlya Biryukov
2019-01-16Bump the trunk version to 9.0.0svnHans Wennborg
2019-01-16[Support] Remove error return value from one overload of fs::make_absolutePavel Labath
2019-01-16Reapply [Tooling] Make clang-tool find libc++ dir on mac when running on a fi...Sam McCall
2019-01-16[NewPM][TSan] Reiterate the TSan portPhilip Pfaffe
2019-01-16UsersManual.rst: Update the clang-cl flags sectionHans Wennborg
2019-01-16[test] Disable Python binding tests w/ LLVM_ENABLE_PIC=OFFMichal Gorny
2019-01-16[SEH] Pass the frame pointer from SEH finally to finally functionsSanjin Sijaric
2019-01-16[X86] Correct the type string for __builtin_ia32_gathersiv16sf to make the in...Craig Topper
2019-01-16[WebAssembly] COWS has been renamed to WASI.Dan Gohman
2019-01-16[SemaCXX] Unconfuse Clang when std::align_val_t is unscoped in C++03Eric Fiselier
2019-01-16[EH] Rename llvm.x86.seh.recoverfp intrinsic to llvm.eh.recoverfpEli Friedman
2019-01-16Revert "[Tooling] Make clang-tool find libc++ dir on mac when running on a fi...Vlad Tsyrklevich
2019-01-15Re-order type param children of ObjC nodesStephen Kelly
2019-01-15NFC: Some cleanups that I missed in the previous commitStephen Kelly
2019-01-15Re-order overrides in FunctionDecl dumpStephen Kelly
2019-01-15NFC: Replace iterator loop with cxx_range_forStephen Kelly
2019-01-15[clang-cl] Alias /Zc:alignedNew[-] to -f[no-]aligned-allocationReid Kleckner
2019-01-15Enable IAS for OpenBSD SPARC.Brad Smith
2019-01-15CodeGen: Remove debug printf unintentionally added in r351228.Peter Collingbourne
2019-01-15Implement BlockDecl::Capture dump in terms of visitorsStephen Kelly
2019-01-15NFC: Implement OMPClause dump in terms of visitorsStephen Kelly
2019-01-15Implement CXXCtorInitializer dump in terms of VisitorStephen Kelly
2019-01-15[MSVC Compat] Fix typo correction for inclusion directives.Volodymyr Sapsai
2019-01-15[Nios2] Remove Nios2 backendCraig Topper
2019-01-15[Tooling] Fix broken compliation databse tests.Haojian Wu
2019-01-15[MSP430] Provide a toolchain descriptionAnton Korobeynikov
2019-01-15[Tooling] Make clang-tool find libc++ dir on mac when running on a file witho...Haojian Wu
2019-01-15[Solaris] Move enabling IAS for SPARC from the Solaris toolchain to Generic_GCC.Brad Smith
2019-01-15Fix cpu-dispatch MV regression caused by r347812Erich Keane
2019-01-15Revert "[X86] Make _xgetbv/_xsetbv on non-windows platforms"Benjamin Kramer
2019-01-15Revert "Correct the source range returned from preprocessor callbacks."Benjamin Kramer
2019-01-15Remove irrelevant references to legacy git repositories fromJames Y Knight
2019-01-15Reduce ASTMatchers stack footprint. Addresses http://llvm.org/PR38851Alexander Kornienko