summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/atomic-ops-libcall.c
AgeCommit message (Expand)Author
2024-02-12[clang][CodeGen] Emit atomic IR in place of optimized libcalls. (#73176)Logikable
2023-02-17[Clang] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-07-25[Passes] add a tail-call-elim pass near the end of the opt pipelineSanjay Patel
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
2019-11-26Revert "Revert "As a follow-up to my initial mail to llvm-dev here's a first ...Eric Christopher
2019-11-26Revert "As a follow-up to my initial mail to llvm-dev here's a first pass at ...Muhammad Omair Javaid
2019-11-25As a follow-up to my initial mail to llvm-dev here's a first pass at the O1 d...Eric Christopher
2017-05-02[CodeGen] remove/fix checks that will fail when r301923 is recommittedSanjay Patel
2015-11-12Correct atomic libcall support for __atomic_*_fetch builtins.James Y Knight
2015-08-05Add missing atomic libcall support.James Y Knight
2014-08-29CodeGen: Don't completely mess-up optimized atomic libcallsDavid Majnemer
2014-03-26Fix atomic libcall.Logan Chien