aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCMachOStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* MC: Set symbol values in MachO MCStreamer.Daniel Dunbar2009-10-161-1/+3
* MC: Switch assembler API to using MCExpr instead of MCValue.Daniel Dunbar2009-10-161-12/+2
* MC: Remove unneeded context argument to MCExpr::Evaluate*.Daniel Dunbar2009-10-161-2/+1
* llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues.Daniel Dunbar2009-08-311-16/+20
* llvm-mc: Simplify EmitAssignment ('.set' is identical to '=').Daniel Dunbar2009-08-311-5/+2
* llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue.Daniel Dunbar2009-08-311-2/+27
* llvm-mc: Make MCSymbolData symbol member const.Daniel Dunbar2009-08-311-1/+1
* llvm-mc: Add MCContext to MCAssembler.Daniel Dunbar2009-08-311-1/+1
* llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported f...Daniel Dunbar2009-08-301-14/+6
* llvm-mc: .lsym is more unsupported than unimplemented, pending a use case app...Daniel Dunbar2009-08-281-5/+5
* llvm-mc: Support .comm emission.Daniel Dunbar2009-08-281-2/+7
* llvm-mc: Support .zerofill emission.Daniel Dunbar2009-08-281-1/+21
* llvm-mc: Factor getSectionData out of SwitchSection.Daniel Dunbar2009-08-281-7/+11
* llvm-mc: Emit .lcomm as .zerofill.Daniel Dunbar2009-08-281-3/+2
* llvm-mc: Add const to EmitZeroFill section argument.Daniel Dunbar2009-08-281-2/+2
* llvm-mc/Mach-O: Add MCCodeEmitter support, for encoding instructions.Daniel Dunbar2009-08-271-5/+24
* llvm-mc/Mach-O: Set .subsections_via_symbols flag properly.Daniel Dunbar2009-08-261-1/+8
* llvm-mc: Add symbol entries for undefined symbols used in .fill and .org.Daniel Dunbar2009-08-261-2/+10
* llvm-mc/Mach-O: Set addresses for symbols.Daniel Dunbar2009-08-261-0/+1
* llvm-mc: Improve indirect symbol support (add the indirect index table).Daniel Dunbar2009-08-261-0/+2
* llvm-mc/Mach-O: Preliminary support for indirect symbols.Daniel Dunbar2009-08-241-4/+11
* llvm-mc/Mach-O: Support symbol attributes.Daniel Dunbar2009-08-241-3/+80
* prune some redundant #includes.Chris Lattner2009-08-221-10/+9
* llvm-mc/Mach-O: Improve symbol table support:Daniel Dunbar2009-08-221-1/+8
* llvm-mc/Mach-O: Sketch symbol table support.Daniel Dunbar2009-08-221-4/+33
* llvm-mc: Clean up some handling of symbol/section association to be more correctDaniel Dunbar2009-08-221-6/+5
* llvm-mc/Mach-O: Support .o emission for .org and .align.Daniel Dunbar2009-08-211-1/+3
* llvm-mc/Mach-O: Support byte and fill value emission.Daniel Dunbar2009-08-211-4/+10
* llvm-mc: Start MCAssembler and MCMachOStreamer.Daniel Dunbar2009-08-211-0/+170