summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAge
* 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
* Added a dummy version of libcurses.Misha Brukman2003-08-29
* Added dummy termcap library.Misha Brukman2003-08-29
* * 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
* Squelch warningChris 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
* Hack out libexception temporarily until the Sparc FE is improvedChris 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
* Remove copy-and-paste gunkChris Lattner2003-08-25
* Initial checking of C++ exception handling libraryChris Lattner2003-08-25
* Added dummy version of the `util' library.Misha Brukman2003-08-20
* Added dummy library `libutempter' for non-privileged access to utmp/wtmp data.Misha Brukman2003-08-20
* This really isn't the gcc library!Chris Lattner2003-08-17
* Adjust level, build things in parallelChris Lattner2003-08-15
* initial checkin, adjust LEVELChris Lattner2003-08-15
* Initial checkin of READMEChris Lattner2003-08-15
* Initial checkin of runtime/GCCLibraries makefileChris Lattner2003-08-15
* Update readmeChris Lattner2003-08-15
* Convert libraries into the BYTECODE_LIBRARY styleChris Lattner2003-08-15
* Disable this library for nowChris Lattner2003-08-15
* Disable this support stuff, it doesn't work under linux anywayChris Lattner2003-08-14
* Removing the pool allocator from the main CVS tree.John Criswell2003-08-13
* Minor fix so that the program exits upon a poolfree failureSumant Kowshik2003-08-12
* Change implementation so that variable sized slabs are used to allow arbitrar...Sumant Kowshik2003-08-07
* 1. Make table size prime -- improves hashing performance vastly.Vikram S. Adve2003-07-30
* Bug fix: after reallocating the hash table, we have to re-insert each valueVikram S. Adve2003-07-29
* Remove unneccesary #ifdefsChris Lattner2003-07-21
* Fix warningsChris Lattner2003-07-21
* Use uint32_t for table index and size: table will never be > 4GB.Vikram S. Adve2003-07-11
* Pointer hash table reallocation code seems never to have been tested!Vikram S. Adve2003-07-08
* Native libraries (libinstr*.a) should not have been taken out whenVikram S. Adve2003-07-08
* Added support for poolallocarray and poolmakeunfreeable. The latter is used b...Sumant Kowshik2003-07-03
* Don't register the destructors if the list is emptyChris Lattner2003-06-26
* Prevented inclusion of (non-existent) stdint.h on Sparc.Joel Stanley2003-06-24
* Prevent lines from wrapping.Misha Brukman2003-05-29
* Initial checkinChris Lattner2003-05-29