| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure libcrtend.a gets installed when you make install-bytecode. | Brian Gaeke | 2004-03-11 | 1 | -0/+1 |
* | Since tail duplication is currently neutered, we have to help the optimizer t... | Chris Lattner | 2004-02-17 | 1 | -2/+3 |
* | Add DESTDIR support for installing. Use (and depend on) $(bytecode_libdir). | Brian Gaeke | 2004-01-21 | 1 | -2/+2 |
* | Add support for people calling main recursively | Chris Lattner | 2003-12-19 | 1 | -0/+7 |
* | Merged in RELEASE_11. | John Criswell | 2003-12-18 | 1 | -3/+0 |
* | add missing dependency | Chris Lattner | 2003-11-30 | 1 | -1/+1 |
* | Build _lib_crtend.a, not crtend.a | Chris Lattner | 2003-11-29 | 1 | -5/+5 |
* | Don't print out tons of crap | Chris Lattner | 2003-11-29 | 1 | -5/+10 |
* | Rewrite makefile logic to build an archive instead of a .o file. This is | Chris Lattner | 2003-11-29 | 6 | -39/+79 |
* | Add readme and spiff up makefile header | Chris Lattner | 2003-11-29 | 2 | -1/+22 |
* | Totally disable assert, in order to fix PR101 | Chris Lattner | 2003-11-09 | 2 | -0/+10 |
* | Fix wierd problems linking C programs which look for symbols in libstdc++. | Chris Lattner | 2003-11-08 | 1 | -3/+0 |
* | Added LLVM copyright to Makefiles. | John Criswell | 2003-10-20 | 1 | -0/+8 |
* | 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 |
* | 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 | 1 | -0/+11 |
* | initial checkin of SJLJ exception handling runtime | Chris Lattner | 2003-08-30 | 1 | -0/+123 |
* | Rename LongJmpException -> SJLJException | Chris Lattner | 2003-08-30 | 1 | -3/+3 |
* | we don't need this here | Chris Lattner | 2003-08-30 | 1 | -1/+0 |
* | Move language independent exception handling routines OUT of C++Exception.cpp | Chris Lattner | 2003-08-30 | 3 | -54/+78 |
* | File was renamed | Chris Lattner | 2003-08-30 | 1 | -1/+1 |
* | Rename files to be capitalized now that they are C++ | Chris Lattner | 2003-08-30 | 3 | -6/+6 |
* | Initial checkin of the SJLJ EH interface | Chris Lattner | 2003-08-30 | 1 | -0/+74 |
* | * Add proper support for rethrown exceptions. | Chris Lattner | 2003-08-28 | 3 | -29/+83 |
* | Convert C comments to C++ | Chris Lattner | 2003-08-28 | 1 | -21/+21 |
* | New wrapper around the terminate call. | Chris Lattner | 2003-08-28 | 2 | -0/+5 |
* | Be more typesafe | Chris Lattner | 2003-08-27 | 1 | -34/+154 |
* | Be more type-safe, add throw specs to all functions | Chris Lattner | 2003-08-27 | 1 | -13/+27 |
* | Add throw specs to the functions, remove (void) from the functions | Chris Lattner | 2003-08-27 | 1 | -2/+2 |
* | Fix several _killer_ bugs. This now actually WORKS for really complex testca... | Chris Lattner | 2003-08-27 | 1 | -11/+4 |
* | C++ify, add new get_cxx_exception function to convert from generic llvm_excep... | Chris Lattner | 2003-08-27 | 1 | -3/+7 |
* | Remove Cisms. We love C++ | Chris Lattner | 2003-08-27 | 1 | -4/+4 |
* | Add new __llvm_cxxeh_begin_catch_if_isa function, change C -> C++ comments | Chris Lattner | 2003-08-26 | 2 | -37/+53 |
* | Initial checking of C++ exception handling library | Chris Lattner | 2003-08-25 | 3 | -0/+334 |
* | Convert libraries into the BYTECODE_LIBRARY style | Chris Lattner | 2003-08-15 | 1 | -5/+11 |
* | Don't register the destructors if the list is empty | Chris Lattner | 2003-06-26 | 1 | -2/+6 |
* | Specify a list of symbols that should be exported by the library | Chris Lattner | 2003-05-22 | 1 | -0/+2 |
* | Update to match typename produced by the C frontend | Chris Lattner | 2003-05-22 | 1 | -9/+9 |
* | Initial checkin of crtend.o implementation | Chris Lattner | 2003-05-14 | 3 | -2/+84 |
* | New file | Chris Lattner | 2003-05-14 | 1 | -0/+5 |