aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/GC
Commit message (Expand)AuthorAgeFilesLines
* Fixing the stack walker.Gordon Henriksen2008-01-241-4/+7
* With this patch, the LowerGC transformation becomes theGordon Henriksen2008-01-071-15/+17
* remove attribution from a variety of miscellaneous files.Chris Lattner2007-12-292-4/+4
* remove attributions from the rest of the llvm makefiles.Chris Lattner2007-12-292-4/+4
* GarbageCollection.html is expanded to encompass the comingGordon Henriksen2007-09-271-0/+5
* Undo removal of the runtime libraries. While this may have been a bitReid Spencer2006-11-175-0/+215
* In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer2006-11-165-215/+0
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-011-0/+2
* This never got updated to reflect the project makefile changesChris Lattner2005-10-181-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
* For PR432:Reid Spencer2004-12-221-1/+1
* Use the new BYTECODE_DESTINATION to override the default bytecode installReid Spencer2004-12-131-1/+1
* Standardize the makefiles with space around = to match the rest of LLVM.Reid Spencer2004-12-021-2/+2
* Add EXTRA_DIST for additional files to be distributed.Reid Spencer2004-10-261-0/+1
* We're not doing automake any moreReid Spencer2004-10-222-1314/+0
* Adjust to changes in Makefile.rulesReid Spencer2004-10-221-3/+1
* We won't use automakeReid Spencer2004-10-222-32/+0
* Initial automake generated Makefile templateReid Spencer2004-10-182-0/+1314
* Initial Makefile.am for building with automakeReid Spencer2004-10-172-0/+32
* Do not mention Chris in public MakefilesMisha Brukman2004-08-091-3/+1
* Update GC intrinsics to take a pointer to the object as well as a pointerChris Lattner2004-07-222-4/+4
* Fix warning on 64-bit machinesBrian Gaeke2004-07-161-1/+1
* Continue the implementationChris Lattner2004-05-271-37/+61
* A few more microstepsChris Lattner2004-05-271-1/+7
* Eliminate warningsAlkis Evlogimenos2004-05-231-1/+1
* Initial checkin of GC implementation support filesChris Lattner2004-05-233-0/+69
* Check in an EARLY START on a simple copying collectorChris Lattner2004-05-232-0/+117