aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/GCMetadata.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-145/+150
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-2/+3
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+1
* GCInfoDeleter code cleanup after r175528Yiannis Tsiouris2013-03-011-1/+2
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+1
* Remove GC roots that reference dead objects.Nicolas Geoffray2012-10-261-0/+5
* Change comment into proper Doxygen member comment.Dmitri Gribenko2012-06-221-1/+2
* Convert comments to proper Doxygen comments.Dmitri Gribenko2012-06-091-8/+8
* Attach a DebugLoc to a GC point in order to get precise information in the JI...Nicolas Geoffray2010-09-241-3/+6
* Trailing whitespace.Mikhail Glushenkov2010-07-011-48/+48
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-151-3/+3
* switch GC_LABEL to use an MCSymbol operand instead of a label ID operand.Chris Lattner2010-03-141-7/+5
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-1/+1
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-171-49/+47
* Factor GC metadata table assembly generation out of Collector in preparation ...Gordon Henriksen2008-08-171-0/+194