Revert accidental commit.
[oota-llvm.git] / lib / MC / MCParser /
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...
2011-10-16 Chris Lattnerremove the dead 'ShowLine' argument from SMDiagnostic.
2011-10-16 Chris LattnerMake SMDiagnostic a little more sane. Instead of passi...
2011-10-16 Chris LattnerEnhance llvm::SourceMgr to support diagnostic ranges...
2011-10-12 Kevin EnderbyFinish supporting cpp #file/line comments in assembler...
2011-09-15 Jim GrosbachAssmebler symbol attribute directives don't work on...
2011-09-15 Jim GrosbachHandle missing newline at EOF more gracefully in MC...
2011-09-14 Jim GrosbachMove state var to private class member.
2011-09-13 Kevin EnderbyFirst step in supporting #line directives in assembler...
2011-08-20 Jim GrosbachFix AsmParser binary precedence for shift operators.
2011-08-16 Jim GrosbachRemove unused Target argument from AsmParser constructi...
2011-08-04 Chris Lattnerallow \r's in .s files.
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-27 Evan ChengSupport .code32 and .code64 in X86 assembler.
2011-07-26 Evan ChengRename TargetAsmParser to MCTargetAsmParser and TargetA...
2011-07-25 Jim GrosbachMove some ELF directives into ELF asm parser.
2011-07-25 Jim GrosbachTidy up. 80 columns.
2011-07-23 Evan ChengMove TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
2011-07-20 Evan ChengGoodbye TargetAsmInfo. This eliminate last bit of CodeG...
2011-07-20 Evan ChengAdd MCObjectFileInfo and sink the MCSections initializa...
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-07-15 Evan ChengMove some parts of TargetAsmInfo down to MCAsmInfo...
2011-07-13 Jim GrosbachUpdate MCParsedAsmOperand debug methods.
2011-07-08 Evan ChengTargetAsmParser doesn't need reference to Target.
2011-06-29 Jim GrosbachAsm parser range checking on .<size> <value> directives.
2011-06-18 Hans WennborgMC: Allow .common as alias for .comm assembler directiv...
2011-06-15 Jim GrosbachDiagnostic for undefined assembler local symbols.
2011-06-14 Jim GrosbachRevert 133010. Self-hosted buildbot unhappy.
2011-06-14 Jim GrosbachDiagnostic for undefined assembler local symbols.
2011-06-05 Rafael EspindolaBasic support for macros with explicit arguments.
2011-06-02 Jim Grosbach.cfi directive register parsing flexibility.
2011-06-01 Joerg SonnenbergerAdd new -d option to tblgen. It writes a make(1)-style...
2011-05-25 Charles DavisAdd tests for .seh_setframe and .seh_handlerdata parsin...
2011-05-25 Charles DavisAdd tests for .seh_savereg and .seh_savexmm parsing...
2011-05-25 Charles DavisAdd a test for .seh_pushframe parsing. Fix the bug...
2011-05-25 Charles DavisAdd a test for the .seh_handler directive. Fix problems...
2011-05-24 Charles DavisImplement the rest of the SEH directive-parsing methods...
2011-05-23 Jim GrosbachPropagate error correctly in the MC Asm parser for...
2011-05-23 Charles DavisImplement .seh_stackalloc and .seh_pushframe parsing.
2011-05-22 Charles DavisAdd methods to parse the SEH directives to the COFFAsmP...
2011-05-19 Joerg SonnenbergerReapply 131644 including the missing header changes:
2011-05-19 Eli FriedmanRevert r131644; it's breaking the build.
2011-05-19 Joerg SonnenbergerIntroduce -fatal-assembler-warnings for the obvious...
2011-05-10 Rafael EspindolaParsing and plumbing for .cfi_sections.
2011-04-29 Daniel DunbarMC/AsmParser: Generalize a check.
2011-04-18 Devang PatelReduce clutter in asm output. Do not emit source locati...
2011-04-12 Rafael EspindolaBe consistent about being virtual and returning void...
2011-04-12 Rafael EspindolaRemove LastOffset from the asm parser.
2011-04-12 Rafael EspindolaFix the case of a .cfi_rel_offset before any .cfi_def_c...
2011-04-12 Rafael EspindolaImplement .cfi_same_value.
2011-04-12 Eric ChristopherMatch case for invalid constant error messages and...
next