Fix some links to C++11 feature papers in the Coding Standards
[oota-llvm.git] / lib / MC / MCParser /
2013-02-26 Jim GrosbachAsmParser: More generic support for integer type suffices.
2013-02-25 Matt Beaumont-Gay'Hexadecimal' has two 'a's and only one 'i'.
2013-02-20 Jim GrosbachMCParser: Update method names per coding guidelines.
2013-02-16 Benjamin KramerMCParser: Reject .balign with non-pow2 alignments.
2013-02-16 Joerg SonnenbergerDerive ELF section type from the name in some cases...
2013-02-15 Chad Rosierc[ms-inline asm] It's possible to have a SizeDirective...
2013-02-15 Benjamin KramerAsmParser: Reformat the MS asm parser to reduce nesting.
2013-02-14 Rafael EspindolaRevert r15266. This fixes llvm.org/pr15266.
2013-02-13 Chad Rosier[ms-inline asm] Add a comment about the determinism...
2013-02-13 Chad Rosier[ms-inline-asm] Use an array_pod_sort, rather than...
2013-02-13 Chad Rosier[ms-inline-asm] Make sure the AsmRewrite list is sorted...
2013-02-12 Chad Rosier[ms-inline-asm] Implement align directive (which is...
2013-02-12 Guy BenyeiAdd static cast to unsigned char whenever a character...
2013-02-12 Chad Rosier[ms-inline asm] Pass the length of the IDVal, so we...
2013-02-12 Chad Rosier[ms-inline asm] Accept the emit directive as either...
2013-02-12 Chad Rosier[ms-inline asm] Add support for lexing binary integers...
2013-02-12 Chad RosierUpdate error message due to previous commit, r174926.
2013-02-12 Chad Rosier[ms-inline asm] Add support for lexing hexidecimal...
2013-01-22 Kevin EnderbyAdd a warning when there is a macro defintion that...
2013-01-22 Kevin EnderbyHave the integrated assembler give an error if $1 is...
2013-01-18 Daniel Dunbar[MC/Mach-O] Add AsmParser support for .linker_option...
2013-01-18 Daniel Dunbar[MC] Expose ParseEscapedString to target AsmParser...
2013-01-18 Daniel Dunbar[MC] Fix 80-col violas.
2013-01-17 Chad Rosier[ms-inline asm] Add support for the 'SIZE' and 'LENGTH...
2013-01-16 Eli BenderskySome small (and mostly cosmetic) fixes.
2013-01-16 Eli BenderskyNow that GenericAsmParser was folded into AsmParser...
2013-01-16 Eli BenderskyUse the ExtensionDirectiveHandler type in other places...
2013-01-15 Chad Rosier[ms-inline asm] Address the FIXME in AsmParser.cpp.
2013-01-15 Eli BenderskyRefactor generic Asm directive parsing.
2013-01-14 Eli BenderskyNow GenericAsmParser and AsmParser are no longer friend...
2013-01-14 Eli BenderskyProperly encapsulate additional methods and data from...
2013-01-14 Eli BenderskyMove CheckForValidSection to the MCAsmParser interface.
2013-01-14 Eli BenderskyExpose an InitToTextSection through MCStreamer.
2013-01-14 Eli BenderskyMove ParseMacroArgument to the MCAsmParser interfance.
2013-01-14 Eli BenderskyEncapsulate the MacroEnabled flag in AsmParser behind...
2013-01-12 Eli BenderskyStop hiding the interface-exposed EatToEndOfStatement...
2013-01-12 Eli BenderskyMake ParseIdentifier a public method instead of private.
2013-01-11 Eli BenderskyProof of concept moving of generic directive parsing...
2013-01-11 NAKAMURA TakumiRevert r172153, "llvm/lib/MC/MCParser/AsmParser.cpp...
2013-01-11 NAKAMURA Takumillvm/lib/MC/MCParser/AsmParser.cpp: [ms-inline-asm...
2013-01-10 Eli BenderskyRename enumerations s/VK/DK/ to conform to naming conve...
2013-01-10 Eli Benderskyfix comments a bit
2013-01-10 Eli BenderskyRemove a couple of if-else chains in parsing directives...
2013-01-10 Chad Rosier[ms-inline asm] Add support for calling functions from...
2013-01-09 Eric ChristopherThese functions have default arguments of 0 for the...
2013-01-07 Eli BenderskyAdd the align_to_end option to .bundle_lock in the...
2013-01-07 Chad Rosier[ms-inline asm] Make sure the NullStreamParser doesn...
2013-01-07 Jordan RoseChange SMRange to be half-open (exclusive end) instead...
2012-12-20 Eli BenderskyAligned bundling support. Following the discussion...
2012-12-18 Eric ChristopherAdd support for passing -main-file-name all the way...
2012-12-18 Eric ChristopherCleanup formatting and whitespace.
2012-12-17 Eli Benderskyfix indentation
2012-12-17 Tim NorthoverTeach MachO which sections contain code
2012-12-12 Chad Rosier[ms-inline asm] Make sure we fail gracefully on parse...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-12-01 Daniel DunbarMC/AsmParser: Avoid unnecessary use of SourceMgr::FindB...
2012-11-25 Rafael EspindolaAdd support for .cfi_register now that it is easy to...
2012-11-23 Rafael EspindolaImplement .cfi_undefined. Based on a patch from PaX...
2012-11-05 Kevin EnderbyFix for PR14264 cause by commit r167237 which did not...
2012-11-01 Kevin EnderbyAdd support for generating dwarf debugging info with...
2012-10-26 Chad Rosier[ms-inline asm] Add support for the TYPE operator.
2012-10-26 Chad Rosier[ms-inline asm] Have the target AsmParser create the...
2012-10-25 Chad Rosier[ms-inline asm] Add support for creating AsmRewrites...
2012-10-24 Chad Rosier[ms-inline asm] Create a register operand, rather than...
2012-10-23 Chad Rosier[ms-inline asm] Add an implementation of the offset...
2012-10-22 Eli Friedman[ms-inline-asm] Implement _emit directive (which is...
2012-10-22 Eli Friedman[ms-inline asm] Don't rewrite out parts of an inline...
2012-10-20 Chad Rosier[ms-inline asm] Rename AsmOpRewrite to just AsmRewrite...
2012-10-20 Chad Rosier[ms-inline asm] If the state of the parser is ignore...
2012-10-19 Chad Rosier[ms-inline asm] Continue parsing even when we're in...
2012-10-19 Chad Rosier[ms-inline asm] Reset the opcode prior to parsing a...
2012-10-19 Chad Rosier[ms-inline asm] Have the TargetParser callback to Sema...
2012-10-19 Chad Rosier[ms-inline asm] Add the isParsingInlineAsm() function...
2012-10-19 Nick LewyckyPacify -Wnon-virtual-dtor.
2012-10-18 Chad Rosier[ms-inline asm] Add a size argument to the LookupInline...
2012-10-18 Chad Rosier[ms-inline asm] Have the LookupInlineAsmIdentifier...
2012-10-18 Chad Rosier[ms-inline asm] Move most of the AsmParsing logic in...
2012-10-16 Chad Rosier[ms-inline asm] Add the helper function, isParseringInl...
2012-10-15 Chad Rosier[ms-inline asm] If we parsed a statement and the opcode...
2012-10-15 Chad Rosier[ms-inline asm] Add a few new APIs to the AsmParser...
2012-10-13 Chad Rosier[ms-inline asm] Remove the MatchInstruction() function...
2012-10-09 Chad RosierWhitespace.
2012-09-19 Preston GurdAdd support for macro parameters/arguments delimited...
2012-09-19 Preston GurdSupport default parameters/arguments for assembler...
2012-09-19 Preston GurdEnhance unmatched '.endr' directive error message in...
2012-09-15 Craig TopperUse LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT...
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2012-09-13 Jim GrosbachAssembler: Darwin variables defined via .set are no...
2012-09-12 Manman RenRelease build: guard dump functions with
2012-09-10 Dmitri GribenkoRemove redundant semicolons which are null statements.
2012-09-07 Benjamin KramerFix alignment of .comm and .lcomm on mingw32.
2012-09-07 Benjamin KramerMC: Overhaul handling of .lcomm
2012-09-06 Manman RenRelease build: guard dump functions with "ifndef NDEBUG"
2012-08-29 Craig TopperAdd virtual keywords for methods that override the...
2012-08-21 Rafael EspindolaFix macros arguments with an underscore, dot or dollar...
2012-08-21 Rafael EspindolaMake the wording in of the "expected identifier" error...
2012-08-21 Rafael EspindolaUse typedefs. Fix indentation. Extracted from the Andy...
2012-08-21 Rafael EspindolaRemove unused variable. Extracted from the Andy/PaX...
2012-08-21 Rafael EspindolaFix typo. Extracted from the Andy/PaX patch.
2012-08-08 Rafael EspindolaTypedefs and indentation fixes from the Andy Zhang...
next