aboutsummaryrefslogtreecommitdiff
path: root/clang/include
AgeCommit message (Expand)AuthorFilesLines
2021-09-24[clang] don't mark as Elidable CXXConstruct expressions used in NRVOllvmorg-13.0.0-rc4llvmorg-13.0.0Matheus Izvekov1-8/+8
2021-08-19[clang] [MSVC] Implement __mulh and __umulh builtins for aarch64Martin Storsjö1-0/+3
2021-08-10[clang] fix canonicalization of nested name specifiersMatheus Izvekov1-2/+1
2021-08-05Apply -fmacro-prefix-map to __builtin_FILE()Pavel Asyutchenko3-6/+9
2021-08-02Revert "[Preprocessor] Implement -fminimize-whitespace."Tom Stellard4-15/+0
2021-08-02[OpenCL] Add support of __opencl_c_pipes feature macro.Anton Zabaznov1-1/+1
2021-08-02[OpenCL] Add support of __opencl_c_3d_image_writes feature macroAnton Zabaznov1-2/+0
2021-07-29Revert "Revert "[clang][pp] adds '#pragma include_instead'""Christopher Di Bella4-3/+46
2021-07-28[clang] NFC: change uses of `Expr->getValueKind` into `is?Value`Matheus Izvekov1-3/+1
2021-07-27[AIX] Update fetch_and_add typeJinsong Ji1-2/+2
2021-07-27[WebAssembly] Codegen for extmul SIMD instructionsThomas Lively1-15/+0
2021-07-27Revert "[clang][pp] adds '#pragma include_instead'"Hans Wennborg4-45/+3
2021-07-27[clang][Driver] Expose driver mode detection logicKadir Cetinkaya1-9/+13
2021-07-27[clang-cl] Expose -fmodules and related flags in the driver (PR43391)Hans Wennborg1-13/+14
2021-07-27[clang][tooling] Accept Clang invocations with multiple jobsJan Svoboda1-0/+8
2021-07-27[clang][driver] NFC: Expose InputInfo in Job instead of plain filenamesJan Svoboda1-5/+4
2021-07-27[clang][driver] NFC: Move InputInfo.h from lib to includeJan Svoboda1-0/+107
2021-07-26[DebugInfo] Switch to using constructor homing (-debug-info-kind=constructor)...Amy Huang1-0/+1
2021-07-26[OpenMP] Add a driver flag to enable the new device runtime libraryJoseph Huber2-0/+5
2021-07-26[clang] P2266 implicit moves STL workaroundMatheus Izvekov1-5/+9
2021-07-26[PowerPC] Implement partial vector ld/st builtins for XL compatibilityNemanja Ivanovic1-0/+2
2021-07-27[PowerPC] Change altivec indexed load/store builtins argument typeQiu Chaofan1-14/+14
2021-07-26[clang][pp] adds '#pragma include_instead'Christopher Di Bella4-3/+45
2021-07-26[SystemZ] Add support for new cpu architecture - arch14Ulrich Weigand1-0/+7
2021-07-25[Preprocessor] Implement -fminimize-whitespace.Michael Kruse4-0/+15
2021-07-23[WebAssembly] Codegen for pmin and pmaxThomas Lively1-4/+0
2021-07-23Revert "Delete PrintingPolicy's copy constructor/operator."Erich Keane1-3/+0
2021-07-23Delete PrintingPolicy's copy constructor/operator.Erich Keane1-0/+3
2021-07-23Revert "[clang] -falign-loops="Fangrui Song3-5/+1
2021-07-23[clang] -falign-loops=Fangrui Song3-1/+5
2021-07-22[DebugInfo] Add -fno-ctor-homing for as counterpart to -fuse-ctor-homingAmy Huang1-0/+2
2021-07-22[clang][driver][darwin] Add driver support for Mac CatalystAlex Lorenz2-0/+9
2021-07-22[PowerPC] Add PowerPC "__stbcx" builtin and intrinsic for XL compatibilityVictor Huang1-0/+1
2021-07-22[Clang][RISCV] Implement vsoxseg and vsuxseg.Hsiangkai Wang1-0/+46
2021-07-22[Clang][RISCV] Implement vssseg.Hsiangkai Wang1-0/+46
2021-07-22[Clang][RISCV] Implement vsseg.Hsiangkai Wang1-0/+56
2021-07-22[Clang][RISCV] Implement vloxseg and vluxseg.Hsiangkai Wang1-0/+69
2021-07-22[Clang][RISCV] Implement vlsseg.Hsiangkai Wang1-0/+72
2021-07-21[WebAssembly] Remove clang builtins for extract_lane and replace_laneThomas Lively1-16/+0
2021-07-21[clang][sema] NFC, include DarwinSDKInfo header instead of using the forward ...Alex Lorenz1-1/+1
2021-07-21[clang][darwin] add support for remapping macOS availability to Mac Catalyst ...Alex Lorenz2-0/+9
2021-07-21[WebAssembly] Codegen for v128.load{32,64}_zeroThomas Lively1-3/+0
2021-07-21[PowerPC] Floating Point Builtins for XL Compat.Quinn Pham1-0/+15
2021-07-21[clang] Introduce SourceLocation::[U]IntTy typedefs.Simon Tatham8-80/+94
2021-07-21[Clang][RISCV] Add half-precision FP for vle16/vse16.Hsiangkai Wang1-2/+2
2021-07-20[PowerPC] Implemented mtmsr, mfspr, mtspr BuiltinsAlbion Fung1-0/+3
2021-07-20[clang][darwin] Add support for macOS -> Mac CatalystAlex Lorenz1-2/+113
2021-07-20[PowerPC] Store, load, move from and to registers related builtinsAlbion Fung1-0/+8
2021-07-20Revert "[CLANG][PATCH][FPEnv] Add support for option -ffp-eval-method and ext...Melanie Blower9-41/+9
2021-07-20[clang] NFC, move DarwinSDKInfo to lib/BasicAlex Lorenz1-5/+3