Add disassembler support for SSE4.1 register/register form of PEXTRW. There is a...
[oota-llvm.git] / lib / MC / MCParser /
2013-10-04 Jack Carterreverting per request
2013-10-04 Jack Carter[MC][AsmParser] Hook for post assembly file processing
2013-10-02 Rafael EspindolaAdd Support For .bss Named Section Directive For Darwin...
2013-09-26 Adrian PrantlMCParser/Debug info: Accept line number 0 as a legitima...
2013-09-26 Venkatraman Govind... Implements parsing and emitting of .cfi_window_save...
2013-09-25 David MajnemerMC: Add support for treating $ as a reference to the PC
2013-09-24 Roman DivackyMake the size and expr arguments of .fill directive...
2013-09-22 Benjamin KramerProvide basic type safety for array_pod_sort comparators.
2013-09-21 David MajnemerELF: Parse types in directives like binutils gas
2013-09-20 Jim GrosbachMC: Tidy up.
2013-09-16 Jakub StaszakUse reference instead of copy.
2013-09-15 Benjamin KramerELF: Add support for the exclude section bit for gas...
2013-09-15 David MajnemerMC: Add support for '?' flags in .section directives
2013-09-14 Benjamin KramerRemove unused StringRef that no compiler warned about...
2013-09-05 Yunzhong GaoImprove handling of .file, .include and .incbin directi...
2013-08-28 Kevin EnderbyThe integrated darwin assembler can hang in an infinite...
2013-08-27 Joerg SonnenbergerGiven target assembler parsers a chance to handle varia...
2013-08-20 Vladimir MedicFix style issues in AsmParser.cpp
2013-08-14 Tim NorthoverSupport C99 hexadecimal floating-point literals in...
2013-08-09 Saleem Abdulrasool[CodeGen] prevent abnormal on invalid attributes
2013-08-04 Benjamin KramerAsmParser: Store MacroLikeBodies on the side so they...
2013-07-16 Rafael EspindolaAdd a wrapper for open.
2013-07-06 Nico RieckMC: Implement COFF .linkonce directive
2013-07-04 Nico RieckMC: Add .section directive to COFF
2013-07-02 Rafael EspindolaRemove address spaces from MC.
2013-06-21 Kevin EnderbyImprove the time it takes to generating dwarf for assem...
2013-06-20 Ulrich Weigand[MC] Support @ variants with directional labels
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-05-14 Sylvestre LedruFix two typo
2013-05-07 Kevin EnderbyFix a bug in the MC asm parser evaluating expressions...
2013-05-05 Dmitri GribenkoAdd ArrayRef constructor from None, and do the cleanups...
2013-04-22 Chad Rosier[ms-inline asm] Get the OpDecl and remove a redundant...
2013-04-22 Chad Rosier[ms-inline asm] Refactor/clean up the SemaLookup interf...
2013-04-22 Craig TopperFix indentation. No functional change.
2013-04-22 Craig TopperPut 'else' on same line as preceding curly brace per...
2013-04-22 Craig TopperRemove an unreachable 'break' following a 'return'.
2013-04-17 Peter CollingbourneAdd support for subsections to the ELF assembler. Fixes...
2013-04-12 Chad Rosier[ms-inline asm] Add the implementation for the AOK_Dele...
2013-04-11 Chad Rosier[ms-inline asm] Remove brackets from around a symbol...
2013-04-10 Chad RosierReapply r179115, but use parsePrimaryExpression a littl...
2013-04-09 Chad RosierRevert r179115 as it looks to have killed the ASan...
2013-04-09 Chad Rosier[ms-inline asm] Use parsePrimaryExpr in lieu of parseEx...
2013-04-09 Chad Rosier[ms-inline asm] Maintain a StringRef to reference a...
2013-04-08 Chad Rosier[ms-inline asm] Add support for ImmDisp [ Symbol ]...
2013-03-19 Chad RosierDead code.
2013-03-19 Chad Rosier[ms-inline asm] Move the immediate asm rewrite into...
2013-03-19 Chad Rosier[ms-inline asm] Remove the brackets from X86Operand...
2013-03-19 Chad Rosier[ms-inline asm] Move the size directive asm rewrite...
2013-03-12 Manman RenDebug Info: use SmallVector instead of std::vector...
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.
next