aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCDirectives.h
AgeCommit message (Expand)Author
2012-05-18Refactor data-in-code annotations.Jim Grosbach
2011-07-27Support .code32 and .code64 in X86 assembler.Evan Cheng
2010-11-19Added support for the Mach-O .symbol_resolver directive. rdar://8673046Kevin Enderby
2010-11-13Parse and record the gnu_unique_object type.Rafael Espindola
2010-11-05Add '.code 32' assembler directive to MC streamers.Jim Grosbach
2010-11-05MC'ize the '.code 16' and '.thumb_func' ARM directives.Jim Grosbach
2010-11-05Trailing whitespace.Jim Grosbach
2010-09-30Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile()Jason W Kim
2010-07-08Added the darwin .weak_def_can_be_hidden directive.Kevin Enderby
2010-02-12doxygenize some comments, patch by Peter Collingbourne!Chris Lattner
2010-01-25add symbol attribute support for the ELF .type directive.Chris Lattner
2010-01-23move the various directive enums out of the MCStreamer classChris Lattner