summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/thunks.cpp
AgeCommit message (Expand)Author
2022-10-07[CodeGenCXX] Convert more tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-09-23Fix -fno-unwind-tables -fasynchronous-unwind-tables to emit unwind tablesFangrui Song
2021-05-13[Clang][Codegen] Do not annotate thunk's this/return types with align/deref/n...Roman Lebedev
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson
2020-11-04[clang] Add mustprogress and llvm.loop.mustprogress attribute deductionAtmn Patel
2020-10-16Reapply "OpaquePtr: Add type to sret attribute"Matt Arsenault
2020-09-29Revert "OpaquePtr: Add type to sret attribute"Tres Popp
2020-09-25OpaquePtr: Add type to sret attributeMatt Arsenault
2020-05-19[CGCall] Annotate references with "align" attribute.Eli Friedman
2020-03-24[CodeGen] Add an alignment attribute to all sret parametersErik Pilkington
2020-02-03Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song
2020-02-03[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song
2020-01-31Don't assume a reference refers to at least sizeof(T) bytes.Richard Smith
2019-09-07Fix thunks.cpp test, don't FileCheck for anon namespace idReid Kleckner
2019-09-06Use musttail for variadic method thunks when possibleReid Kleckner
2019-07-29[DebugInfo] Don't emit incorrect descriptions of thunk params (PR42627)Vedant Kumar
2017-05-29IRGen: Add optnone attribute on function during O0Mehdi Amini
2016-12-23Cleanup the handling of noinline function attributes, -fno-inline,Chandler Carruth
2016-12-23Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth
2015-09-15Generating assumption loads of vptr after ctor call (fixed)Piotr Padlewski
2015-09-10Revert "Generating assumption loads of vptr after ctor call (fixed)"Piotr Padlewski
2015-09-09Generating assumption loads of vptr after ctor call (fixed)Piotr Padlewski
2015-08-28Revert r246214 and r246213Steven Wu
2015-08-27Assume loads fix #2Piotr Padlewski
2015-08-27Generating assumption loads of vptr after ctor call (fixed)Piotr Padlewski
2015-08-21Revert "Generating assumption loads of vptr after ctor call (fixed)"Piotr Padlewski
2015-08-21Generating assumption loads of vptr after ctor call (fixed)Piotr Padlewski
2015-08-18Revert "Generating assumption loads of vptr after ctor call (fixed)"Justin Bogner
2015-08-18Generating assumption loads of vptr after ctor call (fixed)Piotr Padlewski
2015-08-18Revert r245257 "Generating assumption loads of vptr after ctor call"Hans Wennborg
2015-08-17Generating assumption loads of vptr after ctor callPiotr Padlewski
2015-07-15Set comdat when an available_externally thunk is converted to linkonce_odr.Rafael Espindola
2015-07-01CodeGen: Do not give local-linkage functions externally available linkage, ev...Peter Collingbourne
2015-05-09Revert r236879, "Do not emit thunks with available_externally linkage in comd...NAKAMURA Takumi
2015-05-08Do not emit thunks with available_externally linkage in comdatsDerek Schuff
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
2015-01-22Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola
2014-02-08Remove the -fhidden-weak-vtables -cc1 option. It was dead,John McCall
2013-12-07CodeGen: Don't emit linkage on thunks that aren't emitted because they're var...Benjamin Kramer
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin