summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/threadsafe-statics-exceptions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update clang to take into account the changes to personality fnsDavid Majnemer2015-06-171-1/+2
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-1/+1
* Throw the switch to convert clang to the new exception handling model!Bill Wendling2011-09-191-4/+3
* Convert Clang over to resuming from landing pads with llvm.eh.resume.John McCall2011-05-281-1/+1
* Back out r132209; it's breaking nightly tests.Eli Friedman2011-05-271-1/+1
* Implement a new, much improved version of the cleanup hack. We just needJohn McCall2011-05-271-1/+1
* Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson2011-02-281-1/+1
* Implement ARM static local initialization guards, which are more compact thanJohn McCall2010-09-081-2/+2
* When initializing a static local, pop the guard-abort EH cleanup afterJohn McCall2010-08-101-1/+1
* Validated by nightly-test runs on x86 and x86-64 darwin, including afterJohn McCall2010-07-061-4/+7
* When initializing thread-safe statics, put the call toDouglas Gregor2010-05-161-0/+26
* Revert r103880 (thread-safe static initialization w/ exceptions),Douglas Gregor2010-05-161-24/+0
* When initializing thread-safe statics, put the call toDouglas Gregor2010-05-151-0/+24