aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCParser/AsmParser.cpp
AgeCommit message (Expand)Author
2010-04-17refactor .if handling code a bit.Chris Lattner
2010-04-14implement mc asmparser support for '.', which gets theChris Lattner
2010-04-08move macho section uniquing from MCParser and TLOF to MCContext whereChris Lattner
2010-04-05Give AsmParser an option to control whether it finalizesChris Lattner
2010-03-30Rip out the 'is temporary' nonsense from the MCContext interface toChris Lattner
2010-03-15MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr.Daniel Dunbar
2010-03-13llvm-mc: Support -n, useful for comparing -integrated-as output since theDaniel Dunbar
2010-03-10Remove unneeded includes.Daniel Dunbar
2010-03-10eliminate MCContext::CreateSymbol and CreateTemporarySymbol.Chris Lattner
2010-02-26pass in more section kinds, enough to get the .align 0x90Chris Lattner
2010-02-25This is a patch to the assembler frontend to detect when aligning a textKevin Enderby
2010-02-13MC/AsmParser: Attempt to constant fold expressions up-front. This ensures we ...Daniel Dunbar
2010-01-25wirte up .file and .file to the mc asmparser.Chris Lattner
2010-01-24fix a parsing problem on instructions like:Chris Lattner
2010-01-23move the various directive enums out of the MCStreamer classChris Lattner
2010-01-22move some files out of the llvm-mc tool into the MCParser library soChris Lattner