aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC
Commit message (Expand)AuthorAgeFilesLines
* This is the first patch to put the needed bits in place to eventually allow codeKevin Enderby2010-02-232-2/+22
* Fix various doxygen warnings.Dan Gohman2010-02-222-23/+21
* MCAssembler: Switch MCAsmFixup to storing MCFixupKind instead of just a size.Daniel Dunbar2010-02-132-4/+17
* MCAssembler: Sink fixup list into MCDataFragment.Daniel Dunbar2010-02-131-39/+23
* MCAssembler: Switch MCFillFragment to only taking constant values. Symbolic e...Daniel Dunbar2010-02-131-4/+4
* MCAssembler: Start applying fixups in the data section.Daniel Dunbar2010-02-131-9/+6
* MCAssembler: Add assorted dump() methods.Daniel Dunbar2010-02-131-31/+49
* doxygenize some comments, patch by Peter Collingbourne!Chris Lattner2010-02-121-21/+21
* add a new MCInstPrinter::getOpcodeName interface, when it is Chris Lattner2010-02-111-1/+5
* MC: Move assembler-backend's fixup list into the fragment.Daniel Dunbar2010-02-111-45/+52
* MC: Move MCSectionData::Fixup out to MCAsmFixup.Daniel Dunbar2010-02-111-32/+35
* make getFixupKindInfo return a const reference, allowingChris Lattner2010-02-111-1/+1
* add a virtual dtor to MCTargetExpr, hopefully silencing some warnings.Chris Lattner2010-02-101-1/+1
* Fix "the the" and similar typos.Dan Gohman2010-02-101-1/+1
* 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
* llvm-mc: Remove --show-fixups and always show as part of --show-encoding.Daniel Dunbar2010-02-101-4/+1
* Add ability for MCInstPrinters to add comments for instructions.Chris Lattner2010-02-102-2/+12
* llvm-mc: Add --show-fixups option, for displaying the instruction fixup infor...Daniel Dunbar2010-02-091-1/+4
* MC: First cut at MCFixup, for getting fixup/relocation information out of an ...Daniel Dunbar2010-02-092-2/+134
* stop using reserved identifiers.Chris Lattner2010-02-091-2/+2
* Add explicit keywords.Dan Gohman2010-02-091-3/+3
* Document that MCExpr::Mod is actually remainder.Dan Gohman2010-02-081-8/+12
* don't make hte dtor private or we can't construct the class.Chris Lattner2010-02-081-1/+1
* add scaffolding for target-specific MCExprs.Chris Lattner2010-02-081-1/+24
* MC: Change default comment column to 40 characters.Daniel Dunbar2010-02-051-1/+1
* llvm-mc: Add --show-inst option, for showing the MCInst inline with the assemblyDaniel Dunbar2010-02-031-1/+11
* Hook up -filetype=obj through the MachO streamer. Here's a demo:Chris Lattner2010-02-021-1/+1
* refactor code so that LLVMTargetMachine creates the asmstreamer and Chris Lattner2010-02-021-0/+4
* MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections.Daniel Dunbar2010-02-021-1/+8
* Eliminate SetDirective, and replace it with HasSetDirective.Chris Lattner2010-01-261-7/+4
* Emit .comm alignment in bytes but .align in powers of 2 for ARM ELF.Rafael Espindola2010-01-261-0/+7
* eliminate MCAsmInfo::NeedsSet: we now just use .set on any platformChris Lattner2010-01-261-14/+0
* mcstreamerize gprel32 emission.Chris Lattner2010-01-251-0/+7
* rename MAI::PICJumpTableDirective to MAI::GPRel32Directive toChris Lattner2010-01-251-10/+6
* remove JumpTableDirective, it is always null.Chris Lattner2010-01-251-4/+3
* mcstreamerize .file and .file. This also fixes an issue where theChris Lattner2010-01-251-0/+9
* add symbol attribute support for the ELF .type directive.Chris Lattner2010-01-251-13/+19
* emit the .size directive for global variables on ELF throughChris Lattner2010-01-251-0/+8
* all supported target now have aligned common support.Chris Lattner2010-01-251-7/+0
* mcize lcomm, simplify .comm, extend both to support 64-bit sizes.Chris Lattner2010-01-232-17/+13
* resolve a fixme: the "nonexecutable stack directive" is actuallyChris Lattner2010-01-232-14/+17
* mcize visibility directives.Chris Lattner2010-01-231-11/+11
* move the various directive enums out of the MCStreamer classChris Lattner2010-01-233-28/+48
* mcstreamerize .no_dead_strip and .reference for static ctors/dtors.Chris Lattner2010-01-231-13/+6
* mcize jump table and constant pool entry labels, .local on elf,Chris Lattner2010-01-231-0/+1
* Added a Register token to AsmToken and the appropriateSean Callanan2010-01-221-0/+10
* Convert some more random-comment-printing stuff to use Chris Lattner2010-01-221-0/+8
* add a new MCAsmStreamer::GetCommentOS method to simplify stuffChris Lattner2010-01-221-0/+5