| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | emit ELF .type directives through MCStreamer instead of doing it textually. | Chris Lattner | 2010-01-25 | 1 | -1/+1 |
* | add symbol attribute support for the ELF .type directive. | Chris Lattner | 2010-01-25 | 2 | -1/+29 |
* | emit the .size directive for global variables on ELF through | Chris Lattner | 2010-01-25 | 3 | -1/+10 |
* | all supported target now have aligned common support. | Chris Lattner | 2010-01-25 | 2 | -2/+1 |
* | coff targets support alignment on .comm | Chris Lattner | 2010-01-25 | 1 | -1/+0 |
* | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner | 2010-01-24 | 2 | -2/+0 |
* | fix a parsing problem on instructions like: | Chris Lattner | 2010-01-24 | 1 | -4/+3 |
* | mcize lcomm, simplify .comm, extend both to support 64-bit sizes. | Chris Lattner | 2010-01-23 | 5 | -9/+28 |
* | resolve a fixme: the "nonexecutable stack directive" is actually | Chris Lattner | 2010-01-23 | 2 | -1/+2 |
* | mcize visibility directives. | Chris Lattner | 2010-01-23 | 3 | -6/+11 |