Age | Commit message (Expand) | Author |
2010-03-13 | MC/Mach-O: Initial x86_64 support. | Daniel Dunbar |
2010-03-13 | MC/Mach-O: PCrel relocations weren't using the right base address, they are | Daniel Dunbar |
2010-03-12 | MC/Mach-O: Implement initial support for relaxation. | Daniel Dunbar |
2010-03-12 | MC: Factor out MCAssembler::EvaluateFixup, and simplify. | Daniel Dunbar |
2010-03-11 | MC/Mach-O: Add MCSymbolData::getAddress() utility. | Daniel Dunbar |
2010-03-11 | MC/Mach-O: Implement "absolutizing" semantics of .set, by evaluating the asse... | Daniel Dunbar |
2010-03-11 | MC/Mach-O: Start passing in the basic MCAsmLayout object. | Daniel Dunbar |
2010-03-11 | MC: Provide MCAssembler with a TargetAsmBackend. | Daniel Dunbar |
2010-03-10 | MC/Mach-O: Use the MCAssembler symbol map instead of reconstructing. | Daniel Dunbar |
2010-03-10 | MC/Mach-O: Resolve a FIXME; these relocation types are no longer semanticaly ... | Daniel Dunbar |
2010-03-10 | MC/Mach-O: Use the SECTDIFF relocation type for (A - B + constant) where A is... | Daniel Dunbar |
2010-03-09 | MC/Mach-O: For PCrel relocations, we need to compensate for the PCrel adjustm... | Daniel Dunbar |
2010-03-09 | MC/Mach-O: Also set the PCrel bit in the second half of paired relocation ent... | Daniel Dunbar |
2010-03-09 | MC/Mach-O: Don't generate relocations for PCrel fixups to local labels. | Daniel Dunbar |
2010-03-09 | MC/Mach-O: Tweak .dump() formatting. | Daniel Dunbar |
2010-03-09 | MC/Mach-O: Don't adjust section sizes when aligning zero fill sections, just ... | Daniel Dunbar |
2010-03-08 | MC/Macho-O: Align the zerofill section itself to the maximum alignment. | Daniel Dunbar |
2010-03-08 | MC/Mach-O: Fix address compution for zero fill sections. | Daniel Dunbar |
2010-03-08 | MC/Mach-O: Error out instead of crashing on invalid scattered relocation expr... | Daniel Dunbar |
2010-02-23 | This is the second patch to allow x86 code to be aligned with optimal nops. | Kevin Enderby |
2010-02-23 | This is the first patch to put the needed bits in place to eventually allow code | Kevin Enderby |
2010-02-17 | MC/Mach-O: Update fixup values for change to X86 offsets. | Daniel Dunbar |
2010-02-17 | Pacify gcc-4.5, which warns (correctly) that these switches have | Duncan Sands |
2010-02-13 | MCAssembler: Fix pcrel relocations. Oh and, | Daniel Dunbar |
2010-02-13 | MC/Mach-O: Start emitting fixups/relocations for instructions. | Daniel Dunbar |
2010-02-13 | MCAssembler: Switch MCAsmFixup to storing MCFixupKind instead of just a size. | Daniel Dunbar |
2010-02-13 | MCAssembler: Sink fixup list into MCDataFragment. | Daniel Dunbar |
2010-02-13 | MCAssembler: Switch MCFillFragment to only taking constant values. Symbolic e... | Daniel Dunbar |
2010-02-13 | MCAssembler: Start applying fixups in the data section. | Daniel Dunbar |
2010-02-13 | MCAssembler: Add assorted dump() methods. | Daniel Dunbar |
2010-02-11 | MC: Move assembler-backend's fixup list into the fragment. | Daniel Dunbar |
2010-02-11 | MC: Move MCSectionData::Fixup out to MCAsmFixup. | Daniel Dunbar |
2010-02-09 | llvm-mc: Add --show-fixups option, for displaying the instruction fixup infor... | Daniel Dunbar |
2010-02-02 | MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections. | Daniel Dunbar |
2010-02-02 | Add a new top-level MachO.h file for manifest constants, fixing | Chris Lattner |
2010-01-19 | Remove this fixme, looking at the linker source, all targets pad to 4 bytes. | Nate Begeman |
2009-11-06 | Pass StringRef by value. | Daniel Dunbar |
2009-10-16 | Minor formatting tweaks. | Daniel Dunbar |
2009-10-16 | MC: Switch assembler API to using MCExpr instead of MCValue. | Daniel Dunbar |
2009-09-01 | llvm-mc: Store MCSymbolData value as a pointer (to make MSVC happy). | Daniel Dunbar |
2009-08-31 | llvm-mc: Make MCSymbolData symbol member const. | Daniel Dunbar |
2009-08-31 | llvm-mc: Add MCContext to MCAssembler. | Daniel Dunbar |
2009-08-28 | llvm-mc: Support .comm emission. | Daniel Dunbar |
2009-08-28 | llvm-mc: Support .zerofill emission. | Daniel Dunbar |
2009-08-28 | llvm-mc: Tweak section alignment and size computation to match 'as' closer. | Daniel Dunbar |
2009-08-28 | llvm-mc: Fix thinko in emitting values. | Daniel Dunbar |
2009-08-27 | Try to make MSVC just a little happier. | Daniel Dunbar |
2009-08-26 | llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table. | Daniel Dunbar |
2009-08-26 | llvm-mc/Mach-O: Set .subsections_via_symbols flag properly. | Daniel Dunbar |
2009-08-26 | llvm-mc/Mach-O: Add support for relocations. | Daniel Dunbar |