aboutsummaryrefslogtreecommitdiff
path: root/runtime/GCCLibraries
AgeCommit message (Expand)Author
2003-10-21Add dummy content for libgdbm.Misha Brukman
2003-10-21Fix libm's name to be `libm'Misha Brukman
2003-10-21Fix library name and fix line to fit within 80 columns.Misha Brukman
2003-10-21Fix strcpy implementation and trieChris Lattner
2003-10-20Added LLVM copyright to Makefiles.John Criswell
2003-10-13Adding additional license information to these files.John Criswell
2003-10-10Actually pass in a pointer to the thrown object, not a pointer to theChris Lattner
2003-10-10Include <cstdio> instead of <stdio.h>.Brian Gaeke
2003-10-10Fix spelling.Misha Brukman
2003-09-15Fix building outside the srcdir, againChris Lattner
2003-09-15Fix building into a different obj directoryChris Lattner
2003-09-15Whoops, remove makefile tooChris Lattner
2003-09-15Remove dead library, it is now folded into crtendChris Lattner
2003-09-15Move the exception handling runtime stuff into this directoryChris Lattner
2003-08-30Urg, forgot to add a file header somehow.Chris Lattner
2003-08-30initial checkin of SJLJ exception handling runtimeChris Lattner
2003-08-30Rename LongJmpException -> SJLJExceptionChris Lattner
2003-08-30we don't need this hereChris Lattner
2003-08-30Move language independent exception handling routines OUT of C++Exception.cppChris Lattner
2003-08-30File was renamedChris Lattner
2003-08-30Rename files to be capitalized now that they are C++Chris Lattner
2003-08-30Initial checkin of the SJLJ EH interfaceChris Lattner
2003-08-29Added a dummy version of libcurses.Misha Brukman
2003-08-29Added dummy termcap library.Misha Brukman
2003-08-28* Add proper support for rethrown exceptions.Chris Lattner
2003-08-28Convert C comments to C++Chris Lattner
2003-08-28New wrapper around the terminate call.Chris Lattner
2003-08-28Squelch warningChris Lattner
2003-08-27Be more typesafeChris Lattner
2003-08-27Be more type-safe, add throw specs to all functionsChris Lattner
2003-08-27Add throw specs to the functions, remove (void) from the functionsChris Lattner
2003-08-27Hack out libexception temporarily until the Sparc FE is improvedChris Lattner
2003-08-27Fix several _killer_ bugs. This now actually WORKS for really complex testca...Chris Lattner
2003-08-27C++ify, add new get_cxx_exception function to convert from generic llvm_excep...Chris Lattner
2003-08-27Remove Cisms. We love C++Chris Lattner
2003-08-26Add new __llvm_cxxeh_begin_catch_if_isa function, change C -> C++ commentsChris Lattner
2003-08-25Remove copy-and-paste gunkChris Lattner
2003-08-25Initial checking of C++ exception handling libraryChris Lattner
2003-08-20Added dummy version of the `util' library.Misha Brukman
2003-08-20Added dummy library `libutempter' for non-privileged access to utmp/wtmp data.Misha Brukman
2003-08-15Initial checkin of READMEChris Lattner
2003-08-15Initial checkin of runtime/GCCLibraries makefileChris Lattner
2003-08-15Convert libraries into the BYTECODE_LIBRARY styleChris Lattner
2003-08-14Disable this support stuff, it doesn't work under linux anywayChris Lattner
2003-08-13Removing the pool allocator from the main CVS tree.John Criswell
2003-08-12Minor fix so that the program exits upon a poolfree failureSumant Kowshik
2003-08-07Change implementation so that variable sized slabs are used to allow arbitrar...Sumant Kowshik
2003-07-03Added support for poolallocarray and poolmakeunfreeable. The latter is used b...Sumant Kowshik
2003-06-26Don't register the destructors if the list is emptyChris Lattner
2003-05-29Prevent lines from wrapping.Misha Brukman