summaryrefslogtreecommitdiff
path: root/tools/llvm-mc
Commit message (Expand)AuthorAge
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-24
* pass "-fasm-verbose" into createAsmStreamer.Chris Lattner2010-01-22
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-22
* move some files out of the llvm-mc tool into the MCParser library soChris Lattner2010-01-22
* create a new MCParser library and move some stuff into it.Chris Lattner2010-01-22
* remove some confused code that used strtoullChris Lattner2010-01-22
* Moved handling of inclusion from the AsmLexer toSean Callanan2010-01-21
* Changed the AsmParser to handle error messages itselfSean Callanan2010-01-20
* Promoted the reference to the SourceMgr from AsmLexerSean Callanan2010-01-20
* Modified MCAsmLexer to return error information upwardSean Callanan2010-01-20
* give createAsmStreamer an 'isLittleEndian' argument.Chris Lattner2010-01-20
* Promoted the getTok() method to MCAsmParser so thatSean Callanan2010-01-19
* Added a Lex function to the AsmParser, to allow handlingSean Callanan2010-01-19
* Generalize mcasmstreamer data emission APIs to take an address spaceChris Lattner2010-01-19
* add a "MCStreamer::EmitFill" method, and move the default implementationChris Lattner2010-01-19
* fix parsing .comm directives on systems which do not represent alignmentsChris Lattner2010-01-19
* fix a bug in range information for $42, eliminate an Chris Lattner2010-01-15
* extend MCAsmParser::ParseExpression and ParseParenExpressionChris Lattner2010-01-15
* add virtual methods to get the start/end of a MCParsedAsmOperand,Chris Lattner2010-01-14
* Split the TargetAsmParser "ParseInstruction" interface in half:Chris Lattner2010-01-14
* prune #includes in TargetAsmParser.hChris Lattner2010-01-14
* Mark some debug variables as 'unused' to quiet compiler and analyzer.Bill Wendling2009-12-28
* rename HexDisassembler -> Disassembler, it works on any inputChris Lattner2009-12-22
* just discard the debug output from the disassembler.Chris Lattner2009-12-22
* specify what is invalid about itChris Lattner2009-12-22
* reject invalid input with a caret, e.g.:Chris Lattner2009-12-22
* various cleanups, make the disassemble reject lines with too muchChris Lattner2009-12-22
* If you thought that it didn't make sense for the disassemblerChris Lattner2009-12-22
* rewrite the file parser for the disassembler, implementing support forChris Lattner2009-12-22
* don't crash on blank lines, rename some variables.Chris Lattner2009-12-22
* Update CMake build to include HexDisassembler.cpp.Chandler Carruth2009-12-17
* Test harness for the LLVM disassembler. When invokedSean Callanan2009-12-17
* Line this up as well.Nick Lewycky2009-11-01
* Fix whitespace.Nick Lewycky2009-11-01
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* MC: Remove unneeded context argument to MCExpr::Evaluate*.Daniel Dunbar2009-10-16
* MC: Tweak variable assignment diagnostics, and make reassignment of non-absoluteDaniel Dunbar2009-10-16
* MC: When parsing a variable reference, substitute absolute variables immediatelyDaniel Dunbar2009-10-16
* add a new DirectiveMap stringmap, which allows more efficient dispatchingChris Lattner2009-09-27
* avoid copying MCAsmInfo by value, add an (extremely low prio) fixme.Chris Lattner2009-09-27
* Add an intel syntax MCInstPrinter implementation. You can nowChris Lattner2009-09-20
* Fixed some problems with the logic of parsing line comments by addingKevin Enderby2009-09-16
* use an accessor to simplify code.Chris Lattner2009-09-16
* Change MCAsmStreamer to take an MCInstPrinter instead of a Chris Lattner2009-09-14
* Added the ParseInstruction() hook for target specific assembler directives soKevin Enderby2009-09-10
* MC: Give target specific parsers access to the MCStreamer.Daniel Dunbar2009-09-10
* Fix an integer truncation noticed by MSVC.Benjamin Kramer2009-09-06
* Added AsmToken enum constants to MCAsmLexer.h for '[', ']', '{', and '}' inKevin Enderby2009-09-04
* Added the AsmToken::Hash enum constant to MCAsmLexer.h in preparation ofKevin Enderby2009-09-04
* Removed the non-target independent AsmToken::Register enum constantKevin Enderby2009-09-03