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