summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/alias.c
AgeCommit message (Expand)Author
2025-06-11Introduce MCAsmInfo::UsesSetToEquateSymbol and prefer = to .setFangrui Song
2023-02-16[Clang] Convert some 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
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-10-26[Clang][CodeGen] fix failed assertionNick Desaulniers
2020-03-09Recommit #2 "[Driver] Default to -fno-common for all targets"Sjoerd Meijer
2020-03-09Revert "Recommit "[Driver] Default to -fno-common for all targets""Sjoerd Meijer
2020-03-09Recommit "[Driver] Default to -fno-common for all targets"Sjoerd Meijer
2020-03-03Revert "[Driver] Default to -fno-common for all targets"Sjoerd Meijer
2020-03-03[Driver] Default to -fno-common for all targetsSjoerd Meijer
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
2019-09-12[Clang][CodeGen] support alias attribute w/ gnu_inlineNick Desaulniers
2019-08-22[Bugfix] fix r369705 unit testNick Desaulniers
2019-08-22[Clang][CodeGen] set alias linkage on QualTypeNick Desaulniers
2018-03-27Update test after r328635 in LLVMKrzysztof Parzyszek
2016-12-23Cleanup the handling of noinline function attributes, -fno-inline,Chandler Carruth
2016-02-26Fix Clang tests that used CHECK-NEXT-NOT and CHECK-DAG-NOT.Paul Robinson
2015-09-11[opaque pointer type] update test cases for explicit pointee types on global ...David Blaikie
2015-08-12The alias.c test now requires arm-registered-targetJohn Brawn
2015-08-12Add test for PR24379John Brawn
2014-10-15CodeGen: Don't drop thread_local when emitting __thread aliasesDavid Majnemer
2014-07-30Update for llvm change.Rafael Espindola
2014-06-03Update for llvm API change.Rafael Espindola
2014-05-16Update for llvm api change.Rafael Espindola
2014-05-05Fix pr19653.Rafael Espindola
2014-03-27Handle and warn on aliases to weak aliases.Rafael Espindola
2013-10-14Also don't hardcode the order on this test.Rafael Espindola
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-02-26Fix testcases to not rely upon target-* attributes.Bill Wendling
2013-02-25Revert "Add more attributes from the command line to functions."Anna Zaks
2013-02-25Add more attributes from the command line to functions.Bill Wendling
2013-02-20Modify the tests to use attribute group references instead of listing theBill Wendling
2013-02-15Add the 'target-cpu' and 'target-features' attributes to functions.Bill Wendling
2012-10-05Fix another spot where this test varied for a Release build.Alex Rosenberg
2012-10-05Make test resilient to Release build temp names.Alex Rosenberg
2012-10-05Propagate calling convention for aliases and weakrefs.Alex Rosenberg
2012-10-05FileCheckize testAlex Rosenberg
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-04-07Diagnose uses of function specifiers on declarations which don't declareEli Friedman
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-22make alias definition logic more similar to functions/globals.Chris Lattner