summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/threadsafe-statics-exceptions.cpp
AgeCommit message (Expand)Author
2015-06-17Update clang to take into account the changes to personality fnsDavid Majnemer
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2011-09-19Throw the switch to convert clang to the new exception handling model!Bill Wendling
2011-05-28Convert Clang over to resuming from landing pads with llvm.eh.resume.John McCall
2011-05-27Back out r132209; it's breaking nightly tests.Eli Friedman
2011-05-27Implement a new, much improved version of the cleanup hack. We just needJohn McCall
2011-02-28Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson
2010-09-08Implement ARM static local initialization guards, which are more compact thanJohn McCall
2010-08-10When initializing a static local, pop the guard-abort EH cleanup afterJohn McCall
2010-07-06Validated by nightly-test runs on x86 and x86-64 darwin, including afterJohn McCall
2010-05-16When initializing thread-safe statics, put the call toDouglas Gregor
2010-05-16Revert r103880 (thread-safe static initialization w/ exceptions),Douglas Gregor
2010-05-15When initializing thread-safe statics, put the call toDouglas Gregor