summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
* This is a patch to the assembler frontend to detect when aligning a textKevin Enderby2010-02-25
* This is the second patch to allow x86 code to be aligned with optimal nops.Kevin Enderby2010-02-23
* genericize MCAsmStreamer::EmitCodeAlignment to support other targetsChris Lattner2010-02-23
* This is the first patch to put the needed bits in place to eventually allow codeKevin Enderby2010-02-23
* MC/Mach-O: Remove non-sensical comment, and add a missing AddValueSymbols call.Daniel Dunbar2010-02-22
* MC/X86: Add stub AsmBackend.Daniel Dunbar2010-02-21
* MC: Sketch registry support for target specific assembler backends.Daniel Dunbar2010-02-21
* MC/Mach-O: Update fixup values for change to X86 offsets.Daniel Dunbar2010-02-17
* Pacify gcc-4.5, which warns (correctly) that these switches haveDuncan Sands2010-02-17
* MCAssembler: Fix pcrel relocations. Oh and,Daniel Dunbar2010-02-13
* MC/Mach-O: Start emitting fixups/relocations for instructions.Daniel Dunbar2010-02-13
* MCAssembler: Switch MCAsmFixup to storing MCFixupKind instead of just a size.Daniel Dunbar2010-02-13
* MCAssembler: Sink fixup list into MCDataFragment.Daniel Dunbar2010-02-13
* MCAssembler: Switch MCFillFragment to only taking constant values. Symbolic e...Daniel Dunbar2010-02-13
* MC/Mach-O: Implement EmitValue using data fragments + fixups instead of fill ...Daniel Dunbar2010-02-13
* MCAssembler: Start applying fixups in the data section.Daniel Dunbar2010-02-13
* MCAssembler: Add assorted dump() methods.Daniel Dunbar2010-02-13
* MC/AsmParser: Attempt to constant fold expressions up-front. This ensures we ...Daniel Dunbar2010-02-13
* add a new MCInstPrinter::getOpcodeName interface, when it is Chris Lattner2010-02-11
* MC: Move assembler-backend's fixup list into the fragment.Daniel Dunbar2010-02-11
* MC: Move MCSectionData::Fixup out to MCAsmFixup.Daniel Dunbar2010-02-11
* make getFixupKindInfo return a const reference, allowingChris Lattner2010-02-11
* MC: Switch MCFixup to just hold an MCExpr pointer instead of index into theDaniel Dunbar2010-02-10
* llvm-mc: Remove --show-fixups and always show as part of --show-encoding.Daniel Dunbar2010-02-10
* daniel *really* likes fixups!Chris Lattner2010-02-10
* Add ability for MCInstPrinters to add comments for instructions.Chris Lattner2010-02-10
* llvm-mc: Add --show-fixups option, for displaying the instruction fixup infor...Daniel Dunbar2010-02-09
* MC: First cut at MCFixup, for getting fixup/relocation information out of an ...Daniel Dunbar2010-02-09
* make -show-inst be formatted a bit nicer. Before:Chris Lattner2010-02-09
* Document that MCExpr::Mod is actually remainder.Dan Gohman2010-02-08
* don't make hte dtor private or we can't construct the class.Chris Lattner2010-02-08
* add scaffolding for target-specific MCExprs.Chris Lattner2010-02-08
* print encodings like this:Chris Lattner2010-02-05
* MC: Change default comment column to 40 characters.Daniel Dunbar2010-02-05
* Use a tab instead of space after .type, for consistency.Dan Gohman2010-02-04
* llvm-mc: Add --show-inst option, for showing the MCInst inline with the assemblyDaniel Dunbar2010-02-03
* print instruction encodings with the existing comment facilities,Chris Lattner2010-02-03
* refactor code so that LLVMTargetMachine creates the asmstreamer and Chris Lattner2010-02-02
* MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections.Daniel Dunbar2010-02-02
* Add a new top-level MachO.h file for manifest constants, fixing Chris Lattner2010-02-02
* use EmitLinkage for functions as well as globals. One outputChris Lattner2010-01-26
* Eliminate SetDirective, and replace it with HasSetDirective.Chris Lattner2010-01-26
* Emit .comm alignment in bytes but .align in powers of 2 for ARM ELF.Rafael Espindola2010-01-26
* eliminate MCAsmInfo::NeedsSet: we now just use .set on any platformChris Lattner2010-01-26
* mcstreamerize gprel32 emission.Chris Lattner2010-01-25
* rename MAI::PICJumpTableDirective to MAI::GPRel32Directive toChris Lattner2010-01-25
* remove JumpTableDirective, it is always null.Chris Lattner2010-01-25
* wirte up .file and .file to the mc asmparser.Chris Lattner2010-01-25
* mcstreamerize .file and .file. This also fixes an issue where theChris Lattner2010-01-25
* emit ELF .type directives through MCStreamer instead of doing it textually.Chris Lattner2010-01-25