summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCFixup.h
Commit message (Expand)AuthorAge
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* Add simple support for keeping MCFixup source information.Jim Grosbach2012-01-26
* Section relative fixups are a coff concept, not a x86 one. Replace theRafael Espindola2011-12-24
* This patch addresses gp relative fixups/relocations for jump tables.Akira Hatanaka2011-11-23
* Add support for the same encodings of the personality function that gnu asRafael Espindola2010-12-27
* Merge System into Support.Michael J. Spencer2010-11-29
* Define generic 1, 2 and 4 byte pc relative relocations. They are commonRafael Espindola2010-11-28
* MC: Simplify MCFixup and increase the available offset size.Daniel Dunbar2010-05-26
* MCAssembler: Switch MCAsmFixup to storing MCFixupKind instead of just a size.Daniel Dunbar2010-02-13
* MC: Switch MCFixup to just hold an MCExpr pointer instead of index into theDaniel Dunbar2010-02-10
* Fix a signed comparison warning.Daniel Dunbar2010-02-10
* "fixup" a comment.Chris Lattner2010-02-10
* Add ability for MCInstPrinters to add comments for instructions.Chris Lattner2010-02-10
* MC: First cut at MCFixup, for getting fixup/relocation information out of an ...Daniel Dunbar2010-02-09