[Orc] Add explicit move construction/assignment to RCMemoryManager.
[oota-llvm.git] / include / llvm / MC / MCFixup.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-15 Jim GrosbachMC: Update MCFixup naming. NFC.
2015-05-02 Jim GrosbachMC: Tidy up comments and clean up formatting a bit...
2014-05-03 Rafael EspindolaFix pr19645.
2014-03-20 Rafael EspindolaLook through variables when computing relocations.
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-26 Jim GrosbachAdd simple support for keeping MCFixup source information.
2011-12-24 Rafael EspindolaSection relative fixups are a coff concept, not a x86...
2011-11-23 Akira HatanakaThis patch addresses gp relative fixups/relocations...
2010-12-27 Rafael EspindolaAdd support for the same encodings of the personality...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-28 Rafael EspindolaDefine generic 1, 2 and 4 byte pc relative relocations...
2010-05-26 Daniel DunbarMC: Simplify MCFixup and increase the available offset...
2010-02-13 Daniel DunbarMCAssembler: Switch MCAsmFixup to storing MCFixupKind...
2010-02-10 Daniel DunbarMC: Switch MCFixup to just hold an MCExpr pointer inste...
2010-02-10 Daniel DunbarFix a signed comparison warning.
2010-02-10 Chris Lattner"fixup" a comment.
2010-02-10 Chris LattnerAdd ability for MCInstPrinters to add comments for...
2010-02-09 Daniel DunbarMC: First cut at MCFixup, for getting fixup/relocation...