aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/GCCLibraries/crtend
Commit message (Expand)AuthorAgeFilesLines
* Make sure libcrtend.a gets installed when you make install-bytecode.Brian Gaeke2004-03-111-0/+1
* Since tail duplication is currently neutered, we have to help the optimizer t...Chris Lattner2004-02-171-2/+3
* Add DESTDIR support for installing. Use (and depend on) $(bytecode_libdir).Brian Gaeke2004-01-211-2/+2
* Add support for people calling main recursivelyChris Lattner2003-12-191-0/+7
* Merged in RELEASE_11.John Criswell2003-12-181-3/+0
* add missing dependencyChris Lattner2003-11-301-1/+1
* Build _lib_crtend.a, not crtend.aChris Lattner2003-11-291-5/+5
* Don't print out tons of crapChris Lattner2003-11-291-5/+10
* Rewrite makefile logic to build an archive instead of a .o file. This isChris Lattner2003-11-296-39/+79
* Add readme and spiff up makefile headerChris Lattner2003-11-292-1/+22
* Totally disable assert, in order to fix PR101Chris Lattner2003-11-092-0/+10
* Fix wierd problems linking C programs which look for symbols in libstdc++.Chris Lattner2003-11-081-3/+0
* Added LLVM copyright to Makefiles.John Criswell2003-10-201-0/+8
* Actually pass in a pointer to the thrown object, not a pointer to theChris Lattner2003-10-101-1/+1
* Include <cstdio> instead of <stdio.h>.Brian Gaeke2003-10-101-1/+1
* Fix spelling.Misha Brukman2003-10-101-1/+1
* Fix building outside the srcdir, againChris Lattner2003-09-151-1/+1
* Fix building into a different obj directoryChris Lattner2003-09-151-1/+1
* Move the exception handling runtime stuff into this directoryChris Lattner2003-09-152-3/+33
* Urg, forgot to add a file header somehow.Chris Lattner2003-08-301-0/+11
* initial checkin of SJLJ exception handling runtimeChris Lattner2003-08-301-0/+123
* Rename LongJmpException -> SJLJExceptionChris Lattner2003-08-301-3/+3
* we don't need this hereChris Lattner2003-08-301-1/+0
* Move language independent exception handling routines OUT of C++Exception.cppChris Lattner2003-08-303-54/+78
* File was renamedChris Lattner2003-08-301-1/+1
* Rename files to be capitalized now that they are C++Chris Lattner2003-08-303-6/+6
* Initial checkin of the SJLJ EH interfaceChris Lattner2003-08-301-0/+74
* * Add proper support for rethrown exceptions.Chris Lattner2003-08-283-29/+83
* Convert C comments to C++Chris Lattner2003-08-281-21/+21
* New wrapper around the terminate call.Chris Lattner2003-08-282-0/+5
* Be more typesafeChris Lattner2003-08-271-34/+154
* Be more type-safe, add throw specs to all functionsChris Lattner2003-08-271-13/+27
* Add throw specs to the functions, remove (void) from the functionsChris Lattner2003-08-271-2/+2
* Fix several _killer_ bugs. This now actually WORKS for really complex testca...Chris Lattner2003-08-271-11/+4
* C++ify, add new get_cxx_exception function to convert from generic llvm_excep...Chris Lattner2003-08-271-3/+7
* Remove Cisms. We love C++Chris Lattner2003-08-271-4/+4
* Add new __llvm_cxxeh_begin_catch_if_isa function, change C -> C++ commentsChris Lattner2003-08-262-37/+53
* Initial checking of C++ exception handling libraryChris Lattner2003-08-253-0/+334
* Convert libraries into the BYTECODE_LIBRARY styleChris Lattner2003-08-151-5/+11
* Don't register the destructors if the list is emptyChris Lattner2003-06-261-2/+6
* Specify a list of symbols that should be exported by the libraryChris Lattner2003-05-221-0/+2
* Update to match typename produced by the C frontendChris Lattner2003-05-221-9/+9
* Initial checkin of crtend.o implementationChris Lattner2003-05-143-2/+84
* New fileChris Lattner2003-05-141-0/+5