aboutsummaryrefslogtreecommitdiff
path: root/runtime/GC
AgeCommit message (Expand)Author
2009-03-02Drop toy GC runtime.Gordon Henriksen
2008-01-24Fixing the stack walker.Gordon Henriksen
2008-01-07With this patch, the LowerGC transformation becomes theGordon Henriksen
2007-12-29remove attribution from a variety of miscellaneous files.Chris Lattner
2007-12-29remove attributions from the rest of the llvm makefiles.Chris Lattner
2007-09-27GarbageCollection.html is expanded to encompass the comingGordon Henriksen
2006-11-17Undo removal of the runtime libraries. While this may have been a bitReid Spencer
2006-11-16In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer
2006-06-01Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer
2005-10-18This never got updated to reflect the project makefile changesChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-12-22For PR432:Reid Spencer
2004-12-13Use the new BYTECODE_DESTINATION to override the default bytecode installReid Spencer
2004-12-02Standardize the makefiles with space around = to match the rest of LLVM.Reid Spencer
2004-10-26Add EXTRA_DIST for additional files to be distributed.Reid Spencer
2004-10-22We're not doing automake any moreReid Spencer
2004-10-22Adjust to changes in Makefile.rulesReid Spencer
2004-10-22We won't use automakeReid Spencer
2004-10-18Initial automake generated Makefile templateReid Spencer
2004-10-17Initial Makefile.am for building with automakeReid Spencer
2004-08-09Do not mention Chris in public MakefilesMisha Brukman
2004-07-22Update GC intrinsics to take a pointer to the object as well as a pointerChris Lattner
2004-07-16Fix warning on 64-bit machinesBrian Gaeke
2004-05-27Continue the implementationChris Lattner
2004-05-27A few more microstepsChris Lattner
2004-05-23Eliminate warningsAlkis Evlogimenos
2004-05-23Initial checkin of GC implementation support filesChris Lattner
2004-05-23Check in an EARLY START on a simple copying collectorChris Lattner