aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/MC
AgeCommit message (Expand)Author
2009-09-14Give MCInstPrinter a MCAsmInfo member, make X86ATTInstPrinterChris Lattner
2009-09-14add a new MCInstPrinter class, move the (trivial) MCDisassmbler ctor inline.Chris Lattner
2009-09-13second part to r81695, I missed a directory.Chris Lattner
2009-09-12eliminate the "MBBLabel" MCOperand type, and just use a MCSymbol forChris Lattner
2009-09-11default construct MCInst's ctor to 0, which is "PHI" which is invalid for MCI...Chris Lattner
2009-09-10MC: Give target specific parsers access to the MCStreamer.Daniel Dunbar
2009-09-09remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner
2009-09-09Added an abstract superclass, MCDisassembler, forSean Callanan
2009-09-09add a gross hack to get "SrcLine" comments to show up with theChris Lattner
2009-09-04Added AsmToken enum constants to MCAsmLexer.h for '[', ']', '{', and '}' inKevin Enderby
2009-09-04Added the AsmToken::Hash enum constant to MCAsmLexer.h in preparation ofKevin Enderby
2009-09-03Removed the non-target independent AsmToken::Register enum constantKevin Enderby
2009-09-03Thread an MCAsmInfo pointer through the various MC printing APIs, Chris Lattner
2009-09-01llvm-mc: Store MCSymbolData value as a pointer (to make MSVC happy).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: Remove MCAsmParser::Parse[Paren]RelocatableExpression.Daniel Dunbar
2009-08-31llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue.Daniel Dunbar
2009-08-31llvm-mc: Add MCAsmParser::Parse[Paren]Expression forms which return an MCExpr.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-31llvm-mc: Add MCAsmParser::getContext.Daniel Dunbar
2009-08-31llvm-mc: Add MCExpr::{dump,print}.Daniel Dunbar
2009-08-31llvm-mc: Switch MCExpr construction to using static member functions, and tak...Daniel Dunbar
2009-08-31llvm-mc: Add some doxyment markers.Daniel Dunbar
2009-08-31llvm-mc: Move AsmExpr into MC lib (as MCExpr).Daniel Dunbar
2009-08-30Tweak comment.Daniel Dunbar
2009-08-30llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported f...Daniel Dunbar
2009-08-28llvm-mc: Support .comm emission.Daniel Dunbar
2009-08-28llvm-mc: Support .zerofill emission.Daniel Dunbar
2009-08-28llvm-mc: Tweak section alignment and size computation to match 'as' closer.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-27Add {MCInst,MCOperand}::{print,dump}Daniel Dunbar
2009-08-27llvm-mc: Tweak MCCodeEmitter skeleton.Daniel Dunbar
2009-08-27Add missing declarations.Daniel Dunbar
2009-08-27Sketch TargetRegistry support for MCCodeEmitter abstract interface.Daniel Dunbar
2009-08-27Try to make MSVC just a little happier.Daniel Dunbar
2009-08-26llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table.Daniel Dunbar
2009-08-26llvm-mc/Mach-O: Set .subsections_via_symbols flag properly.Daniel Dunbar
2009-08-26llvm-mc/Mach-O: Add support for relocations.Daniel Dunbar
2009-08-26llvm-mc/Mach-O: Move symbol indices into the MCSymbolData structure.Daniel Dunbar
2009-08-26llvm-mc: Change MCContext value table to take const MCSymbol*s.Daniel Dunbar
2009-08-26llvm-mc: Make MCValue take const MCSymbol*s.Daniel Dunbar
2009-08-26llvm-mc/Mach-O: Add section padding where needed (to align the next section).Daniel Dunbar
2009-08-26llvm-mc/Mach-O: Set addresses for symbols.Daniel Dunbar
2009-08-26llvm-mc: Add MCSection::isDefined()Daniel Dunbar
2009-08-25Revert last patch. We need to put this into TargetLowering. There will be a lotBill Wendling
2009-08-25Comment formatting. Removing of unused #include and type forwarding.Bill Wendling