2003-08-30 |
Chris Lattner | Urg, forgot to add a file header somehow. |
tree | commitdiff |
2003-08-30 |
Chris Lattner | initial checkin of SJLJ exception handling runtime |
tree | commitdiff |
2003-08-30 |
Chris Lattner | Rename LongJmpException -> SJLJException |
tree | commitdiff |
2003-08-30 |
Chris Lattner | we don't need this here |
tree | commitdiff |
2003-08-30 |
Chris Lattner | Move language independent exception handling routines... |
tree | commitdiff |
2003-08-30 |
Chris Lattner | File was renamed |
tree | commitdiff |
2003-08-30 |
Chris Lattner | Rename files to be capitalized now that they are C++ |
tree | commitdiff |
2003-08-30 |
Chris Lattner | Initial checkin of the SJLJ EH interface |
tree | commitdiff |
2003-08-29 |
Misha Brukman | Added a dummy version of libcurses. |
tree | commitdiff |
2003-08-29 |
Misha Brukman | Added dummy termcap library. |
tree | commitdiff |
2003-08-28 |
Chris Lattner | * Add proper support for rethrown exceptions. |
tree | commitdiff |
2003-08-28 |
Chris Lattner | Convert C comments to C++ |
tree | commitdiff |
2003-08-28 |
Chris Lattner | New wrapper around the terminate call. |
tree | commitdiff |
2003-08-28 |
Chris Lattner | Squelch warning |
tree | commitdiff |
2003-08-27 |
Chris Lattner | Be more typesafe |
tree | commitdiff |
2003-08-27 |
Chris Lattner | Be more type-safe, add throw specs to all functions |
tree | commitdiff |
2003-08-27 |
Chris Lattner | Add throw specs to the functions, remove (void) from... |
tree | commitdiff |
2003-08-27 |
Chris Lattner | Hack out libexception temporarily until the Sparc... |
tree | commitdiff |
2003-08-27 |
Chris Lattner | Fix several _killer_ bugs. This now actually WORKS... |
tree | commitdiff |
2003-08-27 |
Chris Lattner | C++ify, add new get_cxx_exception function to convert... |
tree | commitdiff |
2003-08-27 |
Chris Lattner | Remove Cisms. We love C++ |
tree | commitdiff |
2003-08-26 |
Chris Lattner | Add new __llvm_cxxeh_begin_catch_if_isa function, chang... |
tree | commitdiff |
2003-08-25 |
Chris Lattner | Remove copy-and-paste gunk |
tree | commitdiff |
2003-08-25 |
Chris Lattner | Initial checking of C++ exception handling library |
tree | commitdiff |
2003-08-20 |
Misha Brukman | Added dummy version of the `util' library. |
tree | commitdiff |
2003-08-20 |
Misha Brukman | Added dummy library `libutempter' for non-privileged... |
tree | commitdiff |
2003-08-17 |
Chris Lattner | This really isn't the gcc library! |
tree | commitdiff |
2003-08-15 |
Chris Lattner | Adjust level, build things in parallel |
tree | commitdiff |
2003-08-15 |
Chris Lattner | initial checkin, adjust LEVEL |
tree | commitdiff |
2003-08-15 |
Chris Lattner | Initial checkin of README |
tree | commitdiff |
2003-08-15 |
Chris Lattner | Initial checkin of runtime/GCCLibraries makefile |
tree | commitdiff |
2003-08-15 |
Chris Lattner | Update readme |
tree | commitdiff |
2003-08-15 |
Chris Lattner | Convert libraries into the BYTECODE_LIBRARY style |
tree | commitdiff |
2003-08-15 |
Chris Lattner | Disable this library for now |
tree | commitdiff |
2003-08-14 |
Chris Lattner | Disable this support stuff, it doesn't work under linux... |
tree | commitdiff |
2003-08-13 |
John Criswell | Removing the pool allocator from the main CVS tree. |
tree | commitdiff |
2003-08-12 |
Sumant Kowshik | Minor fix so that the program exits upon a poolfree... |
tree | commitdiff |
2003-08-07 |
Sumant Kowshik | Change implementation so that variable sized slabs... |
tree | commitdiff |
2003-07-30 |
Vikram S. Adve | 1. Make table size prime -- improves hashing performanc... |
tree | commitdiff |
2003-07-29 |
Vikram S. Adve | Bug fix: after reallocating the hash table, we have... |
tree | commitdiff |
2003-07-21 |
Chris Lattner | Remove unneccesary #ifdefs |
tree | commitdiff |
2003-07-21 |
Chris Lattner | Fix warnings |
tree | commitdiff |
2003-07-11 |
Vikram S. Adve | Use uint32_t for table index and size: table will never... |
tree | commitdiff |
2003-07-08 |
Vikram S. Adve | Pointer hash table reallocation code seems never to... |
tree | commitdiff |
2003-07-08 |
Vikram S. Adve | Native libraries (libinstr*.a) should not have been... |
tree | commitdiff |
2003-07-03 |
Sumant Kowshik | Added support for poolallocarray and poolmakeunfreeable... |
tree | commitdiff |
2003-06-26 |
Chris Lattner | Don't register the destructors if the list is empty |
tree | commitdiff |
2003-06-24 |
Joel Stanley | Prevented inclusion of (non-existent) stdint.h on Sparc. |
tree | commitdiff |
2003-05-29 |
Misha Brukman | Prevent lines from wrapping. |
tree | commitdiff |
2003-05-29 |
Chris Lattner | Initial checkin |
tree | commitdiff |
2003-05-29 |
Chris Lattner | Run more post-link xforms |
tree | commitdiff |
2003-05-27 |
Chris Lattner | Update to match the reality that is now. |
tree | commitdiff |
2003-05-22 |
Chris Lattner | add support for an explicit EXPORTED_SYMBOL_LIST |
tree | commitdiff |
2003-05-22 |
Chris Lattner | Specify a list of symbols that should be exported by... |
tree | commitdiff |
2003-05-22 |
Chris Lattner | Update to match typename produced by the C frontend |
tree | commitdiff |
2003-05-14 |
Chris Lattner | Dead file |
tree | commitdiff |
2003-05-14 |
Chris Lattner | Minor updates |
tree | commitdiff |
2003-05-14 |
Chris Lattner | Initial checkin of crtend.o implementation |
tree | commitdiff |
2003-05-14 |
Chris Lattner | New file |
tree | commitdiff |
2003-02-18 |
Chris Lattner | Remove support for memset |
tree | commitdiff |
2003-02-18 |
Chris Lattner | Add lots of functions |
tree | commitdiff |
2003-02-11 |
Chris Lattner | Implement more functions |
tree | commitdiff |
2003-02-03 |
Chris Lattner | Implement feof and xmalloc |
tree | commitdiff |
2003-02-01 |
Chris Lattner | Add a bunch more stubs |
tree | commitdiff |
2003-01-29 |
Chris Lattner | Initial checkin of pool allocator library |
tree | commitdiff |
2003-01-17 |
Chris Lattner | Initial checkin of dummylib |
tree | commitdiff |
2002-11-08 |
Chris Lattner | fix path |
tree | commitdiff |
2002-11-06 |
Chris Lattner | Add note about what this is |
tree | commitdiff |
2002-07-30 |
Chris Lattner | Pass renamed |
tree | commitdiff |
2002-07-18 |
Chris Lattner | Fixes to be LP64 correct |
tree | commitdiff |
2002-05-20 |
Chris Lattner | Allow libraries to specify other libraries to link to |
tree | commitdiff |
2002-05-20 |
Chris Lattner | Tracelib is now an LLVM library just like all other... |
tree | commitdiff |
2002-05-20 |
Chris Lattner | * If hashing a pointer, cast it to a 64 bit number... |
tree | commitdiff |
2002-05-20 |
Chris Lattner | Implement the printf function, used by assert |
tree | commitdiff |
2002-05-19 |
Vikram S. Adve | Runtime routines to support tracing. |
tree | commitdiff |
2002-03-22 |
Chris Lattner | Remove compilation of __main because we now link -lgcc... |
tree | commitdiff |
2002-03-18 |
Vikram S. Adve | Need rule for runtime.o. This is just temporary to... |
tree | commitdiff |
2002-03-11 |
Chris Lattner | Add strcat function |
tree | commitdiff |
2002-03-08 |
Chris Lattner | Checkin library infrastructure for building stuff to... |
tree | commitdiff |
2002-02-26 |
Chris Lattner | Add a clean target stub |
tree | commitdiff |
2002-01-23 |
Chris Lattner | Initial checkin of Makefile, just a dummy file for... |
tree | commitdiff |
|