summaryrefslogtreecommitdiff
path: root/lib/MC/MCAsmBackend.cpp
AgeCommit message (Expand)Author
2017-10-24[MC] Adding code padding for performance stability - infrastructure. NFC.Omer Paparo Bivas
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-02-08[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko
2016-08-22[mips][ias] Support .dtprel[d]word and .tprel[d]word directivesSimon Atanasyan
2016-04-21MachO: enable .data_region directives everywhereTim Northover
2016-01-19[MC, COFF] Add .reloc support for WinCOFFDavid Majnemer
2015-11-12Implement .reloc (constant offset only) with support for R_MIPS_NONE and R_MI...Daniel Sanders
2015-05-30[MC] Allow backends to decide relaxation for unresolved fixups.Colin LeMahieu
2014-03-11Simplify a really complicated check for Arch == X86_64.Rafael Espindola
2013-07-15Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper
2012-10-01MachO: direct-to-object attribute for data-in-code markers.Jim Grosbach
2012-05-11Tidy up. Trailing whitespace.Jim Grosbach
2012-03-26Prune some includes and forward declarations.Craig Topper
2011-12-24Section relative fixups are a coff concept, not a x86 one. Replace theRafael Espindola
2011-11-23This patch addresses gp relative fixups/relocations for jump tables.Akira Hatanaka
2011-07-25Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng