aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCFixup.h
Commit message (Expand)AuthorAgeFilesLines
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-2/+0
* Update to LLVM 3.5a.Stephen Hines2014-04-241-0/+3
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-1/+2
* Add simple support for keeping MCFixup source information.Jim Grosbach2012-01-261-1/+7
* Section relative fixups are a coff concept, not a x86 one. Replace theRafael Espindola2011-12-241-0/+4
* This patch addresses gp relative fixups/relocations for jump tables.Akira Hatanaka2011-11-231-0/+4
* Add support for the same encodings of the personality function that gnu asRafael Espindola2010-12-271-3/+2
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Define generic 1, 2 and 4 byte pc relative relocations. They are commonRafael Espindola2010-11-281-5/+10
* 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