Adding bindings for target triple and data layout.
[oota-llvm.git] / runtime /
2007-09-27 Gordon HenriksenGarbageCollection.html is expanded to encompass the...
2007-09-11 Chris LattnerReenable libgc and libprofile is explicitly requested.
2007-09-11 Chris Lattnerremove an obsolete library.
2007-08-21 Anton KorobeynikovDror GCCLibraries: they are obsolete since 2.0 release...
2007-02-23 Chris Lattnercrtend is only for llvm-gcc3, remove it.
2007-01-07 Chris Lattnerthe old trace values pass has been removed, remove...
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-03 Reid SpencerRemove unused variable.
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 SpencerFor PR786:
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-04-07 Reid SpencerInvert the tests on LLVMGCC_MAJVERS to check for value...
2006-04-07 Chris Lattneradd a newline at the end of the file
2006-04-06 Reid SpencerAvoid building the runtime libraries if llvm-gcc versio...
2006-04-02 Reid SpencerFor PR722:
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-10-18 Chris LattnerThis never got updated to reflect the project makefile...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-23 Misha BrukmanFix grammar
2005-01-28 Chris LattnerHrm, who knows what 'uint' is, but it seems to work...
2005-01-13 Reid SpencerTurn on LOADABLE_MODULE so that profile.so can be loade...
2005-01-13 Reid SpencerRe-enable libprofile now that llvm-ar is working better.
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-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...
next