summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/GCMetadata.h
Commit message (Expand)AuthorAge
* [Layering] Move DebugLoc.h into the IR library. The implementationChandler Carruth2014-03-05
* GCInfoDeleter code cleanup after r175528Yiannis Tsiouris2013-03-01
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Remove GC roots that reference dead objects.Nicolas Geoffray2012-10-26
* Change comment into proper Doxygen member comment.Dmitri Gribenko2012-06-22
* Convert comments to proper Doxygen comments.Dmitri Gribenko2012-06-09
* Attach a DebugLoc to a GC point in order to get precise information in the JI...Nicolas Geoffray2010-09-24
* Trailing whitespace.Mikhail Glushenkov2010-07-01
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-15
* switch GC_LABEL to use an MCSymbol operand instead of a label ID operand.Chris Lattner2010-03-14
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-17
* Factor GC metadata table assembly generation out of Collector in preparation ...Gordon Henriksen2008-08-17