* llvm.spec.in: update blurb
[oota-llvm.git] / runtime / GCCLibraries /
2007-02-23 Chris Lattnercrtend is only for llvm-gcc3, remove it.
2006-11-17 Reid SpencerUndo removal of the runtime libraries. While this may...
2006-11-16 Reid SpencerIn LLVM 2.0 we won't use the runtime libraries as llvm...
2006-11-02 Reid SpencerFor PR786:
2006-08-08 John CriswellDescribe and date modifications we made per LGPL requir...
2006-08-08 John CriswellMake information more complete.
2006-07-28 John CriswellReverted previous commit. Thanks, Chris.
2006-07-28 John CriswellAdded in the LGPL text and copyright information. ...
2006-06-01 Reid SpencerPut an innocuous statement in this file to quelch warni...
2006-06-01 Reid SpencerUse archive libraries instead of object files for VMCor...
2006-05-24 Reid SpencerFor PR786:
2006-03-13 Evan ChengOptimizing to calloc() to malloc() + memset() can be...
2006-03-09 Chris LattnerMake the new and old front-ends more similar: now neith...
2006-01-30 Chris Lattnerfix make install/uninstall of libcrtend.
2006-01-27 Chris LattnerRemove out of date comment
2006-01-27 Chris LattnerRemove the only use of FAKE_SOURCES
2005-11-28 John CriswellAdd the remove() function from the C library.
2005-10-18 Chris LattnerThis was never updated for the project makefile changes
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-23 Misha BrukmanFix grammar
2005-01-02 Chris LattnerRemove dead directories
2005-01-02 Chris LattnerThis lib is dead
2005-01-02 Chris LattnerRemove a bunch of useless empty libraries
2005-01-02 Chris LattnerThis is no longer needed.
2004-12-22 Reid SpencerFor PR432:
2004-12-13 Reid SpencerUse the new BYTECODE_DESTINATION to override the defaul...
2004-12-08 Reid SpencerRemove useless -L switch now that gccld -link-as-librar...
2004-12-05 Reid SpencerMake use of the LLVMGCCStdCXXLibDir variable to link...
2004-12-04 Reid SpencerUse the FAKE_SOURCES feature for proper distribution...
2004-12-02 Reid SpencerStandardize the makefiles with space around = to match...
2004-12-02 Reid SpencerStandardize the format of the runtime libraries makefiles.
2004-12-02 Reid SpencerFor PR466:
2004-11-14 Reid SpencerUse llvm-ar not ar for constructing archive. Wrap at...
2004-10-30 Reid SpencerInternalize variable names to prevent recursive assignm...
2004-10-26 Reid Spencer* Make the libcrtend.a installation depend on the bytec...
2004-10-26 Reid SpencerAdd the export symbols list files as extra distribution...
2004-10-22 Reid SpencerAdjust to changes in Makefile.rules
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-10-17 Reid SpencerMake sure that for systems where the string functions...
2004-10-06 Chris LattnerDon't call memset if malloc returns a null pointer
2004-08-09 Misha BrukmanShorten comment header to 80 cols
2004-08-09 Misha BrukmanRemove Chris-related bytecode-dir comment
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-20 Chris LattnerAdd a simple implementation of strncpy
2004-02-19 Chris LattnerAdd strndup
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-12-16 Misha BrukmanDisable __attribute__((weak)) on Mac OS X and other...
2003-12-15 Misha BrukmanMake all memory functions have weak linkage so that...
2003-12-10 John CriswellRemoved the pthread_once() function because it doesn...
2003-12-10 John CriswellDummy implementation of the pthread library.
2003-12-08 Chris LattnerSimplify makefiles by just explicitly listing directories
2003-12-08 John CriswellFixed the dynamic generation of the list of subdirector...
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-13 Misha BrukmanFixed word order.
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-21 Misha BrukmanAdd dummy content for libgdbm.
2003-10-21 Misha BrukmanFix libm's name to be `libm'
2003-10-21 Misha BrukmanFix library name and fix line to fit within 80 columns.
2003-10-21 Chris LattnerFix strcpy implementation and trie
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
next