summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAge
...
* Fixed the dynamic generation of the list of subdirectories to compile.John Criswell2003-12-08
* add missing dependencyChris Lattner2003-11-30
* Build _lib_crtend.a, not crtend.aChris Lattner2003-11-29
* Don't print out tons of crapChris Lattner2003-11-29
* Rewrite makefile logic to build an archive instead of a .o file. This isChris Lattner2003-11-29
* Add readme and spiff up makefile headerChris Lattner2003-11-29
* As per PR96, don't build subdirs if LLVMGCCDIR is not set to somethingBrian Gaeke2003-11-16
* Fixed word order.Misha Brukman2003-11-13
* Totally disable assert, in order to fix PR101Chris Lattner2003-11-09
* Fix wierd problems linking C programs which look for symbols in libstdc++.Chris Lattner2003-11-08
* Actually save and pass in argument informationChris Lattner2003-10-28
* We need to output the number of records we have, so we know how many to read ...Chris Lattner2003-10-28
* Initial checkin of function and block profiling runtime libraryChris Lattner2003-10-28
* Add dummy content for libgdbm.Misha Brukman2003-10-21
* Fix libm's name to be `libm'Misha Brukman2003-10-21
* Fix library name and fix line to fit within 80 columns.Misha Brukman2003-10-21
* Fix strcpy implementation and trieChris Lattner2003-10-21
* Added LLVM copyright to Makefiles.John Criswell2003-10-20
* Adding additional license information to these files.John Criswell2003-10-13
* Actually pass in a pointer to the thrown object, not a pointer to theChris Lattner2003-10-10
* Include <cstdio> instead of <stdio.h>.Brian Gaeke2003-10-10
* Fix spelling.Misha Brukman2003-10-10
* Fix building outside the srcdir, againChris Lattner2003-09-15
* Fix building into a different obj directoryChris Lattner2003-09-15
* Whoops, remove makefile tooChris Lattner2003-09-15
* Remove dead library, it is now folded into crtendChris Lattner2003-09-15
* Move the exception handling runtime stuff into this directoryChris Lattner2003-09-15
* 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