| Commit message (Expand) | Author | Age | Files | Lines |
* | Actually save and pass in argument information | Chris Lattner | 2003-10-28 | 1 | -15/+20 |
* | We need to output the number of records we have, so we know how many to read ... | Chris Lattner | 2003-10-28 | 1 | -0/+1 |
* | Initial checkin of function and block profiling runtime library | Chris Lattner | 2003-10-28 | 6 | -0/+220 |
* | Add dummy content for libgdbm. | Misha Brukman | 2003-10-21 | 2 | -0/+15 |
* | Fix libm's name to be `libm' | Misha Brukman | 2003-10-21 | 1 | -2/+2 |
* | Fix library name and fix line to fit within 80 columns. | Misha Brukman | 2003-10-21 | 1 | -5/+5 |
* | Fix strcpy implementation and trie | Chris Lattner | 2003-10-21 | 1 | -1/+2 |
* | Added LLVM copyright to Makefiles. | John Criswell | 2003-10-20 | 14 | -0/+112 |
* | Adding additional license information to these files. | John Criswell | 2003-10-13 | 1 | -0/+5 |
* | Actually pass in a pointer to the thrown object, not a pointer to the | Chris Lattner | 2003-10-10 | 1 | -1/+1 |
* | Include <cstdio> instead of <stdio.h>. | Brian Gaeke | 2003-10-10 | 1 | -1/+1 |
* | Fix spelling. | Misha Brukman | 2003-10-10 | 1 | -1/+1 |
* | Fix building outside the srcdir, again | Chris Lattner | 2003-09-15 | 1 | -1/+1 |
* | Fix building into a different obj directory | Chris Lattner | 2003-09-15 | 1 | -1/+1 |
* | Whoops, remove makefile too | Chris Lattner | 2003-09-15 | 1 | -6/+0 |
* | Remove dead library, it is now folded into crtend | Chris Lattner | 2003-09-15 | 6 | -771/+0 |
* | Move the exception handling runtime stuff into this directory | Chris Lattner | 2003-09-15 | 2 | -3/+33 |
* | Urg, forgot to add a file header somehow. | Chris Lattner | 2003-08-30 | 2 | -0/+22 |
* | initial checkin of SJLJ exception handling runtime | Chris Lattner | 2003-08-30 | 2 | -0/+246 |
* | Rename LongJmpException -> SJLJException | Chris Lattner | 2003-08-30 | 2 | -6/+6 |
* | we don't need this here | Chris Lattner | 2003-08-30 | 2 | -2/+0 |
* | Move language independent exception handling routines OUT of C++Exception.cpp | Chris Lattner | 2003-08-30 | 6 | -108/+156 |
* | File was renamed | Chris Lattner | 2003-08-30 | 2 | -2/+2 |
* | Rename files to be capitalized now that they are C++ | Chris Lattner | 2003-08-30 | 6 | -12/+12 |
* | Initial checkin of the SJLJ EH interface | Chris Lattner | 2003-08-30 | 2 | -0/+148 |
* | Added a dummy version of libcurses. | Misha Brukman | 2003-08-29 | 2 | -0/+6 |
* | Added dummy termcap library. | Misha Brukman | 2003-08-29 | 2 | -0/+6 |
* | * Add proper support for rethrown exceptions. | Chris Lattner | 2003-08-28 | 6 | -58/+166 |
* | Convert C comments to C++ | Chris Lattner | 2003-08-28 | 2 | -42/+42 |
* | New wrapper around the terminate call. | Chris Lattner | 2003-08-28 | 4 | -0/+10 |
* | Squelch warning | Chris Lattner | 2003-08-28 | 1 | -0/+1 |
* | Be more typesafe | Chris Lattner | 2003-08-27 | 2 | -68/+308 |
* | Be more type-safe, add throw specs to all functions | Chris Lattner | 2003-08-27 | 2 | -26/+54 |
* | Add throw specs to the functions, remove (void) from the functions | Chris Lattner | 2003-08-27 | 2 | -4/+4 |
* | Hack out libexception temporarily until the Sparc FE is improved | Chris Lattner | 2003-08-27 | 1 | -0/+1 |
* | Fix several _killer_ bugs. This now actually WORKS for really complex testca... | Chris Lattner | 2003-08-27 | 2 | -22/+8 |
* | C++ify, add new get_cxx_exception function to convert from generic llvm_excep... | Chris Lattner | 2003-08-27 | 2 | -6/+14 |
* | Remove Cisms. We love C++ | Chris Lattner | 2003-08-27 | 2 | -8/+8 |
* | Add new __llvm_cxxeh_begin_catch_if_isa function, change C -> C++ comments | Chris Lattner | 2003-08-26 | 4 | -74/+106 |
* | Remove copy-and-paste gunk | Chris Lattner | 2003-08-25 | 1 | -11/+0 |
* | Initial checking of C++ exception handling library | Chris Lattner | 2003-08-25 | 7 | -0/+685 |
* | Added dummy version of the `util' library. | Misha Brukman | 2003-08-20 | 2 | -0/+6 |
* | Added dummy library `libutempter' for non-privileged access to utmp/wtmp data. | Misha Brukman | 2003-08-20 | 2 | -0/+6 |
* | This really isn't the gcc library! | Chris Lattner | 2003-08-17 | 1 | -1/+1 |
* | Adjust level, build things in parallel | Chris Lattner | 2003-08-15 | 1 | -3/+3 |
* | initial checkin, adjust LEVEL | Chris Lattner | 2003-08-15 | 4 | -2/+6 |
* | Initial checkin of README | Chris Lattner | 2003-08-15 | 1 | -0/+7 |
* | Initial checkin of runtime/GCCLibraries makefile | Chris Lattner | 2003-08-15 | 1 | -0/+13 |
* | Update readme | Chris Lattner | 2003-08-15 | 1 | -25/+4 |
* | Convert libraries into the BYTECODE_LIBRARY style | Chris Lattner | 2003-08-15 | 10 | -93/+40 |