summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mc/AsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* MC: Remove unneeded context argument to MCExpr::Evaluate*.Daniel Dunbar2009-10-161-1/+1
* MC: Tweak variable assignment diagnostics, and make reassignment of non-absoluteDaniel Dunbar2009-10-161-7/+18
* MC: When parsing a variable reference, substitute absolute variables immediatelyDaniel Dunbar2009-10-161-4/+15
* add a new DirectiveMap stringmap, which allows more efficient dispatchingChris Lattner2009-09-271-12/+20
* use an accessor to simplify code.Chris Lattner2009-09-161-5/+2
* Added the ParseInstruction() hook for target specific assembler directives soKevin Enderby2009-09-101-2/+5
* Fix an integer truncation noticed by MSVC.Benjamin Kramer2009-09-061-1/+1
* llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues.Daniel Dunbar2009-08-311-27/+10
* llvm-mc: Simplify EmitAssignment ('.set' is identical to '=').Daniel Dunbar2009-08-311-4/+4
* llvm-mc: Remove MCAsmParser::Parse[Paren]RelocatableExpression.Daniel Dunbar2009-08-311-33/+27
* llvm-mc: Add MCAsmParser::Parse[Paren]Expression forms which return an MCExpr.Daniel Dunbar2009-08-311-0/+8
* llvm-mc: Add MCAsmParser::getContext.Daniel Dunbar2009-08-311-8/+9
* llvm-mc: Switch MCExpr construction to using static member functions, and tak...Daniel Dunbar2009-08-311-15/+15
* llvm-mc: Move AsmExpr into MC lib (as MCExpr).Daniel Dunbar2009-08-311-37/+37
* llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported f...Daniel Dunbar2009-08-301-9/+12
* llvm-mc: Emit .lcomm as .zerofill.Daniel Dunbar2009-08-281-1/+7
* llvm-mc: Unique zero fill sections.Daniel Dunbar2009-08-281-17/+9
* Revert r80305, I forgot a dependent change.Daniel Dunbar2009-08-271-9/+17
* llvm-mc: Unique sections in .zerofill.Daniel Dunbar2009-08-271-17/+9
* llvm-mc/Mach-O: Unique sections properly, so we don't get duplicate textDaniel Dunbar2009-08-261-15/+56
* llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table.Daniel Dunbar2009-08-261-11/+20
* llvm-mc: Make non-sensical max bytes to .align an error.Daniel Dunbar2009-08-261-5/+10
* llvm-mc: Clean up some handling of symbol/section association to be more correctDaniel Dunbar2009-08-221-21/+5
* llvm-mc: Improve handling of implicit alignment for magic section directivesDaniel Dunbar2009-08-211-1/+12
* llvm-mc: In a .fill directive, still honor .align even if invalid maximum bytesDaniel Dunbar2009-08-211-3/+4
* llvm-mc: Accept .fill size of 8.Daniel Dunbar2009-08-211-2/+2
* llvm-mc: Various section parsing fixes.Daniel Dunbar2009-08-211-43/+82
* llvm-mc: Support escaped characters in string literals (for .ascii and .asciz)Daniel Dunbar2009-08-141-5/+63
* llvm-mc: Accept .word as a synonym for .shortDaniel Dunbar2009-08-111-1/+1
* llvm-mc: Sketch parsing for .file, .line, and .loc. No streamer hooks for theseDaniel Dunbar2009-08-111-0/+97
* 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-101-1/+1
* add a fixmeChris Lattner2009-08-101-0/+4
* Make the big switch: Change MCSectionMachO to represent a section *semantically*Chris Lattner2009-08-101-92/+96
* sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner2009-08-081-4/+4
* switch this to create coff sections for now, it doesn't really matter for Chris Lattner2009-08-081-4/+4
* Added Mac OS X assembler style conditional assembly. I may come back and see ifKevin Enderby2009-08-071-1/+158
* update for API change.Chris Lattner2009-08-011-4/+4
* All MCSections are now required to have a SectionKind.Chris Lattner2009-08-011-4/+4
* llvm-mc: More quoted identifier support.Daniel Dunbar2009-08-011-43/+59
* 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-311-2/+13
* Move X86 instruction parsing into X86/AsmParser.Daniel Dunbar2009-07-281-2/+1
* Switch AsmLexer::Lex to returning a reference to the current token.Daniel Dunbar2009-07-281-2/+2
* Drop some AsmLexer methods in favor of their AsmToken equivalents.Daniel Dunbar2009-07-281-19/+18
* llvm-mc: Sink token enum into AsmToken.Daniel Dunbar2009-07-281-98/+98
* llvm-mc: Implement .abort fully in the front endDaniel Dunbar2009-07-271-5/+12
* llvm-mc: Move AsmLexer::getCurStrVal to StringRef based API.Daniel Dunbar2009-07-271-90/+91
* Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API asKevin Enderby2009-07-201-6/+8
OpenPOWER on IntegriCloud