Optimize tree walking in markAliveBlocks.
[oota-llvm.git] / lib / MC / MCParser /
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...
2012-08-08 Bill WendlingAdd `.pushsection', `.popsection', and `.previous'...
2012-07-30 Jim GrosbachKeep empty assembly macro argument values in the middle...
2012-07-23 Sylvestre LedruFix a typo (the the => the)
2012-07-19 Bill WendlingRemove tabs.
2012-07-05 Akira HatanakaEnable target dependent directive parsing to hook befor...
2012-06-16 Rafael EspindolaImplement irpc. Extracted from a patch by the PaX team...
2012-06-15 Rafael EspindolaFactor macro argument parsing into helper methods and...
2012-06-03 Rafael EspindolaRepresent .rept as an anonymous macro. This removes...
2012-06-03 Rafael EspindolaAdd a typedef to simplify the code a bit. Not functiona...
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-05-18 Jim GrosbachRefactor data-in-code annotations.
2012-05-12 Benjamin KramerFix spacing after if.
2012-05-12 Rafael EspindolaAdd support for the .rept directive. Patch by Vladmir...
2012-05-12 Benjamin KramerELF: Add support for the asm .version directive.
2012-05-12 Benjamin KramerAsmParser: Add support for the .purgem directive.
2012-05-12 Benjamin KramerAsmParser: Give a nice error message for .code16gcc...
2012-05-12 Benjamin KramerAsmParser: ignore the .extern directive.
2012-05-12 Benjamin KramerAsmParser: Add support for .ifc and .ifnc directives.
2012-05-12 Benjamin KramerAsmParser: Add support for .ifb and .ifnb directives.
2012-05-01 Jim GrosbachMC: Unknown assembler directives are now hard errors.
2012-05-01 Jim GrosbachMC: Remove errant EatToEndOfStatement() in asm parser.
2012-04-16 Jim GrosbachMC assembly parser handling for trailing comma in macro...
2012-03-27 Craig TopperPrune some includes
2012-03-20 Jim GrosbachAssembler should accept redefinitions of unused variabl...
2012-03-17 Jim GrosbachMC asm parser macro argument count was wrong when empty.
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-31 Devang PatelAdd assembler dialect attribute in asm parser which...
2012-01-28 Benjamin KramerSilence GCC's -Wreturn-type warning.
2012-01-28 Rafael EspindolaSmall improvement to the recursion detection logic...
2012-01-28 Rafael EspindolaHandle recursive variable definitions directly. This...
2012-01-27 Jim GrosbachBetter diagnostic for malformed .org assembly directive.
2012-01-23 Rafael EspindolaAdd support for .cfi_signal_frame. Fixes pr11762.
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-11 Kevin EnderbyThe error check for using -g with a .s file already...
2012-01-10 Devang PatelLet asm parser query asm syntax dialect.
2012-01-10 Kevin EnderbyThis is the matching change for the data structure...
2011-12-29 Rafael EspindolaImplement cfi_restore. Patch by Brian Anderson!
2011-12-29 Rafael EspindolaImplement .cfi_escape. Patch by Brian Anderson!
2011-12-17 Rafael EspindolaAdd back the MC bits of 126425. Original patch by Natha...
2011-12-15 Kevin EnderbyAnother improvement to the implementation of .incbin...
2011-12-14 Kevin EnderbyImprove the implementation of .incbin directive by...
2011-12-14 Kevin EnderbyAdd the .incbin directive which takes the binary data...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-12-12 Roman DivackyAdd support for gnu_indirect_function.
2011-12-09 Kevin EnderbyThe second part of support for generating dwarf for...
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-11-02 Kevin EnderbyReplace tabs I added in this new line of code with...
2011-11-01 Kevin EnderbyFirst part of support for generating dwarf for assembly...
2011-10-19 Rafael EspindolaFix parsing of a line with only a # in it.
2011-10-17 Nick LewyckyAdd support for a new extension to the .file directive:
2011-10-16 Benjamin KramerAdd AsmToken::getEndLoc and use it to add ranges to...
2011-10-16 Benjamin KramerPR11143: Save the old diagnostic handler and call it...
next