1. 4dd7b4f Actually pass in a pointer to the thrown object, not a pointer to the by Chris Lattner · 21 years ago
  2. 17634f7 Include <cstdio> instead of <stdio.h>. by Brian Gaeke · 21 years ago
  3. cf00c4a Fix spelling. by Misha Brukman · 21 years ago
  4. af229bb Fix building outside the srcdir, again by Chris Lattner · 21 years ago
  5. 98d5886 Fix building into a different obj directory by Chris Lattner · 21 years ago
  6. 919846d Whoops, remove makefile too by Chris Lattner · 21 years ago
  7. 6d4e4f8 Remove dead library, it is now folded into crtend by Chris Lattner · 21 years ago
  8. fc01114 Move the exception handling runtime stuff into this directory by Chris Lattner · 21 years ago
  9. 7b3092d Urg, forgot to add a file header somehow. Add missing function comments by Chris Lattner · 22 years ago
  10. 214191f initial checkin of SJLJ exception handling runtime by Chris Lattner · 22 years ago
  11. ed499d2 Rename LongJmpException -> SJLJException by Chris Lattner · 22 years ago
  12. 7a9fd01 we don't need this here by Chris Lattner · 22 years ago
  13. 7f45519 Move language independent exception handling routines OUT of C++Exception.cpp by Chris Lattner · 22 years ago
  14. e86159d File was renamed by Chris Lattner · 22 years ago
  15. ea0721c Rename files to be capitalized now that they are C++ by Chris Lattner · 22 years ago
  16. d6ddfb2 Initial checkin of the SJLJ EH interface by Chris Lattner · 22 years ago
  17. 402f151 Added a dummy version of libcurses. by Misha Brukman · 22 years ago
  18. efe98e9 Added dummy termcap library. by Misha Brukman · 22 years ago
  19. b40d5e7 * Add proper support for rethrown exceptions. by Chris Lattner · 22 years ago
  20. 82d222f Convert C comments to C++ by Chris Lattner · 22 years ago
  21. 3745903 New wrapper around the terminate call. by Chris Lattner · 22 years ago
  22. f4b319d Squelch warning by Chris Lattner · 22 years ago
  23. 0028b2c Be more typesafe by Chris Lattner · 22 years ago
  24. d289ed5 Be more type-safe, add throw specs to all functions by Chris Lattner · 22 years ago
  25. 7a37fa7 Add throw specs to the functions, remove (void) from the functions by Chris Lattner · 22 years ago
  26. 0e807bd Hack out libexception temporarily until the Sparc FE is improved by Chris Lattner · 22 years ago
  27. 5eb7939 Fix several _killer_ bugs. This now actually WORKS for really complex testcases :) by Chris Lattner · 22 years ago
  28. 5cf1199 C++ify, add new get_cxx_exception function to convert from generic llvm_exceptions to llvm_cxx_exception's by Chris Lattner · 22 years ago
  29. c2c70fa Remove Cisms. We love C++ by Chris Lattner · 22 years ago
  30. 23b9b05 Add new __llvm_cxxeh_begin_catch_if_isa function, change C -> C++ comments by Chris Lattner · 22 years ago
  31. aa8882a Remove copy-and-paste gunk by Chris Lattner · 22 years ago
  32. 5337521 Initial checking of C++ exception handling library by Chris Lattner · 22 years ago
  33. 0f3627e Added dummy version of the `util' library. by Misha Brukman · 22 years ago
  34. 1296747 Added dummy library `libutempter' for non-privileged access to utmp/wtmp data. by Misha Brukman · 22 years ago
  35. 1641df4 Initial checkin of README by Chris Lattner · 22 years ago
  36. 443ea94 Initial checkin of runtime/GCCLibraries makefile by Chris Lattner · 22 years ago
  37. da86e6c Convert libraries into the BYTECODE_LIBRARY style by Chris Lattner · 22 years ago
  38. 1679e82 Disable this support stuff, it doesn't work under linux anyway by Chris Lattner · 22 years ago
  39. 478b3a9 Removing the pool allocator from the main CVS tree. by John Criswell · 22 years ago
  40. 228090c Minor fix so that the program exits upon a poolfree failure by Sumant Kowshik · 22 years ago
  41. d105a87 Change implementation so that variable sized slabs are used to allow arbitrary sized array allocations by Sumant Kowshik · 22 years ago
  42. af0f37a Added support for poolallocarray and poolmakeunfreeable. The latter is used by the SAFECode project by Sumant Kowshik · 22 years ago
  43. 5d243c2 Don't register the destructors if the list is empty by Chris Lattner · 22 years ago
  44. d57f3ef Prevent lines from wrapping. by Misha Brukman · 22 years ago
  45. 96191ab Initial checkin by Chris Lattner · 22 years ago
  46. 61441cc Specify a list of symbols that should be exported by the library by Chris Lattner · 22 years ago
  47. 977abcb Update to match typename produced by the C frontend by Chris Lattner · 22 years ago
  48. 7cfee5b Dead file by Chris Lattner · 22 years ago
  49. fdab728 Initial checkin of crtend.o implementation by Chris Lattner · 22 years ago
  50. aa470c2 New file by Chris Lattner · 22 years ago
  51. 8fc6258 Remove support for memset by Chris Lattner · 22 years ago
  52. a4a684e Initial checkin of pool allocator library by Chris Lattner · 22 years ago
  53. d6c68c4 Fixes to be LP64 correct by Chris Lattner · 23 years ago
  54. cfb8191 Implement the printf function, used by assert by Chris Lattner · 23 years ago
  55. 4ee8dd7 Add strcat function by Chris Lattner · 23 years ago
  56. c1e20ac Checkin library infrastructure for building stuff to be linked with gccld by Chris Lattner · 23 years ago