More whitespace cleanup...
[oota-llvm.git] / lib / MC / MCParser / AsmParser.cpp
2011-02-11 Jim GrosbachMore whitespace cleanup...
2011-02-08 Benjamin KramerSupport for .ifdef / .ifndef in the assembler parser...
2011-02-03 Bob WilsonDo not sign extend floating-point values in the asm...
2011-01-31 Roman DivackyEnumerate .code16/32/64 instead of checking .code prefi...
2011-01-31 Roman DivackyError on all .code* directives instead of just .code16...
2011-01-28 Roman DivackyError on .code16 instead of producing wrong (32bit...
2011-01-28 Roman DivackyAdd support for parsing .float
2011-01-28 Nico WeberPR8951: Support for .equiv in integrated assembler...
2011-01-27 Roman DivackyAdd support for specifying register name in cfi-registe...
2011-01-25 Bill WendlingAdd support for parsing a Real value. It stores the...
2011-01-19 Jim GrosbachMake sure to propogate the error code when we fail...
2010-12-29 Rafael EspindolaCorrectly encode pcrel|indirect.
2010-12-29 Rafael EspindolaImplement cfi_def_cfa. Also don't convert to dwarf...
2010-12-28 Rafael EspindolaImplement .cfi_remember_state and .cfi_restore_state.
2010-12-27 Rafael EspindolaAdd support for .cfi_lsda.
2010-12-27 Rafael EspindolaAdd support for the same encodings of the personality...
2010-12-26 Rafael EspindolaAdd basic support for .cfi_personality.
2010-12-24 Kevin EnderbyIn llvm-mc parse a Hash token as a full line comment...
2010-12-19 Nick LewyckyAdd missing standard headers. Patch by Joerg Sonnenberger!
2010-11-22 Rafael EspindolaAdd basic CFI methods to the streamer interface.
2010-11-19 Kevin EnderbyAdded support for the Mach-O .symbol_resolver directive...
2010-11-17 Rafael EspindolaAdd support for .int.
2010-11-17 Rafael EspindolaAdd support for .2byte, .4byte and .8byte.
2010-11-16 Rafael EspindolaAdd .loc methods to the streamer.
2010-11-16 Rafael EspindolaParse and ignore some .cfi_* directives.
2010-11-15 Rafael EspindolaFix PR8565.
2010-11-13 Rafael EspindolaParse and remember discriminators in .loc line. I try...
2010-11-11 Rafael EspindolaMark labels declared in tls sections as STT_TLS. This...
2010-11-08 Daniel DunbarFix typo.
2010-11-02 Rafael EspindolaAdd support for expressions in .sleb/.uleb directives.
2010-11-01 Rafael EspindolaAdd support for .value.
2010-10-28 Rafael EspindolaAdd support for the .string directive.
2010-10-28 Roman DivackyUse the IDVal directly as there's no need to convert...
2010-10-28 Roman DivackyImplement .equ directive as a synonym to .set.
2010-10-25 Daniel DunbarMC/AsmParser: Fix relative precedence of {+,-} and...
2010-10-20 Chandler CarruthRemove remaining uses of ATTRIBUTE_UNUSED on variables...
2010-10-16 Daniel DunbarMC/AsmParser: Report .stabs directive as unsupported.
2010-10-09 Michael J. SpencerMC-COFF: Add COFFAsmParser. Completes PR8343.
2010-10-09 Michael J. SpencerFix Whitespace.
2010-10-09 Michael J. SpencerMC: Move ParseDirectiveELFType into ELFAsmParser. COFF...
2010-10-05 Rafael EspindolaAdd support for a fill value in the .zero directive.
2010-10-04 Kevin EnderbyIncorporate suggestions by Daniel Dunbar after his...
2010-10-04 Jan Wen VoungAdd hook in MCSection to decide when to use "optimized...
2010-09-30 Kevin EnderbyThis is the last major patch to implement support for...
2010-09-30 Jan Wen VoungTest commit - Deleted some whitespace at the end of...
2010-09-29 Chris Lattnerchange the protocol TargetAsmPArser::MatchInstruction...
2010-09-27 Benjamin KramerPush twines deeper into SourceMgr's error handling...
2010-09-24 Daniel DunbarMC/AsmParser: Support .single and .double for embedding...
2010-09-22 Chris Lattnerfix rdar://8456417 - llvm-mc can't do basic math
2010-09-21 Rafael EspindolaImplement support for .local and its "interesting"...
2010-09-17 Daniel DunbarFix an MSVC warning.
2010-09-17 Daniel DunbarMC/AsmParser: Add support for 'a + 4@GOTPCREL' and...
2010-09-16 Rafael EspindolaAdd support for the .zero directive.
2010-09-15 Rafael EspindolaAdd a InitSections method to the streamer interface.
2010-09-11 Rafael EspindolaAdd support for leb128 of absolute expressions.
2010-09-11 Chris Lattnerfix the asmparser so that the target is responsible...
2010-09-09 Daniel Dunbarllvm-mc: Don't crash when using -n and we see a directi...
2010-09-09 Daniel Dunbarllvm-mc: Make sure we exit != 0 if any errors are encou...
2010-09-08 Chris Lattnerchange the MC "ParseInstruction" interface to make...
2010-08-24 Kevin EnderbyChange the parsing of .loc back to allow the LineNumber...
2010-08-24 Kevin EnderbyFirst bit of support for the dwarf .loc directive....
2010-08-24 Daniel DunbarMC/AsmParser: Change ParseExpression to use ParseIdenti...
2010-08-24 Daniel DunbarMC/Parser: Accept leading dollar signs in identifiers.
2010-08-12 Daniel DunbarMC/AsmParser: Push the burdon of emitting diagnostics...
2010-08-11 Daniel Dunbarllvm-mc: Add -show-inst-operands, for dumping the parse...
2010-08-10 Daniel DunbarMC/AsmParser: Fix a bug in macro argument parsing,...
2010-07-29 Daniel DunbarMC: Destroy Macro instances.
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.
next