aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-mc
Commit message (Expand)AuthorAgeFilesLines
* llvm-mc: Fix a crash on invalid due to a typo in relocatable expressionDaniel Dunbar2009-08-111-1/+1
* llvm-mc: Accept .word as a synonym for .shortDaniel Dunbar2009-08-111-1/+1
* llvm-mc: Honor -o option (and add -f).Daniel Dunbar2009-08-111-2/+35
* llvm-mc: Sketch parsing for .file, .line, and .loc. No streamer hooks for theseDaniel Dunbar2009-08-112-0/+100
* llvm-mc: Fix darwin .section parsing. It was skipping the section name and a ','Daniel Dunbar2009-08-111-4/+14
* split MachO section handling stuff out to its out .h/.cpp file.Chris Lattner2009-08-102-2/+2
* add a fixmeChris Lattner2009-08-101-0/+4
* Make the big switch: Change MCSectionMachO to represent a section *semantically*Chris Lattner2009-08-105-99/+116
* sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner2009-08-082-5/+5
* switch this to create coff sections for now, it doesn't really matter for Chris Lattner2009-08-082-5/+5
* Always initialize AsmConds.Benjamin Kramer2009-08-081-0/+2
* Added Mac OS X assembler style conditional assembly. I may come back and see ifKevin Enderby2009-08-073-2/+211
* Remove now unused arguments from TargetRegistry::lookupTarget.Daniel Dunbar2009-08-031-5/+1
* Make SectionKind::get() private.Chris Lattner2009-08-021-1/+1
* update for API change.Chris Lattner2009-08-012-4/+5
* All MCSections are now required to have a SectionKind.Chris Lattner2009-08-012-5/+7
* llvm-mc: More quoted identifier support.Daniel Dunbar2009-08-012-43/+63
* llvm-mc: Support quoted identifiers.Daniel Dunbar2009-07-311-5/+7
* fix some more issues where we expected GetSection to do "get or create"Chris Lattner2009-07-311-2/+12
* fix a bunch of failing tests now that MCContext::GetSection doesn't create se...Chris Lattner2009-07-312-4/+16
* Update CMakeListsDaniel Dunbar2009-07-281-1/+0
* Move X86 instruction parsing into X86/AsmParser.Daniel Dunbar2009-07-284-278/+2
* Make expression parsing and error/warning reporting available through theDaniel Dunbar2009-07-281-24/+15
* Provide generic MCAsmParser when constructing target specific parsers.Daniel Dunbar2009-07-282-21/+27
* Switch X86 assembly parser to using the generic lexer interface.Daniel Dunbar2009-07-281-28/+28
* Expose Tokens to target specific assembly parsers.Daniel Dunbar2009-07-282-81/+6
* Switch AsmLexer::Lex to returning a reference to the current token.Daniel Dunbar2009-07-283-9/+6
* Drop some AsmLexer methods in favor of their AsmToken equivalents.Daniel Dunbar2009-07-284-37/+34
* llvm-mc: Sink token enum into AsmToken.Daniel Dunbar2009-07-285-210/+213
* llvm-mc: Factor AsmToken class out of AsmLexer.Daniel Dunbar2009-07-282-83/+108
* llvm-mc: Stop uniqueing string tokens, nothing actually uses this.Daniel Dunbar2009-07-282-20/+4
* llvm-mc: Implement .abort fully in the front endDaniel Dunbar2009-07-273-7/+16
* llvm-mc: Move AsmLexer::getCurStrVal to StringRef based API.Daniel Dunbar2009-07-274-96/+103
* Factor commonality in triple match routines into helper template for registeringDaniel Dunbar2009-07-261-3/+3
* Add TargetRegistry::lookupTarget.Daniel Dunbar2009-07-261-1/+4
* Convert StringMap to using StringRef for its APIs.Daniel Dunbar2009-07-231-6/+9
* Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API asKevin Enderby2009-07-202-7/+9
* Add MCAsmLexer interface.Daniel Dunbar2009-07-202-1/+5
* Add MCAsmParser interface.Daniel Dunbar2009-07-203-6/+15
* llvm-mc: Default -triple to LLVM_HOSTTRIPLE.Daniel Dunbar2009-07-171-1/+1
* llvm-mc: Add -triple, and start fetching the target asm printer.Daniel Dunbar2009-07-173-3/+38
* Removed the SubsectionsViaSymbols MCStreamer API and replaced it with a genericKevin Enderby2009-07-161-1/+1
* Clean up the definition of Str in AsmParser::ParseDirectiveDarwinDumpOrLoadKevin Enderby2009-07-161-3/+1
* implement .include in the lexer/parser instead of passing it into the streamer.Chris Lattner2009-07-163-7/+35
* Added llvm-mc support for parsing the .dump and .load directives.Kevin Enderby2009-07-152-0/+31
* Added llvm-mc support for parsing the .include directive.Kevin Enderby2009-07-142-0/+25
* Added llvm-mc support for parsing the .lsym directive.Kevin Enderby2009-07-142-0/+33
* Added llvm-mc support for parsing the .desc directive.Kevin Enderby2009-07-142-0/+34
* Added llvm-mc support for parsing the .abort directive.Kevin Enderby2009-07-132-0/+27
* add llvm-mc support for parsing the .subsections_via_symbols directive.Kevin Enderby2009-07-132-0/+19