test commit redux
[oota-llvm.git] / runtime /
2004-12-15 Chris LattnerDisable libprofile as llvm-ar bus errors on it, and...
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-12-02 Reid SpencerRemove this left-over crud from the automake experiment.
2004-11-27 Chris LattnerRemove zlib from the llvm tarball. This is only used...
2004-11-27 Chris LattnerRemove zlib from the llvm tarball. This is only used...
2004-11-18 Chris Lattnerlibpng is not even used by povray3.1 in the current...
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-26 Reid SpencerAdd EXTRA_DIST for additional files to be distributed.
2004-10-23 Reid SpencerRemove the clean target.
2004-10-22 Reid SpencerWe're not doing automake any more
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 SpencerUpdate to reflect building zlib for LLVM
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 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-09-08 Misha BrukmanDisable libprofile as it breaks the build on Sparc...
2004-09-03 Reid SpencerClean up some "clean:" targets so they use $(VERB)...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-09 Misha BrukmanDo not mention Chris in public Makefiles
2004-08-09 Misha BrukmanShorten comment header to 80 cols
2004-08-09 Misha Brukman* Remove UIUC-specific comment
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-07-22 Chris LattnerUpdate GC intrinsics to take a pointer to the object...
2004-07-16 Brian GaekeFix warning on 64-bit machines
2004-05-27 Chris LattnerContinue the implementation
2004-05-27 Chris LattnerA few more microsteps
2004-05-23 Alkis EvlogimenosEliminate warnings
2004-05-23 Chris LattnerBuild the garbage collectors
2004-05-23 Chris LattnerInitial checkin of GC implementation support files
2004-05-23 Chris LattnerCheck in an EARLY START on a simple copying collector
2004-05-04 Brian GaekeShare the profile info type enum with the C++ analysis...
2004-05-04 Brian GaekeConstants for profile info type changed names to match...
2004-05-04 Brian GaekeConstants for profile info type changed names to match...
2004-05-03 Brian GaekeAdd initial implementation of basic block tracing runtime
2004-05-03 Brian GaekeAdd basic block tracing functions as exported symbols.
2004-05-03 Brian GaekeAdd basic block tracing information as a type of "profi...
2004-04-16 Misha BrukmanFit comment into 80 cols.
2004-04-16 Chris LattnerRemove libraries that have no reason to be here, and...
2004-04-13 Chris LattnerReenable library now that the loopsimplify bug is fixed
2004-04-13 Chris LattnerTemporary hack to get the nightly tester running
2004-03-29 John CriswellMerged in RELEASE_12.
2004-03-26 Chris LattnerMake sure to get the headers from zlib correctly
2004-03-11 Brian GaekeMake sure libcrtend.a gets installed when you make...
2004-03-08 Chris LattnerAdd edge profiling support to the runtime library
2004-02-27 Chris LattnerBuild zlib and libpng
2004-02-20 John CriswellBuild an archive for use with Povray.
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-02-10 Chris LattnerMake sure to copy the null terminator at the end of...
2004-02-10 Chris LattnerAllow the program to take a '-llvmprof-output filename...
2004-02-10 Chris LattnerMake the initialization calls return argc.
2004-02-06 John CriswellInitial checking of the libpng library.
2004-02-06 John CriswellInitial checking of the zlib library.
2004-02-04 Brian GaekeClean out DESTLIBBYTECODE when making clean in runtime.
2004-01-21 Brian GaekeAdd DESTDIR support for installing. Use (and depend...
2004-01-16 Brian GaekeClarify comment.
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-16 Brian GaekeAs per PR96, don't build subdirs if LLVMGCCDIR is not...
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-28 Chris LattnerActually save and pass in argument information
2003-10-28 Chris LattnerWe need to output the number of records we have, so...
2003-10-28 Chris LattnerInitial checkin of function and block profiling runtime...
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.
next