aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCMachOStreamer.cpp
AgeCommit message (Expand)Author
2009-11-06Pass StringRef by value.Daniel Dunbar
2009-10-16MC: Set symbol values in MachO MCStreamer.Daniel Dunbar
2009-10-16MC: Switch assembler API to using MCExpr instead of MCValue.Daniel Dunbar
2009-10-16MC: Remove unneeded context argument to MCExpr::Evaluate*.Daniel Dunbar
2009-08-31llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues.Daniel Dunbar
2009-08-31llvm-mc: Simplify EmitAssignment ('.set' is identical to '=').Daniel Dunbar
2009-08-31llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue.Daniel Dunbar
2009-08-31llvm-mc: Make MCSymbolData symbol member const.Daniel Dunbar
2009-08-31llvm-mc: Add MCContext to MCAssembler.Daniel Dunbar
2009-08-30llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported f...Daniel Dunbar
2009-08-28llvm-mc: .lsym is more unsupported than unimplemented, pending a use case app...Daniel Dunbar
2009-08-28llvm-mc: Support .comm emission.Daniel Dunbar
2009-08-28llvm-mc: Support .zerofill emission.Daniel Dunbar
2009-08-28llvm-mc: Factor getSectionData out of SwitchSection.Daniel Dunbar
2009-08-28llvm-mc: Emit .lcomm as .zerofill.Daniel Dunbar
2009-08-28llvm-mc: Add const to EmitZeroFill section argument.Daniel Dunbar
2009-08-27llvm-mc/Mach-O: Add MCCodeEmitter support, for encoding instructions.Daniel Dunbar
2009-08-26llvm-mc/Mach-O: Set .subsections_via_symbols flag properly.Daniel Dunbar
2009-08-26llvm-mc: Add symbol entries for undefined symbols used in .fill and .org.Daniel Dunbar
2009-08-26llvm-mc/Mach-O: Set addresses for symbols.Daniel Dunbar
2009-08-26llvm-mc: Improve indirect symbol support (add the indirect index table).Daniel Dunbar
2009-08-24llvm-mc/Mach-O: Preliminary support for indirect symbols.Daniel Dunbar
2009-08-24llvm-mc/Mach-O: Support symbol attributes.Daniel Dunbar
2009-08-22prune some redundant #includes.Chris Lattner
2009-08-22llvm-mc/Mach-O: Improve symbol table support:Daniel Dunbar
2009-08-22llvm-mc/Mach-O: Sketch symbol table support.Daniel Dunbar
2009-08-22llvm-mc: Clean up some handling of symbol/section association to be more correctDaniel Dunbar
2009-08-21llvm-mc/Mach-O: Support .o emission for .org and .align.Daniel Dunbar
2009-08-21llvm-mc/Mach-O: Support byte and fill value emission.Daniel Dunbar
2009-08-21llvm-mc: Start MCAssembler and MCMachOStreamer.Daniel Dunbar