aboutsummaryrefslogtreecommitdiff
path: root/test/Misc
AgeCommit message (Expand)Author
2019-10-14Add -fno-experimental-pass-manager to make clear which pass managerEric Christopher
2019-10-14In the new pass manager use PTO.LoopUnrolling to determine when and howEric Christopher
2019-09-27[test] Use %clang_cc1 instead of %clang -cc1Fangrui Song
2019-09-20[SystemZ] Support z15 processor nameUlrich Weigand
2019-09-04[c++20] P1143R2: Add support for the C++20 'constinit' keyword.Richard Smith
2019-08-14[NewPM][PassInstrumentation] IR printing support from clang driverTaewook Oh
2019-08-12[X86] Support -march=tigerlakePengfei Wang
2019-08-09cfi-icall: Allow the jump table to be optionally made non-canonical.Peter Collingbourne
2019-07-29Give the 'signed/unsigned wchar_t' extension a warning flag, and followRichard Smith
2019-07-25Add lifetime categories attributesMatthias Gehre
2019-07-22[Driver] Set the default win32-macho debug format to DWARFVedant Kumar
2019-07-12[SystemZ] Add support for new cpu architecture - arch13Ulrich Weigand
2019-06-26[HIP] Support attribute hip_pinned_shadowYaxun Liu
2019-06-21[clang][NewPM] Add -fno-experimental-new-pass-manager to testsLeonard Chan
2019-06-21[Sema] Improved diagnostic for qualifiers in reference bindingAnastasia Stulova
2019-06-15[Clang] Rename -split-dwarf-file to -split-dwarf-outputAaron Puchert
2019-06-08DebugInfo: Add support for 'nodebug' attribute on typedefs and alias templatesDavid Blaikie
2019-06-07[X86] -march=cooperlake (clang)Pengfei Wang
2019-06-03Make NoThrow FunctionLike, make FunctionLike include references, fixErich Keane
2019-05-30Add the `objc_class_stub` attribute.John McCall
2019-05-16Fix isInSystemMacro in presence of macro and pasted tokenSerge Guelton
2019-05-09[c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith
2019-05-03Ensure there is stack usage in stack size warning testMatt Arsenault
2019-04-11Support objc_nonlazy_class attribute on Objective-C implementationsErik Pilkington
2019-04-11Add support for attributes on @implementations in Objective-CErik Pilkington
2019-03-26[OpenCL] Allow variadic macros as Clang feature.Anastasia Stulova
2019-03-13Revert "Add a new attribute, fortify_stdlib"Erik Pilkington
2019-03-01[DWARF] Make -g with empty assembler source work better.Paul Robinson
2019-02-26[X86] AMD znver2 enablementGanesh Gopalasubramanian
2019-02-21[attributes] Fix buildbot after r354530.Artem Dergachev
2019-02-21[attributes] Add an attribute for server routines in Mach kernel and extensions.Artem Dergachev
2019-02-19Remove extraneous space in MSVC-style diagnostic outputHans Wennborg
2019-02-16Fix some tests I broke in r354190Erik Pilkington
2019-02-13[Sema] Delay checking whether objc_designated_initializer is being applied to...Erik Pilkington
2019-02-11Add a new attribute, fortify_stdlibErik Pilkington
2019-02-07bpf: teach BPF driver about the new CPU "v3"Jiong Wang
2019-02-04[OBJC] Add attribute to mark Objective C class as non-lazyJoe Daniels
2019-02-01[WebAssembly] Fix ImportName's position in this test.Dan Gohman
2019-02-01[WebAssembly] Add an import_field function attributeDan Gohman
2019-02-01Fix isInSystemMacro to handle pasted macrosSerge Guelton
2019-01-29[cc1as] Test that -g of empty .s file does something sensible.Paul Robinson
2019-01-24[WebAssembly] Add WebAssemblyImportModule to pragma-attribute-supported-attri...Dan Gohman
2019-01-19Emit !callback metadata and introduce the callback attributeJohannes Doerfert
2019-01-18[clang][slh] add Clang attr no_speculative_load_hardeningZola Bridges
2019-01-15[Nios2] Remove Nios2 backendCraig Topper
2019-01-14[Sema] Expose a control flag for integer to pointer ext warningKristina Brooks
2019-01-11[attributes] Extend os_returns_(not_?)_retained attributes to parametersGeorge Karpenkov
2019-01-04[ObjCARC] Add an new attribute, objc_externally_retainedErik Pilkington
2018-12-12[Unroll/UnrollAndJam/Vectorizer/Distribute] Add followup loop attributes.Michael Kruse
2018-12-04NFC: Make this test kinder on downstream forksErik Pilkington