aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-mc
AgeCommit message (Expand)Author
2009-11-01Line this up as well.Nick Lewycky
2009-11-01Fix whitespace.Nick Lewycky
2009-10-26Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth
2009-10-16MC: Remove unneeded context argument to MCExpr::Evaluate*.Daniel Dunbar
2009-10-16MC: Tweak variable assignment diagnostics, and make reassignment of non-absoluteDaniel Dunbar
2009-10-16MC: When parsing a variable reference, substitute absolute variables immediatelyDaniel Dunbar
2009-09-27add a new DirectiveMap stringmap, which allows more efficient dispatchingChris Lattner
2009-09-27avoid copying MCAsmInfo by value, add an (extremely low prio) fixme.Chris Lattner
2009-09-20Add an intel syntax MCInstPrinter implementation. You can nowChris Lattner
2009-09-16Fixed some problems with the logic of parsing line comments by addingKevin Enderby
2009-09-16use an accessor to simplify code.Chris Lattner
2009-09-14Change MCAsmStreamer to take an MCInstPrinter instead of a Chris Lattner
2009-09-10Added the ParseInstruction() hook for target specific assembler directives soKevin Enderby
2009-09-10MC: Give target specific parsers access to the MCStreamer.Daniel Dunbar
2009-09-06Fix an integer truncation noticed by MSVC.Benjamin Kramer
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-03TAI -> MAIChris Lattner
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: Add MCAsmParser::Parse[Paren]Expression forms which return an MCExpr.Daniel Dunbar
2009-08-31llvm-mc: Add MCAsmParser::getContext.Daniel Dunbar
2009-08-31llvm-mc: Switch MCExpr construction to using static member functions, and tak...Daniel Dunbar
2009-08-31llvm-mc: Move AsmExpr into MC lib (as MCExpr).Daniel Dunbar
2009-08-30llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported f...Daniel Dunbar
2009-08-28llvm-mc: Emit .lcomm as .zerofill.Daniel Dunbar
2009-08-28llvm-mc: Unique zero fill sections.Daniel Dunbar
2009-08-27Revert r80305, I forgot a dependent change.Daniel Dunbar
2009-08-27llvm-mc: Unique sections in .zerofill.Daniel Dunbar
2009-08-27llvm-mc/Mach-O: Add MCCodeEmitter support, for encoding instructions.Daniel Dunbar
2009-08-27llvm-mc: Only show instruction encodings with --show-encoding.Daniel Dunbar
2009-08-27llvm-mc: Tweak MCCodeEmitter skeleton.Daniel Dunbar
2009-08-27Sketch TargetRegistry support for MCCodeEmitter abstract interface.Daniel Dunbar
2009-08-26llvm-mc/Mach-O: Unique sections properly, so we don't get duplicate textDaniel Dunbar
2009-08-26llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table.Daniel Dunbar
2009-08-26llvm-mc: Make MCValue take const MCSymbol*s.Daniel Dunbar
2009-08-26llvm-mc: Make non-sensical max bytes to .align an error.Daniel Dunbar
2009-08-25Make LLVM command-line tools overwrite their output files without -f.Dan Gohman
2009-08-23Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner
2009-08-22llvm-mc: Clean up some handling of symbol/section association to be more correctDaniel Dunbar
2009-08-21llvm-mc: Improve handling of implicit alignment for magic section directivesDaniel Dunbar
2009-08-21llvm-mc: In a .fill directive, still honor .align even if invalid maximum bytesDaniel Dunbar
2009-08-21llvm-mc: Accept .fill size of 8.Daniel Dunbar
2009-08-21llvm-mc: Start MCAssembler and MCMachOStreamer.Daniel Dunbar
2009-08-21llvm-mc: Various section parsing fixes.Daniel Dunbar
2009-08-21Don't install llvm-mc by default.Daniel Dunbar
2009-08-19Fix a commento.Daniel Dunbar