summaryrefslogtreecommitdiffstats
path: root/llvm/runtime/GCCLibraries/crtend
Commit message (Collapse)AuthorAgeFilesLines
...
* Move the exception handling runtime stuff into this directoryChris Lattner2003-09-152-3/+33
| | | | llvm-svn: 8530
* Urg, forgot to add a file header somehow.Chris Lattner2003-08-301-0/+11
| | | | | | Add missing function comments llvm-svn: 8236
* initial checkin of SJLJ exception handling runtimeChris Lattner2003-08-301-0/+123
| | | | llvm-svn: 8235
* Rename LongJmpException -> SJLJExceptionChris Lattner2003-08-301-3/+3
| | | | llvm-svn: 8234
* we don't need this hereChris Lattner2003-08-301-1/+0
| | | | llvm-svn: 8233
* Move language independent exception handling routines OUT of C++Exception.cppChris Lattner2003-08-303-54/+78
| | | | llvm-svn: 8232
* File was renamedChris Lattner2003-08-301-1/+1
| | | | llvm-svn: 8231
* Rename files to be capitalized now that they are C++Chris Lattner2003-08-303-6/+6
| | | | llvm-svn: 8230
* Initial checkin of the SJLJ EH interfaceChris Lattner2003-08-301-0/+74
| | | | llvm-svn: 8229
* * Add proper support for rethrown exceptions.Chris Lattner2003-08-283-29/+83
| | | | | | | | * Make catch_begin() produce a pointer that must be passed to catch_end() * Eliminate the caught exception stack. * Add optional debugging code that may be turned on. llvm-svn: 8184
* Convert C comments to C++Chris Lattner2003-08-281-21/+21
| | | | llvm-svn: 8172
* New wrapper around the terminate call.Chris Lattner2003-08-282-0/+5
| | | | llvm-svn: 8171
* Be more typesafeChris Lattner2003-08-271-34/+154
| | | | | | | | Call terminate and unexpected where appropriate. Interface to libstdc++ as appropriate Initial cut at implementing function exception specifications llvm-svn: 8169
* Be more type-safe, add throw specs to all functionsChris Lattner2003-08-271-13/+27
| | | | llvm-svn: 8168
* Add throw specs to the functions, remove (void) from the functionsChris Lattner2003-08-271-2/+2
| | | | llvm-svn: 8167
* Fix several _killer_ bugs. This now actually WORKS for really complex ↵Chris Lattner2003-08-271-11/+4
| | | | | | testcases :) llvm-svn: 8157
* C++ify, add new get_cxx_exception function to convert from generic ↵Chris Lattner2003-08-271-3/+7
| | | | | | llvm_exceptions to llvm_cxx_exception's llvm-svn: 8156
* Remove Cisms. We love C++Chris Lattner2003-08-271-4/+4
| | | | llvm-svn: 8155
* Add new __llvm_cxxeh_begin_catch_if_isa function, change C -> C++ commentsChris Lattner2003-08-262-37/+53
| | | | llvm-svn: 8150
* Initial checking of C++ exception handling libraryChris Lattner2003-08-253-0/+334
| | | | llvm-svn: 8146
* Convert libraries into the BYTECODE_LIBRARY styleChris Lattner2003-08-151-5/+11
| | | | llvm-svn: 7858
* Don't register the destructors if the list is emptyChris Lattner2003-06-261-2/+6
| | | | llvm-svn: 6909
* Specify a list of symbols that should be exported by the libraryChris Lattner2003-05-221-0/+2
| | | | llvm-svn: 6290
* Update to match typename produced by the C frontendChris Lattner2003-05-221-9/+9
| | | | llvm-svn: 6287
* Initial checkin of crtend.o implementationChris Lattner2003-05-143-2/+84
| | | | llvm-svn: 6187
* New fileChris Lattner2003-05-141-0/+5
llvm-svn: 6186
OpenPOWER on IntegriCloud