aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCFixup.h
Commit message (Expand)AuthorAgeFilesLines
* MC: Simplify MCFixup and increase the available offset size.Daniel Dunbar2010-05-261-29/+14
* MCAssembler: Switch MCAsmFixup to storing MCFixupKind instead of just a size.Daniel Dunbar2010-02-131-0/+12
* MC: Switch MCFixup to just hold an MCExpr pointer instead of index into theDaniel Dunbar2010-02-101-13/+14
* Fix a signed comparison warning.Daniel Dunbar2010-02-101-3/+3
* "fixup" a comment.Chris Lattner2010-02-101-1/+1
* Add ability for MCInstPrinters to add comments for instructions.Chris Lattner2010-02-101-1/+1
* MC: First cut at MCFixup, for getting fixup/relocation information out of an ...Daniel Dunbar2010-02-091-0/+95