summaryrefslogtreecommitdiff
path: root/tools/llvm-mc/llvm-mc.cpp
Commit message (Expand)AuthorAge
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* llvm-mc: Start MCAssembler and MCMachOStreamer.Daniel Dunbar2009-08-21
* Fix a commento.Daniel Dunbar2009-08-19
* give MCAsmStreamer a TargetAsmInfo.Chris Lattner2009-08-17
* Update llvm-mc / MCAsmStreamer to print the instruction using the actual targetDaniel Dunbar2009-08-14
* llvm-mc: Honor -o option (and add -f).Daniel Dunbar2009-08-11
* split MachO section handling stuff out to its out .h/.cpp file.Chris Lattner2009-08-10
* Make the big switch: Change MCSectionMachO to represent a section *semantically*Chris Lattner2009-08-10
* sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner2009-08-08
* switch this to create coff sections for now, it doesn't really matter for Chris Lattner2009-08-08
* Remove now unused arguments from TargetRegistry::lookupTarget.Daniel Dunbar2009-08-03
* Make SectionKind::get() private.Chris Lattner2009-08-02
* update for API change.Chris Lattner2009-08-01
* All MCSections are now required to have a SectionKind.Chris Lattner2009-08-01
* fix a bunch of failing tests now that MCContext::GetSection doesn't create se...Chris Lattner2009-07-31
* Move X86 instruction parsing into X86/AsmParser.Daniel Dunbar2009-07-28
* Provide generic MCAsmParser when constructing target specific parsers.Daniel Dunbar2009-07-28
* Switch AsmLexer::Lex to returning a reference to the current token.Daniel Dunbar2009-07-28
* Drop some AsmLexer methods in favor of their AsmToken equivalents.Daniel Dunbar2009-07-28
* llvm-mc: Sink token enum into AsmToken.Daniel Dunbar2009-07-28
* Factor commonality in triple match routines into helper template for registeringDaniel Dunbar2009-07-26
* Add TargetRegistry::lookupTarget.Daniel Dunbar2009-07-26
* Add MCAsmParser interface.Daniel Dunbar2009-07-20
* llvm-mc: Default -triple to LLVM_HOSTTRIPLE.Daniel Dunbar2009-07-17
* llvm-mc: Add -triple, and start fetching the target asm printer.Daniel Dunbar2009-07-17
* llvm-mc: Fill in the rest of tokens for 'as-lex' mode.Daniel Dunbar2009-07-01
* add some of the new tokens, others are still missing.Chris Lattner2009-07-01
* Normalize SourceMgr messages.Daniel Dunbar2009-06-30
* Basic .s parsing for .asci[iz], .fill, .space, {.byte, .short, ... }Daniel Dunbar2009-06-24
* add trivial support for passing label definitions through the MCStreamer.Chris Lattner2009-06-24
* create an MCStreamer and provide it to AsmParser.Chris Lattner2009-06-24
* Implement full support for parsing primary expressions. We can now parseChris Lattner2009-06-22
* rename SourceMgr::PrintError to PrintMessage.Chris Lattner2009-06-21
* stub out parser for asm files. Change invariant on lexer to alwaysChris Lattner2009-06-21
* add string literals.Chris Lattner2009-06-21
* implement enough of a lexer to get through Olden/health/Output/health.llc.sChris Lattner2009-06-21
* some baby steps.Chris Lattner2009-06-21
* start wiring up support for asm parsing.Chris Lattner2009-06-21
* fix file headerChris Lattner2009-06-18
* Add a skeleton driver for new machine code level fun. llvm-mc is meantChris Lattner2009-06-18