aboutsummaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Collapse)AuthorAgeFilesLines
* Actually save and pass in argument informationChris Lattner2003-10-281-15/+20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9564 91177308-0d34-0410-b5e6-96231b3b80d8
* We need to output the number of records we have, so we know how many to read ↵Chris Lattner2003-10-281-0/+1
| | | | | | in! Doh. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9555 91177308-0d34-0410-b5e6-96231b3b80d8
* Initial checkin of function and block profiling runtime libraryChris Lattner2003-10-286-0/+220
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9546 91177308-0d34-0410-b5e6-96231b3b80d8
* Add dummy content for libgdbm.Misha Brukman2003-10-212-0/+15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9344 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix libm's name to be `libm'Misha Brukman2003-10-211-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9343 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix library name and fix line to fit within 80 columns.Misha Brukman2003-10-211-5/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9342 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix strcpy implementation and trieChris Lattner2003-10-211-1/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9338 91177308-0d34-0410-b5e6-96231b3b80d8
* Added LLVM copyright to Makefiles.John Criswell2003-10-2014-0/+112
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9314 91177308-0d34-0410-b5e6-96231b3b80d8
* Adding additional license information to these files.John Criswell2003-10-131-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9102 91177308-0d34-0410-b5e6-96231b3b80d8
* Actually pass in a pointer to the thrown object, not a pointer to theChris Lattner2003-10-101-1/+1
| | | | | | | exception header. This is the final missing piece from the PR#27 puzzle. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9043 91177308-0d34-0410-b5e6-96231b3b80d8
* Include <cstdio> instead of <stdio.h>.Brian Gaeke2003-10-101-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9032 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix spelling.Misha Brukman2003-10-101-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9027 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix building outside the srcdir, againChris Lattner2003-09-151-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8543 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix building into a different obj directoryChris Lattner2003-09-151-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8542 91177308-0d34-0410-b5e6-96231b3b80d8
* Whoops, remove makefile tooChris Lattner2003-09-151-6/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8533 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove dead library, it is now folded into crtendChris Lattner2003-09-156-771/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8532 91177308-0d34-0410-b5e6-96231b3b80d8
* Move the exception handling runtime stuff into this directoryChris Lattner2003-09-152-3/+33
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8530 91177308-0d34-0410-b5e6-96231b3b80d8
* Urg, forgot to add a file header somehow.Chris Lattner2003-08-302-0/+22
| | | | | | | Add missing function comments git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8236 91177308-0d34-0410-b5e6-96231b3b80d8
* initial checkin of SJLJ exception handling runtimeChris Lattner2003-08-302-0/+246
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8235 91177308-0d34-0410-b5e6-96231b3b80d8
* Rename LongJmpException -> SJLJExceptionChris Lattner2003-08-302-6/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8234 91177308-0d34-0410-b5e6-96231b3b80d8
* we don't need this hereChris Lattner2003-08-302-2/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8233 91177308-0d34-0410-b5e6-96231b3b80d8
* Move language independent exception handling routines OUT of C++Exception.cppChris Lattner2003-08-306-108/+156
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8232 91177308-0d34-0410-b5e6-96231b3b80d8
* File was renamedChris Lattner2003-08-302-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8231 91177308-0d34-0410-b5e6-96231b3b80d8
* Rename files to be capitalized now that they are C++Chris Lattner2003-08-306-12/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8230 91177308-0d34-0410-b5e6-96231b3b80d8
* Initial checkin of the SJLJ EH interfaceChris Lattner2003-08-302-0/+148
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8229 91177308-0d34-0410-b5e6-96231b3b80d8
* Added a dummy version of libcurses.Misha Brukman2003-08-292-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8222 91177308-0d34-0410-b5e6-96231b3b80d8
* Added dummy termcap library.Misha Brukman2003-08-292-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8221 91177308-0d34-0410-b5e6-96231b3b80d8
* * Add proper support for rethrown exceptions.Chris Lattner2003-08-286-58/+166
| | | | | | | | | * Make catch_begin() produce a pointer that must be passed to catch_end() * Eliminate the caught exception stack. * Add optional debugging code that may be turned on. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8184 91177308-0d34-0410-b5e6-96231b3b80d8
* Convert C comments to C++Chris Lattner2003-08-282-42/+42
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8172 91177308-0d34-0410-b5e6-96231b3b80d8
* New wrapper around the terminate call.Chris Lattner2003-08-284-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8171 91177308-0d34-0410-b5e6-96231b3b80d8
* Squelch warningChris Lattner2003-08-281-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8170 91177308-0d34-0410-b5e6-96231b3b80d8
* Be more typesafeChris Lattner2003-08-272-68/+308
| | | | | | | | | Call terminate and unexpected where appropriate. Interface to libstdc++ as appropriate Initial cut at implementing function exception specifications git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8169 91177308-0d34-0410-b5e6-96231b3b80d8
* Be more type-safe, add throw specs to all functionsChris Lattner2003-08-272-26/+54
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8168 91177308-0d34-0410-b5e6-96231b3b80d8
* Add throw specs to the functions, remove (void) from the functionsChris Lattner2003-08-272-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8167 91177308-0d34-0410-b5e6-96231b3b80d8
* Hack out libexception temporarily until the Sparc FE is improvedChris Lattner2003-08-271-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8166 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix several _killer_ bugs. This now actually WORKS for really complex ↵Chris Lattner2003-08-272-22/+8
| | | | | | testcases :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8157 91177308-0d34-0410-b5e6-96231b3b80d8
* C++ify, add new get_cxx_exception function to convert from generic ↵Chris Lattner2003-08-272-6/+14
| | | | | | llvm_exceptions to llvm_cxx_exception's git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8156 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove Cisms. We love C++Chris Lattner2003-08-272-8/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8155 91177308-0d34-0410-b5e6-96231b3b80d8
* Add new __llvm_cxxeh_begin_catch_if_isa function, change C -> C++ commentsChris Lattner2003-08-264-74/+106
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8150 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove copy-and-paste gunkChris Lattner2003-08-251-11/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8147 91177308-0d34-0410-b5e6-96231b3b80d8
* Initial checking of C++ exception handling libraryChris Lattner2003-08-257-0/+685
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8146 91177308-0d34-0410-b5e6-96231b3b80d8
* Added dummy version of the `util' library.Misha Brukman2003-08-202-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7995 91177308-0d34-0410-b5e6-96231b3b80d8
* Added dummy library `libutempter' for non-privileged access to utmp/wtmp data.Misha Brukman2003-08-202-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7994 91177308-0d34-0410-b5e6-96231b3b80d8
* This really isn't the gcc library!Chris Lattner2003-08-171-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7917 91177308-0d34-0410-b5e6-96231b3b80d8
* Adjust level, build things in parallelChris Lattner2003-08-151-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7863 91177308-0d34-0410-b5e6-96231b3b80d8
* initial checkin, adjust LEVELChris Lattner2003-08-154-2/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7862 91177308-0d34-0410-b5e6-96231b3b80d8
* Initial checkin of READMEChris Lattner2003-08-151-0/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7861 91177308-0d34-0410-b5e6-96231b3b80d8
* Initial checkin of runtime/GCCLibraries makefileChris Lattner2003-08-151-0/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7860 91177308-0d34-0410-b5e6-96231b3b80d8
* Update readmeChris Lattner2003-08-151-25/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7859 91177308-0d34-0410-b5e6-96231b3b80d8
* Convert libraries into the BYTECODE_LIBRARY styleChris Lattner2003-08-1510-93/+40
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7858 91177308-0d34-0410-b5e6-96231b3b80d8