aboutsummaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Adding additional license information to these files.John Criswell2003-10-131-0/+5
* 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
* Whoops, remove makefile tooChris Lattner2003-09-151-6/+0
* Remove dead library, it is now folded into crtendChris Lattner2003-09-156-771/+0
* 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-302-0/+22
* initial checkin of SJLJ exception handling runtimeChris Lattner2003-08-302-0/+246
* Rename LongJmpException -> SJLJExceptionChris Lattner2003-08-302-6/+6
* we don't need this hereChris Lattner2003-08-302-2/+0
* Move language independent exception handling routines OUT of C++Exception.cppChris Lattner2003-08-306-108/+156
* File was renamedChris Lattner2003-08-302-2/+2
* Rename files to be capitalized now that they are C++Chris Lattner2003-08-306-12/+12
* Initial checkin of the SJLJ EH interfaceChris Lattner2003-08-302-0/+148
* Added a dummy version of libcurses.Misha Brukman2003-08-292-0/+6
* Added dummy termcap library.Misha Brukman2003-08-292-0/+6
* * Add proper support for rethrown exceptions.Chris Lattner2003-08-286-58/+166
* Convert C comments to C++Chris Lattner2003-08-282-42/+42
* New wrapper around the terminate call.Chris Lattner2003-08-284-0/+10
* Squelch warningChris Lattner2003-08-281-0/+1
* Be more typesafeChris Lattner2003-08-272-68/+308
* Be more type-safe, add throw specs to all functionsChris Lattner2003-08-272-26/+54
* Add throw specs to the functions, remove (void) from the functionsChris Lattner2003-08-272-4/+4
* Hack out libexception temporarily until the Sparc FE is improvedChris Lattner2003-08-271-0/+1
* Fix several _killer_ bugs. This now actually WORKS for really complex testca...Chris Lattner2003-08-272-22/+8
* C++ify, add new get_cxx_exception function to convert from generic llvm_excep...Chris Lattner2003-08-272-6/+14
* Remove Cisms. We love C++Chris Lattner2003-08-272-8/+8
* Add new __llvm_cxxeh_begin_catch_if_isa function, change C -> C++ commentsChris Lattner2003-08-264-74/+106
* Remove copy-and-paste gunkChris Lattner2003-08-251-11/+0
* Initial checking of C++ exception handling libraryChris Lattner2003-08-257-0/+685
* Added dummy version of the `util' library.Misha Brukman2003-08-202-0/+6
* Added dummy library `libutempter' for non-privileged access to utmp/wtmp data.Misha Brukman2003-08-202-0/+6
* This really isn't the gcc library!Chris Lattner2003-08-171-1/+1
* Adjust level, build things in parallelChris Lattner2003-08-151-3/+3
* initial checkin, adjust LEVELChris Lattner2003-08-154-2/+6
* Initial checkin of READMEChris Lattner2003-08-151-0/+7
* Initial checkin of runtime/GCCLibraries makefileChris Lattner2003-08-151-0/+13
* Update readmeChris Lattner2003-08-151-25/+4
* Convert libraries into the BYTECODE_LIBRARY styleChris Lattner2003-08-1510-93/+40
* Disable this library for nowChris Lattner2003-08-151-0/+2
* Disable this support stuff, it doesn't work under linux anywayChris Lattner2003-08-141-0/+2
* Removing the pool allocator from the main CVS tree.John Criswell2003-08-132-465/+0
* Minor fix so that the program exits upon a poolfree failureSumant Kowshik2003-08-121-0/+1
* Change implementation so that variable sized slabs are used to allow arbitrar...Sumant Kowshik2003-08-071-70/+196
* 1. Make table size prime -- improves hashing performance vastly.Vikram S. Adve2003-07-301-24/+43
* Bug fix: after reallocating the hash table, we have to re-insert each valueVikram S. Adve2003-07-291-33/+25
* Remove unneccesary #ifdefsChris Lattner2003-07-211-12/+6