aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2022-02-08Revert "[Clang] Propagate guaranteed alignment for malloc and others"llvmorg-14.0.0-rc1James Y Knight3-55/+22
2022-02-08[clang][ARM] Re-word PACBTI warning.Amilendra Kodithuwakku3-4/+4
2022-02-08[clang][Sparc] Fix __builtin_extract_return_addr etc.Rainer Orth2-3/+56
2022-02-08[PowerPC] Fix SSE translation on FreeBSDPiotr Kubaj1-1/+1
2022-02-08[Hexagon] Alter meaning of versionless -mhvxKrzysztof Parzyszek2-42/+42
2022-02-08[OpenMP] Add Cuda path to linker wrapper toolJoseph Huber2-15/+43
2022-02-08[clang-format] Fix DefSeparator empty line issuesksyx2-17/+54
2022-02-08Add Cortex-X1C to Clang LLVM 14 release notesTies Stuij1-5/+4
2022-02-08[lld][clang][cmake] Clean up a few thingsJohn Ericson1-12/+14
2022-02-07[clang-format] regression from clang-format v13mydeveloperday2-1/+3
2022-02-07[Driver][OpenBSD] -r: imply -nostdlib like GCCBrad Smith2-5/+9
2022-02-07[HIPSPV] Fix literals are mapped to Generic address spaceYaxun (Sam) Liu2-0/+16
2022-02-07In change https://reviews.llvm.org/D115456 on-demand TLS initialization for M...Maurice Heumann1-0/+2
2022-02-04[Driver] Default to -fno-math-errno for muslAlex Xu (Hello71)2-1/+3
2022-02-01[docs] Remove hard-coded version numbers from sphinx configsTom Stellard2-19/+16
2022-02-02Cleanup header dependencies in LLVMCoreserge-sans-paille1-0/+1
2022-02-01Revert "[ASan] Not linking asan_static library for DSO."Kirill Stoimenov2-5/+5
2022-02-01[Driver][test] Fix fatal-warnings.c CHECK lines and fold the test into as-war...Fangrui Song1-2/+5
2022-02-01Add ClangLinkerWrapper to the TOC to appease the Sphinx build botAaron Ballman1-0/+1
2022-02-01[clang] Don't typo-fix an expression in a SFINAE context.Arthur O'Dwyer3-24/+94
2022-02-01[clang] Correctly(?) handle placeholder types in ExprRequirements.Arthur O'Dwyer6-38/+86
2022-02-01[OpenMP] Add kernel string attribute to kernel functionJoseph Huber18-895/+900
2022-02-01[NFC][AIX]Disable failed tests due to aggressive byval alignment warning on AIXSteven Wan4-9/+18
2022-02-01[clang][dataflow] Enable comparison of distinct values in EnvironmentStanislav Gatev7-103/+217
2022-02-01[OpenMP] Temporarily remove checks to fix failing test on MACOSJoseph Huber1-2/+0
2022-02-01[clang-format] Use std::iota and reserve when sorting Java imports. NFC.Marek Kurdej1-5/+8
2022-02-01[clang-format] Use std::iota and reserve. NFC.Marek Kurdej1-2/+3
2022-02-01[clang-format] De-pessimize appending newlines. NFC.Marek Kurdej1-2/+7
2022-02-01[clang-format] Use ranged for loops. NFC.Marek Kurdej8-43/+38
2022-02-01[clang-format] Fix AlignConsecutiveAssignments breaking lambda formatting.Marek Kurdej2-2/+55
2022-02-01[clang-format] Don't break block comments when sorting includes.Marek Kurdej2-0/+24
2022-01-31[OpenMP] Remove call to 'clang-offload-wrapper' binaryJoseph Huber4-41/+314
2022-01-31[OpenMP] Replace sysmtem call to `llc` with target machineJoseph Huber2-23/+51
2022-01-31[OpenMP] Cleanup the Linker WrapperJoseph Huber2-58/+43
2022-01-31[OpenMP] Include the executable name in the temporary filesJoseph Huber1-24/+46
2022-01-31[OpenMP] Implement save temps functionality in linker wrapperJoseph Huber2-69/+85
2022-01-31[OpenMP] Embed bitcode after optimizations instead of linkingJoseph Huber1-18/+16
2022-01-31[OpenMP] Improve symbol resolution for OpenMP Offloading LTOJoseph Huber1-32/+40
2022-01-31[OpenMP] Add support for linking AMDGPU imagesJoseph Huber1-2/+46
2022-01-31[OpenMP] Add extra flag handling to linker wrapperJoseph Huber2-11/+83
2022-01-31[OpenMP] Add support for embedding bitcode images in wrapper toolJoseph Huber2-27/+71
2022-01-31[OpenMP] Link the bitcode library late for device LTOJoseph Huber4-10/+62
2022-01-31[OpenMP] Initial Implementation of LTO and bitcode linking in linker wrapperJoseph Huber4-6/+360
2022-01-31[OpenMP] Search for static libraries in offload linker toolJoseph Huber1-4/+54
2022-01-31[Clang] Initial support for linking offloading code in toolJoseph Huber1-33/+203
2022-01-31[OpenMP] Add support for extracting device code in linker wrapperJoseph Huber2-10/+380
2022-01-31Disable -Wmissing-prototypes for internal linkage functions that aren't expli...David Blaikie2-0/+16
2022-01-31[BitcodeWriter] Fix cases of some functionsFangrui Song1-1/+1
2022-01-31[ModuleUtils] Move EmbedBufferInModule to LLVMTransformsUtilsFangrui Song1-1/+2
2022-01-31[Clang][OpenMPIRBuilder] Fix off-by-one error when dividing by stepsize.Michael Kruse12-35/+232