summaryrefslogtreecommitdiff
path: root/runtime/GC
AgeCommit message (Expand)AuthorFilesLines
2004-12-22For PR432:Reid Spencer1-1/+1
2004-12-13Use the new BYTECODE_DESTINATION to override the default bytecode installReid Spencer1-1/+1
2004-12-02Standardize the makefiles with space around = to match the rest of LLVM.Reid Spencer1-2/+2
2004-10-26Add EXTRA_DIST for additional files to be distributed.Reid Spencer1-0/+1
2004-10-22We're not doing automake any moreReid Spencer2-1314/+0
2004-10-22Adjust to changes in Makefile.rulesReid Spencer1-3/+1
2004-10-22We won't use automakeReid Spencer2-32/+0
2004-10-18Initial automake generated Makefile templateReid Spencer2-0/+1314
2004-10-17Initial Makefile.am for building with automakeReid Spencer2-0/+32
2004-08-09Do not mention Chris in public MakefilesMisha Brukman1-3/+1
2004-07-22Update GC intrinsics to take a pointer to the object as well as a pointerChris Lattner2-4/+4
2004-07-16Fix warning on 64-bit machinesBrian Gaeke1-1/+1
2004-05-27Continue the implementationChris Lattner1-37/+61
2004-05-27A few more microstepsChris Lattner1-1/+7
2004-05-23Eliminate warningsAlkis Evlogimenos1-1/+1
2004-05-23Initial checkin of GC implementation support filesChris Lattner3-0/+69
2004-05-23Check in an EARLY START on a simple copying collectorChris Lattner2-0/+117