| Age | Commit message (Expand) | Author |
| 2010-01-15 | fix a bug in range information for $42, eliminate an | Chris Lattner |
| 2010-01-15 | extend MCAsmParser::ParseExpression and ParseParenExpression | Chris Lattner |
| 2010-01-14 | add virtual methods to get the start/end of a MCParsedAsmOperand, | Chris Lattner |
| 2010-01-14 | Split the TargetAsmParser "ParseInstruction" interface in half: | Chris Lattner |
| 2010-01-14 | prune #includes in TargetAsmParser.h | Chris Lattner |
| 2009-12-28 | Mark some debug variables as 'unused' to quiet compiler and analyzer. | Bill Wendling |
| 2009-12-22 | rename HexDisassembler -> Disassembler, it works on any input | Chris Lattner |
| 2009-12-22 | just discard the debug output from the disassembler. | Chris Lattner |
| 2009-12-22 | specify what is invalid about it | Chris Lattner |
| 2009-12-22 | reject invalid input with a caret, e.g.: | Chris Lattner |
| 2009-12-22 | various cleanups, make the disassemble reject lines with too much | Chris Lattner |
| 2009-12-22 | If you thought that it didn't make sense for the disassembler | Chris Lattner |
| 2009-12-22 | rewrite the file parser for the disassembler, implementing support for | Chris Lattner |
| 2009-12-22 | don't crash on blank lines, rename some variables. | Chris Lattner |
| 2009-12-17 | Update CMake build to include HexDisassembler.cpp. | Chandler Carruth |
| 2009-12-17 | Test harness for the LLVM disassembler. When invoked | Sean Callanan |
| 2009-11-01 | Line this up as well. | Nick Lewycky |
| 2009-11-01 | Fix whitespace. | Nick Lewycky |
| 2009-10-26 | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth |
| 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-27 | avoid copying MCAsmInfo by value, add an (extremely low prio) fixme. | Chris Lattner |
| 2009-09-20 | Add an intel syntax MCInstPrinter implementation. You can now | Chris Lattner |
| 2009-09-16 | Fixed some problems with the logic of parsing line comments by adding | Kevin Enderby |
| 2009-09-16 | use an accessor to simplify code. | Chris Lattner |
| 2009-09-14 | Change MCAsmStreamer to take an MCInstPrinter instead of a | Chris Lattner |
| 2009-09-10 | Added the ParseInstruction() hook for target specific assembler directives so | Kevin Enderby |
| 2009-09-10 | MC: Give target specific parsers access to the MCStreamer. | Daniel Dunbar |
| 2009-09-06 | Fix an integer truncation noticed by MSVC. | Benjamin Kramer |
| 2009-09-04 | Added AsmToken enum constants to MCAsmLexer.h for '[', ']', '{', and '}' in | Kevin Enderby |
| 2009-09-04 | Added the AsmToken::Hash enum constant to MCAsmLexer.h in preparation of | Kevin Enderby |
| 2009-09-03 | Removed the non-target independent AsmToken::Register enum constant | Kevin Enderby |
| 2009-09-03 | TAI -> MAI | Chris Lattner |
| 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-27 | llvm-mc/Mach-O: Add MCCodeEmitter support, for encoding instructions. | Daniel Dunbar |
| 2009-08-27 | llvm-mc: Only show instruction encodings with --show-encoding. | Daniel Dunbar |
| 2009-08-27 | llvm-mc: Tweak MCCodeEmitter skeleton. | Daniel Dunbar |