| Age | Commit message (Expand) | Author |
| 2009-10-16 | MC: Remove unneeded context argument to MCExpr::Evaluate*. | Daniel Dunbar |
| 2009-10-16 | MC: Tweak variable assignment diagnostics, and make reassignment of non-absolute | Daniel Dunbar |
| 2009-10-16 | MC: When parsing a variable reference, substitute absolute variables immediately | Daniel Dunbar |
| 2009-09-27 | add a new DirectiveMap stringmap, which allows more efficient dispatching | Chris Lattner |
| 2009-09-16 | use an accessor to simplify code. | Chris Lattner |
| 2009-09-10 | Added the ParseInstruction() hook for target specific assembler directives so | Kevin Enderby |
| 2009-09-06 | Fix an integer truncation noticed by MSVC. | Benjamin Kramer |
| 2009-08-31 | llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues. | Daniel Dunbar |
| 2009-08-31 | llvm-mc: Simplify EmitAssignment ('.set' is identical to '='). | Daniel Dunbar |
| 2009-08-31 | llvm-mc: Remove MCAsmParser::Parse[Paren]RelocatableExpression. | Daniel Dunbar |
| 2009-08-31 | llvm-mc: Add MCAsmParser::Parse[Paren]Expression forms which return an MCExpr. | Daniel Dunbar |
| 2009-08-31 | llvm-mc: Add MCAsmParser::getContext. | Daniel Dunbar |
| 2009-08-31 | llvm-mc: Switch MCExpr construction to using static member functions, and tak... | Daniel Dunbar |
| 2009-08-31 | llvm-mc: Move AsmExpr into MC lib (as MCExpr). | Daniel Dunbar |
| 2009-08-30 | llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported f... | Daniel Dunbar |
| 2009-08-28 | llvm-mc: Emit .lcomm as .zerofill. | Daniel Dunbar |
| 2009-08-28 | llvm-mc: Unique zero fill sections. | Daniel Dunbar |
| 2009-08-27 | Revert r80305, I forgot a dependent change. | Daniel Dunbar |
| 2009-08-27 | llvm-mc: Unique sections in .zerofill. | Daniel Dunbar |
| 2009-08-26 | llvm-mc/Mach-O: Unique sections properly, so we don't get duplicate text | Daniel Dunbar |
| 2009-08-26 | llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table. | Daniel Dunbar |
| 2009-08-26 | llvm-mc: Make non-sensical max bytes to .align an error. | Daniel Dunbar |
| 2009-08-22 | llvm-mc: Clean up some handling of symbol/section association to be more correct | Daniel Dunbar |
| 2009-08-21 | llvm-mc: Improve handling of implicit alignment for magic section directives | Daniel Dunbar |
| 2009-08-21 | llvm-mc: In a .fill directive, still honor .align even if invalid maximum bytes | Daniel Dunbar |
| 2009-08-21 | llvm-mc: Accept .fill size of 8. | Daniel Dunbar |
| 2009-08-21 | llvm-mc: Various section parsing fixes. | Daniel Dunbar |
| 2009-08-14 | llvm-mc: Support escaped characters in string literals (for .ascii and .asciz) | Daniel Dunbar |
| 2009-08-11 | llvm-mc: Accept .word as a synonym for .short | Daniel Dunbar |
| 2009-08-11 | llvm-mc: Sketch parsing for .file, .line, and .loc. No streamer hooks for these | Daniel Dunbar |
| 2009-08-11 | llvm-mc: Fix darwin .section parsing. It was skipping the section name and a ',' | Daniel Dunbar |
| 2009-08-10 | split MachO section handling stuff out to its out .h/.cpp file. | Chris Lattner |
| 2009-08-10 | add a fixme | Chris Lattner |
| 2009-08-10 | Make the big switch: Change MCSectionMachO to represent a section *semantically* | Chris Lattner |
| 2009-08-08 | sink the 'name' and 'isdirective' state out of MCSection into its derived cla... | Chris Lattner |
| 2009-08-08 | switch this to create coff sections for now, it doesn't really matter for | Chris Lattner |
| 2009-08-07 | Added Mac OS X assembler style conditional assembly. I may come back and see if | Kevin Enderby |
| 2009-08-01 | update for API change. | Chris Lattner |
| 2009-08-01 | All MCSections are now required to have a SectionKind. | Chris Lattner |
| 2009-08-01 | llvm-mc: More quoted identifier support. | Daniel Dunbar |
| 2009-07-31 | llvm-mc: Support quoted identifiers. | Daniel Dunbar |
| 2009-07-31 | fix some more issues where we expected GetSection to do "get or create" | Chris Lattner |
| 2009-07-31 | fix a bunch of failing tests now that MCContext::GetSection doesn't create se... | Chris Lattner |
| 2009-07-28 | Move X86 instruction parsing into X86/AsmParser. | Daniel Dunbar |
| 2009-07-28 | Switch AsmLexer::Lex to returning a reference to the current token. | Daniel Dunbar |
| 2009-07-28 | Drop some AsmLexer methods in favor of their AsmToken equivalents. | Daniel Dunbar |
| 2009-07-28 | llvm-mc: Sink token enum into AsmToken. | Daniel Dunbar |
| 2009-07-27 | llvm-mc: Implement .abort fully in the front end | Daniel Dunbar |
| 2009-07-27 | llvm-mc: Move AsmLexer::getCurStrVal to StringRef based API. | Daniel Dunbar |
| 2009-07-20 | Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API as | Kevin Enderby |