aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/GCCLibraries
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initial checkin of READMEChris Lattner2003-08-151-0/+7
* Initial checkin of runtime/GCCLibraries makefileChris Lattner2003-08-151-0/+13
* Convert libraries into the BYTECODE_LIBRARY styleChris Lattner2003-08-156-23/+31
* 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
* Added support for poolallocarray and poolmakeunfreeable. The latter is used b...Sumant Kowshik2003-07-031-25/+193
* Don't register the destructors if the list is emptyChris Lattner2003-06-261-2/+6
* Prevent lines from wrapping.Misha Brukman2003-05-291-13/+13
* Initial checkinChris Lattner2003-05-291-0/+251
* 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
* Dead fileChris Lattner2003-05-141-5/+0
* Initial checkin of crtend.o implementationChris Lattner2003-05-143-2/+84
* New fileChris Lattner2003-05-141-0/+5
* Remove support for memsetChris Lattner2003-02-181-1/+2
* Initial checkin of pool allocator libraryChris Lattner2003-01-292-0/+170
* Fixes to be LP64 correctChris Lattner2002-07-182-6/+6
* Implement the printf function, used by assertChris Lattner2002-05-201-0/+13
* Add strcat functionChris Lattner2002-03-111-0/+5
* Checkin library infrastructure for building stuff to be linked withChris Lattner2002-03-0814-0/+316