summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/global-dtor-no-atexit.cpp
AgeCommit message (Expand)Author
2016-12-23Cleanup the handling of noinline function attributes, -fno-inline,Chandler Carruth
2015-04-22Set normal LLVM function attributes on global initializer functionsReid Kleckner
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-02-28Add more of the command line options as attribute flags.Bill Wendling
2013-02-27Reapply r176133 with testcase fixes.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
2012-04-06Use atexit when __cxa_atexit isn't available instead of adding aJohn McCall
2010-06-19Fix PR7097, a bad interaction between -fno-use-cxa-atexit andChris Lattner
2010-03-20C++: Add support for -fno-use-cxa-atexit.Daniel Dunbar