This is the matching change for the data structure name changes for the
[oota-llvm.git] / lib / MC / MCParser / AsmParser.cpp
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-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-09 Kevin EnderbyThe second part of support for generating dwarf for...
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 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-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-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-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-13 Jim GrosbachUpdate MCParsedAsmOperand debug methods.
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-23 Jim GrosbachPropagate error correctly in the MC Asm parser for...
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 ChristopherTo avoid printing out multiple error messages for cases...
2011-04-11 Rafael EspindolaImplement cfi_rel_offset
2011-04-11 Rafael Espindolaimplement .cfi_adjust_cfa_offset.
2011-04-07 Rafael EspindolaAdd support for .skip.
2011-03-29 Kevin EnderbyAdded support symbolic floating point constants in...
2011-03-25 Daniel DunbarMC: Improve some diagnostics on uses of '.' pseudo...
2011-03-25 Daniel DunbarTidyness.
2011-02-24 Joerg SonnenbergerRestore r125595 (reverted in r126336) with modifications:
2011-02-23 Jim GrosbachRevert r125595, which is an X86-only undocumented assem...
2011-02-15 Roman DivackyAdd support for parsing [expr].
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...
next