aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCParser/AsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* MC: Reject attempts to define a variable symbol.Daniel Dunbar2010-05-051-1/+1
* MC: Rename MCSymbol::{g,s}etValue -> MCSymbol::{g,s}etVariableValue.Daniel Dunbar2010-05-051-3/+3
* llvm-mc: Fix case were we would skip a line in the .s file after an instructionDaniel Dunbar2010-05-041-26/+25
* refactor .if handling code a bit.Chris Lattner2010-04-171-52/+23
* implement mc asmparser support for '.', which gets theChris Lattner2010-04-141-0/+12
* move macho section uniquing from MCParser and TLOF to MCContext whereChris Lattner2010-04-081-56/+17
* Give AsmParser an option to control whether it finalizesChris Lattner2010-04-051-2/+4
* Rip out the 'is temporary' nonsense from the MCContext interface toChris Lattner2010-03-301-3/+1
* MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr.Daniel Dunbar2010-03-151-2/+12
* llvm-mc: Support -n, useful for comparing -integrated-as output since theDaniel Dunbar2010-03-131-7/+6
* Remove unneeded includes.Daniel Dunbar2010-03-101-1/+0
* eliminate MCContext::CreateSymbol and CreateTemporarySymbol.Chris Lattner2010-03-101-6/+2
* pass in more section kinds, enough to get the .align 0x90Chris Lattner2010-02-261-5/+9
* This is a patch to the assembler frontend to detect when aligning a textKevin Enderby2010-02-251-3/+9
* MC/AsmParser: Attempt to constant fold expressions up-front. This ensures we ...Daniel Dunbar2010-02-131-2/+10
* wirte up .file and .file to the mc asmparser.Chris Lattner2010-01-251-3/+7
* fix a parsing problem on instructions like:Chris Lattner2010-01-241-4/+3
* move the various directive enums out of the MCStreamer classChris Lattner2010-01-231-14/+14
* move some files out of the llvm-mc tool into the MCParser library soChris Lattner2010-01-221-0/+1781