Preserve debug info during iSel by keeping DanglingDebugInfoMap live until end of...
[oota-llvm.git] / lib / MC / MCParser /
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...
2011-04-12 Eric ChristopherTo avoid printing out multiple error messages for cases...
2011-04-11 Eric ChristopherLex, and then fail on invalid constants.
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-03-24 Jim GrosbachClean up assembly statement separator support.
2011-03-19 Stuart HastingsReapply 127939 since Daniel fixed the breakage. <rdar...
2011-03-19 Stuart HastingsRevert 127939. <rdar://problem/9012638>
2011-03-19 Stuart HastingsRevise r126127 to address Daniel's comments. <rdar...
2011-03-17 Daniel DunbarMC/Mach-O: Fix regression introduced in r126127, this...
2011-03-08 Jim GrosbachDarwin 'as' silently ignores the '.ident' directive.
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-22 Joerg SonnenbergerBug#9172: Don't use static in file scope, use an attrib...
2011-02-16 Rafael EspindolaAdd support for pushsection and popsection. Patch by...
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-24 Rafael EspindolaHandle strings in section names the same way as gas:
2011-01-23 Rafael EspindolaDelay the creation of eh_frame so that the user can...
2011-01-23 Rafael EspindolaRemove more duplicated code.
2011-01-23 Rafael EspindolaRemove duplicated code.
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 support for @note. Patch by Jörg Sonnenberger.
2010-12-26 Rafael EspindolaAdd basic support for .cfi_personality.
2010-12-25 Chris LattnerGeneralize a previous change, fixing PR8855 - an valid...
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-12-18 Roman DivackyAdd support for lexing single quotes like 'c'.
2010-11-25 Rafael EspindolaFactor some code to parseSectionFlags and fix the defau...
2010-11-24 Rafael EspindolaBehave a bit more like gnu as and use the symbol (inste...
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 record the gnu_unique_object type.
2010-11-13 Rafael EspindolaParse and remember discriminators in .loc line. I try...
2010-11-12 Rafael Espindolagnu as support both % and @ before types, do the same.
2010-11-11 Rafael EspindolaMark labels declared in tls sections as STT_TLS. This...
2010-11-11 Rafael EspindolaInitial comdat implementation.
2010-11-09 Rafael EspindolaFixed version of 118639 with an extra assert to catch...
2010-11-09 Rafael EspindolaRevert previous patch. Missed a case.
2010-11-09 Rafael EspindolaRemove IsExplicit. It was always false.
2010-11-08 Daniel DunbarFix typo.
2010-11-08 Rafael EspindolaSet default flags for .rodata.
2010-11-02 Rafael EspindolaAdd support for expressions in .sleb/.uleb directives.
2010-11-01 Rafael EspindolaAdd support for .value.
2010-11-01 Rafael EspindolaImplement .weakref.
2010-10-28 Rafael EspindolaImprovements to .section parsing:
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-27 Rafael EspindolaSet default type and flags for .init and .fini.
2010-10-27 Rafael EspindolaAdd support for the .symver directive. This is really...
2010-10-26 Rafael EspindolaAdd support for .ident.
2010-10-25 Daniel DunbarMC/AsmParser: Fix relative precedence of {+,-} and...
2010-10-25 Daniel DunbarMC/AsmLexer: Fix bug in source location for Slash token.
2010-10-20 Chandler CarruthRemove remaining uses of ATTRIBUTE_UNUSED on variables...
2010-10-19 Bill WendlingFix spelling.
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...
2010-09-30 Kevin EnderbyThis is the last major patch to implement support for...
2010-09-30 Jan Wen VoungHave ELFAsmParser.cpp use the already parsed "Size...
next