We won't use automake
[oota-llvm.git] / runtime / GCCLibraries / crtend /
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-17 Reid SpencerAdd missing targets for install/clean
2004-10-17 Reid SpencerInitial Makefile.am for building with automake
2004-08-05 Chris LattnerThis file is obsolete
2004-08-05 Chris LattnerC++ support does not live in the C runtime any longer
2004-08-05 Chris LattnerTwo files are moved to libstdc++, and a NOTE gets added
2004-08-05 Chris LattnerAdd missing copyrights
2004-03-11 Brian GaekeMake sure libcrtend.a gets installed when you make...
2004-02-17 Chris LattnerSince tail duplication is currently neutered, we have...
2004-01-21 Brian GaekeAdd DESTDIR support for installing. Use (and depend...
2003-12-19 Chris LattnerAdd support for people calling main recursively
2003-12-18 John CriswellMerged in RELEASE_11.
2003-11-30 Chris Lattneradd missing dependency
2003-11-29 Chris LattnerBuild _lib_crtend.a, not crtend.a
2003-11-29 Chris LattnerDon't print out tons of crap
2003-11-29 Chris LattnerRewrite makefile logic to build an archive instead...
2003-11-29 Chris LattnerAdd readme and spiff up makefile header
2003-11-09 Chris LattnerTotally disable assert, in order to fix PR101
2003-11-08 Chris LattnerFix wierd problems linking C programs which look for...
2003-10-20 John CriswellAdded LLVM copyright to Makefiles.
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 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-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-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 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 LattnerInitial checking of C++ exception handling library
2003-08-15 Chris LattnerConvert libraries into the BYTECODE_LIBRARY style
2003-06-26 Chris LattnerDon't register the destructors if the list is empty
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 LattnerInitial checkin of crtend.o implementation
2003-05-14 Chris LattnerNew file