Added first bit of support for the dwarf .file directive. This patch collects
[oota-llvm.git] / lib / MC / MCParser / AsmParser.cpp
2010-07-28 Kevin EnderbyAdded first bit of support for the dwarf .file directiv...
2010-07-19 Eli FriedmanMake .align parse correctly on platforms where .align...
2010-07-18 Daniel DunbarMC/AsmParser: Stop playing unsafe member function point...
2010-07-18 Daniel DunbarMC/AsmParser: Fix .abort and .secure_log_unique to...
2010-07-18 Daniel DunbarMC/AsmParser: Add macro argument substitution support.
2010-07-18 Daniel DunbarMC/AsmParser: Add basic support for macro instantiation.
2010-07-18 Daniel DunbarMC/AsmParser: Add basic parsing support for .macro...
2010-07-18 Daniel DunbarMC/AsmParser: Add .macros_{off,on} support, not that...
2010-07-18 Daniel DunbarMC/AsmParser: Use Error() instead of calling PrintMessa...
2010-07-18 Daniel DunbarMC/AsmParser: Hide the AsmParser implementation.
2010-07-17 Daniel DunbarMC/AsmParser: Lift Run() and TargetParser to base class.
2010-07-15 Chris Lattnerfix indentation and 80 cols
2010-07-14 Benjamin KramerDon't pass StringRef by reference.
2010-07-12 Daniel DunbarMC/AsmParser: Move ELF specific parser to ELFAsmParser...
2010-07-12 Daniel DunbarMC/AsmParser: Move Darwin specific parse to DarwinAsmPa...
2010-07-12 Daniel DunbarMC/AsmParser: Move .section parsing to Darwin specific...
2010-07-12 Daniel DunbarMC/AsmParser: Move special section directive parsing...
2010-07-12 Daniel DunbarMC/AsmParser: Add a basic ELFAsmParser extension.
2010-07-12 Daniel DunbarMC/AsmParser: Inline AsmParser::CreateSymbol into callers.
2010-07-12 Daniel DunbarMC/AsmParser: Move .tbss and .zerofill parsing to Darwi...
2010-07-12 Daniel DunbarMC/AsmParser: Move .desc parsing to Darwin specific...
2010-07-12 Daniel DunbarMC/AsmParser: Move .lsym parsing to Darwin specific...
2010-07-12 Daniel DunbarMC/AsmParser: Move some misc. Darwin directive handling...
2010-07-12 Daniel DunbarMC/AsmParser: Add a DarwinAsmParser extension.
2010-07-12 Daniel DunbarMC/AsmParser: Switch a bunch of directive parsing to...
2010-07-12 Daniel DunbarMCAsmParser: Pull some directive handling out into...
2010-07-12 Daniel DunbarMC/AsmParser: Switch some directive parsing to use...
2010-07-12 Daniel DunbarMC: Add MCAsmParserExtension, a base class for all...
2010-07-12 Daniel DunbarMC: Move AsmParser::TokError to MCAsmParser().
2010-07-12 Duncan SandsConvert some tab stops into spaces.
2010-07-08 Kevin EnderbyAdded the darwin .weak_def_can_be_hidden directive.
2010-07-01 Daniel DunbarMC: Fix some stray hunks I didn't intend to commit.
2010-07-01 Daniel DunbarMC: Pass the target instance to the AsmParser constructor.
2010-07-01 Daniel DunbarMC: Fix an error message.
2010-06-29 Duncan SandsRemove unused calls to Lexer.getLoc and the pointless...
2010-06-28 Kevin EnderbyAdded the darwin .secure_log_unique and .secure_log_res...
2010-05-23 Daniel Dunbarllvm-mc: Use EmitIntValue where possible, which makes...
2010-05-23 Daniel Dunbarllvm-mc: Use AddBlankLine in asm parser. This makes...
2010-05-21 Matt FlemingAdd support for parsing the ELF .type assembler directive.
2010-05-19 Chris Lattnerfix rdar://7986634 - match instruction opcodes case...
2010-05-18 Eric ChristopherMake EmitTBSSSymbol take a section argument so that...
2010-05-17 Kevin EnderbyAdded support in MC for Directional Local Labels.
2010-05-17 Eric ChristopherMore data/parsing support for tls directives. Add...
2010-05-17 Daniel DunbarMC/Mach-O/x86: Optimal nop sequences should only be...
2010-05-17 Daniel Dunbarllvm-mc: Support reassignment of variables in one speci...
2010-05-17 Eric ChristopherAssume that we'll handle mangling the symbols earlier...
2010-05-14 Eric ChristopherAdd AsmParser support for darwin tbss directive.
2010-05-14 Eric ChristopherFix a couple of typos.
2010-05-13 Chris Lattnerfix rdar://7965971 and a fixme: use ParseIdentifier in
2010-05-05 Daniel DunbarMC: Reject attempts to define a variable symbol.
2010-05-05 Daniel DunbarMC: Rename MCSymbol::{g,s}etValue -> MCSymbol::{g,s...
2010-05-04 Daniel Dunbarllvm-mc: Fix case were we would skip a line in the...
2010-04-17 Chris Lattnerrefactor .if handling code a bit.
2010-04-14 Chris Lattnerimplement mc asmparser support for '.', which gets the
2010-04-08 Chris Lattnermove macho section uniquing from MCParser and TLOF...
2010-04-05 Chris LattnerGive AsmParser an option to control whether it finalizes
2010-03-30 Chris LattnerRip out the 'is temporary' nonsense from the MCContext...
2010-03-15 Daniel DunbarMC: Allow modifiers in MCSymbolRefExpr, and eliminate...
2010-03-13 Daniel Dunbarllvm-mc: Support -n, useful for comparing -integrated...
2010-03-10 Daniel DunbarRemove unneeded includes.
2010-03-10 Chris Lattnereliminate MCContext::CreateSymbol and CreateTemporarySy...
2010-02-26 Chris Lattnerpass in more section kinds, enough to get the .align...
2010-02-25 Kevin EnderbyThis is a patch to the assembler frontend to detect...
2010-02-13 Daniel DunbarMC/AsmParser: Attempt to constant fold expressions...
2010-01-25 Chris Lattnerwirte up .file and .file to the mc asmparser.
2010-01-24 Chris Lattnerfix a parsing problem on instructions like:
2010-01-23 Chris Lattnermove the various directive enums out of the MCStreamer...
2010-01-22 Chris Lattnermove some files out of the llvm-mc tool into the MCPars...