Add PR to this FIXME, looks like I didn't commit this change after all.
[oota-llvm.git] / tools / llvm-mc /
2009-09-27 Chris Lattneradd a new DirectiveMap stringmap, which allows more...
2009-09-27 Chris Lattneravoid copying MCAsmInfo by value, add an (extremely...
2009-09-20 Chris LattnerAdd an intel syntax MCInstPrinter implementation. ...
2009-09-16 Kevin EnderbyFixed some problems with the logic of parsing line...
2009-09-16 Chris Lattneruse an accessor to simplify code.
2009-09-14 Chris LattnerChange MCAsmStreamer to take an MCInstPrinter instead...
2009-09-10 Kevin EnderbyAdded the ParseInstruction() hook for target specific...
2009-09-10 Daniel DunbarMC: Give target specific parsers access to the MCStreamer.
2009-09-06 Benjamin KramerFix an integer truncation noticed by MSVC.
2009-09-04 Kevin EnderbyAdded AsmToken enum constants to MCAsmLexer.h for ...
2009-09-04 Kevin EnderbyAdded the AsmToken::Hash enum constant to MCAsmLexer...
2009-09-03 Kevin EnderbyRemoved the non-target independent AsmToken::Register...
2009-09-03 Chris LattnerTAI -> MAI
2009-08-31 Daniel Dunbarllvm-mc: Pass values to MCStreamer as MCExprs, not...
2009-08-31 Daniel Dunbarllvm-mc: Simplify EmitAssignment ('.set' is identical...
2009-08-31 Daniel Dunbarllvm-mc: Remove MCAsmParser::Parse[Paren]RelocatableExp...
2009-08-31 Daniel Dunbarllvm-mc: Add MCAsmParser::Parse[Paren]Expression forms...
2009-08-31 Daniel Dunbarllvm-mc: Add MCAsmParser::getContext.
2009-08-31 Daniel Dunbarllvm-mc: Switch MCExpr construction to using static...
2009-08-31 Daniel Dunbarllvm-mc: Move AsmExpr into MC lib (as MCExpr).
2009-08-30 Daniel Dunbarllvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol...
2009-08-28 Daniel Dunbarllvm-mc: Emit .lcomm as .zerofill.
2009-08-28 Daniel Dunbarllvm-mc: Unique zero fill sections.
2009-08-27 Daniel DunbarRevert r80305, I forgot a dependent change.
2009-08-27 Daniel Dunbarllvm-mc: Unique sections in .zerofill.
2009-08-27 Daniel Dunbarllvm-mc/Mach-O: Add MCCodeEmitter support, for encoding...
2009-08-27 Daniel Dunbarllvm-mc: Only show instruction encodings with --show...
2009-08-27 Daniel Dunbarllvm-mc: Tweak MCCodeEmitter skeleton.
2009-08-27 Daniel DunbarSketch TargetRegistry support for MCCodeEmitter abstrac...
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Unique sections properly, so we don...
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Don't put assembler temporary labels...
2009-08-26 Daniel Dunbarllvm-mc: Make MCValue take const MCSymbol*s.
2009-08-26 Daniel Dunbarllvm-mc: Make non-sensical max bytes to .align an error.
2009-08-25 Dan GohmanMake LLVM command-line tools overwrite their output...
2009-08-23 Chris LattnerChange raw_fd_ostream to take flags as an optional...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-22 Daniel Dunbarllvm-mc: Clean up some handling of symbol/section assoc...
2009-08-21 Daniel Dunbarllvm-mc: Improve handling of implicit alignment for...
2009-08-21 Daniel Dunbarllvm-mc: In a .fill directive, still honor .align even...
2009-08-21 Daniel Dunbarllvm-mc: Accept .fill size of 8.
2009-08-21 Daniel Dunbarllvm-mc: Start MCAssembler and MCMachOStreamer.
2009-08-21 Daniel Dunbarllvm-mc: Various section parsing fixes.
2009-08-21 Daniel DunbarDon't install llvm-mc by default.
2009-08-19 Daniel DunbarFix a commento.
2009-08-17 Chris Lattnergive MCAsmStreamer a TargetAsmInfo.
2009-08-14 Daniel Dunbarllvm-mc: Support escaped characters in string literals...
2009-08-14 Daniel DunbarUpdate llvm-mc / MCAsmStreamer to print the instruction...
2009-08-14 Daniel Dunbarllvm-mc: Move MCAsmToken::getLoc() into MC library...
2009-08-11 Daniel Dunbarllvm-mc: Fix a crash on invalid due to a typo in reloca...
2009-08-11 Daniel Dunbarllvm-mc: Accept .word as a synonym for .short
2009-08-11 Daniel Dunbarllvm-mc: Honor -o option (and add -f).
2009-08-11 Daniel Dunbarllvm-mc: Sketch parsing for .file, .line, and .loc...
2009-08-11 Daniel Dunbarllvm-mc: Fix darwin .section parsing. It was skipping...
2009-08-10 Chris Lattnersplit MachO section handling stuff out to its out ...
2009-08-10 Chris Lattneradd a fixme
2009-08-10 Chris LattnerMake the big switch: Change MCSectionMachO to represent...
2009-08-08 Chris Lattnersink the 'name' and 'isdirective' state out of MCSectio...
2009-08-08 Chris Lattnerswitch this to create coff sections for now, it doesn...
2009-08-08 Benjamin KramerAlways initialize AsmConds.
2009-08-07 Kevin EnderbyAdded Mac OS X assembler style conditional assembly...
2009-08-03 Daniel DunbarRemove now unused arguments from TargetRegistry::lookup...
2009-08-02 Chris LattnerMake SectionKind::get() private.
2009-08-01 Chris Lattnerupdate for API change.
2009-08-01 Chris LattnerAll MCSections are now required to have a SectionKind.
2009-08-01 Daniel Dunbarllvm-mc: More quoted identifier support.
2009-07-31 Daniel Dunbarllvm-mc: Support quoted identifiers.
2009-07-31 Chris Lattnerfix some more issues where we expected GetSection to...
2009-07-31 Chris Lattnerfix a bunch of failing tests now that MCContext::GetSec...
2009-07-28 Daniel DunbarUpdate CMakeLists
2009-07-28 Daniel DunbarMove X86 instruction parsing into X86/AsmParser.
2009-07-28 Daniel DunbarMake expression parsing and error/warning reporting...
2009-07-28 Daniel DunbarProvide generic MCAsmParser when constructing target...
2009-07-28 Daniel DunbarSwitch X86 assembly parser to using the generic lexer...
2009-07-28 Daniel DunbarExpose Tokens to target specific assembly parsers.
2009-07-28 Daniel DunbarSwitch AsmLexer::Lex to returning a reference to the...
2009-07-28 Daniel DunbarDrop some AsmLexer methods in favor of their AsmToken...
2009-07-28 Daniel Dunbarllvm-mc: Sink token enum into AsmToken.
2009-07-28 Daniel Dunbarllvm-mc: Factor AsmToken class out of AsmLexer.
2009-07-28 Daniel Dunbarllvm-mc: Stop uniqueing string tokens, nothing actually...
2009-07-27 Daniel Dunbarllvm-mc: Implement .abort fully in the front end
2009-07-27 Daniel Dunbarllvm-mc: Move AsmLexer::getCurStrVal to StringRef based...
2009-07-26 Daniel DunbarFactor commonality in triple match routines into helper...
2009-07-26 Daniel DunbarAdd TargetRegistry::lookupTarget.
2009-07-23 Daniel DunbarConvert StringMap to using StringRef for its APIs.
2009-07-20 Kevin EnderbyRemoved the DumpSymbolsandMacros and LoadSymbolsandMacr...
2009-07-20 Daniel DunbarAdd MCAsmLexer interface.
2009-07-20 Daniel DunbarAdd MCAsmParser interface.
2009-07-17 Daniel Dunbarllvm-mc: Default -triple to LLVM_HOSTTRIPLE.
2009-07-17 Daniel Dunbarllvm-mc: Add -triple, and start fetching the target...
2009-07-16 Kevin EnderbyRemoved the SubsectionsViaSymbols MCStreamer API and...
2009-07-16 Kevin EnderbyClean up the definition of Str in AsmParser::ParseDirec...
2009-07-16 Chris Lattnerimplement .include in the lexer/parser instead of passi...
2009-07-15 Kevin EnderbyAdded llvm-mc support for parsing the .dump and .load...
2009-07-14 Kevin EnderbyAdded llvm-mc support for parsing the .include directive.
2009-07-14 Kevin EnderbyAdded llvm-mc support for parsing the .lsym directive.
2009-07-14 Kevin EnderbyAdded llvm-mc support for parsing the .desc directive.
2009-07-13 Kevin EnderbyAdded llvm-mc support for parsing the .abort directive.
2009-07-13 Kevin Enderbyadd llvm-mc support for parsing the .subsections_via_sy...
2009-07-11 Chris Lattnersilence vc++ warning.
2009-07-10 Chris Lattneradd support for .zerofill, patch by Kevin Enderby!
next