aboutsummaryrefslogtreecommitdiff
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
...
* [SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag inste...Abhina Sreeskantharajan2021-04-0612-15/+16
* [CMake] Fix Python 3 lookup when building LLVM with testsDominik Montada2021-04-061-2/+0
* [clang][Checkers] Fix PthreadLockChecker state cleanup at dead symbol.Balázs Kéri2021-04-061-1/+3
* [clang][tooling] Create SourceManager for DiagnosticsEngine before command-li...Jan Svoboda2021-04-061-0/+4
* [NewPM] Redesign of PreserveCFG CheckerYevgeny Rouban2021-04-061-6/+6
* Rework the way statement attributes are processed; NFCAaron Ballman2021-04-054-24/+27
* [OPENMP51]Initial support for nocontext clause.Jennifer Yu2021-04-059-1/+106
* [analyzer] DynamicSize: Rename 'size' to 'extent'Charusso2021-04-0518-52/+52
* [analyzer] DynamicSize: Debug facilityCharusso2021-04-051-35/+97
* [analyzer] DynamicSize: Store the dynamic sizeCharusso2021-04-056-111/+63
* [flang][driver] Add options for -WerrorArnamoy Bhattacharyya2021-04-051-1/+1
* [SemaObjC] Fix a -Wbridge-cast false-positiveErik Pilkington2021-04-051-3/+6
* [CUDA][HIP] rename -fcuda-flush-denormals-to-zeroYaxun (Sam) Liu2021-04-053-7/+6
* [Driver] Detect libstdc++ include paths for native gcc (-m32 and -m64) on Deb...Fangrui Song2021-04-041-2/+6
* [clang][parser] Set source ranges for GNU-style attributesTimm Bäder2021-04-042-13/+21
* [RISCV] Refactor conversion of B extensions to IR intrinsics a little to redu...Craig Topper2021-04-021-44/+51
* Fix build bot problem with missing OMPC_novariants in switch.Jennifer Yu2021-04-021-0/+1
* Use tablegen to diagnose mutually exclusive attributesAaron Ballman2021-04-025-175/+30
* [OPENMP5.1]Initial support for novariants clause.Jennifer Yu2021-04-028-0/+113
* Revert "[RISCV] Try using toupper instead of std::toupper to make the build b...Craig Topper2021-04-021-1/+1
* [RISCV] Try using toupper instead of std::toupper to make the build bots happy.Craig Topper2021-04-021-1/+1
* [Sema] Fix Windows build after b001d574d7d9Jessica Clarke2021-04-021-0/+1
* [RISCV] Add IR intrinsics for Zbc extensionLevy Hsu2021-04-021-0/+14
* Recommit "[RISCV] Add IR intrinsic for Zbb extension"Levy Hsu2021-04-022-4/+9
* Revert "[RISCV] Add IR intrinsic for Zbb extension"Craig Topper2021-04-022-9/+4
* [RISCV] Add IR intrinsic for Zbb extensionCraig Topper2021-04-022-4/+9
* [RISCV] Add IR intrinsic for Zbr extensionLevy Hsu2021-04-022-5/+57
* Remove attribute handling code for simple attributes; NFCAaron Ballman2021-04-021-27/+0
* Always emit error for wrong interfaces to scalable vectors, unless cmdline fl...Sander de Smalen2021-04-021-0/+15
* [clang][ItaniumMangle] Check SizeExpr for DependentSizedArrayTypeoToToT2021-04-021-1/+5
* [clang-cl] [Sema] Do not prefer integral conversion over floating-to-integral...Marek Kurdej2021-04-021-2/+4
* [debug-info][XCOFF] set `-gno-column-info` by default for DBXChen Zheng2021-04-011-3/+6
* [OpenMP51] Accept `primary` as proc bind affinity policy in Clangcchen2021-04-011-1/+12
* [Driver] -nostdinc -nostdinc++: don't warn for -Wunused-command-line-argumentFangrui Song2021-04-011-3/+2
* Reland "Add support to -Wa,--version in clang""Jian Cai2021-04-011-0/+2
* [OpenMP] Pass mapping names to add components in a user defined mapperJoseph Huber2021-04-012-7/+10
* Avoid calling ParseCommandLineOptions in BackendUtil if possibleRaphael Isemann2021-04-011-0/+8
* [HIP] remove overloaded abs in headerYaxun (Sam) Liu2021-04-011-1/+0
* Revert "[clang][parser] Set source ranges for GNU-style attributes"Timm Bäder2021-04-011-17/+11
* [clang][parser] Set source ranges for GNU-style attributesTimm Bäder2021-04-011-11/+17
* [clang][Checkers] Extend PthreadLockChecker state dump (NFC).Balázs Kéri2021-04-011-1/+10
* [Driver] Fix architecture triplets and search paths for Linux x32Harald van Dijk2021-04-011-8/+14
* [debug-info] support new tuning debugger type DBX for XCOFF DWARFChen Zheng2021-04-013-0/+11
* [clang][APINotes] Fix -Wunused-function warning (NFC)Yang Fan2021-04-011-1/+5
* Revert "Add support to -Wa,--version in clang"Nick Desaulniers2021-03-311-2/+0
* Add support to -Wa,--version in clangJian Cai2021-03-311-0/+2
* [OPENMP]Fix PR48885: Crash in passing firstprivate args to tasks on Apple M1.Alexey Bataev2021-03-311-4/+17
* [OPENMP]Fix PR48658: [OpenMP 5.0] Compiler crash when OpenMP atomic sync hint...Alexey Bataev2021-03-311-2/+6
* [Driver] Move detectLibcxxIncludePath to ToolChainPetr Hosek2021-03-313-26/+32
* [WebAssembly] Implement i64x2 comparisonsThomas Lively2021-03-311-6/+0