Added LLVM copyright header.
[oota-llvm.git] / runtime /
2003-10-20 John CriswellAdded LLVM copyright to Makefiles.
2003-10-13 John CriswellAdding additional license information to these files.
2003-10-10 Chris LattnerActually pass in a pointer to the thrown object, not...
2003-10-10 Brian GaekeInclude <cstdio> instead of <stdio.h>.
2003-10-10 Misha BrukmanFix spelling.
2003-09-15 Chris LattnerFix building outside the srcdir, again
2003-09-15 Chris LattnerFix building into a different obj directory
2003-09-15 Chris LattnerWhoops, remove makefile too
2003-09-15 Chris LattnerRemove dead library, it is now folded into crtend
2003-09-15 Chris LattnerMove the exception handling runtime stuff into this...
2003-08-30 Chris LattnerUrg, forgot to add a file header somehow.
2003-08-30 Chris Lattnerinitial checkin of SJLJ exception handling runtime
2003-08-30 Chris LattnerRename LongJmpException -> SJLJException
2003-08-30 Chris Lattnerwe don't need this here
2003-08-30 Chris LattnerMove language independent exception handling routines...
2003-08-30 Chris LattnerFile was renamed
2003-08-30 Chris LattnerRename files to be capitalized now that they are C++
2003-08-30 Chris LattnerInitial checkin of the SJLJ EH interface
2003-08-29 Misha BrukmanAdded a dummy version of libcurses.
2003-08-29 Misha BrukmanAdded dummy termcap library.
2003-08-28 Chris Lattner* Add proper support for rethrown exceptions.
2003-08-28 Chris LattnerConvert C comments to C++
2003-08-28 Chris LattnerNew wrapper around the terminate call.
2003-08-28 Chris LattnerSquelch warning
2003-08-27 Chris LattnerBe more typesafe
2003-08-27 Chris LattnerBe more type-safe, add throw specs to all functions
2003-08-27 Chris LattnerAdd throw specs to the functions, remove (void) from...
2003-08-27 Chris LattnerHack out libexception temporarily until the Sparc...
2003-08-27 Chris LattnerFix several _killer_ bugs. This now actually WORKS...
2003-08-27 Chris LattnerC++ify, add new get_cxx_exception function to convert...
2003-08-27 Chris LattnerRemove Cisms. We love C++
2003-08-26 Chris LattnerAdd new __llvm_cxxeh_begin_catch_if_isa function, chang...
2003-08-25 Chris LattnerRemove copy-and-paste gunk
2003-08-25 Chris LattnerInitial checking of C++ exception handling library
2003-08-20 Misha BrukmanAdded dummy version of the `util' library.
2003-08-20 Misha BrukmanAdded dummy library `libutempter' for non-privileged...
2003-08-17 Chris LattnerThis really isn't the gcc library!
2003-08-15 Chris LattnerAdjust level, build things in parallel
2003-08-15 Chris Lattnerinitial checkin, adjust LEVEL
2003-08-15 Chris LattnerInitial checkin of README
2003-08-15 Chris LattnerInitial checkin of runtime/GCCLibraries makefile
2003-08-15 Chris LattnerUpdate readme
2003-08-15 Chris LattnerConvert libraries into the BYTECODE_LIBRARY style
2003-08-15 Chris LattnerDisable this library for now
2003-08-14 Chris LattnerDisable this support stuff, it doesn't work under linux...
2003-08-13 John CriswellRemoving the pool allocator from the main CVS tree.
2003-08-12 Sumant KowshikMinor fix so that the program exits upon a poolfree...
2003-08-07 Sumant KowshikChange implementation so that variable sized slabs...
2003-07-30 Vikram S. Adve1. Make table size prime -- improves hashing performanc...
2003-07-29 Vikram S. AdveBug fix: after reallocating the hash table, we have...
2003-07-21 Chris LattnerRemove unneccesary #ifdefs
2003-07-21 Chris LattnerFix warnings
2003-07-11 Vikram S. AdveUse uint32_t for table index and size: table will never...
2003-07-08 Vikram S. AdvePointer hash table reallocation code seems never to...
2003-07-08 Vikram S. AdveNative libraries (libinstr*.a) should not have been...
2003-07-03 Sumant KowshikAdded support for poolallocarray and poolmakeunfreeable...
2003-06-26 Chris LattnerDon't register the destructors if the list is empty
2003-06-24 Joel StanleyPrevented inclusion of (non-existent) stdint.h on Sparc.
2003-05-29 Misha BrukmanPrevent lines from wrapping.
2003-05-29 Chris LattnerInitial checkin
2003-05-29 Chris LattnerRun more post-link xforms
2003-05-27 Chris LattnerUpdate to match the reality that is now.
2003-05-22 Chris Lattneradd support for an explicit EXPORTED_SYMBOL_LIST
2003-05-22 Chris LattnerSpecify a list of symbols that should be exported by...
2003-05-22 Chris LattnerUpdate to match typename produced by the C frontend
2003-05-14 Chris LattnerDead file
2003-05-14 Chris LattnerMinor updates
2003-05-14 Chris LattnerInitial checkin of crtend.o implementation
2003-05-14 Chris LattnerNew file
2003-02-18 Chris LattnerRemove support for memset
2003-02-18 Chris LattnerAdd lots of functions
2003-02-11 Chris LattnerImplement more functions
2003-02-03 Chris LattnerImplement feof and xmalloc
2003-02-01 Chris LattnerAdd a bunch more stubs
2003-01-29 Chris LattnerInitial checkin of pool allocator library
2003-01-17 Chris LattnerInitial checkin of dummylib
2002-11-08 Chris Lattnerfix path
2002-11-06 Chris LattnerAdd note about what this is
2002-07-30 Chris LattnerPass renamed
2002-07-18 Chris LattnerFixes to be LP64 correct
2002-05-20 Chris LattnerAllow libraries to specify other libraries to link to
2002-05-20 Chris LattnerTracelib is now an LLVM library just like all other...
2002-05-20 Chris Lattner* If hashing a pointer, cast it to a 64 bit number...
2002-05-20 Chris LattnerImplement the printf function, used by assert
2002-05-19 Vikram S. AdveRuntime routines to support tracing.
2002-03-22 Chris LattnerRemove compilation of __main because we now link -lgcc...
2002-03-18 Vikram S. AdveNeed rule for runtime.o. This is just temporary to...
2002-03-11 Chris LattnerAdd strcat function
2002-03-08 Chris LattnerCheckin library infrastructure for building stuff to...
2002-02-26 Chris LattnerAdd a clean target stub
2002-01-23 Chris LattnerInitial checkin of Makefile, just a dummy file for...