Remove unused calls to Lexer.getLoc and the pointless variable HasFillExpr.
[oota-llvm.git] / lib / MC / MCParser / AsmParser.cpp
2010-06-29 Duncan SandsRemove unused calls to Lexer.getLoc and the pointless...
2010-06-28 Kevin EnderbyAdded the darwin .secure_log_unique and .secure_log_res...
2010-05-23 Daniel Dunbarllvm-mc: Use EmitIntValue where possible, which makes...
2010-05-23 Daniel Dunbarllvm-mc: Use AddBlankLine in asm parser. This makes...
2010-05-21 Matt FlemingAdd support for parsing the ELF .type assembler directive.
2010-05-19 Chris Lattnerfix rdar://7986634 - match instruction opcodes case...
2010-05-18 Eric ChristopherMake EmitTBSSSymbol take a section argument so that...
2010-05-17 Kevin EnderbyAdded support in MC for Directional Local Labels.
2010-05-17 Eric ChristopherMore data/parsing support for tls directives. Add...
2010-05-17 Daniel DunbarMC/Mach-O/x86: Optimal nop sequences should only be...
2010-05-17 Daniel Dunbarllvm-mc: Support reassignment of variables in one speci...
2010-05-17 Eric ChristopherAssume that we'll handle mangling the symbols earlier...
2010-05-14 Eric ChristopherAdd AsmParser support for darwin tbss directive.
2010-05-14 Eric ChristopherFix a couple of typos.
2010-05-13 Chris Lattnerfix rdar://7965971 and a fixme: use ParseIdentifier in
2010-05-05 Daniel DunbarMC: Reject attempts to define a variable symbol.
2010-05-05 Daniel DunbarMC: Rename MCSymbol::{g,s}etValue -> MCSymbol::{g,s...
2010-05-04 Daniel Dunbarllvm-mc: Fix case were we would skip a line in the...
2010-04-17 Chris Lattnerrefactor .if handling code a bit.
2010-04-14 Chris Lattnerimplement mc asmparser support for '.', which gets the
2010-04-08 Chris Lattnermove macho section uniquing from MCParser and TLOF...
2010-04-05 Chris LattnerGive AsmParser an option to control whether it finalizes
2010-03-30 Chris LattnerRip out the 'is temporary' nonsense from the MCContext...
2010-03-15 Daniel DunbarMC: Allow modifiers in MCSymbolRefExpr, and eliminate...
2010-03-13 Daniel Dunbarllvm-mc: Support -n, useful for comparing -integrated...
2010-03-10 Daniel DunbarRemove unneeded includes.
2010-03-10 Chris Lattnereliminate MCContext::CreateSymbol and CreateTemporarySy...
2010-02-26 Chris Lattnerpass in more section kinds, enough to get the .align...
2010-02-25 Kevin EnderbyThis is a patch to the assembler frontend to detect...
2010-02-13 Daniel DunbarMC/AsmParser: Attempt to constant fold expressions...
2010-01-25 Chris Lattnerwirte up .file and .file to the mc asmparser.
2010-01-24 Chris Lattnerfix a parsing problem on instructions like:
2010-01-23 Chris Lattnermove the various directive enums out of the MCStreamer...
2010-01-22 Chris Lattnermove some files out of the llvm-mc tool into the MCPars...