aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/MC
AgeCommit message (Expand)Author
2010-02-23This is the first patch to put the needed bits in place to eventually allow codeKevin Enderby
2010-02-22Fix various doxygen warnings.Dan Gohman
2010-02-13MCAssembler: Switch MCAsmFixup to storing MCFixupKind instead of just a size.Daniel Dunbar
2010-02-13MCAssembler: Sink fixup list into MCDataFragment.Daniel Dunbar
2010-02-13MCAssembler: Switch MCFillFragment to only taking constant values. Symbolic e...Daniel Dunbar
2010-02-13MCAssembler: Start applying fixups in the data section.Daniel Dunbar
2010-02-13MCAssembler: Add assorted dump() methods.Daniel Dunbar
2010-02-12doxygenize some comments, patch by Peter Collingbourne!Chris Lattner
2010-02-11add a new MCInstPrinter::getOpcodeName interface, when it is Chris Lattner
2010-02-11MC: Move assembler-backend's fixup list into the fragment.Daniel Dunbar
2010-02-11MC: Move MCSectionData::Fixup out to MCAsmFixup.Daniel Dunbar
2010-02-11make getFixupKindInfo return a const reference, allowingChris Lattner
2010-02-10add a virtual dtor to MCTargetExpr, hopefully silencing some warnings.Chris Lattner
2010-02-10Fix "the the" and similar typos.Dan Gohman
2010-02-10MC: Switch MCFixup to just hold an MCExpr pointer instead of index into theDaniel Dunbar
2010-02-10Fix a signed comparison warning.Daniel Dunbar
2010-02-10"fixup" a comment.Chris Lattner
2010-02-10llvm-mc: Remove --show-fixups and always show as part of --show-encoding.Daniel Dunbar
2010-02-10Add ability for MCInstPrinters to add comments for instructions.Chris Lattner
2010-02-09llvm-mc: Add --show-fixups option, for displaying the instruction fixup infor...Daniel Dunbar
2010-02-09MC: First cut at MCFixup, for getting fixup/relocation information out of an ...Daniel Dunbar
2010-02-09stop using reserved identifiers.Chris Lattner
2010-02-09Add explicit keywords.Dan Gohman
2010-02-08Document that MCExpr::Mod is actually remainder.Dan Gohman
2010-02-08don't make hte dtor private or we can't construct the class.Chris Lattner
2010-02-08add scaffolding for target-specific MCExprs.Chris Lattner
2010-02-05MC: Change default comment column to 40 characters.Daniel Dunbar
2010-02-03llvm-mc: Add --show-inst option, for showing the MCInst inline with the assemblyDaniel Dunbar
2010-02-02Hook up -filetype=obj through the MachO streamer. Here's a demo:Chris Lattner
2010-02-02refactor code so that LLVMTargetMachine creates the asmstreamer and Chris Lattner
2010-02-02MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections.Daniel Dunbar
2010-01-26Eliminate SetDirective, and replace it with HasSetDirective.Chris Lattner
2010-01-26Emit .comm alignment in bytes but .align in powers of 2 for ARM ELF.Rafael Espindola
2010-01-26eliminate MCAsmInfo::NeedsSet: we now just use .set on any platformChris Lattner
2010-01-25mcstreamerize gprel32 emission.Chris Lattner
2010-01-25rename MAI::PICJumpTableDirective to MAI::GPRel32Directive toChris Lattner
2010-01-25remove JumpTableDirective, it is always null.Chris Lattner
2010-01-25mcstreamerize .file and .file. This also fixes an issue where theChris Lattner
2010-01-25add symbol attribute support for the ELF .type directive.Chris Lattner
2010-01-25emit the .size directive for global variables on ELF throughChris Lattner
2010-01-25all supported target now have aligned common support.Chris Lattner
2010-01-23mcize lcomm, simplify .comm, extend both to support 64-bit sizes.Chris Lattner
2010-01-23resolve a fixme: the "nonexecutable stack directive" is actuallyChris Lattner
2010-01-23mcize visibility directives.Chris Lattner
2010-01-23move the various directive enums out of the MCStreamer classChris Lattner
2010-01-23mcstreamerize .no_dead_strip and .reference for static ctors/dtors.Chris Lattner
2010-01-23mcize jump table and constant pool entry labels, .local on elf,Chris Lattner
2010-01-22Added a Register token to AsmToken and the appropriateSean Callanan
2010-01-22Convert some more random-comment-printing stuff to use Chris Lattner
2010-01-22add a new MCAsmStreamer::GetCommentOS method to simplify stuffChris Lattner