summaryrefslogtreecommitdiff
path: root/runtime/GCCLibraries/crtend
Commit message (Expand)AuthorAge
* Added LLVM copyright to Makefiles.John Criswell2003-10-20
* Actually pass in a pointer to the thrown object, not a pointer to theChris Lattner2003-10-10
* Include <cstdio> instead of <stdio.h>.Brian Gaeke2003-10-10
* Fix spelling.Misha Brukman2003-10-10
* Fix building outside the srcdir, againChris Lattner2003-09-15
* Fix building into a different obj directoryChris Lattner2003-09-15
* Move the exception handling runtime stuff into this directoryChris Lattner2003-09-15
* Urg, forgot to add a file header somehow.Chris Lattner2003-08-30
* initial checkin of SJLJ exception handling runtimeChris Lattner2003-08-30
* Rename LongJmpException -> SJLJExceptionChris Lattner2003-08-30
* we don't need this hereChris Lattner2003-08-30
* Move language independent exception handling routines OUT of C++Exception.cppChris Lattner2003-08-30
* File was renamedChris Lattner2003-08-30
* Rename files to be capitalized now that they are C++Chris Lattner2003-08-30
* Initial checkin of the SJLJ EH interfaceChris Lattner2003-08-30
* * Add proper support for rethrown exceptions.Chris Lattner2003-08-28
* Convert C comments to C++Chris Lattner2003-08-28
* New wrapper around the terminate call.Chris Lattner2003-08-28
* Be more typesafeChris Lattner2003-08-27
* Be more type-safe, add throw specs to all functionsChris Lattner2003-08-27
* Add throw specs to the functions, remove (void) from the functionsChris Lattner2003-08-27
* Fix several _killer_ bugs. This now actually WORKS for really complex testca...Chris Lattner2003-08-27
* C++ify, add new get_cxx_exception function to convert from generic llvm_excep...Chris Lattner2003-08-27
* Remove Cisms. We love C++Chris Lattner2003-08-27
* Add new __llvm_cxxeh_begin_catch_if_isa function, change C -> C++ commentsChris Lattner2003-08-26
* Initial checking of C++ exception handling libraryChris Lattner2003-08-25
* Convert libraries into the BYTECODE_LIBRARY styleChris Lattner2003-08-15
* Don't register the destructors if the list is emptyChris Lattner2003-06-26
* Specify a list of symbols that should be exported by the libraryChris Lattner2003-05-22
* Update to match typename produced by the C frontendChris Lattner2003-05-22
* Initial checkin of crtend.o implementationChris Lattner2003-05-14
* New fileChris Lattner2003-05-14