| Commit message (Expand) | Author | Age | Files | Lines |
* | pass in more section kinds, enough to get the .align 0x90 | Chris Lattner | 2010-02-26 | 1 | -5/+9 |
* | This is a patch to the assembler frontend to detect when aligning a text | Kevin Enderby | 2010-02-25 | 1 | -3/+9 |
* | This is the second patch to allow x86 code to be aligned with optimal nops. | Kevin Enderby | 2010-02-23 | 1 | -2/+47 |
* | genericize MCAsmStreamer::EmitCodeAlignment to support other targets | Chris Lattner | 2010-02-23 | 1 | -2/+3 |
* | This is the first patch to put the needed bits in place to eventually allow code | Kevin Enderby | 2010-02-23 | 4 | -1/+51 |
* | MC/Mach-O: Remove non-sensical comment, and add a missing AddValueSymbols call. | Daniel Dunbar | 2010-02-22 | 1 | -3/+1 |
* | MC/X86: Add stub AsmBackend. | Daniel Dunbar | 2010-02-21 | 1 | -0/+1 |
* | MC: Sketch registry support for target specific assembler backends. | Daniel Dunbar | 2010-02-21 | 1 | -0/+19 |
* | MC/Mach-O: Update fixup values for change to X86 offsets. | Daniel Dunbar | 2010-02-17 | 1 | -6/+4 |
* | Pacify gcc-4.5, which warns (correctly) that these switches have | Duncan Sands | 2010-02-17 | 1 | -2/+2 |
* | MCAssembler: Fix pcrel relocations. Oh and, | Daniel Dunbar | 2010-02-13 | 1 | -2/+23 |
* | MC/Mach-O: Start emitting fixups/relocations for instructions. | Daniel Dunbar | 2010-02-13 | 2 | -2/+20 |
* | MCAssembler: Switch MCAsmFixup to storing MCFixupKind instead of just a size. | Daniel Dunbar | 2010-02-13 | 2 | -9/+22 |
* | MCAssembler: Sink fixup list into MCDataFragment. | Daniel Dunbar | 2010-02-13 | 1 | -15/+18 |
* | MCAssembler: Switch MCFillFragment to only taking constant values. Symbolic e... | Daniel Dunbar | 2010-02-13 | 1 | -47/+5 |
* | MC/Mach-O: Implement EmitValue using data fragments + fixups instead of fill ... | Daniel Dunbar | 2010-02-13 | 1 | -1/+17 |
* | MCAssembler: Start applying fixups in the data section. | Daniel Dunbar | 2010-02-13 | 1 | -1/+19 |
* | MCAssembler: Add assorted dump() methods. | Daniel Dunbar | 2010-02-13 | 1 | -0/+144 |
* | MC/AsmParser: Attempt to constant fold expressions up-front. This ensures we ... | Daniel Dunbar | 2010-02-13 | 1 | -2/+10 |
* | add a new MCInstPrinter::getOpcodeName interface, when it is | Chris Lattner | 2010-02-11 | 2 | -0/+13 |
* | MC: Move assembler-backend's fixup list into the fragment. | Daniel Dunbar | 2010-02-11 | 1 | -40/+22 |
* | MC: Move MCSectionData::Fixup out to MCAsmFixup. | Daniel Dunbar | 2010-02-11 | 1 | -8/+7 |
* | make getFixupKindInfo return a const reference, allowing | Chris Lattner | 2010-02-11 | 2 | -2/+14 |
* | MC: Switch MCFixup to just hold an MCExpr pointer instead of index into the | Daniel Dunbar | 2010-02-10 | 1 | -1/+1 |
* | llvm-mc: Remove --show-fixups and always show as part of --show-encoding. | Daniel Dunbar | 2010-02-10 | 1 | -19/+6 |
* | daniel *really* likes fixups! | Chris Lattner | 2010-02-10 | 1 | -0/+1 |
* | Add ability for MCInstPrinters to add comments for instructions. | Chris Lattner | 2010-02-10 | 1 | -1/+4 |
* | llvm-mc: Add --show-fixups option, for displaying the instruction fixup infor... | Daniel Dunbar | 2010-02-09 | 2 | -25/+96 |
* | MC: First cut at MCFixup, for getting fixup/relocation information out of an ... | Daniel Dunbar | 2010-02-09 | 2 | -2/+4 |
* | make -show-inst be formatted a bit nicer. Before: | Chris Lattner | 2010-02-09 | 1 | -8/+12 |
* | Document that MCExpr::Mod is actually remainder. | Dan Gohman | 2010-02-08 | 1 | -2/+2 |
* | don't make hte dtor private or we can't construct the class. | Chris Lattner | 2010-02-08 | 1 | -1/+1 |
* | add scaffolding for target-specific MCExprs. | Chris Lattner | 2010-02-08 | 2 | -0/+7 |
* | print encodings like this: | Chris Lattner | 2010-02-05 | 1 | -1/+1 |
* | MC: Change default comment column to 40 characters. | Daniel Dunbar | 2010-02-05 | 1 | -1/+1 |
* | Use a tab instead of space after .type, for consistency. | Dan Gohman | 2010-02-04 | 1 | -1/+1 |
* | llvm-mc: Add --show-inst option, for showing the MCInst inline with the assembly | Daniel Dunbar | 2010-02-03 | 1 | -19/+27 |
* | print instruction encodings with the existing comment facilities, | Chris Lattner | 2010-02-03 | 1 | -18/+17 |
* | refactor code so that LLVMTargetMachine creates the asmstreamer and | Chris Lattner | 2010-02-02 | 1 | -1/+4 |
* | MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections. | Daniel Dunbar | 2010-02-02 | 2 | -4/+9 |
* | Add a new top-level MachO.h file for manifest constants, fixing | Chris Lattner | 2010-02-02 | 1 | -3/+3 |
* | use EmitLinkage for functions as well as globals. One output | Chris Lattner | 2010-01-26 | 1 | -1/+1 |
* | Eliminate SetDirective, and replace it with HasSetDirective. | Chris Lattner | 2010-01-26 | 3 | -3/+1 |
* | Emit .comm alignment in bytes but .align in powers of 2 for ARM ELF. | Rafael Espindola | 2010-01-26 | 4 | -2/+4 |
* | eliminate MCAsmInfo::NeedsSet: we now just use .set on any platform | Chris Lattner | 2010-01-26 | 2 | -2/+0 |
* | mcstreamerize gprel32 emission. | Chris Lattner | 2010-01-25 | 3 | -12/+14 |
* | rename MAI::PICJumpTableDirective to MAI::GPRel32Directive to | Chris Lattner | 2010-01-25 | 1 | -1/+1 |
* | remove JumpTableDirective, it is always null. | Chris Lattner | 2010-01-25 | 1 | -1/+0 |
* | wirte up .file and .file to the mc asmparser. | Chris Lattner | 2010-01-25 | 1 | -3/+7 |
* | mcstreamerize .file and .file. This also fixes an issue where the | Chris Lattner | 2010-01-25 | 3 | -30/+66 |