- c114ed7 Added Mac OS X assembler style conditional assembly. I may come back and see if by Kevin Enderby · 16 years ago
- 5d65542 update for API change. by Chris Lattner · 16 years ago
- 4a7bc1e All MCSections are now required to have a SectionKind. by Chris Lattner · 16 years ago
- a6b3c5d llvm-mc: More quoted identifier support. by Daniel Dunbar · 16 years ago
- 76c4d76 llvm-mc: Support quoted identifiers. by Daniel Dunbar · 16 years ago
- 6bdd74c fix some more issues where we expected GetSection to do "get or create" by Chris Lattner · 16 years ago
- 56594f9 fix a bunch of failing tests now that MCContext::GetSection doesn't create sections. by Chris Lattner · 16 years ago
- 16cdcb3 Move X86 instruction parsing into X86/AsmParser. by Daniel Dunbar · 16 years ago
- a3c924f Switch AsmLexer::Lex to returning a reference to the current token. by Daniel Dunbar · 16 years ago
- 419aded Drop some AsmLexer methods in favor of their AsmToken equivalents. by Daniel Dunbar · 16 years ago
- 3f87233 llvm-mc: Sink token enum into AsmToken. by Daniel Dunbar · 16 years ago
- f9507ff llvm-mc: Implement .abort fully in the front end by Daniel Dunbar · 16 years ago
- 9a7e2cc llvm-mc: Move AsmLexer::getCurStrVal to StringRef based API. by Daniel Dunbar · 16 years ago
- 5026ae4 Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API as by Kevin Enderby · 16 years ago
- a3af370 Add MCAsmParser interface. by Daniel Dunbar · 16 years ago
- f96db46 Removed the SubsectionsViaSymbols MCStreamer API and replaced it with a generic by Kevin Enderby · 16 years ago
- 358ab1d Clean up the definition of Str in AsmParser::ParseDirectiveDarwinDumpOrLoad by Kevin Enderby · 16 years ago
- 8e25e2d implement .include in the lexer/parser instead of passing it into the streamer. by Chris Lattner · 16 years ago
- 6e68cd9 Added llvm-mc support for parsing the .dump and .load directives. by Kevin Enderby · 16 years ago
- 1f049b2 Added llvm-mc support for parsing the .include directive. by Kevin Enderby · 16 years ago
- 7114824 Added llvm-mc support for parsing the .lsym directive. by Kevin Enderby · 16 years ago
- 95cf30c Added llvm-mc support for parsing the .desc directive. by Kevin Enderby · 16 years ago
- 5f1f0b8 Added llvm-mc support for parsing the .abort directive. by Kevin Enderby · 16 years ago
- a5c7832 add llvm-mc support for parsing the .subsections_via_symbols directive. by Kevin Enderby · 16 years ago
- 3975025 silence vc++ warning. by Chris Lattner · 16 years ago
- 9be3fee add support for .zerofill, patch by Kevin Enderby! by Chris Lattner · 16 years ago
- 1fc3d75 add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby! by Chris Lattner · 16 years ago
- 4e4db7a Implement parsing support for the .comm directive. Patch by Kevin Enderby! by Chris Lattner · 16 years ago
- b717fb0 implement error recovery in the llvm-mc parser. Feel the power! by Chris Lattner · 16 years ago
- 2c3f00c llvm-mc/x86: Fix bug in disambiguation of displacement operand, introduced by me by Daniel Dunbar · 16 years ago
- 0eebb05 llvm-mc: Emit parsed instructions to the MCStreamer. by Daniel Dunbar · 16 years ago
- d9627e1 llvm-mc: Introduce method to match a parsed x86 instruction into an MCInst. by Daniel Dunbar · 16 years ago
- f4b830f llvm-mc: Accept relocatable expressions for .org, assignments, .byte, etc. by Daniel Dunbar · 16 years ago
- 15d1707 llvm-mc: Evaluation for relocatable expressions. by Daniel Dunbar · 16 years ago
- 3fb7683 Normalize SourceMgr messages. by Daniel Dunbar · 16 years ago
- d7b267b llvm-mc: Parse symbol attribute directives. by Daniel Dunbar · 16 years ago
- c29dfa7 llvm-mc: Parse .{,b,p2}align{,w,l} directives. by Daniel Dunbar · 16 years ago
- dce0f3c llvm-mc: Diagnose misuse (mix) of defined symbols and labels. by Daniel Dunbar · 16 years ago
- 5133063 Fix uninitialized variable warning. by Daniel Dunbar · 16 years ago
- 475839e MC: Improve expression parsing and implement evaluation of absolute expressions. by Daniel Dunbar · 16 years ago
- c238b58 MC: Parse .org directives. by Daniel Dunbar · 16 years ago
- 8f780cd MC: Parse .set and assignments. by Daniel Dunbar · 16 years ago
- a0d1426 Basic .s parsing for .asci[iz], .fill, .space, {.byte, .short, ... } by Daniel Dunbar · 16 years ago
- 529fb54 implement a bunch of synonyms for section switching. by Chris Lattner · 16 years ago
- 9a023f7 add support for parsing and emitting .section directives. We can now parse by Chris Lattner · 16 years ago
- c69485e add trivial support for passing label definitions through the MCStreamer. by Chris Lattner · 16 years ago
- faf32c1 make the lexer unique strings it lexes instead of passing them back as by Chris Lattner · 16 years ago
- ecc63f8 Start flushing out MCContext. - Lives inside new library lib/MC (LLVMMC.a) by Daniel Dunbar · 16 years ago
- 29dfe7c refactor a bunch of X86 specific stuff out to its own file. by Chris Lattner · 16 years ago
- 8dfbe6c implement a trivial binary expression parser, we can now parse all of 176.gcc.llc.s by Chris Lattner · 16 years ago
- 7031806 process memory operands with a parenthesized expression for a displacement, by Chris Lattner · 16 years ago
- 74ec1a3 Implement full support for parsing primary expressions. We can now parse by Chris Lattner · 16 years ago
- be9c23f implement parser support for '*' operands, as in "call *%eax". by Chris Lattner · 16 years ago
- c419383 implement memory operand parsing. by Chris Lattner · 16 years ago
- 2cf5f14 start implementing some simple operand parsing. by Chris Lattner · 16 years ago
- 14ee48a rename SourceMgr::PrintError to PrintMessage. by Chris Lattner · 16 years ago
- b0789ed set up the top-level parsing loop. by Chris Lattner · 16 years ago
- 27aa7d2 stub out parser for asm files. Change invariant on lexer to always by Chris Lattner · 16 years ago