Age | Commit message (Expand) | Author |
2010-11-19 | Added support for the Mach-O .symbol_resolver directive. rdar://8673046 | Kevin Enderby |
2010-11-19 | Change some methods in MCDwarf.cpp to be able to handle an arbitrary | Rafael Espindola |
2010-11-16 | Add .loc methods to the streamer. | Rafael Espindola |
2010-11-13 | Parse and record the gnu_unique_object type. | Rafael Espindola |
2010-11-05 | Add '.code 32' assembler directive to MC streamers. | Jim Grosbach |
2010-11-05 | MC'ize the '.code 16' and '.thumb_func' ARM directives. | Jim Grosbach |
2010-11-05 | syntaxunified directive is a no-op for MachO writing. | Jim Grosbach |
2010-11-01 | Move EmitInstruction to MCObjectStreamer so that ELF and MachO can share it. | Rafael Espindola |
2010-10-02 | This adds a Darwin x86_64 relocation encoding for a subtraction expression | Kevin Enderby |
2010-09-30 | This is the last major patch to implement support for the .loc directive | Kevin Enderby |
2010-09-30 | Silence a GCC warning about not handling all flags in this switch, we | Chandler Carruth |
2010-09-22 | Avoid some Mach-O specific alignment being done on ELF. | Rafael Espindola |
2010-09-15 | Add a InitSections method to the streamer interface. | Rafael Espindola |
2010-09-03 | Get rid of "passing signed into unsigned parameter" warning on PPC. | Bill Wendling |
2010-08-31 | This is the second of three patches to implement support for the .loc directive | Kevin Enderby |
2010-08-09 | Next bit of support for the dwarf .file directive. This patch takes the | Kevin Enderby |
2010-07-19 | MC/Mach-O: Silently ignore .file directives instead of error'ing out on | Daniel Dunbar |
2010-07-19 | MC: Add WinCOFFStreamer implementation and merge common code from MachO | Michael J. Spencer |
2010-07-08 | Added the darwin .weak_def_can_be_hidden directive. | Kevin Enderby |
2010-06-16 | MC/Mach-O: Rewrite atom association to be a final pass we do in Finish(), ins... | Daniel Dunbar |
2010-06-16 | MC: Simplify MCAssembler::isSymbolLinkerVisible to only take an MCSymbol. | Daniel Dunbar |
2010-06-16 | MC: Lift SwitchSection() and Finish() into MCObjectStreamer. | Daniel Dunbar |
2010-06-16 | MC: Factor out an MCObjectStreamer class, which will be shared by the concrete | Daniel Dunbar |
2010-05-26 | MC: When running with -mc-relax-all, we can eagerly relax instructions and av... | Daniel Dunbar |
2010-05-26 | MC/Mach-O: Factor out EmitInstTo{Fragment,Data} for emitting MCInst's as MCIn... | Daniel Dunbar |
2010-05-26 | MC: Eliminate an unnecessary copy. | Daniel Dunbar |
2010-05-26 | MC: Simplify MayNeedRelaxation to not provide the fixups, so we can query it | Daniel Dunbar |
2010-05-26 | MC: Eliminate MCAsmFixup, replace with MCFixup. | Daniel Dunbar |
2010-05-26 | MC: Use accessors for access to MCAsmFixup. | Daniel Dunbar |
2010-05-21 | Expand on comment. | Eric Christopher |
2010-05-18 | Implement EmitTBSSSymbol for MachOStreamer. | Eric Christopher |
2010-05-18 | MC/Mach-O: Implement support for setting indirect symbol table offset in sect... | Daniel Dunbar |
2010-05-18 | MC/Mach-O: Fail faster/harder when we see .file, which isn't yet supported. | Daniel Dunbar |
2010-05-17 | MC/Mach-O: Reverse order of SymbolData scanning when emitting instructions. | Daniel Dunbar |
2010-05-17 | MC/Mach-O: Fix some differences in symbol flag handling. | Daniel Dunbar |
2010-05-14 | Add AsmParser support for darwin tbss directive. | Eric Christopher |
2010-05-12 | MC: Move MCAlignFragment::EmitNops value out of the constructor. | Daniel Dunbar |
2010-05-12 | MC: Eliminate MCZeroFillFragment, it is no longer needed. | Daniel Dunbar |
2010-05-12 | MC: Drop support for alignment in ZeroFill fragment, we can just use | Daniel Dunbar |
2010-05-10 | MC/Mach-O: Explicitly track atoms, as represented by their defining symbol, f... | Daniel Dunbar |
2010-05-08 | break coff symbol definition stuff out into proper MCStreamer callbacks, | Chris Lattner |
2010-05-07 | Fix i386 relocations to Weak Definitions. The relocation entries should be | Kevin Enderby |
2010-05-05 | MC/Mach-O: Mark absolute variable's appropriately, and add Mach-O support for | Daniel Dunbar |
2010-05-05 | MC: Reject attempts to define a variable symbol. | Daniel Dunbar |
2010-05-05 | MC: Rename MCSymbol::{g,s}etValue -> MCSymbol::{g,s}etVariableValue. | Daniel Dunbar |
2010-03-25 | llvm-mc: Add a -mc-relax-all option, which relaxes every fixup. We always need | Daniel Dunbar |
2010-03-23 | MC: Switch to using MCInst fragments to do relaxation. | Daniel Dunbar |
2010-03-23 | MC: Add TargetAsmBackend::MayNeedRelaxation, for checking whether a particula... | Daniel Dunbar |
2010-03-23 | MC: Add TargetAsmBackend::WriteNopData and use to eliminate some target depen... | Daniel Dunbar |
2010-03-22 | MC: Add MCInstFragment, not used yet. | Daniel Dunbar |